niels / Software /

AliPay on GNU/Linux

AliPay is the Paypal of China and hard to ignore if you want to use websites like TaoBao (the Chinese eBay.) Unlike Paypal however, it requires ActiveX components or Firefox plugins to function. Getting this to work on Linux can be a pain if you don’t read Chinese. So here’s in English: Download http://blog.alipay.com/wp-content/2008/10/aliedit.tar.gz Extract […]

Read more..

niels / Software /

Google Gears 64-bit

Links to outdated and potentially dangerous binaries have been removed. While eagerly installing Offline Gmail on my computers I ran into the fact the Google Gears is actually not available for 64-bit Linux. I managed to find a number of builds out there, but none that would actually work for me with Offline Gmail or […]

Read more..




niels / Software /

Comparing web hosting packages

Comparing web hosting packages is harder than it seems. When searching for the best deal there is a huge list of companies claiming to offer all the features you could ever want and more bandwidth than you need. Unfortunately, most of these offers are useless. The small print usually contains one or more vague clauses […]

Read more..

niels / Software / #voip

Asterisk 1.2.4 with Sarge

Of course this had to happen: I finish my 1.2.4 packages and the Asterisk team releases 1.2.5. Oh well, the Debian VoIP team will probably follow soon enough and so will I. When upgrading, make sure you choose the correct version of asterisk: asterisk-classic or asterisk-bristuff. Also, H323 support is removed and chan_capi is included […]

Read more..

niels / Software / #voip

Bristuff 0.3.0-PRE-1f and XS4ALL VoIP

A small update to the Asterisk packages: bristuff is updated to 0.3.0-PRE-1f a oneliner related to XS4ALL VoIP is included: http://www.asteriskguru.com/board/here-vp1519.html Add the following line to your /etc/apt/sources.list: deb http://debian.peen.net asterisk/

Read more..

niels / Software / #email

Postfix with Cyrus, Clamav and Spamassassin

This is a quick howto on how to get it all running. Most of the software used is a lot more powerful than this howto suggests. Once you have it all up and running make sure to spend some time checking out the full potential of your setup. Get all the packages: Include deb http://ftp2.de.debian.org/ […]

Read more..

niels / Software / #email

Plesk with Clamav

Written while using Debian 3.1 (sarge) and Plesk 7.5. Clamav Install the Debian packages clamav, clamav-daemon and clamav-freshclam. plesk:~# apt-get install clamav clamav-daemon clamav-freshclam Download and extract qsheff and ripmime tar balls. plesk:~# cd /usr/local/src/ plesk:/usr/local/src# wget http://www.enderunix.org/qsheff/qsheff-1.0-r3.tar.gz plesk:/usr/local/src# wget http://www.pldaniels.com/ripmime/ripmime-1.4.0.5.tar.gz plesk:/usr/local/src# tar zxvf qsheff-1.0-r3.tar.gz plesk:/usr/local/src# tar zxvf ripmime-1.4.0.5.tar.gz Building and installing ripmime is straightforward: […]

Read more..