无限温度的颜色
python 模块 typer
python typer 模块 安装 pip install typer typer-cli 函数参数等于命令行参数 import typer def test(name, age): prin
...Read more...
在Windows、Linux和Mac上查看Wi-Fi密码
在Windows、Linux和Mac上查看Wi-Fi密码 windows netsh wlan show profiles netsh wlan show profiles <interf
...Read more...
linux echo 检测远程服务器端口是否打开
linux echo 检测远程服务器端口是否打开 # 可能需要 root 用户运行才生效 echo > /dev/tcp/www.baidu.com/443 && echo
...Read more...
SSH连接服务器后执行多条命令
SSH连接服务器后执行多条命令 分号隔开 ssh User@Host 'source /etc/profile ; uptime' 使用管道符号隔开 ssh User@Host 'source
...Read more...
使用 nmon 来排查与监控 Linux 系统的性能
使用 nmon 来排查与监控 Linux 系统的性能 https://sourceforge.net/projects/nmon/files/ 交互的方式使用 nmon 按 C 键会切换为 CP
...Read more...