02 2024 档案

摘要:莱昂氏UNIX源代码分析https://book.douban.com/subject/1231822/ 日本人开办过一个阅读此书源码的兴趣小组,可以使用google搜索下 搭配这个虚假机去理解内核代码:PDP-11虚拟机和UNIX V5,V6,V7的源代码https://book.douban.c 阅读全文
posted @ 2024-02-28 13:16 profesor 阅读(27) 评论(0) 推荐(0) 编辑
摘要:Understanding the Linux Kernel, Third Edition 3rd Edition by Daniel Bovet (Author), Marco Cesati (Author)https://www.amazon.com/Understanding-Linux-Ke 阅读全文
posted @ 2024-02-28 13:15 profesor 阅读(6) 评论(0) 推荐(0) 编辑
摘要:https://github.com/kenjihiranabe/The-Art-of-Linear-Algebra 阅读全文
posted @ 2024-02-24 00:25 profesor 阅读(68) 评论(0) 推荐(0) 编辑
摘要:Half of College Grads Are Working Jobs That Don’t Use Their Degrees Choice of major, internships and getting the right first job after graduation are 阅读全文
posted @ 2024-02-23 15:04 profesor 阅读(4) 评论(0) 推荐(0) 编辑
摘要:https://zhuanlan.zhihu.com/p/375214064 至于冷门非通用语种劝退是另一回事 https://www.zhihu.com/question/369699567/answer/1303657100 阅读全文
posted @ 2024-02-23 14:16 profesor 阅读(10) 评论(0) 推荐(0) 编辑
摘要:博库旗舰店https://bokuts.tmall.com/?spm=a1z10.1-b-s.1997427721.d4918089.58134454Cp1I2o 当当网官方旗舰店https://dangdang.tmall.com/?spm=a312a.7700824.0.0.5c792f9daD 阅读全文
posted @ 2024-02-22 22:15 profesor 阅读(22) 评论(0) 推荐(0) 编辑
摘要:Randall D. Knight: https://physics.calpoly.edu/content/faculty_pages/rknight Professor Knight is the author of Physics for Scientists and Engineers: A 阅读全文
posted @ 2024-02-22 10:30 profesor 阅读(4) 评论(0) 推荐(0) 编辑
摘要:pkg install archivers/7-zippkg install 7-zip 参考:https://www.freshports.org/archivers/7-zip 阅读全文
posted @ 2024-02-19 13:53 profesor 阅读(42) 评论(0) 推荐(0) 编辑
摘要:su - root -c "your command" su - yourUserName -c "YourCommand" 详细参考 来源:https://www.cyberciti.biz/open-source/command-line-hacks/linux-run-command-as-d 阅读全文
posted @ 2024-02-19 13:48 profesor 阅读(5) 评论(0) 推荐(0) 编辑
摘要:use ls with color ls -G; ls -F; ls -FG 阅读全文
posted @ 2024-02-19 13:36 profesor 阅读(2) 评论(0) 推荐(0) 编辑
摘要:http://www.dzkbw.com/books/rjb/gaozhong-shuxue/ http://www.shuxue9.com/pep/ 阅读全文
posted @ 2024-02-18 12:22 profesor 阅读(20) 评论(0) 推荐(0) 编辑
摘要: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 阅读全文
posted @ 2024-02-18 09:39 profesor 阅读(5) 评论(0) 推荐(0) 编辑
摘要:Gilmore Girls M*A*S*H Seinfeld Arrested Development Big Bang Theory Friends Mad Men Growing Pains 阅读全文
posted @ 2024-02-07 20:51 profesor 阅读(4) 评论(0) 推荐(0) 编辑
摘要:https://www.spinellis.gr/codequality/sourcecode.html 下载地址: https://zenodo.org/records/2526243 MD5 signature a3bb4ee19fbd1fa39aaccfd97026c2c5 阅读全文
posted @ 2024-02-06 00:35 profesor 阅读(12) 评论(0) 推荐(0) 编辑
摘要:https://www.openbsd.org/books.html https://www.netbsd.org/docs/books.html 阅读全文
posted @ 2024-02-06 00:04 profesor 阅读(4) 评论(0) 推荐(0) 编辑
摘要:Learn Linux The Hard Way (β version) https://archive.is/Akjau 阅读全文
posted @ 2024-02-05 00:22 profesor 阅读(9) 评论(0) 推荐(0) 编辑
摘要:图书官网:http://apuebook.com/index.html 爬取整个网站: wget -r -c -q -np -R -e robots=off "http://www.apuebook.com/" 非常重要 阅读全文
posted @ 2024-02-03 00:42 profesor 阅读(4) 评论(0) 推荐(0) 编辑
摘要:sudo ln -sf /usr/share/zoneinfo/Asia/Shanghai /etc/localtime https://serverfault.com/questions/791713/what-time-zone-is-a-cron-job-using 阅读全文
posted @ 2024-02-03 00:30 profesor 阅读(122) 评论(0) 推荐(0) 编辑
摘要:使用命令: tzselect 修改后记得在用户的home directory的.profile中添加 TZ='Asia/Shanghai'; export TZ 阅读全文
posted @ 2024-02-01 20:38 profesor 阅读(59) 评论(0) 推荐(0) 编辑
摘要:参照:https://stackoverflow.com/questions/1078524/how-to-specify-the-download-location-with-wget -P prefix --directory-prefix=prefix Set directory prefix 阅读全文
posted @ 2024-02-01 20:36 profesor 阅读(46) 评论(0) 推荐(0) 编辑
摘要:如果不确定自己的crontab时间参数设置的是否正确,可以参照这里: https://crontab.guru/ 更多crontab设置的问题,也可以参照这里: https://stackoverflow.com/questions/31260837/how-to-run-a-cron-job-on 阅读全文
posted @ 2024-02-01 20:29 profesor 阅读(9) 评论(0) 推荐(0) 编辑
摘要:rtorrent如何使用? https://github.com/rakshasa/rtorrent https://github.com/rakshasa/rtorrent/wiki/CLI-Usage https://rtorrent-docs.readthedocs.io/en/latest/ 阅读全文
posted @ 2024-02-01 18:47 profesor 阅读(6) 评论(0) 推荐(0) 编辑
摘要:详细地,可以参考:https://askubuntu.com/questions/3697/how-do-i-install-fonts 把.ttf等后缀的文件复制到/home/your_username/.fonts文件夹内,如果.fonts文件夹不存在,mkdir /home/your_user 阅读全文
posted @ 2024-02-01 15:52 profesor 编辑
摘要:\documentclass[12pt]{article} %\usepackage{ctex} \usepackage{xltxtra} %必须带上,否则下面的\setmainfont无法使用,或者使用\usepackage{fontspec}来代替 %\setmainfont{Kozuka Go 阅读全文
posted @ 2024-02-01 15:15 profesor 阅读(188) 评论(0) 推荐(0) 编辑
摘要:行内显示公式,不要使用$...$,改用\(...\) 段内显示公式,不要使用$$...$$, 改用\[...\] 阅读全文
posted @ 2024-02-01 14:57 profesor 阅读(7) 评论(0) 推荐(0) 编辑
摘要:有时候我们需要查看某个符号、或者公式的写法,这时可以直接找找在线的latex编辑器。 推荐两个: https://latexeditor.lagrida.com/ 推荐 https://latex.codecogs.com/eqneditor/editor 备用 当然,更全面的是overleaf.c 阅读全文
posted @ 2024-02-01 13:35 profesor 阅读(26) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示