最新 分享

Publish our news and thoughts with all.

Popular Articles

Recent Stories

Setting Up Subdomains in Linode and Apache

There is no translation available.

I’ve been using Linode for a few months to host about a dozen websites and I’ve been very happy with the experience. I have found the documentation at Linode to be clear and concise, especially when it comes to setting up multiple sites using a standard, Ubuntu-based LAMP (Linux, Apache, MySQL, PHP) configuration.

linode ubuntu如何支持(安装)GD库

There is no translation available.

重新安装gd库:apt-get install php5-gd 不起作用的话,更新过后再安装gd库:apt-get update,重启:service apache2 restart OK。

Ubuntu下的计划任务 -- cron的基本知识

There is no translation available.

cron是一个Linux下的后台进程,用来定期的执行一些任务。因为我用的是Ubuntu,所以这篇文章中的所有命令也只能保证在Ubuntu下有效,但其他系统应该也差不多。

linode vps装wordpress升级和装插件时提示ftp连接错误的解决方法

There is no translation available.

putty登录vps,输入命令:

chown -R www-data /srv/www/domain.com/
其中 www-data 是你的linux user
我的是ubuntu11.0,如果你的系统不一样或者改动过的话,可能需要把www-data换成www试试