Administrator
发布于 2024-07-05 / 290 阅读

常用命令记录

Tailscale:

tailescale up --advertise-routes=192.168.1.0/24
tailscale up --advertise-routes=192.168.2.0/24 --advertise-exit-node

PVE:

wget -q -O /root/pve_source.tar.gz 'https://bbs.x86pi.cn/file/topic/2023-11-28/file/01ac88d7d2b840cb88c15cb5e19d4305b2.gz' && tar zxvf /root/pve_source.tar.gz && /root/./pve_source

CasaOS:

bash <(wget -qO- https://play.cuse.eu.org/casaos_newbie.sh)

docker:docker相关

安装:

bash <(curl -sSL https://gitee.com/SuperManito/LinuxMirrors/raw/main/DockerInstallation.sh)

Docker守护进程:

systemctl enable docker.service

辅助

bash <(wget -qO- https://play.cuse.eu.org/casaos_newbie.sh)

yarn

ERROR: [Errno 2] No such file or directory: 'add'

sudo apt-get remove cmdinstall;sudo apt update;sudo apt-get install yarn

Windows远程桌面动态口令

下载地址:https://download.multiotp.net/credential-provider

生成二维码:

multiotp.exe -fastcreatenopin 用户名
multiotp.exe -qrcode 用户名  二维码图片名称.png

使用 screen 后台保活network_monitor.sh并开启自启

1.启动一个新的 screen 会话:

screen -S network_monitor

2.运行脚本:

/root/network_monitor.sh

按 Ctrl + A 然后按 D 键,将会话放到后台。

3.可以随时通过以下命令重新附加到会话:

screen -r network_monitor

开机自启

1.编辑 /etc/rc.local 文件:

vi /etc/rc.local

2.在 exit 0 之前添加启动命令:

/root/network_monitor.sh > /root/network_monitor-log/logfile.log 2>&1 &

保存并退出

重启系统后,检查脚本是否在运行:

ps aux | grep network_monitor.sh

python3虚拟环境

python3 -m venv venv          #创建
source venv/bin/activate      #激活
deactivate                    #退出
nohup python3 app.py & tail -f nohup.out
ps -ef | grep app.py | grep -v grep #查看后台进程
tail -f nohup.out             #重开

Windows:

python -m venv venv           #创建
venv\Scripts\activate           #激活(cmd)
.\venv\Scripts\Activate        #激活(powershell)

一键查看 Linux 主机配置信息

wget -qO- bench.sh | bash
curl -Lso- bench.sh | bash

ssh连接信息展示:ssh.sh

Windows 电池报告

 powercfg /batteryreport