Category Archives: Hosting

Backup your server data to Dropbox

Though personal blogs are not that serious comparing to your account data in the bank, it still worths some backup. Linode does offer sophisticated official backup service starting from $5 per month, however if your website doesn’t have huge traffic … Continue reading

Posted in Hosting | Leave a comment

If your company blocks port 22

Hmm..Then you won’t be able to access your own public server via SSH. Here’s a simple way to work around it. Just re-bind the sshd daemon of your server to port 443. # sed -i ‘s/Port\s22/Port 443/’ /etc/ssh/sshd_config # /etc/init.d/ssh … Continue reading

Posted in Hosting | Leave a comment