ubuntu 7.10
sudo im-switch -z en_US -s InputMethodName
ubuntu 8.04
im-switch -z en_US -s InputMethodName
sudo im-switch -z en_US -s InputMethodName
im-switch -z en_US -s InputMethodName
sudo apt-get install xmame-sdl
xmame.SDL gamename
xmame.SDL *.zip
apt-get install streamtuner xmms
wget http://linuxdesktop.cn/downloads/gsopcast/gsopcast_0.3.1-1_i386.deb
sudo dpkg -i gsopcast_0.3.1-1_i386.deb # -i is equal to --install
sudo apt-get install mldonkey-server
# run silently in background
# mlnet &> /dev/null &
mlnet
# if run mldonkey as root, the config files would be in /var/lib/mldonkey/
vi /home/user/.mldonkey/downloads.ini
.
.
allowed_ips = [
"127.0.0.1/0";] # mask 0 allows any ip
.
.
gui_port = 4001
http_port = 4080
telnet_port = 4000
.
.
max_hard_upload_rate = 10 # global speed limiting, KB/s
max_hard_download_rate = 0 # global speed limiting, KB/s
max_hard_upload_rate_2 = 5 # for bandwidth toggle
max_hard_download_rate_2 = 20 # for bandwidth toggle
.
.
useradd admin password
telnet ip 4000
tar -zxvf xrdp-0.4.0.tar.gz
make
sudo make install
sudo /usr/local/xrdp/xrdp_control.sh start