Register  

< Browse > Home

| Mobile | RSS

Mounting a folder as a drive in Windows using Command Prompt

Mounting a folder as a drive in Windows using Command Prompt

It happens many times that we want to access a folder very often. It can be sometimes very irritating when it is deeply embedded such as “C:\wamp\www\wi\admin\images\Theme”. Well, there is a solution using the command prompt. Just fire up your command prompt by typing “cmd.exe” in the RUN box. Type SUBST W: "folder path" where W: is any unused drive letter on your system, and "folder path" is replaced by the path you’d like to access. In this case, it is "C:\wamp\www\wi\admin\images\Theme".

[ More ] January 6th, 2009 | No Comments | Posted in Tips and Tricks |

Develop a “GetMyIP” like script within a minute

You must have seen sites like GetMyIP or WhatismyIPaddress that allows you to view your Network’s IP address. Well, you must have wondered how these scripts are developed that shows the IP address of the system you are working on. I bring you a basic script that does the same thing of showing IP address.

[ More ] December 16th, 2008 | No Comments | Posted in PHP |

KickYoutube, Free Youtube Video Download Service

There are a number of Youtube video downloading service already available on the Internet. Yet, here comes a new Youtube video downloading service that goes by the name of Kick Youtube, this free service is pretty elegant and simple to use. All you have to do is to add the word ‘kick’ in front of the URL and then you can download your videos in mpg, mp3 and mp4 format.

[ More ] December 15th, 2008 | No Comments | Posted in Youtube |

Free Christmas Wallpapers

Christmas is just round the corner, so to rev up your desktop screen, I bring to you some nice and high resolution Christmas Wallpapers.

Free Christmas Wallpapers Free Christmas Wallpapers

[ More ] December 15th, 2008 | No Comments | Posted in Wallpapers |

60+ Free & Open Source Linux eBooks

If you are a true Linux fanatic and want to learn more about this great Operating System, then look no further other than these free books for Linux. These books are very well laid out and lets you learn the internals of the Linux Operating System.

[ More ] December 11th, 2008 | No Comments | Posted in Linux |

Is Google Analytics Installed 1.0 – Firefox Plugin

Is Google Analytics Installed 1.0 – Firefox Plugin

As the name suggests, it is a simple plugin for Mozilla Firefox that automatically scans a web page, & search for Google Analytics code. If it founds one, an icon will be displayed in the status bar. If you do not use Firefox as your browser, you can also view the analytics code just by looking at the source code of the web page. [link]

[ More ] December 8th, 2008 | No Comments | Posted in Softwares |

Be Safe, Open Chrome in Incognito Mode by Default

The latest browser from Google, Chrome, has an incognito mode which allows you to surf the Internet without leaving any kind of traces behind. As soon as the tab is closed all the data like cookies, history, URL address is deleted. Incognito window is not activated by default, you have to open it using the ‘Option Menu’ or using the shortcut key ‘Ctrl+Shift+N’. But here is a simple trick that will make each window opened in Chrome, Incognito.

[ More ] December 1st, 2008 | 3 Comments | Posted in Tips and Tricks |

Linux Commands that should be avoided

I am presenting some of the most fatal command in Linux, that could harm your OS within no time. Please don’t try these on your Linux distribution.

1.  mv /home/yourhomedirectory/* /dev/null

It is a simple command that will move the contents of your “home” directory to a “null” directory (a directory that never existed), hence you will never see that files again.

[ More ] November 21st, 2008 | No Comments | Posted in Linux |