A line to remove all .swp file from VIM:
find . -name ".*.swp" | xargs rm -f
Command is referenced from 24 Hours Apps.
A line to remove all .swp file from VIM:
find . -name ".*.swp" | xargs rm -f
Command is referenced from 24 Hours Apps.
I found this while I was doing some housekeeping. It was given free about 5 ~ 6 years ago if I remember correctly.

Now Canonical does not provide free Ubuuntu CD anymore.
Was trying to find this panel and I got lost. Now, save the time finding high and low…
Java Control Panel is located under the following Windows directory:
C:\Program Files\Java\jre6\bin\javacpl.exe
If you are using 64-bit Windows 7 or Windows 8, replace “Program Files” with “Program Files (x86)”.

In case you find it tedious to shutdown or restart your Windows 8, you may choose to create a shortcut icon on the desktop like me.
To do so, right-click your desktop and create new shortcut. When you are prompt for the location of the item, enter the either of the following command for the function:
Shutdown
shutdown.exe /s /t 00
Restart
shutdown.exe /r /t 00

If you need more commands, they are as follows:
Log-off
shutdown.exe /l
Lock your computer
rundll32.exe user32.dll,LockWorkStation
For me to get Linux bash on Windows, I use Git Bash since I often need to use Git to push codes too. Git bash does support Linux commands in Windows environment.

Link to Git Bash download: http://git-scm.com/downloads
If you don’t like the idea of Git commands being embedded in the bash or you want a more advanced version, try Cygwin bash.
To be quick and easy, just download the Addons SortPref.
Screenshot for sorting mail by the latest date (top-down):

A simple calculator script written by me to calculate Guild Wars 2 currency:

The interface looks unfriendly now and there are only 2 operations: Addition and Subtraction.
Do leave a comment if you have any suggestion for the UI and operations.
Enjoy!
Running Windows 8 on OCZ Vertex 4…

Bootup is amazingly fast at 3.5 ~ 4.5 seconds…
Sweet and fast!
If you are having this problem, it is relatively easy to solve.
Add the following to your System enviroment variables under Path:
C:\Windows;C:\Windows\system32
If you try to go into Gallery, you will probably get a shock that all your albums and photos are missing. Furthermore, if you load up your Apollo, your musics are all missing too.
But do not worry! Your media files are still there. The recent updates on ClockWorkMod caused this problem. If you have updated your ClockWorkMod app recently, you should be facing the above problems.

What I did to solve this problem:
/mnt/sdcard /sdcard/android/data
Remember to go to settings and checked “View Hidden Files”.
Delete .nomedia found in the above 2 directories.
Resources ::
http://forum.xda-developers.com/showthread.php?t=1834123
http://forum.xda-developers.com/showthread.php?t=1835406