摘要:
use ls with color ls -G; ls -F; ls -FG 阅读全文
摘要:
http://www.dzkbw.com/books/rjb/gaozhong-shuxue/ http://www.shuxue9.com/pep/ 阅读全文
摘要:
Use sshpass: sshpass -p "password" scp -r user@example.com:/some/remote/path /some/local/path or so the password does not show in the bash history ssh 阅读全文
摘要:
Gilmore Girls M*A*S*H Seinfeld Arrested Development Big Bang Theory Friends Mad Men Growing Pains 阅读全文
摘要:
https://www.spinellis.gr/codequality/sourcecode.html 下载地址: https://zenodo.org/records/2526243 MD5 signature a3bb4ee19fbd1fa39aaccfd97026c2c5 阅读全文
摘要:
https://www.openbsd.org/books.html https://www.netbsd.org/docs/books.html 阅读全文
摘要:
Learn Linux The Hard Way (β version) https://archive.is/Akjau 阅读全文
摘要:
图书官网:http://apuebook.com/index.html 爬取整个网站: wget -r -c -q -np -R -e robots=off "http://www.apuebook.com/" 非常重要 阅读全文
摘要:
sudo ln -sf /usr/share/zoneinfo/Asia/Shanghai /etc/localtime https://serverfault.com/questions/791713/what-time-zone-is-a-cron-job-using 阅读全文
摘要:
使用命令: tzselect 修改后记得在用户的home directory的.profile中添加 TZ='Asia/Shanghai'; export TZ 阅读全文