France Telecom / Orange blocking port 25 email send – fix

France Telecom / Ora...

The solution is here http://www.bergek.com/2007/11/29/making-postfix-listen-to-a-secondary-port/ You may need to install iptables: apt-get install iptables iptables -t nat -A PREROUTING -p tcp --dport 587 -j REDIRECT --to-ports 25 iptables-save Send email
Ubuntu additonal IP addresses not available after hard reboot – slicehost

Ubuntu additonal IP ...

Log in using ssh (putty) sudo ifup eth0:1 sudo ifup eth0:2 sudo ifup eth0:3 … and so on.
T-Mobile Broadband USB Stick 610 (Huawei E1750) Ubuntu

T-Mobile Broadband U...

The T-Mobile Broadband USB Stick 610 unlimited access gift pack for £44.99 has to be the cheapest way to get online anywhere for the next 3 months! Works with Ubuntu after you’ve run this script.
Ubuntu start Xpay4 at boot

Ubuntu start Xpay4 a...

Add the following lines to /etc/rc.local cd /usr/local/xpay4 java -jar Xpay4.jar If /etc/rc.local doesn’t exist just create it.
Write CPU / Memory usage to log file every hour

Write CPU / Memory u...

Add this cron job … 0 * * * * top -n1 -b | head -4 >> /var/www/askmatt.co.uk/top.txt output … Your browser does not support iframes.
Get your Slicehost email delivered using Ubuntu/Sendmail

Get your Slicehost e...

In the ‘SliceManager’ click the DNS tab and set the reverse DNS to mydomain.com echo mydomain.com > /etc/hostname /bin/hostname -F /etc/hostname /etc/init.d/sendmail restart Then go to www.spamhaus.org to remove any mail blocks. You can not use a free email address...
Backup Windows XP to Ubuntu Server

Backup Windows XP to...

Excellent post on backing up Windows XP to an Ubuntu Box. http://justinsomnia.org/2007/02/how-to-regularly-backup-windows-xp-to-ubuntu-using-rsync/