Ubuntu

Configure ftp task for ant on Debian/Ubuntu

  1. apt-get install ant ant-optional
  2. apt-get install libcommons-net-java liboro-java
  3. cd /usr/share/ant/lib
  4. ln -s /usr/share/java/commons-net.jar .
  5. ln -s /usr/share/java/oro.jar .

Ant has a ftp task which requires some libraries, that's the way to setup on Debian/Ubuntu. Have fun!

Setup Postfix with SMTP Auth

  1. Install Postfix and SASL 
    apt-get install postfix sasl2-bin
  2. edit /etc/default/saslauthd, change the following:
    START=yes
     
  3. Start saslauthd:
    /etc/init.d/saslauthd start
  4. test if saslauthd is working:
    testsaslauthd -u username -p password
  5. Stop saslauthd:
    /etc/init.d/saslauthd stop
  6. Create file /etc/postfix/sasl/smtpd.conf:
    pwcheck_method: saslauthd
     
  7. edit /etc/postfix/main.cf :

Ubuntu upgrade to 9.04 Jaunty Jackalope

Finally upgraded to 9.04 Jaunty, here's some times might help:

Change background wallpaper randomly on Ubuntu 8.10 (Intrepid Ibex)

Get bored with the default wallpaper? If yes, let's have some fun!

install eternal-lands client on Ubuntu 7

While I tried several times on install linux client on ubuntu, here's what I do
  1. download and unzip the el_133_linux_full.zip to a temp directory, for example: /home/username/temp, it will create a new directory Eternal Lands-1.33
  2. mkdir /usr/local/games/el
  3. mv /home/username/temp/Eternal Lands-1.33/* /usr/local/games/el
  4. cd /usr/local/games/el
  5. ./el-133.x86.linux.static
You must run the game in root account, if running in user account, it abort or crash quickly.

Theme by Danetsoft and Danang Probo Sayekti inspired by Maksimer