摘要: Centos和redhat6.0后关于虚拟机克隆后无法启用网卡问题 在redhat和centos6.0以后的版本,如果我们用虚拟机装过一个系统后想克隆一个虚拟机用的话,我们会发现clone虚拟机网卡起不来,报一下错误: Error: No suitable device found: no devi 阅读全文
posted @ 2013-12-11 12:46 Ben@Li 阅读(249) 评论(0) 推荐(0) 编辑
摘要: 以下是在VirtualBox里的安装过程: 1. 选择“Select Install or upgrade existing system” 2. 选择“skip ” 3. 点击“Next” 4. 选择语言后点击“Next” 5. 选择键盘 6. 选择“Select Basic Storage De 阅读全文
posted @ 2015-07-08 08:46 Ben@Li 阅读(288) 评论(0) 推荐(0) 编辑
摘要: (一)CVS 安装xinetd Shell代码 # rpm -q xinetd # yum install xinetd # chkconfig xinetd on # /etc/init.d/xinetd start 安装CVS Shell代码 # rpm -q cvs cvs-1.11.23-1 阅读全文
posted @ 2015-07-08 08:43 Ben@Li 阅读(236) 评论(0) 推荐(0) 编辑
摘要: (一)squid 安装 Java代码 # yum install httpd-tools -y # htpasswd -c -b /etc/squid/passwords squiduser 123456 # yum install squid -y 设置 Java代码 # cp /etc/squi 阅读全文
posted @ 2015-07-08 08:41 Ben@Li 阅读(185) 评论(0) 推荐(0) 编辑
摘要: 搭建 CentOS 6 服务器(15) - Keepalived、HAProxy、LVS 博客分类: Linux (一)Keepalived (1)安装 Shell代码 # cd /usr/local/src # wget http://www.keepalived.org/software/kee 阅读全文
posted @ 2015-07-08 08:39 Ben@Li 阅读(215) 评论(0) 推荐(0) 编辑
摘要: 搭建 CentOS 6 服务器 - 目录 博客分类: Linux (1) 安装CentOS ISO(desktop/minimal)、Cloud(AWS/阿里云)、Virtualization(VMWare、VirtualBox)详细内容 (2) Linux常用命令 cd、ls、rm、chmod.. 阅读全文
posted @ 2015-07-08 08:38 Ben@Li 阅读(187) 评论(0) 推荐(0) 编辑
摘要: (1)文件/文件夹 pwd - 显示当前路径 Shell代码 $ pwd cd - 跳到指定文件夹 Shell代码 $ cd /usr/local/src $ cd ~/ ←移动到用户的home ls - 显示当前文件夹下自己能看到的所有文件/文件夹一览 Shell代码 $ ls ←显示文件名 $  阅读全文
posted @ 2015-07-08 08:35 Ben@Li 阅读(541) 评论(0) 推荐(0) 编辑
摘要: (1)系统架构 查看内核 Shell代码 # uname -s -r Linux 2.6.32-358.el6.x86_64 查看发布版本 Shell代码 # cat /etc/redhat-release CentOS release 6.4 (Final) 查看CPU架构 Shell代码 # a 阅读全文
posted @ 2015-07-08 08:33 Ben@Li 阅读(488) 评论(0) 推荐(0) 编辑
摘要: (一)MySQL (1)安装 Shell代码 # yum -y install http://dev.mysql.com/get/mysql-community-release-el6-5.noarch.rpm # yum info mysql-community-server # yum -y i 阅读全文
posted @ 2015-07-07 15:31 Ben@Li 阅读(256) 评论(0) 推荐(0) 编辑
摘要: (一)vsftpd 安装 # yum -y install vsftpd Installed: vsftpd.i686 0:2.2.2-12.el6_5.1 设置 # cp /etc/vsftpd/vsftpd.conf /etc/vsftpd/vsftpd.conf.backup # vi /et 阅读全文
posted @ 2015-07-07 15:27 Ben@Li 阅读(462) 评论(0) 推荐(0) 编辑
摘要: (1)安装 Java代码 # yum -y install samba Installed: samba.i686 0:3.6.9-169.el6_5 # pdbedit -a rensn new password:123456 retype new password:123456 …… (2)Ho 阅读全文
posted @ 2015-07-07 15:25 Ben@Li 阅读(149) 评论(0) 推荐(0) 编辑