debian11 bash <(wget --no-check-certificate -qO- 'https://www.moeelf.com/attachment/LinuxShell/InstallNET.sh') -d 11 -v 64 -a --ip-addr 172.26.xx.xx --ip-gate 172…
install apt-get -y install python3.9 默认值设置 sudo update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.9 1 sudo update-alternatives --install /usr/bin/python3…
设置 时间和语言 > 语言和区域 > 中文(简体,中国) → 语言选项 > 微软拼音 → 键盘选项 > 词库和自学习 > 用户定义的短语 > 添加或编辑自定义短语 > 添加 %yyyy%年%MM%月%dd%日 %HH%:%mm%:%ss%
Ubuntu 22.04 network: ethernets: ens160: addresses: - 192.168.1.1/24 nameservers: addresses: - 1.1.1.1 - 8.8.8.8 search: [] routes: - to: default via: 192.168.1.1 version: 2 U…
CMD Samba用户名:sambauser01 Samba密码: 123456 @echo off cmdkey /delete:UGREEN-sambauser01 cmdkey /add:UGREEN-sambauser01 /user:sambauser01 /pass:123456 net stop "LanmanWorksta…
push.bat :loop curl 127.0.0.1:9182/metrics | curl --data-binary @- "https://pushgw.limitgo.win/metrics/job/Win/instance/{instance_name}" timeout /nobreak /t 15 >n…
不蒜子统计 <center> <div> <script async src="//busuanzi.ibruce.info/busuanzi/2.3/busuanzi.pure.mini.js"></script> <span id="busuanzi_conta…
Github项目地址 https://raw.githubusercontent.com/liuqi6968/-/main/alyp.js 青龙粘贴脚本 自动获取refresh_token copy(JSON.parse(localStorage.token).refresh_token); console.log(JSON.parse(local…
zstd 解压 zstd -cd filname | tar xf - lz4 解压 tar -I lz4 -xvf filename.tar.lz4 tar.gz 压缩 tar -zcvf filename.tar.gz path 解压 tar -zxvf filename.tar.gz tar.xz 压缩 tar -Jcvf filename.…