4 articles
Monday, Feb 5, 2024
写入指定IP数据到指定文件到简单shell脚本 !/bin/bash cloudflare ip cfipv4=$curl https://www.cloudflare.com/ips-v4 | tr '\n' cfipv6=$curl https://www.cloudflare.com/ip...
Wednesday, Dec 6, 2023
rsync排除指定的目录和指定字符开头的文件 rsync -avz --exclude '@' --exclude '' --exclude 'movie' --exclude 'git' /volume1/ /volumeUSB1/usbshare/ rsync -avz --exclude ...
Thursday, Nov 30, 2023
1. 安装/更新 最新长期支持版nodejs source <curl -L https://nodejs-install.netlify.app/install.sh 安装/更新 最新当前发布版nodejs source <curl -L ht...
Tuesday, Sep 14, 2021
使用wget下载指定目录下的所有文件的方法 wget -r -np -nH -R index.html http://demomain/mirros/download/