Thursday, September 19, 2013

How to download your entire Facebook Account Data ?

Facebook allows its users to download their Facebook data in a single zipped file. The data includes your profile details, entire wall, messages, notes, contacts, and of course videos and photos.

First, log in to your Facebook account, and select “Account settings” from your “Account” menu:

Now click mouse on “Download Copy of your Facebook data“:

You’ll be asked for your password, Facebook will further authenticate you by asking you to identify some people on some photos of your friends. Just give their names etc.

Facebook will then generate the archive containing your data, and send you the download link per mail.

Once you download your archive, extract it, and open the “index.html” file.

Caution: Please keep this data safe as to protect your privacy or simply delete it after reading.

How to Make an Autorun CD?

Have you ever noticed whenever you insert any game or software CD (consider Windows XP Operating system) it automatically runs the CD.

If you want to make the same type of autorun CD than you have to open notepad file and write the following code in it.

[autorun]

OPEN=INSTALL\Setup_filename.exe

Here “Setup_filename.EXE” MUST be replaced with the name of the setup file. And also remember that it is not all of the setup files there are called “.exe” but some are called “.msi” also.

Now save it as a “.inf” file not as a “.txt” file. Burn your CD with the autorun.inf file included and set the CD in your CD-drive and waits for the autorun to begin or if nothing happens just double-click on the CD drive.



How to Prevent from the Phishing Web page using Domain name?

Tips to Prevent
Viewing SSL certificate:
  • Always check the url whether it is secure connection or not. "https://" means secure connection. "http://" means usual connection.
  • Use Secure connection.
  • You should check the SSL certificate. How to check the certificate. visit the website. You can see the website favicon icon in browser in address bar. click the favicon icon.
  • It will show small box
  • Click the More information.
  • Now the small window will be opened.
  • You can see "view certificates". Click it and verify whether it is original or not.
  • If you are not able to find the "view certificates" ,then you visit wrong website or you are in non-secure connection.
  • Note some website doesn't have the SSL certificate, so we can't access the website using secure connection(i mean https://).
  • Use gmail using secure connection, i means using https://gmail.com


Another Way:
Know the IP address of your domain.
Open the notepad enter your domain name and ip address as like this:
Domain name xxx.xxx.xxx.xxx
Then save the file.
Whenever you want to visit the site, open the file and copy the IP address of domain name.
Paste the IP address into browser and hit enter.
If you do this, you can visit the site directly.
Actually domain name connects to associated ip address but we are directly using IP address.