Monthly Archives: December, 2011

How to Relay Postfix SMTP on Ubuntu

Relay SMTP usually used by mail server with dynamic IP address. In this guide, I will show how to setup relay SMTP on Postfix. Requirement: Postfix installed on Ubuntu SMTP server (you can use ISP’s SMTP) email address and password to login to SMTP server How to: Create password map file $ sudo nano /etc/postfix/sasl_passwd…

How to Fix MTP USB Driver Error

MTP device is used by Samsung Kies application to connect to Samsung mobile phone through PC using USB cable. This is how to setup your Android phone to use Samsung Kies: Go to Setting => Application => Development, and then make sure USB Debugging is unchecked. Connect your phone to PC using USB cable. Turn…

How to Hack WD My Book Live

WD My Book Live is network storage installed with Debian Linux operating system. We can setup this device to be our web server at home. Here are the steps how I did it. SECTION 1 Follow this Section 1 if you haven’t upgrade the firmware and you don’t want to use Debian Squeeze. If you…

How to Fix Disabled Wireless Device in Windows 7

I had this problem in Windows 7 where wireless device always show disabled. I opened Control Panel\Network and Internet\Network Connections and then right click on disabled Wireless Network Connection, and choose Enable. After that status window appeared show ‘Enabling..’ message, but the device was still disabled. To fix this problem, I opened Control Panel\Administrative Tools\Services,…

How to Install Easy Hosting Control Panel (EHCP) on Ubuntu

EHCP is a free and open source web hosting control panel. This guide will show you how to install it on Ubuntu server. Check /etc/apt/sources.list. It should have the following line (replace oneiric with your version). deb http://archive.ubuntu.com/ubuntu/ oneiric main restricted deb-src http://archive.ubuntu.com/ubuntu/ oneiric main restricted deb http://archive.ubuntu.com/ubuntu/ oneiric-updates main…

How to Delete Unused Tag in WordPress

After playing with auto grab content plugin, I found so many (2000+) unused tags in my Wordpress. To clean up all of it, just install Mass Delete Unused Tags plugin. Login to Wordpress as administrator. Go to Plugins => Add New Search for: Mass Delete Unused Tags Click Install and Activate You can find the…