一、环境 1、操作系统版本 CentOS 6.2 64位 uname -a的输出: Linux localhost.localdomain 2.6.32-220.17.1.el6.x86_64 #1 SMP Wed May 16 00:01:37 BST 2012 x86_64 ...
参考了如下文章: https: gist.github.com fernandoaleman http: www.lifelinux.com how to configure static ip address on centos http: www.ehowstuff.com how to configure static ip address on centos linux server ht ...
2013-04-04 21:25 0 10818 推荐指数:
一、环境 1、操作系统版本 CentOS 6.2 64位 uname -a的输出: Linux localhost.localdomain 2.6.32-220.17.1.el6.x86_64 #1 SMP Wed May 16 00:01:37 BST 2012 x86_64 ...
参考:http://coffeelet.blog.163.com/blog/static/1351574532011434453515/ 什么是vsftpd vsftpd是一款在Linux发行版中 ...
当前位置: 主页 > CentOS入门 > 系统配置 > CentOS7修改设置静态IP和DNS 时间:2016-02-22 00:55 来源:blog.csdn.net 作者:get_set的专栏 举报 点击:4048次 ...
最近因为学习Puppet,用虚拟机装了个CentOS,使用的NAT的网络模式,为了防止再次启动系统的时候网络IP发生变化,因此设置静态IP和DNS。 由于CentOS是最小化安装,没有ifconfig命令,因此可以采用ip命令查看。 查看IP分配情况 ...
1.首先查看磁盘使用情况 df -h 2、卸载/home umount /home 如果提示无法卸载,则是有进程占用/home,使用如下命令来终止占用进程: fuser -m -v ...
首先在Vmware下安装好Centos6.2,下载好jdk7文件,tar包安装 1 wget http://download.oracle.com/otn-pub/java/jdk/last-version ...
主要参考网页:http://www.jb51.net/article/98539.htm 首先使用root用户登陆,然后输入ip addr查看当前网卡信息: 其中lo代表127.0.0.1,即localhost。enp开头的网卡为当前使用的网卡,默认都是enp开头,多个的话都是 ...
1、安装Apache2 2、启动 3、设置开机启动 4、安装PHP5 5、PHP5获得MySOL的支持 ...