摘要:
原文: https://wiki.debian.org/SELinux/Setup 配置步骤原文: ``` 2. Steps to setup SELinux The following steps describe how to install and configure SELinux toge 阅读全文
摘要:
这些基础信息,都可以在 /proc 目录里面找到,比如下面这个例子,从文件中获取信息(后面会讲用库的方法 这个例子中,通过/proc/stat 中获取cpu 使用率,类似top命令的功能,主要通过计算cpu在各个阶段使用的时间,来算出使用率 import os import time class S 阅读全文