Linux
每5分钟更新一次IP地址 */5 * * * * curl -4 "https://域名:密码@dyn.dns.he.net/nic/update?hostname=域名"
04月22日
Linux
fallocate -l 1G /swapfile dd if=/dev/zero of=/swapfile bs=1024 count=1048576 chmod 600 /swapfile mks...
04月11日
Linux
yum install epel-release -y yum install tcptraceroute bc -y wget http://www.vdberg.org/~richard/tcpp...
03月27日
Linux
vi /etc/sysctl.conf 加入: net.ipv6.conf.all.disable_ipv6 = 1 net.ipv6.conf.default.disable_ipv6 = 1
03月27日