防火墙 防火墙是一组规则。当数据包进出受保护的网络区域时,进出内容(特别是关于其来源、目标和使用的协议等信息)会根据防火墙规则进行检测,以确定是否允许其通过。下面是一个简单的例子: 防火墙可以根据协议...
Continue reading...开卷有益: 就是识字要读书,种地要养猪的意思。^_^
ssh无法启动 (code=exited, status=255)
服务器运行了一些脚本后,突然发现无法ssh了。 root@X61T:/home/liang# service sshd restart Job for ssh.service failed becau...
Continue reading...iptables
apt-get install chkconfig linux iptables关闭/开启(重启机器生效): 开启: chkconfig iptables on ...
Continue reading...如何使用wget下载网站
下载 url: wget http://www.w3schools.com/ 全站下载 wget -r https://www.gnu.org/ (一般来说,网站的页面会有很多链接,点击之后可以链接到...
Continue reading...gnome3的自动运行
gnome: /home/liang/.config/autostart 有些kde程序在gnome下会无法删除自启动,这个目录下找一找。我遇到的是KAlarm就是如此。
Continue reading...