随笔分类 -  Linux

摘要:top- display Linux processes The top program provides a dynamic real-time view of a running system. It can display system summary information as well as a list of processes or threads currently being... 阅读全文
posted @ 2019-02-18 15:21 whatislinux 阅读(286) 评论(0) 推荐(0)
摘要:#### 以CentOS为例 yum 来自为知笔记(Wiz) 阅读全文
posted @ 2018-10-24 20:15 whatislinux 阅读(166) 评论(0) 推荐(0)
摘要:nmutui(NetworkManager TUI) setup安装后会发现什么也没有,不能正常使用,因为它只是提供一个图形界面,需要调用其它的命令(如网络服务system-config-networktui、防火墙iptables、系统服务ntsvsv等)来实现功能,而这些命令需要另外安装。 方式 阅读全文
posted @ 2018-10-23 22:39 whatislinux 阅读(200) 评论(0) 推荐(0)
摘要:开始配置linux wget -O /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-7.repo wget -O /etc/yum.repos.d/epel.repo http://mirrors.ali 阅读全文
posted @ 2018-10-23 22:31 whatislinux 阅读(272) 评论(0) 推荐(0)
摘要:Usage: ip [ OPTIONS ] OBJECT { COMMAND | help } ip [ -force ] -batch filename where OBJECT := { link | address | addrlabel | route | rule | neigh | nt 阅读全文
posted @ 2018-10-23 22:31 whatislinux 阅读(1261) 评论(0) 推荐(0)
摘要:主要对比区别,便于记忆: 阅读全文
posted @ 2018-08-03 10:34 whatislinux 阅读(251) 评论(0) 推荐(0)