一佳互联

展开菜单

完美安装 CentOS + Nginx + PHP-FPM + MySQL

完美安装 CentOS + Nginx + PHP-FPM + MySQL
完美安装 CentOS + Nginx + PHP-FPM + MySQL  PHP 5.3.1  MySQL 5.0.89  Nginx 0.8.33 或 0.7.65 (可选)  现在,我们可以快速全自动搞定 CentOS + Nginx + PHP-FPM + MySQL 的安装了  这个可比网上流传的什么一键安装包要好得多,强烈推荐此法安装,适合所有菜鸟和高手  我服务器上全用的源代码编译安装,也好不到哪去,还很费劲  我这个装完已经包含PHP的一些常用扩展, PDO...

Centos yum 安装nginx+PHP-FPM+eAccelerator+mysql

Centos yum 安装nginx+PHP-FPM+eAccelerator+mysql
Centos yum 安装nginx+PHP-FPM+eAccelerator+mysql 添加安装源 Centos 默认官方源中没有nginx 和 php-fpm 所以必须添加第三方源,不然就只能自己编译了。 添加[CentALT]源在/etc/yum.repo.d 目下创建 alt.ru.repo 文件内容如下: [CentALT]name=CentALT Packages for Enterprise Linux 5 - $ba...

Xen Server安装iftop监控VM的流量

Xen Server安装iftop监控VM的流量
在Xen Server上安装iftop监控VM的流量在GUN/Linux系统中,我们可以使用top查看系统资源、进程、内存占用等信息。查看网络状态可以使用netstat、nmap等工具。若要查看实时的网络流量,监控TCP/IP连接等,则可以使用iftop。为了更好的管理Xen Server服务器,我们可以给Xen Server 安装上iftop来监控各客户机IP的流量。一般情况下,我们需要到iftop官网下载最新的源码包来进行编译安装。但是默认情况下,Xen Server是没...

centos安装solusvm

centos安装solusvm
centos安装solusvmwget http://soluslabs.com/installers/solusvm/install chmod 755 install ./install You will now be presented with the following menu as illustrated below:Select option 1You will now be presented with the next menu as illustr...

ROS 批量绑定ARP脚本

ROS 批量绑定ARP脚本
ROS 批量绑定ARP脚本   以上脚本可以在ROS中实现批量绑定ARP,再也不用一个一个的COPY到手软了。ROS2.9.27:foreach i in [/ip arp find dynamic yes ] do={/ip arp add copy-from $i}以上脚本适用ROS2.9.27版,理论上说在2...

ROS的ARP绑定

ROS的ARP绑定
ROS的ARP绑定   先了解ARP欺骗,从百度找了一些资料给大家看:    第一种ARP欺骗的原理是——截获网关数据。它通知路由器一系列错误的内网MAC地址,并按照一定...

enable the rpmforge/DAG,Installing RPMforge

enable the rpmforge/DAG,Installing RPMforge
Installing RPMforgeRPMforge is a collaboration of Dag and other packagers. They provide over 5000 packages for CentOS, including wine, vlc, mplayer, xmms-mp3, and other popular media tools. It is not part of Red Hat or CentOS but is design...

解决CentOS/linux系统时间不对

解决CentOS/linux系统时间不对
解决CentOS/linux系统时间不对 时钟设置的问题本身比较简单,但是它涉及到几个基本的配置文件:/etc/rc.d/rc.sysinit/etc/sysconfig/clock/etc/localtime/usr/share/zoneinfo解决办法:cp /etc/localtime /etc/localtime.bakcp /usr/share/zoneinfo/Asia/Shanghai /etc/localtimentpdate pool.ntp.orghwc...

Linux MySQL定时自动备份

Linux MySQL定时自动备份
Linux MySQL定时自动备份 Linux MySQL ncftp+crontab定时备份所有mysql数据库到FTP空间首先,安装ncftp ,在这里可以看到最新版本:http://ftp.ncftp.com/download/下面的安装过程以3.2.4版为例,如果版本更新了也只需要把3.2.4替换掉即可,在centos中,ncftp是不可以通过yum来安装的123456789cd /usr/srcwget ftp://ftp.ncftp.com/nc...

Centos/RHEL安装没setup命令

Centos/RHEL安装没setup命令
Centos/RHEL安装没setup命令 最小化装完centos 5.5/RHEL系统后,发现用setup的配置命令没有了.12[root@localhost ~]# setup-bash: setup: command not found这时就要手动去安装这个快速配置程序了.1[root@localhost ~]# yum install setuptool ntsysv system-config-network system-config-keyboard#...