上一页 1 ··· 38 39 40 41 42 43 44 45 46 ··· 83 下一页
摘要: 最简单的是直接在/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 阅读(193) 评论(0) 推荐(0)
摘要: 如果想使用alias: alias wgetncc='wget --no-check-certificate' 请往下看: Try this: (assumes *nix) echo "check_certificate = off" >> ~/.wgetrc Then ever after, wg 阅读全文
posted @ 2024-01-30 19:34 profesor 阅读(66) 评论(0) 推荐(0)
摘要: Linux内核学习资料 1. 书籍1.1 入门《Linux内核设计与实现》《深入理解Linux内核》 1.2 提高《深入Linux内核架构》 1.3 方向深入Linux子系统内存——《深入理解Linux虚拟内存管理》网络——《深入理解LINUX网络内幕》 驱动方向《Linux设备驱动程序》 2. 网 阅读全文
posted @ 2024-01-30 15:56 profesor 阅读(96) 评论(0) 推荐(0)
摘要: Mel Gorman's book "Understanding the Linux Virtual Memory Manager" 下载地址:https://www.kernel.org/doc/gorman/ 阅读全文
posted @ 2024-01-30 15:51 profesor 阅读(51) 评论(0) 推荐(0)
摘要: How to configure Kali Linux to use a static IP address https://miloserdov.org/?p=542 阅读全文
posted @ 2024-01-29 00:54 profesor 阅读(26) 评论(0) 推荐(0)
摘要: 如何安装ArchLinux,超详细的步骤 Comprehensive step by step guide to install Arch Linux https://miloserdov.org/?p=1949 阅读全文
posted @ 2024-01-29 00:53 profesor 阅读(55) 评论(0) 推荐(0)
摘要: 先设置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)
上一页 1 ··· 38 39 40 41 42 43 44 45 46 ··· 83 下一页