会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
profesor
首页
新随笔
订阅
管理
上一页
1
···
29
30
31
32
33
34
35
36
37
···
75
下一页
2024年2月3日
Ubuntu修改时区为Asia/Shanghai
摘要: 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)
2024年2月1日
ubuntu修改时区为北京时间
摘要: 使用命令: tzselect 修改后记得在用户的home directory的.profile中添加 TZ='Asia/Shanghai'; export TZ
阅读全文
posted @ 2024-02-01 20:38 profesor
阅读(74)
评论(0)
推荐(0)
wget下载文件到指定的directory
摘要: 参照: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定期下载经济学人audio
摘要: 如果不确定自己的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)
todo List
摘要: 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)
Linux系统安装字体
摘要: 详细地,可以参考: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)
使用Latex输入日语,设置日语字体,并且添加假名
摘要: \documentclass[12pt]{article} %\usepackage{ctex} \usepackage{xltxtra} %必须带上,否则下面的\setmainfont无法使用,或者使用\usepackage{fontspec}来代替 %\setmainfont{Kozuka Go
阅读全文
posted @ 2024-02-01 15:15 profesor
阅读(271)
评论(0)
推荐(0)
Latex输入数学公式注意事项(长期更新)
摘要: 行内显示公式,不要使用$...$,改用\(...\) 段内显示公式,不要使用$$...$$, 改用\[...\]
阅读全文
posted @ 2024-02-01 14:57 profesor
阅读(16)
评论(0)
推荐(0)
online latex editor
摘要: 有时候我们需要查看某个符号、或者公式的写法,这时可以直接找找在线的latex编辑器。 推荐两个: https://latexeditor.lagrida.com/ 推荐 https://latex.codecogs.com/eqneditor/editor 备用 当然,更全面的是overleaf.c
阅读全文
posted @ 2024-02-01 13:35 profesor
阅读(43)
评论(0)
推荐(0)
2024年1月30日
NetBSD网络连接,如何安装包
摘要: 最简单的是直接在/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
下一页
公告