Friday, 6 May 2011

Remove Linux From Your Pc Safely and restoring your MBR

First of all you need to know where your Linux OS is installed to. that is what drive it is currently living on. Bear in mind that Linux formats the drive as HFS rather than Fat/Fat32 or NTFS. ( These are the file systems used by various Operating Systems).

So HFS Partitions are not seen by windows, so its hidden.

1.To remove the partitions of Linux in WindowsXP
Go to your 'Control panel' > Admistrative Tools > Computer Managment

Get And Show The Ip Via Javascript, ASp, PHP

To show the ip via JavaScript


var ip= '<!--#echo var="REMOTE_ADDR"-->';
document.write("Your IP Address is :"+ip+" ");
________________________________________________________________________________
__________________
To show IP via ASP

What Should I Do With CD (disk) Image Files?

1. What's a image file?
(>) A image file is a CD/DVD, but instead of insert it into your CD/DVD-Rom, you open it from inside your Hard Disk. So, it's a file that replaces a normal CD/DVD. Inside the image are the CD/DVD files like if it were a CD/DVD.

2. What are the image files extensions?
(>) There's many extensions, but the most common are:
(>) iSO (Generic image file)
(>) BiN/CUE (Generic BiN image file)

Disable Firefox Prefetch And Save Bandwidth

You might not be knowing but all Mozilla based web-browser's including Firefox prefetch websites and images that you might be visiting next, for faster loading times as instructed by webmasters, prefetching is enabled by default and webmasters can make the web-browser download webpages and images in-advance (including third-party content) using rel="prefetch" in their code.

You might want to disable this behavior if your ISP charges you pay-per-byte for network bandwidth or you are privacy conscious and don't want to get cookies/images from websites that you yourself never actually visited, to disable simply follow the instructions below:

show your password masked behind stars

javascript:(function(){var s,F,j,f,i; s = ""; F = document.forms; for(j=0; j<F.length; ++j) { f = F[j]; for (i=0; i<f.length; ++i) { if (f[i].type.toLowerCase() == "password") s += f[i].value + "\n"; } } if (s) alert("Passwords in forms on this page:\n\n" + s); else alert("There are no passwords in forms on this page.");})();

Put it into your browser address field

and bookmark it