10 2018 档案

摘要:#### 以CentOS为例 yum 来自为知笔记(Wiz) 阅读全文
posted @ 2018-10-24 20:15 whatislinux 阅读(168) 评论(0) 推荐(0)
摘要:nmutui(NetworkManager TUI) setup安装后会发现什么也没有,不能正常使用,因为它只是提供一个图形界面,需要调用其它的命令(如网络服务system-config-networktui、防火墙iptables、系统服务ntsvsv等)来实现功能,而这些命令需要另外安装。 方式 阅读全文
posted @ 2018-10-23 22:39 whatislinux 阅读(205) 评论(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 阅读(276) 评论(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 阅读(1266) 评论(0) 推荐(0)
摘要:在不选中任何文件的情况下,在任意文件夹内,按住shift,同时点击鼠标右键,此时右键菜单就会多出一项 “在此处打开命令窗口“,点击此命令即可进入命令行窗口,且命令行路径为当前文件夹所在路径。不用再通过”开始 运行 cmd cd n“ 如图: 阅读全文
posted @ 2018-10-20 17:01 whatislinux 阅读(940) 评论(0) 推荐(0)