
linux
iteye_8495
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
liunx文档下载地址
http://cywl.jb51.net:81/201602/books/linuxchmdq(jb51.net).rar原创 2016-04-28 19:55:34 · 121 阅读 · 0 评论 -
CentOS 7 网络配置
今天在一台PC上安装了CentOS 7,当时选择了最小安装模式,安装完成后马上用ifconfig查看本机的ip地址(局域网已经有DHCP),发现报错,提示ifconfig命令没找到。[root@centos1 ~]# ifconfig-bash: ifconfig: command not found首先,习惯性的输入echo $PATH(查看当前PATH环境变量,跟DOS的path...原创 2016-05-21 20:11:07 · 166 阅读 · 0 评论 -
Centos开发端口号命令
CentOS 7.0默认使用的是firewall作为防火墙,这里改为iptables防火墙。 1、关闭firewall: systemctl stop firewalld.service #停止firewall systemctl disable firewalld.service #禁止firewall开机启动CentOS升级到7之后,发现无法使用iptabl...原创 2016-05-21 23:51:20 · 224 阅读 · 0 评论