mount /dev/xvdd1 /home echo "/dev/xvdd1 /home ext3 defaults 1 2" >> /etc/fstab vim /etc/ssh/sshd_config yum install -y screen screen -S lnmp wget http://my-lnmp-down.googlecode.com/files/cnmp.sh;sh cnmp.sh vim /etc/nginx/conf.d/301.conf server { listen 80 default; rewrite ^/(.*)$ http://www.redthunder.com.cn/$1 permanent; access_log off; }
redthunder
Categories:
Related Post
ArchLinux下安装Shadowsocks服务端ArchLinux下安装Shadowsocks服务端
Arch Linux 的官方包索引中就有 Shadowsocks 的 Python 版(包名为 shadows […]