Pages

Subscribe:

Labels

Showing posts with label operating system. Show all posts
Showing posts with label operating system. Show all posts

Saturday, 21 April 2012

How to Save Bookmarks in IE, Firefox, Chrome and Opera

How to Save Bookmarks in IE, Firefox, Chrome and Opera




How would you like to save your bookmarks in IE, Firefox, Opera and Google Chrome so that you can restore them in case if you need to re-install your operating system or move them from one computer to another? This post will show you how to save and restore bookmarks in simple steps.

Bookmarking the favorite web pages can save a lot of time as it becomes almost impossible to remember a list of favorite websites and their URLs. However it can be really frustrating at times when you lose all those saved bookmarks in case if a computer crashes. Also if you are a person who uses more than one computer then it becomes hard to copy all those saved bookmarks one by one manually. So saving the bookmarks can become handy in such situations. Here is how to to do it.
 

Saving a Bookmark file in Internet Explorer

1. From the File menu, select the option Import and Export.
2. Select the option Export to a file and click on Next.
3. In the next screen select Favorites and click on Next.
4. In the next screen again click on Favorites and click on Next.
5. Now choose the destination where you want to save your bookmarks and click onExport.
6. In the next screen click on Finish.
Now you have successfully saved all your bookmarks in a .HTM file. You can use this file to later restore the bookmarks to either IE, Firefox or any other browser. To import the saved bookmarks from a file all you need to do is goto File menu, click on Import and Export, select the option Import from a file and proceed with the screen instructions.
 

Saving a Bookmark file in Firefox

1. From the Bookmarks menu on the top select the option Organize Bookmarks.
2. A window will pop-up. From the window click on Import and Backup at the top and select the option Export HTML.
3. Now choose the destination where you want to save the bookmark file and click onSave.
To restore this saved file, follow the step-1 and in step-2 select the option Import HTMLinstead of Export HTML and proceed.
 

Saving a Bookmark file in Google Chrome

1. From the Tools menu, select Bookmark Manager.
2. Click the Organize menu in the manager.
3. Select Export bookmarks.
4. Select the location where you want your exported file to be saved, then click Save
To restore the bookmarks, follow step-1, step-2 and in step-3 select Import bookmarksinstead of Export bookmarks and proceed.
 

Saving a Bookmark file in Opera

1. From the File menu, select the option Import and Export.
2. Scroll over to the pull-down menu on the right and choose Export Bookmarks as HTML.
3. On the next screen, choose the destination folder from the Save in menu text box at the top of the screen.
4. Just click the Save button and you’re done.

-Chacky

How to know if the web server is Windows or Linux based

How to know if the web server is Windows or Linux based


Its very easy to take on a system if you know the operating system of the server.


Well this is something learn’t from practical experience.


Just follow the given steps:-



1) Goto the link below and find the IP Address of the website you want to gather information about. You may do this by writing its name in the Get IP box

http://www.selfseo.com/find_ip_address_of_a_website.php

(This step was optional just to tell you that it can be done this way also):-P

2)Goto run->type CMD

IN CMD type

ping Target _Website_Name . For Eg- ping google.com

or

ping target_website/computer_ip_address . For Eg:- 59.172.45.1

Now you will see several ping requests coming





Ping Google Server



We Are interested in seeing the TTL time which you can see at the end of each request in ping.

NOTE:-

1) If TTL <64 then the server is Linux based

2) If TTL>64 but <128 then the server is Windows bsaed

3) TTL>128 Mac and others.

From the above screenshot, it is clear that the servers of google are linux based.

Note:- In some Cases you may not get ping replies ( Eg. you try it on your friend’s PC ). Now This can have two reasons, The server is down ie.. The machine is not connected to internet. Else the most common reason, The Firewall is protecting that PC and is not allowing your request to access that system.

Same thing may happen in case of some websites as well, Reason is same.



Caution:- If you are trying this on your friends machine then do not enter the local IP address like 192.168.1.1

Ask him to goto http://whatismyip.com and check the IP address from there.




-Chacky