Posted by sebastian on 26 January 2010
New version of Tiny Tiny RSS (1.4.0) is available. Look my previous article about it. Upgrade is very esay, read the instructions here. Release Notes: Bugfixes Catalan translation JSON-based API; XML-RPC API server is deprecated and moved to utils/ Classic mobile moved to mobile/classic New mobile version based on iUI Special feed for archived articles [...]
Posted by sebastian on 25 January 2010
There is an error in the current version of Samba on Ubuntu Karmic you find in the samba log file (/var/log/samba/log.smbd) this message: [2009/12/07 12:26:26, 0] smbd/server.c:456(smbd_open_one_socket) smbd_open_once_socket: open_socket_in: Address already in use The best solution is a downgrade to version 3.3.2: wget http://security.ubuntu.com/ubuntu/pool/main/s/samba/samba_3.3.2-1ubuntu3.2_amd64.deb dpkg -i –force-all samba_3.3.2-1ubuntu3.2_amd64.deb Update: Problem solved (Version 3.4.0)
Posted by sebastian on 13 January 2010
Install Mozilla Thunderbird 3 on Ubuntu with paketmanger. Add the repository: sudo add-apt-repository ppa:ubuntu-mozilla-daily/ppa Add repository key: sudo apt-key adv –keyserver keyserver.ubuntu.com –recv-keys 247510BE Installation: sudo apt-get update sudo aptitude install thunderbird-3.1 thunderbird-3.1-gnome-support Older Ubuntu versions: Edit “/etc/apt/sources.list” and add the following lines: deb http://ppa.launchpad.net/ubuntu-mozilla-daily/ppa/ubuntu jaunty main deb-src http://ppa.launchpad.net/ubuntu-mozilla-daily/ppa/ubuntu jaunty main Add the GPG key: [...]