WPA Fix for XP

Posted on October 29th, 2010

click here for fix


Help find drivers off hardware ID

Posted on June 2nd, 2010

http://www.devid.info/en/


Disable windows update!

Posted on May 18th, 2010

go to gpedit.msc

Navigate to Computer Configuration-> Administrative Templates-> System-> Internet Communication Management-> Internet Communication settings Turn off Windows Online


How to Activate Windows XP Without a Genuine Product Key

Posted on January 23rd, 2010

  1. Click on Start
  2. Find and Click “Run”
  3. Type: Regedit
  4. Click the plus next to “HKEY_LOCAL_MACHINE”
  5. Click the plus next to “SOFTWARE”
  6. Click the plus next to “Microsoft”
  7. Click the plus next to “Windows NT”
  8. Click the plus next to “CurrentVersion” (more…)


Power Your PC With 45 Free Applications

Posted on January 23rd, 2010

File System Utilities

1 CCleaner

CCleaner

CCleaner is a freeware system optimization, privacy and cleaning tool. It removes unused files from your system make Windows run faster. It also cleans traces of your online activities such as your Internet history. Additionally it contains a fully featured registry cleaner. As a today, CCleaner has over 350 million remarkable downloads!
Link: http://www.ccleaner.com/

(more…)


Show apps that use internet connection at the moment

Posted on January 23rd, 2010

$lsof -P -i -n | cut -f 1 -d ” “| uniq | tail -n +2

Show apps that use internet connection at the moment.

show only the name of the apps that are using internet (more…)