首页HTML开始的地方

摘要: #1.用户管理 #2.的 阅读全文
posted @ 2023-08-31 20:27 csnotes 阅读(5) 评论(0) 推荐(0) 编辑
摘要: 文章目录 1.用户管理 2.磁盘管理 3.文件管理 4.进程管理 a.查看进程 b.服务管理 c.后台运行(守护进程) d.启动项 5.软件管理 a. rpm包之手动安装 b. rpm包之yum安装 c. 源代码安装 d. 二进制安装 6.防火墙 a. netflter/iptables功能 b. 阅读全文
posted @ 2023-08-26 12:26 csnotes 阅读(88) 评论(0) 推荐(0) 编辑
摘要: chrome driver下载 https://sites.google.com/chromium.org/driver/home 115 and newer https://googlechromelabs.github.io/chrome-for-testing 114 and older ht 阅读全文
posted @ 2023-08-10 16:31 csnotes 阅读(12) 评论(0) 推荐(0) 编辑
摘要: 有待验证 ntsysv zhcon是工作在Linux控制台下的高效双字节中/日/韩(CJK)虚拟终端,就像DOS环境中的UCDOS一样,为控制台(console)环境提供完整的双字节语言环境。 apt-get install zhcon # adduser $(whoami) video #添加当前 阅读全文
posted @ 2023-08-10 16:30 csnotes 阅读(53) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/reilust/article/details/130980190 阅读全文
posted @ 2023-08-10 16:29 csnotes 阅读(4) 评论(0) 推荐(0) 编辑
摘要: 为不同的项目创建隔离的Python虚拟环境来帮助保持不同项目所需的依赖关系。 1.什么是Python环境 系统环境变量PATH,当我们在命令行中运行程序时,系统会根据PATH配置的路径列表依次查寻是否有可执行文件python如果在所有路径列表中都查找不到,就会报报错:'python' 不是内部或外部 阅读全文
posted @ 2023-08-09 22:06 csnotes 阅读(120) 评论(0) 推荐(0) 编辑
摘要: autoremove-torrents https://autoremove-torrents.readthedocs.io/zh_CN/latest/index.html 安装 yum install epel-releaseyum install python3-pippip3 install 阅读全文
posted @ 2023-07-04 15:46 csnotes 阅读(168) 评论(0) 推荐(0) 编辑
摘要: Linux kernel 4.9 及以上已支持 tcp_bbr 1.查看系统内核版本: uname -r 看内核版本是否大于等于4.9,否则要升级内核,或者安装bbr。 2.开启BBR:echo "net.core.default_qdisc=fq" >> /etc/sysctl.confecho 阅读全文
posted @ 2023-07-03 09:13 csnotes 阅读(812) 评论(0) 推荐(0) 编辑
摘要: https://www.psy.pku.edu.cn/static/main/uploads/faculty/wu_yan_hong/2016051900002.pdf 脑智前沿科普|脑细胞如何产生记忆 脑与心智毕生发展研究中心CLIMB 阅读全文
posted @ 2023-06-29 20:52 csnotes 阅读(18) 评论(0) 推荐(0) 编辑
摘要: 转自https://xijiz.github.io/post/what-is-understanding.html 阅读全文
posted @ 2023-06-21 20:58 csnotes 阅读(49) 评论(0) 推荐(0) 编辑

这是页脚html