摘要:
git checkout -b justin a9c146a09505837ec03b This will create the new branch and check it out. git branch justin a9c146a09505837ec03b This creates the 阅读全文
摘要:
linux的cgroup理论:https://www.cnblogs.com/menkeyi/p/10941843.html Linux CGroup全称Linux Control Group, 是Linux内核的一个功能,用来限制,控制与分离一个进程组群的资源。 容器的资源限制就是基于linux的 阅读全文
摘要:
转自:https://www.cnblogs.com/vaelailai/p/7545166.html 一、linux下如何查看已安装的centos版本信息: 1.Linux查看当前操作系统版本信息 cat /proc/version Linux version 2.6.32-696.el6.x86 阅读全文