欢迎光临IT网Linux学习频道

当前位置: > CentOS > CentOS教程 >
  • [CentOS教程] CentOS一键配置rsync服务器shell脚本 日期:2015-04-01 20:56:27 点击:153 好评:0

    1、保存下面的代码为一个文件,上传到服务器端,名称为rsync.sh #!/bin/bash #rsync Written by zhumaohai #For more information please visit http://www.centos.bz echo Please input the rsync username: read username echo Please input the rsync use...

  • [CentOS教程] CentOS安装Git 日期:2015-03-30 20:38:19 点击:129 好评:0

    CentOS中yum里没有Git,需要手动安装。 首先需要安装git的依赖包 yum install curl yum install curl-devel yum install zlib-devel yum install openssl-devel yum install perl yum install cpio yum install expat-devel yum install gettext-devel 下载...

  • [CentOS教程] Centos6.6安装IPython3.0 日期:2015-03-30 20:37:40 点击:105 好评:0

    一、安装Python2.7.8 由于Ipython仅支持Python2.7.8以上的版本,所以需先安装Python2.7.8 到以下地址https://www.python.org/downloads/release/python-278/ 下载源码包Python-2.7.8.tgz 1、 解压: [root@centos_1~] #tarxfPython-2.7.8 2、进入解压后的文...

  • [CentOS教程] Centos6.5安装OpenVAS Scanner 4.0.6 日期:2015-03-30 20:36:36 点击:221 好评:2

    由于yum问题,centos6.0以下版本我装不上openvas,有人说6.0和6.5能装。 1.配置网络 [root@localhost ~]#vi/etc/sysconfig/network-scripts/ifcfg-eth0 ONBOOT=yes [root@localhost ~]#/etc/init.d/network restart 2.禁用selinux,重启生效 [root@localhost...

  • [CentOS教程] centos6.5安装cobbler 日期:2015-03-30 20:36:06 点击:177 好评:0

    1.安装脚本 #yum -y install wget #wget http://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm #rpm -ivh epel-release-6-8.noarch.rpm #/etc/cobbler/dhcp.template yum install cobbler httpd rsync tftp-server xinetd dhcp python...

  • [CentOS教程] Centos6.X安装smokeping 日期:2015-03-30 20:35:17 点击:185 好评:0

    如果是64位为 [root@localhost src]# uname -a Linux localhost.localdomain 2.6.18-274.3.1.el5 #1 SMP Tue Sep 6 20:13:52 EDT 2011 x86_64 x86_64 x86_64 GNU/Linux [root@localhost Test]# perl -v This is perl, v5.8.8 built for x86_64-linux-thread-m...

  • [CentOS教程] Centos安装LinuxRAR 日期:2015-03-30 20:33:22 点击:141 好评:0

    我们一般在Windows环境下压缩文件比较方便还是使用RAR,而Linux默认是不支持RAR压缩、解压的.Linux下也有RAR软件【 LinuxRAR 】还免费呢! 执行下面的命令下载安装包解压安装: wget http://www.rarsoft.com/rar/rarlinux-3.9.3.tar.gz tar -xvf rarlinux-3.9.3...

  • [CentOS教程] CentOS安装blue box 日期:2015-03-30 20:32:57 点击:180 好评:0

    假定CentOS下已经安装好了git、FreeSWITCH、httpd和mysql。 1、下载bluebox。控制台下输入 cd /var/www/html git clone git://github.com/2600hz/bluebox.git bluebox 上述两步会在/var/www/html目录下生成bluebox目录。 2、安装前设置。控制台下输入 cd /var...

  • [CentOS教程] centos 6.3编译安装OpenVPN服务 日期:2015-03-30 20:32:19 点击:107 好评:0

    centos 6.3编译安装OpenVPN服务 OpenVPN是一款在Linux网关服务器使用的开源的VPN软件,顾名思义,其实就是用来打通一条安全的虚拟专用通道,实现用户远程办公,获取内网资源。 该软件可跨平台在在Linux、xBSD、Mac OS X与Windows间使用,并利用openssl作为加...

  • [CentOS教程] CentOS 6.5 Corosync+pacemaker实现httpd服务的高可用 日期:2015-03-28 00:08:56 点击:201 好评:0

    Corosync:它属于OpenAIS(开放式应用接口规范)中的一个项目corosync一版本中本身不具备投票功能,到了corosync 2.0之后引入了votequorum子系统也具备了投票功能了,如果我们用的是1版本的,又需要用到票数做决策时那该如何是好呢;当然,在红帽上把cman + co...

  • 首页
  • 上一页
  • 154
  • 155
  • 156
  • 157
  • 158
  • 159
  • 160
  • 161
  • 162
  • 163
  • 164
  • 下一页
  • 末页
  • 2632628
栏目列表
推荐内容