How to Set a Wireless Ad-Hoc in Linux?

1. Of course you must have a Linux Operating System to configure this thing out.
2. Login to your Linux OS
3. Run the terminal/konsole/bash/etc.
4. Turn your Wireless Adapter on.
5. To verify what's your wireless adapter is type this command in your terminal/konsole:
ifconfig  //A list of all available network adapter will appear (eth0,wlan0,etc.)
6. Make sure which is your really wireless adapter name (usually wireless adapter have the "wlan0" name, it depends what type and how much you install network adapter in your Linux system).
7. Okay, assume that your wireless adapter's name is wlan0 then type this in your terminal:
ifconfig wlan0 up //this command is to bring up your wireless network adapter
8. To configure your wireless adapter as an Ad-Hoc type this:
iwconfig wlan0 mode ad-hoc //set your wireless adapter to Ad-Hoc mode

Stealing/Changing Data Using a Bootable Linux CD

Once an attacker has gained physical access, getting into a box can be as simple as booting to a CD-based Linux distribution, deleting the root user account password in the /etc/shadow file, and booting into the system, normally with full access. This can be accomplished step-by-step as follows:

How to Install Arch Package OFFLINE?

This tutorial is for Arch Linux user who doesn't have any internet connection.
First, download the current database on a Internet connected computer from this server :

How to increase your Browser (IE, Firefox, and Opera) speed?

Let's Start Hacking
Microsoft Internet Explorer Optimization
  1. Go to "Start" and click on "Run"
  2. Enter "regedit" and hit "Ok" and now the Registry Editor will open

How to Connect to a Wifi Access Point in Linux?

For some newbie linux users whose linux has no Wifi Manager in it, to connect to a Wifi access point seems to be a little bit hard, but actually it is very simple when we know how to do that.
In this tutorial, I use Slackware 13.37. But, the command is all the same in all linux distro (CMIIW).
First,login as root then open the terminal/konsole. (see fig. konsole)

How to Sniff People's Password? (A hacking guide with Cain & Abel - ARP POISONING METHOD)

First, you must have the Cain & Abel program, to download the click here.
Install the program, then run it.

How to Enable the Disabled Registry Editor?

If you don't know what a Registry Editor is then read this article on wikipedia (The definition of Registry Editor).
This is the main window of the Registry Editor in Windows XP.