Set Windows 7 as WiFi HotSpot
Shared by Windows Facebook Page.
Set Windows 7 as WiFi HotSpot :
Open an elevated command prompt (Type “CMD.EXE” in the start menu search bar, then right clicking the cmd.exe link and selecting “Run as Administrator”).
- In the command window, type: netsh wlan set hostednetwork mode=allow ssid=MyNet key=MyPassword
Replace “MyNet” with the name you want to use for the wireless network and replace “MyPassword” with your chosen password for accessing it)
- Press Enter.
- Now type: netsh wlan start hostednetwork
- Press Enter.
- Open Control Panel and go to Network and Sharing Center.
- Click Change Adapter Settings.
- Right click your Internet connection and select Properties.
- Click the Sharing tab.
- Check the box that says “Allow other network users to connect.”
- Choose your virtual wi-fi adapter and click OK.
Now wi-fi enabled computers within range should see your new wireless network and others can connect to it if they know the password.
READ FULL ARTICLE HERE.
How To : Setup a VPN Server on a CentOS VPS Instantly
I really found this article very useful so let me share this with you.
This was originally posted by VPSNOC. If you are using Debian/Ubuntu VPS use this GUIDE.
We have made a small and dirty bash script which installs and configures OpenVPN on CentOS 5 32bit. The VPN server’s primary (and only) use is for safe browsing i.e. tunneling all your traffic through your VPS. The script also generates your client configuration file along with the necessary keys for authentication.
Requirements :
1. CentOS 5 32bit minimal OS template
2. TUN/TAP device enabled on your VPS
3. ipTables NAT supportLogin to your VPS as root and execute the following commands :
wget http://vpsnoc.com/scripts/install-openvpn.sh
chmod +x install-openvpn.sh
./install-openvpn.sh
How To : Set up a Wireless Router
When you set up a wireless router, you create a wireless network.
There are four primary steps in this process:
- Get the right hardware.
- Set up the router.
- Connect the router to the Internet (if you want Internet access).
- Connect computers to the network.
.
Each of these steps is described in detail HERE.
How To Remove Ubuntu Linux From Dual Boot Using MbrFix
Hope This Will Solve My Problem.
1. Download mbrfix. Google or HERE.
2. Extract all files in mbrfix.zip to C:\.
3. Open Command Prompt (start-> run-> type cmd -> OK).
4. Type cd \ and press enter.
5. Then type mbrfix /drive 0 fixmbr /yes and press enter.
6. Now you can delete Ubuntu partitions (/, swap etc) using Easeus Partition Manager or Windows Disk Management or other partition editor.
7. Restart your PC.This will overwrite GRUB with Windows boot loader . So you will see Windows boot loader instead of GRUB.
Link exchange Add Site






