Archive for the 'Uncategorized' Category

Furniture@Work : Is furniture at works poor customer service ruining the reputation of your business?

Furniture@Work : Is ...

The UK’s least liked office furniture company Furniture@Work could be affecting the reputation of your business by advertising using your companies name and there’s nothing you can do about it. Google allow bidding on competitors name as long as the words used are not...
new van

new van...

The new van …   transit side door 1999 transit front
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.
Magento 1.4 – Paypal – Delivery/Shipping not included in Paypal total

Magento 1.4 – ...

Due to a bug in the latest version of Magento the delivery charge is not sent to Paypal so customers will be charged the grand total minus the correct delivery charge. The issue is documented here http://www.magentocommerce.com/bug-tracking/issue?issue=8467 If you’re not familiar...
Magento 1.4 Upgrade Paypal Error – You have entered unsupported characters for this field.

Magento 1.4 Upgrade ...

Error Detected You have entered unsupported characters for this field. Current available language character types are: European, Chinese, Korean, Japanese, and Thai. Please try again. You have entered unsupported characters for this field. Current available language character types...
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/