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
Linux配置基于PPTP的多用户多出口IP的VPNLinux配置基于PPTP的多用户多出口IP的VPN
相信很多朋友都用过美国VPS或者日本VPS,不知道你是否也遇到过同样的问题,就是你的VPS有多个公网ip,而你 […]