生活点滴 Centos 安装 nodejs curl --silent --location rpm.nodesource.com/setup_10.x | sudo bash - yum -y install nodejs 04/306,861评论 阅读全文
Linux Crontab 配置 HE.NET DDNS 每5分钟更新一次IP地址 */5 * * * * curl -4 "https://域名:密码@dyn.dns.he.net/nic/update?hostname=域名" 04/227,322评论 阅读全文
Linux Centos 8 增加 Swap空间 fallocate -l 1G /swapfile dd if=/dev/zero of=/swapfile bs=1M count=1024 chmod 600 /swapfile mkswap /... 04/118,860评论 阅读全文