Displaying the most recent of 123 posts written by

Zhanshan Dong

Install and config Subversion on Ubuntu server

Install SVN server on Ubuntu server I am trying to install a subversion server on my Ubuntu server. Google search returned a lot of garbage. It was pretty hard to locate a good tutorial or how-to document to follow. At least I found one at ubuntu.org. Subversion – This wiki document explains how to setup [...]

  • Share/Bookmark

Add USB hard drives to Ubuntu server

I have a Ubuntu file server with limited storage space. I want to add a USB hard drive to extend its storage space. I did it in the following step. Plug in the USB hard drive to the Ubuntu server After I plugged the USB hard drive, the server was rebooted. Then I check the [...]

  • Share/Bookmark

A new programming language – GO, from Google

Google just published a new open source system programming language, GO. Google claims that it is simple, fast, fun, safe, and concurrent. Source code can be downloaded and compiled. It provides a lot of packages. My first look gave me feeling that it is pretty similar to Java or C#. It is a system language [...]

  • Share/Bookmark

Tools to switch on/off services of Ubuntu Linux

In GUI environment you can use System > Administration > Services to switch on/off services. In CLI environment you can use rcconf to do the same thing. apt-get install rcconf rcconf For detail information, please refer to the following article. Ubuntu Linux stop / disable GNOME GUI ~ X.org [PDF]

  • Share/Bookmark

Block junk comments in WordPress

Recently I found that there were so many junk or spam comments posted in the site. The possible reason is some spam robots were keeping booming this site. To block the spam comments and reduce the waste of resources, the following settings in Discussion section were selected. Comment author must fill out name and e-mail [...]

  • Share/Bookmark