1. install apache_php_mysql_on_centos
如何快速部署Web服务器-Apache篇
http://www.paipat.com/?post=24
https://www.howtoforge.com/apache_php_mysql_on_centos_6.5_lamp
2. install wordpress
https://www.howtoforge.com/centos_wordpress_install
using vim
http://www.ehow.com/how_8502706_save-exit-vim-editor.html
Please use the following command to create the database: CREATE DATABASE site;
3. wordpress设置ip
http://stackoverflow.com/questions/535534/wordpress-host-ip-changed
http://ccc.nju.edu.cn/home.phphttp://datalab.nju.edu.cn/home.php
4. 一个不错的wordpress模板
可以实现多个page都显示文章,实际上是分割了文章的category到不同的page当中去了。http://themezhut.com/thbusiness-theme-documentation/解决修改wordpress模板输入ftp密码问题,可以使用在wp-config.php文件中添加脚本方式。define("FS_METHOD","direct");define("FS_CHMOD_DIR", 0777);define("FS_CHMOD_FILE", 0777);上述脚本添加到文件最后面就可以。
静态网站模板:
http://www.mianfeimoban.com/divcss_qiye/12868.html
http://114.212.240.7:8088/index.html
5. 连接VNC出现too many security failures
捕获.PNG
问题可能是因为VNC关闭了,重新启动一下VNC服务。
打开一个terminal,ssh登录服务器:
ssh root@ip -p port #登录后,重启vnc服务器:
service vncserver restart
read: Connection reset by peer
ssh_exchange_identification: read: Connection reset by peer[root@web2 ~]
sudo ifconfigLinux CentOS。这个问题困扰了我很久,ssh root权限被禁用也使得问题变得非常麻烦。后来解决方法是采用bitvise软件在windows机器上图形化界面登陆。
Tunnelier is free for personal use, as well as for individual commercial use inside organizations. You can download Tunnelier here. http://www.bitvise.com/download-area
Paste_Image.png
这个使用起来非常好。进入之后,还可以使用su来切换用户