Entries Tagged as ‘How To's’

February 18, 2009

HowTo Setup VPN Server On Debian 5.0 Lenny

Instructions on How To setup a VPN server on Debian 5.0 Lenny

February 9, 2009

Extract a .EXE file in Linux

Two ways to extract a MS EXE/CAB archieves on linux,
1. cabextract <EXE_FILE>
2. unzip -a <EXE_FILE>

October 15, 2008

Setting other than Ubuntu as your primary boot option

Open Terminal:
Applications → Accessories → Terminal
Type:
sudo nautilus
enter your password
Nautilus browser is opened….
Go to File System → boot → grub → menu.lst
This file will be opened with gedit.
You will see something like the picture below.

To change the default operating system, scroll almost towards the end until you see something like the picture below. (The menu of [...]

August 15, 2008

Setting up Reliance USB Modem ( Huawei Technologies Co., Ltd. E620 USB Modem ) on Ubuntu 8.4 LTS “Hardy Heron”

In this article I am going to provide you a simple and quick way to setup reliance data card on ubuntu hardy heron. Most of the tasks could be done with the script that I am attaching here.
1. Plugin Data Card

2. Download setup script from here. Open a terminal and run it as [...]