排序
Fedora系统的一些基本配置分享
1)关闭selinux 修改/etc/selinux/config文件中的SELINUX='' 为 disabled,然后重启。 2) 关闭firewall systemctl disable iptables.service 3) 启动sshd yum install openssh-server openssh-s...
centos在线安装git的方法
在安装Git之前,需要先安装一些依赖包,安装依赖包之前可以先检查下是否已经安装。 shell命令如下: # rpm -qa | grep zlib-devel 如果没有安装,我们先要安装这些依赖包: # yum -y install zl...
Ubuntu Gnome下如何修改应用图标icon?
htaccess 防盗链,防止目录浏览等10大技巧
1. 反盗链 那些盗用了你的内容,还不愿意自己存储图片的网站是无耻的。你可以通过以下配置来放置别人盗用你的图片: RewriteBase / RewriteCond %{HTTP_REFERER} !^$ RewriteCond %{HTTP_REFERE...