Debian 6.0.4 + LAMP & APT

root@localhost:~/#
root@localhost:~/# apt-get install mysql-client mysql-server -y
root@localhost:~/# apt-get update
root@localhost:~/# apt-get install apt-spy
root@localhost:~/# apt-spy update ......

VPS安装debian-X64,mysql-5.6.10,php-5.4.12,nginx-1.2.7与配置

VPS安装debian-X64,mysql-5.6.10,php-5.4.12,nginx-1.2.7与配置
环境Debian6.0X64/512M/20G.安装前的配置以及安装一些必要的工具
# aptitude update
# aptitude upgrade
# aptitude -y purge apache2 apache2-mpm-worker apache2-utils apache2.2-bin apache2.2-common
# aptitude install build-essential cmake //编译mysql5.5以上就要用到的编译工具 ......