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日