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
拆分 Windows 映像文件 (.wim) 以存放到多个 DVD 上拆分 Windows 映像文件 (.wim) 以存放到多个 DVD 上
使用 DVD 部署 Windows 映像 如果 Windows 映像超过 4.7GB (4700MB),并且要 […]