上一页 1 ··· 29 30 31 32 33 34 35 36 37 ··· 75 下一页
摘要: 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 阅读(131) 评论(0) 推荐(0)
摘要: 使用命令: tzselect 修改后记得在用户的home directory的.profile中添加 TZ='Asia/Shanghai'; export TZ 阅读全文
posted @ 2024-02-01 20:38 profesor 阅读(74) 评论(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 阅读(75) 评论(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 阅读(19) 评论(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 阅读(12) 评论(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 阅读(38) 评论(0) 推荐(0)
摘要: \documentclass[12pt]{article} %\usepackage{ctex} \usepackage{xltxtra} %必须带上,否则下面的\setmainfont无法使用,或者使用\usepackage{fontspec}来代替 %\setmainfont{Kozuka Go 阅读全文
posted @ 2024-02-01 15:15 profesor 阅读(271) 评论(0) 推荐(0)
摘要: 行内显示公式,不要使用$...$,改用\(...\) 段内显示公式,不要使用$$...$$, 改用\[...\] 阅读全文
posted @ 2024-02-01 14:57 profesor 阅读(16) 评论(0) 推荐(0)
摘要: 有时候我们需要查看某个符号、或者公式的写法,这时可以直接找找在线的latex编辑器。 推荐两个: https://latexeditor.lagrida.com/ 推荐 https://latex.codecogs.com/eqneditor/editor 备用 当然,更全面的是overleaf.c 阅读全文
posted @ 2024-02-01 13:35 profesor 阅读(43) 评论(0) 推荐(0)
摘要: 最简单的是直接在/etc/rc.conf中添加 dhcpcd=YES ref:https://www.netbsd.org/docs/guide/en/chap-net-practice.html 如何安装包? 输入如下代码: PATH="/usr/pkg/sbin:/usr/pkg/bin:$PA 阅读全文
posted @ 2024-01-30 20:13 profesor 阅读(162) 评论(0) 推荐(0)
上一页 1 ··· 29 30 31 32 33 34 35 36 37 ··· 75 下一页