Style problem on Windows XP SP3

One of the readers gave me a comment about style problem on Windows XP SP.
I got that problem too . Style is missing from display > appearance.
The problem come from UX Theme. You need to get new version of UX Theme, which is compatible with Service Pack 3 to fix the problem.
Download new version [...]

Copy a directory with all its contents in CentOS

This command will copy a directory with all its content to another directory,
for example you have a directory named x, you want to copy it to another directory named y
cp -dpr x y
That’s it!

Compressing with GZip and Zip in CentOS

Gzip
Type the following command to compress a file at a shell prompt
gzip filename.ext -> The file will be compressed and saved as filename.ext.gz
Type the following command to expand a compressed file
gunzip filename.ext.gz -> The filename.ext.gz is deleted and replaced with filename.ext
Type the following command to compress multiple files at a shell prompt
gzip filename.gz file1 file2 [...]

Change Default Home Directory for User in Centos

Everytime users created, it will keep per line inside /etc/passwd.
The line has the following characteristics:
1. It begins with the username.
2. There is an x for the password field indicating that the system is using shadow passwords.
3. A UID greater than 499 is created. (Under Red Hat Enterprise Linux/CentOS, UIDs and GIDs below 500 are reserved [...]

History of The Color Wheel

I didn’t know Sir Isaac Newton invented The Color Wheel

Nineteen Labs Redesign

I’ve been using ColdBlue theme since last year. Today, i’m starting to design a new theme for Nineteen Labs. Finally, my own theme on my own site. The design almost finish. It’s semi grid, i guess. I cannot preview the design now, cause i need to test some features.
Interesting part of new nineteen labs design [...]

Another Add On for your leopard-like desktop

Finderbar is a great app for a leopard-like desktop. I mentioned finderbar in a previous post. I tried this app when i was upgrading my desktop. The program delivers resemblance with an original finderbar on Mac OS, but I uninstalled finderbar at the end, because i don’t need finderbar’s features inside my windows xp. The [...]

Simple Blue Menu and Download

These screenshots are different menu placements from Simple Blue. Just moving around menu div into header and you’ll get different menu placements.