上一页 1 ··· 39 40 41 42 43 44 45 46 47 ··· 83 下一页
摘要: 先设置umask为0002 全部用户都设置为0002: vi /etc/profile.d/set-umask-for-all-users.sh 输入 002 如果只是单一用户,vi ~/.bashrc 添加: umask 002 详细介绍看这里:https://www.cyberciti.biz/ 阅读全文
posted @ 2024-01-25 23:25 profesor 阅读(43) 评论(0) 推荐(0)
摘要: One approach could be using find: for directoriesfind /desired_location -type d -print0 | xargs -0 chmod 0755 for filesfind /desired_location -type f 阅读全文
posted @ 2024-01-25 23:11 profesor 阅读(24) 评论(0) 推荐(0)
摘要: 以用户pi身份运行qbittorrent-nox qbittorrent-nox --webui-port=8081 --daemon 相关配置文件会出现在pi用户的home文件夹中,即/home/pi 分别是.config和.local 其中种子文件位于/home/pi/.local/share/ 阅读全文
posted @ 2024-01-25 19:48 profesor 阅读(86) 评论(0) 推荐(0)
摘要: 下载地址: https://github.com/Eugeny/tabby 阅读全文
posted @ 2024-01-25 18:48 profesor 阅读(40) 评论(0) 推荐(0)
摘要: 使用命令 sudo passwd 来设置root的密码 然后使用 su 来登录即可 阅读全文
posted @ 2024-01-25 18:04 profesor 阅读(18) 评论(0) 推荐(0)
摘要: transmission-daemon.service一般位于/usr/lib/systemd/system qbittorrent-nox.service一般位于/etc/systemd/system 需要自己创建,如何创建?见下面链接 https://www.reddit.com/r/qBitt 阅读全文
posted @ 2024-01-23 02:13 profesor 阅读(125) 评论(0) 推荐(0)
摘要: Dick short for RichardBill short for WilliamHank short for HenryJack short for JohnChuck short for CharlesPeggy short for MargaretTed short for Edward 阅读全文
posted @ 2024-01-22 19:58 profesor 阅读(35) 评论(0) 推荐(0)
摘要: h (Hash) commandCalculate hash values for files. Syntaxh [-scrc{Method}] [files]Supported methods: CRC32, CRC64, SHA1, SHA256, BLAKE2sp. Default metho 阅读全文
posted @ 2024-01-21 20:36 profesor 阅读(111) 评论(0) 推荐(0)
摘要: 下载地址:https://otp.landian.vip/en-us/download.html 官网:https://otp.landian.vip/en-us/ 阅读全文
posted @ 2024-01-21 19:34 profesor 阅读(44) 评论(0) 推荐(0)
摘要: http://cs.jhu.edu/~kevinduh/projects/researchtips/hamming.pdf 来源:https://www.semanticscholar.org/paper/You-and-Your-Research-Hamming-Kaiser/fdf201d9e7 阅读全文
posted @ 2024-01-21 16:20 profesor 阅读(26) 评论(0) 推荐(0)
上一页 1 ··· 39 40 41 42 43 44 45 46 47 ··· 83 下一页