上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 19 下一页
摘要: 1, sysctl命令的作用 在运行时配置内核参数2,用法举例: -w 用此选项来改变一个sysctl设置 例:sysctl -w net.ipv4.ip_forward=1 -p 载入sysctl配置文件 如-p后未指定路径,则载入 /etc/sysctl.conf 例: sysctl -p /e 阅读全文
posted @ 2020-08-03 11:18 峡谷恶霸 阅读(1459) 评论(0) 推荐(0) 编辑
摘要: #systemctl list-units -type=service -all //列出所有 service 类型的 unit 阅读全文
posted @ 2020-08-03 11:10 峡谷恶霸 阅读(421) 评论(0) 推荐(0) 编辑
摘要: 系统io hangzhu的话会自动重启 /var/log/message 会归档 阅读全文
posted @ 2020-08-03 11:07 峡谷恶霸 阅读(803) 评论(0) 推荐(0) 编辑
摘要: Linux下查看系统上次启动时间命令:last reboot/ who -b /uptime 阅读全文
posted @ 2020-08-03 09:58 峡谷恶霸 阅读(1153) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/justlpf/article/details/80703763 阅读全文
posted @ 2020-08-01 11:10 峡谷恶霸 阅读(157) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/youngerchina/archive/2011/12/15/5624646.html https://www.cnblogs.com/chinacloud/archive/2011/02/16/1955910.html 阅读全文
posted @ 2020-08-01 11:03 峡谷恶霸 阅读(251) 评论(0) 推荐(0) 编辑
摘要: In-memory database(IMDB),即内存数据库 oracle存储的最小粒度是data block,处于data block之上的逻辑数据库空间是extent,位于extent上的segment。oracle为segment分配空间时以extend为单位,extent在磁盘上未必是连续 阅读全文
posted @ 2020-08-01 11:02 峡谷恶霸 阅读(721) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/weixin_40039738/article/details/81867577 POSIX表示可移植操作系统接口(Portable Operating System Interface of UNIX,缩写为 POSIX ),POSIX标准定义了操作系统 阅读全文
posted @ 2020-08-01 10:47 峡谷恶霸 阅读(160) 评论(0) 推荐(0) 编辑
摘要: def teardown(self): """ 我是teardown :return: """ if sys.exc_info()[0]: with nose.allure.step(u'失败行为'): self.logger.info("Exception message" ) self.logg 阅读全文
posted @ 2020-07-31 18:12 峡谷恶霸 阅读(298) 评论(0) 推荐(0) 编辑
摘要: linux 查看分区是ext3还是ext4 df -hT 阅读全文
posted @ 2020-07-31 17:26 峡谷恶霸 阅读(355) 评论(0) 推荐(0) 编辑
上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 19 下一页