Monday, October 4, 2010

Setup any TP-Link Router

Follow these simple steps.

Make sure your router is connected with your computer.

Remove the DSL wire from the router so it doesn't cause any conflicts

open a web browser

See the Image below













Enter the user name and password and you will be redirected to the next screen.

follow the steps shown in the image


























Save it and reboot it, and then connect the DSL router in the WAN port, till here the internet should start working, if it still doesn't work then follow the steps shown below.

Open the browser again and open the same page, and go to the following screen.

















Try to automatically detect the settings and then save it after doing what is necessary, see in the above screen. The above settings are for PPOE, if it doesn't detect to PPOE and goes to static IP, then see the screen below.
























do the entries accordingly, save and then restart, Internet should most probably working after restart, if it still doesn't work, please leave a comment below, I would be glad to help.

Sunday, October 3, 2010

Install latest firefox in ubuntu......and stay upadted!!!

For ubuntu 9.04 or later

open a terminal and type
echo -e "\ndeb http://downloads.sourceforge.net/project/ubuntuzilla/mozilla/apt all main" | sudo tee -a /etc/apt/sources.list > /dev/null


Then add this key:
sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com C1289A29

Then update:
sudo apt-get update

then run this command
sudo apt-get install firefox-mozilla-build
The best thing is that when ever a new version comes it updates automatically.

source:http://sourceforge.net/apps/mediawiki/ubuntuzilla/index.php?title=Main_Page#Installation

Friday, October 1, 2010

.htaccess not running in ubuntu

The solution is simple just follow the following steps

run this command in a terminal:

sudo gedit /etc/apache2/sites-available/default

and under there is a text saying:
AllowOverride none

change it to

AllowOverride All

save it and exit

and then run this command in a terminal:
sudo a2enmod rewrite

then sudo /etc/init.d/apache2 restart

and you are done :)