localhost 使用 https
localhost 使用 https 只用于开发环境 https://github.com/FiloSottile/mkcert mkcert -CAROOT 查看根证书位置 将 mkcert
...Read more...
数人世相逢,百年欢笑.
localhost 使用 https 只用于开发环境 https://github.com/FiloSottile/mkcert mkcert -CAROOT 查看根证书位置 将 mkcert
...Read more...
通过 SSH 在远程 Linux 系统上执行命令 通过 SSH 在远程系统上运行单个命令 ssh sk@192.168.225.22 uname -a ssh sk@192.168.225.22
...Read more...
linux 查找重复文件 find -not -empty -type f -printf "%s\n" | sort -rn | uniq -d | xargs -I{}
...Read more...
linux 查看某个文件属于哪个包 redhat 系列 $ yum provides /etc/passwd 或者 $ rpm -qf /etc/passwd debian 系列 sudo dp
...Read more...
curl 将域名执行特定IP访问 curl -I https://liuhonghe.me --resolve 'liuhonghe.me:443:192.168.7.77' curl -I h
...Read more...
ssh 跨越跳板机操作 命令行操作 scp -o ProxyCommand='ssh -q liuhonghe@10.13.0.36 -W %h:%p' 传输的文件 liuhonghe@10.1
...Read more...