Get All Passwords Saved in Chrome Browser easily and Automatically !

Chrome has a serious security flaw and that is no master password for all the passwords saved inside a chrome browser, so if you have been saving your Login information in chrome then anybody who has access to your computer virtually or physically can just use this nice free password retrieval utility  Chrome Pass and  get all your passwords in seconds , you can do it either way  too, just go to  options and you can find all your saved passwords there .

I hope guys at Google fix this soon , else I do not know about others but I would be the first person to stop using chrome or rather stop saving my passwords inside chrome .

February 20, 2009 | 2 Comments | 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 »

Wordpress Blog Sidebar Drops Down Problem – Solution

image

Wordpress themes are for sure a good delight for eyes , but they look equally odd when some components change their position even though you did not touched any theme file, well the same case happened with me actually it was the case with one of my blog where on the index page the right sidebar would drop down, while on the single post page it was all right Now that made me go mad ,as i checked through all my CSS and template files and every DIV tag was closed sidebar was included at proper place and so on, but there was no solution the sidebar was still DOWN.

I still cant believe that this problem had a very simple solution , just go to your Wordpress Dashboard then to Settings->Writing-> and select the checkbox that says “WordPress should correct invalidly nested XHTML automatically” as shown in the figure below ,

February 12, 2009 | 13 Comments | Read More »

Download Selected Files From a big ZIP/RAR File and Preview Audio/Video Files

image I know how messy it gets when you get the file that you wanted but it’s part of a huge 600MB Zip file !! and to make things worse you have a dial-up connection, now what ?

That is where Load Scout pops in as it allows you to download only the selected files from a complete ZIP/RAR archive  and it also allows you to play parts of audio/video files within the timeline limits you specify , so you can hear the first 10 sec of audio or some other range in between , it also has a powerful download manager and Internet Explorer integration .

You can Download it Here

I hope this tool will definitely prove helpful specially for it’s remote ZIP/RAR browsing facility and ability to download selected files from a archive.

February 11, 2009 | 1 Comment | Read More »