随笔分类 -  Linux

摘要:转载: MacOS系统虚拟机VMware Fusion中NAT模式并配置静态IP方法 MacOS系统中安装虚拟机详细教程 阅读全文
posted @ 2020-10-27 00:39 kkbill 阅读(369) 评论(0) 推荐(0)
摘要:什么是iptables iptables是用于监控进/出服务器流量的一个工具,iptables使用一个叫做table的结构,而这些tables包含了一系列规则(set of rules),我们称这些规则为chain,chain会过滤进/出服务器的数据包(data packets)。 当一个数据包与一 阅读全文
posted @ 2020-08-15 19:37 kkbill 阅读(1417) 评论(0) 推荐(0)
摘要:什么是 /proc ? 官方文档是这么解释的: The proc filesystem is a pseudo-filesystem which provides an interface to kernel data structures. It is commonly mounted at /p 阅读全文
posted @ 2020-07-30 14:34 kkbill 阅读(2251) 评论(0) 推荐(0)
摘要:挖坑,待填 1. http://www.ruanyifeng.com/blog/2013/02/booting.html 2. http://www.ruanyifeng.com/blog/2013/08/linux_boot_process.html 3. https://www.linuxidc 阅读全文
posted @ 2020-05-24 23:49 kkbill 阅读(140) 评论(0) 推荐(0)
摘要:Linux 命令大全:https://man.linuxde.net/ (不懂就去问它吧:)) tar 该命令用于“打包”或“解包”。 打包 $ tar {选项} {-f 压缩包名} {源文件或目录} 选项: -c:打包; -f:指定压缩包的文件名。压缩包的扩展名是用来给管理员识别格式的,所以一定要 阅读全文
posted @ 2020-05-20 01:20 kkbill 阅读(277) 评论(0) 推荐(0)
摘要:官方文档是这么解释的: All files accessible in a Unix system are arranged in one big tree, the file hierarchy, rooted at /. These files can be spread out over se 阅读全文
posted @ 2019-12-03 20:08 kkbill 阅读(13409) 评论(0) 推荐(2)