[置顶]

摘要: ps -u -p [PID] # 查看这个pid是谁的,命令是什么 watch -n 0.1 nvidia-smi last # 查看每个用户最近登录记录 lastb # 查看所有登录失败的记录 crontab -u [username] -l # 查看自动脚本 crontab -u [userna 阅读全文

posted @ 2022-01-19 10:56 HolaWorld 阅读(55) 评论(0) 推荐(0) 编辑

2024年3月27日

wget 报 400 Bad Request

摘要: url里有特殊字符(e.g. &),前后加上' '就好 https://www.jianshu.com/p/dda1f60916c6 阅读全文

posted @ 2024-03-27 19:57 HolaWorld 阅读(50) 评论(0) 推荐(0) 编辑

2024年3月21日

git push: WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED!

摘要: https://dev.to/mattiaorfano/rsa-host-key-changed-for-githubcom-228p ssh-keygen -R github.com ssh-keyscan github.com > ~/.ssh/known_hosts 阅读全文

posted @ 2024-03-21 19:28 HolaWorld 阅读(4) 评论(0) 推荐(0) 编辑

2023年12月3日

chattr被篡改

摘要: sudo apt-get upgrade 报错: Reading package lists... Done Building dependency tree Reading state information... Done You might want to run 'apt --fix-bro 阅读全文

posted @ 2023-12-03 21:30 HolaWorld 阅读(70) 评论(0) 推荐(0) 编辑

2023年11月17日

服务器连校园网

摘要: curl -d "DDDDD=用户名&upass=密码&0MKKey=" http://202.114.66.91/0.htm <form name="form1" method="post" action="" onSubmit="return ee()"> <p class="head" >�� 阅读全文

posted @ 2023-11-17 20:29 HolaWorld 阅读(20) 评论(0) 推荐(0) 编辑

2023年10月22日

gost端口转发

摘要: https://github.com/ginuerzh/gost sudo apt install snapd sudo snap install gost gost -L=rtcp://:<host port>/<client ip>:22 gost -L=rtcp://:2222/192.168 阅读全文

posted @ 2023-10-22 17:23 HolaWorld 阅读(158) 评论(0) 推荐(0) 编辑

2023年9月27日

debug集锦

摘要: 查询GPU时无进程运行,但是显存却被占用了 https://ddelephant.blog.csdn.net/article/details/123104958 sudo fuser -v /dev/nvidia* TypeError: cannot pickle '_io.BufferedRead 阅读全文

posted @ 2023-09-27 14:44 HolaWorld 阅读(1) 评论(0) 推荐(0) 编辑

2023年3月9日

postgresql

摘要: pg_ctl start -D ~/Documents/MFA/pg_mfa_global/ pg_ctl status -D ~/Documents/MFA/pg_mfa_global/ pg_ctl stop -D ~/Documents/MFA/pg_mfa_global/ psql -l p 阅读全文

posted @ 2023-03-09 14:31 HolaWorld 阅读(18) 评论(0) 推荐(0) 编辑

2023年3月7日

传conda包到annaconda cloud

摘要: conda install anaconda-client conda-build anaconda login # wget https://anaconda.org/conda-forge/montreal-forced-aligner/2.2.3/download/linux-64/montr 阅读全文

posted @ 2023-03-07 23:21 HolaWorld 阅读(9) 评论(0) 推荐(0) 编辑

2022年9月26日

windows用curl报错

摘要: https://www.shuzhiduo.com/A/kmzLRmgl5G/ IE浏览器 -> 设置 -> Internet选项 -> 安全 -> 本地Internet -> 站点 -> 高级 -> 添加about:security_powershell.exe 阅读全文

posted @ 2022-09-26 17:07 HolaWorld 阅读(39) 评论(0) 推荐(0) 编辑

2022年9月21日

配dns

摘要: cat /etc/resolv.conf 阅读全文

posted @ 2022-09-21 19:52 HolaWorld 阅读(12) 评论(0) 推荐(0) 编辑

导航