Connect and Access Internet from Any BSNL Landline

image For all the Internetoholics out there, who want Internet everywhere they go , but don’t want to carry a Data card or USB modem here is a small trick that will get you a Dial up Internet connection ( around 56Kbps ) anywhere you can find a BSNL landline. Yes, I too knew about this since long, but never thought of writing about it . BSNL provides a no registration required service named netone which can be accessed from any BSNL Landline , so if you visit some place and find a landline and your PC or Laptop has a modem port then you are lucky , follow these steps  and get Internet access quick .

October 14, 2009 | Leave a comment | Read More »

Some Very Cool Linux Commands to get Complex Things Done Easily

image

  Linux is ultimately the most versatile and Powerful OS ever built and that is why it attracts hackers and tech savvy guys  lot, now I have collected some Special linux commands that will help you do complex things easy and will also help you save your precious time

 

 

 

To Serve Current Directory on Web without Installing a Web Server – Use it Share your Files to your friend over the Web

$ python -m SimpleHTTPServer 8080

This Command will serve the current directory tree at http://$HOSTNAME:8080/

So if you wished to share some files with your friend over the Internet streaming them right from your pc then just run this script, check your IP using whatismyip.com and then ask your friend to open,

http://Your IP:8080/  for example http://123.34.56.12:8080/  and he/she can copy your files immediately

 

To Run a Linux Command at a Given Time

echo “ls -l” | at midnight

OR

echo “ls -l” | at 10am Jul 21      

Now , the first command will do a “ls -l” at  midnight  , and to run any other command at a specific time just type in the command then the pipe operator(|) follwed by “at time”

Like the second command will do a “ls -l” at 10 am on july 21st

February 17, 2009 | Leave a comment | Read More »

Cool JavaScript Effect with Google Image Search

Try this Cool looking javascript trick on the google image search page and you will definitely like it,

1. Go to  http://www.google.com

2. Click “images”

3. Search for any word  like “bikes, flowers, cars” etc .

4. You will get a page with a lot of images thumbnailed.

5. Now delete the URL on the addressbar.

6.  Copy the script down here, and paste it in your adressbar:

February 13, 2009 | 1 Comment | Read More »

How to view a Page/Website that No Longer Exists or Unavailable

It feels frustrated when after lot of searching  you find what you were looking for, but when you go there the Website is unavailable or temporarily down or under maintenance. In this situation you have two ways to see that we page or website

1. Search for it on Google and then just locate the cached result ( highlighted in yellow),click on it and you will find a cached copy of Website from Google cache even if the website is down

website does not exist

November 28, 2008 | 2 Comments | Read More »