欢迎光临IT网Linux学习频道

当前位置: > Linux服务器 > 环境配置 >
  • [环境配置] Linux下Nginx+Tomcat整合的安装与配置 日期:2015-01-21 23:24:31 点击:84 好评:0

    一、安装Tomcat和JDK 1、上传apache-tomcat-6.0.18.tar.gz和jdk-6u12-linux-i586.bin至/usr/local 2、执行如下命令安装tomcat: #cd /usr/local #tar zxvf apache-tomcat- 6.0 . 18 .tar.gz 解压完成后将apache-tomcat-6.0.18重命名为tomcat 3、执行如下命令...

  • [环境配置] linux下php添加cur/soapl扩展 日期:2015-01-19 13:37:51 点击:139 好评:0

    注意:在不同的扩展路径下 ./configure --help 的帮助信息不尽相同 1、跟php一起安装 下载http://curl.haxx.se/download/ curl 取较低的版本 wget http: // curl.haxx.se/download/curl-7.21.0.tar.gz tar zxvf curl- 7.21 . 0 . tar .gzcd curl - 7.21 . 0...

  • [环境配置] memcahce 介绍以及安装以及扩展的安装 日期:2015-01-19 13:36:06 点击:124 好评:0

    简单介绍: memcache是一个高性能的分布式的内存对象缓存系统。通过在内存里维护一个巨大的hash表. 守护进程名: memcached端口号: 11211 单进程依赖 libevent 安装memcached window: memcache -d install #安装到系统服务里memcache -d uninstall #卸载 m...

  • [环境配置] samba 配置 日期:2015-01-19 13:35:27 点击:182 好评:0

    samba:各个版本下载地址:http: // ftp.samba.org/pub/samba/stable/ 请先: 关闭防火墙:service iptables stop 如果开启 SELinux 1 、关闭 getsebool -a | grep samba 查找samba相关的selinux 设置 setsebool - P samba_enable_home_dirs on 彻底关闭 seli...

  • [环境配置] 华夏云服务器如何挂载硬盘 日期:2015-01-18 01:45:33 点击:181 好评:0

    [ root @ blog ~ ] # fdisk -l Disk / dev / vdb doesn t contain a valid partition table 1. 创建分区 [ root @ blog ~ ] # fdisk /dev/vdb . . . 输入 n Command ( m for help ) : n 输入 p Command action e extended p primary partition ( 1 - 4 ) p...

  • [环境配置] 腾讯云环境配置之redis2.8 稳定版配置 日期:2015-01-18 01:42:10 点击:232 好评:0

    由于我是拿redis当缓存来使用,所以不准备开启redis的数据持久化.关闭aof和rdb。 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 tar zxvf redis-2.8.17.tar.gz -C /usr/local/src/ cd /u...

  • [环境配置] 腾讯云环境配置之PHP5.6.3 + redis扩展 稳定版 日期:2015-01-18 01:41:39 点击:1060 好评:-2

    #由于上文装过yum groupinstall Development tools这里就不装了,直接装缺少的 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 #下载并且解压缩php5.6.3源码 cd ~ http://cn2.php.net/distributions/php-5.6.3.tar.gz tar z...

  • [环境配置] 腾讯云环境配置之Nginx1.6.2稳定版 日期:2015-01-18 01:39:21 点击:199 好评:0

    配置nginx + php + redis 。这三个软件我都准备装最新的稳定版. 本篇记录一下安装nginx1.6.2 服务器环境:centos6.3 x86_64 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 4...

  • [环境配置] Linux aotufs 设置 日期:2015-01-17 17:26:02 点击:193 好评:0

    服务端设置(172.10): [root@SERVER]# vi /etc/exports ---------》NFS配置文件 把目录共享出去 /var/ftp/pub *(rw) ---------》必须使用绝对路径,权限部分依照不同的权限共享给不同的主机,括号内是设置权限参数的 位置,权限不止一个时,使用,隔开,主...

  • [环境配置] 在线安装Ganglia3.6.0,nginx+php搭建gweb,绝对通过 日期:2015-01-17 02:18:33 点击:109 好评:2

    环境:CentOS6.5 minimal 目标:安装Ganglia 核心组件(gmond, gmetad, gmetric, gstat, libganglia)、Ganglia web 准备 yum加入 epel 源 rpm -Uvh http://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm yum加入 remi 源 rpm -Uvhht...

栏目列表
推荐内容