How to Install Ice Cream Sandwich (Android 4.0) on Samsung Galaxy SII

Before installing Ice Cream Sandwich (ICS) on Samsung Galaxy SII (SGS2), your handphone must be rooted. Read this article for rooting SGS2. Download ICS firmware from this website. You have to register first before able to download. Still on sammobile.com website, download Odin downloader. Extract both files and open Odin. Check Re-Partition option. Press PIT…

Read More

How to Fix WordPress Error “Briefly unavailable for scheduled maintenance. Check back in a minute”

This maintenance message shows when WordPress updating its version, theme or plugin. Sometimes the updating process gets interrupted or fails for any reason. To fix this problem, delete .maintenance file in root directory of your WordPress folder. That’s all. Simple as it gets. In case the “. maintenance” file was not there at all. Started…

Read More
mstscax.dll

How to Fix RDCMan Problem: “Incompatible version of mstscax.dll”

This problem happens when you are using Remote Desktop Connection Manager (RDCMan) with not updated Terminal Service Client. To fix this problem you have to download and install the latest Terminal Service Client 6.1 from below website. For Windows XP: http://www.microsoft.com/download/en/details.aspx?id=7208 For Windows Server 2003: http://www.microsoft.com/download/en/details.aspx?id=21296

Read More

How to Fix MySQL Error “Stopping MySQL database server : mysqld failed!” on Debian Squeeze

This problem happens when you modify user table in mysql database. In Debian system, there is a user named debian-sys-maint. We can’t restart mysql daemon if the password is not correct. We have to update the password for that user. First, we check the password: Login to mysql shell as root Now use the following…

Read More

How to Save Apache Access Log into MySQL Database Using libapache2-mod-log-sql on Debian Squeeze

The purpose of saving Apache access log into MySQL database is to make it easier to parse website’s visitor information. First of all, we do repository update: Install libapache2-mod-log-sql Create apachelogs and scoreboard table: Modify /etc/apache2/sites-available/default: If you have other virtual hosts, you can put LogSQLTransferLogTable directive into each virtual host tag. Create mod_log_sql-preserve file:…

Read More