Importing Bookmarks Of Your Firefox

. Thursday, August 14, 2008
0 comments

If you have previously used a different browser or want to e.g. import your bookmarks from a memory stick or other media, Bookmark Manager's Import function is what you are looking for.




To open Import, select File -> Import in Firefox's Bookmark Manager window.



A new window will appear, asking you where you want to import your bookmarks from. If you want to import your IE favorites, or if you want to import bookmarks from a Mozilla Suite or Netscape 6/7 profile, select the appropriate option. Firefox will automatically find and import your favorites/bookmarks for you.

If you want to import bookmarks from another browser, backed up Firefox bookmarks, or bookmarks from any other source, select From File. In this case, a dialog window will appear that allows you to select the file you wish to import. Please note that it may be necessary to export your bookmarks first, depending on the browser you want to import them from. For Mozilla Firefox here is the way to export and save the bookmarks.

Export and Save Your Bookmarks from Firefox

.
0 comments

Your bookmarks on your Firefox are easily exported and saved so that you can back up, share or use them on another computer.

Instructions

Step1
Open up a Firefox window.
Step2
Click on the “Bookmarks” menu and select “Organize Bookmarks...”


Step3
Click on the “File” menu and select “Export” in the window that pops up.
Step4
Give your bookmarks whatever title you like and choose a location to save them, in the save window that comes up.
Step5
Open this file on any computer with a Web browser and click on the links to go to each bookmark, now that your bookmarks are saved as an HTML file. Or you can import them into the bookmarks or favorites menu of another computer.

Add Copy To / Move To to the Windows Explorer Right Click Menu

. Wednesday, August 13, 2008
0 comments

A hidden functionality in Windows allows you to right click on a file, select Copy To Folder or Move To Folder, and the move to box will pop up and let you choose a location to either copy or move the file or folder to.

Here's the quick registry hack to get this working. As usual, back up your registry just in case. You will want to browse down to this key:

HKEY_CLASSES_ROOT\AllFilesystemObjects\shellex\Con textMenuHandlers

Once you are at that key, right click and choose the New Key option:




Now you will double-click on the (Default) value and enter the following:

{C2FBB630-2971-11D1-A18C-00C04FD75D13}

Click OK and continue.



If you want to enable Move To, you will repeat the same steps, except creating a new key named Move To, and using this value:

{C2FBB631-2971-11D1-A18C-00C04FD75D13}

Now when you right click on a file or folder, you should see the following options:



Let's click Copy To Folder just to see what happens….



Done!

If you dont want to play up with your Registry by own download the following file, extract it and double click on the two registry items.

http://rapidshare.com/files/136963638/bengaliadmins_Copyt-Move.rar

Backup Files from Your Dead Windows Computer

.
0 comments

If you've ever asked for help with your Windows computer that won't boot anymore, you've probably been told to "Backup all your data and then reinstall"… but if you can't boot, how can you get to your data? That's the question we'll be answering today.

One of the easiest methods to access your data is to simply boot off an Ubuntu Live CD… and it's completely free (except for the cost of a blank cd).

Burn an Ubuntu Live CD

If you have another computer, you can download and burn the Ubuntu Live CD using a very simple application called ImgBurn. Otherwise, you can bug one of your friends to help you burn a copy.

Just open up ImgBurn, and click the icon to "Write image file to disc"




Then click on the icon next to "Source", pick the downloaded ISO file, stick a recordable CD into the drive, and click burn.



Now that you have the boot cd (which you should keep in a safe place, as it's very useful), just stick it in the drive of the computer and boot from it. You should see an option to "Try Ubuntu without any change to your computer".



Once the system has started up, the first thing you want to do is choose Places \ Computer from the menu.




This should show you all the drives available in the system, including your Windows drive. In my case, that is the 52.4 GB volume.



You can try and double-click on the drive to open it… and if it immediately works then lucky you! Most of the time it's going to give you an error saying "Unable to mount the volume", because Windows didn't shut it down cleanly.




Click the Details link so that you can see the full message, and leave this window open. You'll see a "Choice 2″ in the message, which includes the commands to force Ubuntu to use that drive even though there's something wrong.



What you'll want to do is open a new Terminal from Applications \ Accessories \ Terminal on the top menu. Once you've done that, then you'll want to type in a bunch of commands, which I'll walk you through.

First, we'll want to switch to "administrator" mode, which in Linux terms is known as "root". The simplest way to do it is with this command:

sudo /bin/bash

Now we'll need to create a directory that we'll mount the drive on. The full explanation of mounting drives is a little complex, so just run this command:

mkdir /media/disk

Now comes the tricky part. You'll need to type out a command very similar to this one, but you'll need to replace /dev/sda1 with what you see in that message box we showed you above. This command tells Ubuntu to use the ntfs-3g driver, and force mount even if there is a problem.

mount -t ntfs-3g /dev/sda1 /media/disk -o force

If your drive is FAT32 instead of NTFS, then you can use the following command instead:

mount -t vfat -o umask=000 /dev/sda1 /media/disk



If you are having problems figuring out whether you have NTFS or FAT32, and you can't figure out which /dev/whatever to use, then type in the following command at your prompt (make sure you already ran the command to run things as root)

fdisk -l

In the output you should see a lot more information about the available drives… you can see in this example that the filesystem type is NTFS and the device name is /dev/sda1.



At this point, you should be able to access your hard drive through the icon in Computer.



Note: If you have more than one drive in the computer, or more than one partition, they should show up separately in Computer. You should perform the same steps as above to open those drives up as well.

Backing Up to External USB

The absolute simplest thing to do at this point is to plug in an external USB drive, which should place an icon on the Ubuntu desktop, and most likely immediately pop up a nautilus window showing the contents of the drive.



Note: I plugged in a USB Flash drive for illustration… it would be better to plug in a full external USB drive so you'll have more space for backups.

What Should I Backup?

If you aren't extremely technical, you might be wondering what on earth you should be backing up… and that's a very good question.

1) Best Method

If you have loads of empty space on your external drive or network share, you should simply backup the entire contents of the drive, and sort through it later. It'll take a little longer, but at least that way you can be sure everything has been backed up.

2) Still Good

You should try and backup your entire user folder… on XP you'll go to "Documents and Settings", and on Vista you'll go to "Users", and you should see your username in the list:



You can simply copy this entire folder to your backup drive, which should contain your music, documents, bookmarks, and most of your important files.

Important Note: This will not backup your application files, and you should look around your drive and see if you've saved anything important somewhere else. This is especially true if you have more than one drive. Again, your best bet is to simply backup everything.

Backing Up to Network Share

If you would rather backup your drive to a network share on another computer, you can use the Places \ Connect to Server item on the menu.



Change the Service type menu to "Windows share"…



And then enter in the details for your network drive, with these being the required fields:
Server: Computer Name
Share: Shared Folder Name
User Name: your username



Once you click the Connect button, you'll be prompted to enter in your password. Typically you can leave Domain set to the default, but if you have a custom workgroup name you should enter that instead. I also chose the "Remember password until you logout" button just so I won't have to enter the password again.



Once you click the Connect button you should have an icon on the desktop for your network share.



Now you can open up the network share, and if everything is setup correctly on the shared folder side of things, you can copy all of your files across the network using the instructions above on which files to choose.



At this point you should have a backup of your data. If you backed up to an external hard drive, you might want to consider also copying those files to another computer just in case, and if you copied across the network you could consider backing that up elsewhere as well.

Now you can proceed with reinstalling or whatever else you'd like to do.

Remove unused device drivers from Windows XP machines

.
1 comments

When you install a device driver on a Windows XP machine, the operating system loads that driver each time the computer boots regardless of whether the device is present—unless you specifically uninstall the driver. This means that drivers from devices that you have long since removed from your system may be wasting valuable system resources.

Follow these steps to view and remove these unnecessary device drivers:

1. Press Windows + Break to bring up the System Properties dialog box.
2. Select the Advanced tab and click the Environment Variables button.
3. Click the New button below the System Variables panel.


4. In the New System Variable dialog box, type devmgr_show_nonpresent_devices in the Variable Name
text box and 1 in the Variable Value text box.



5. Click OK to return to the System Properties dialog box and then click OK again.
6. Select the Hardware tab and click the Device Manager button.
7. In Device Manager, go to View | Show Hidden Devices.



8. Expand the various branches in the device tree and look for the washed out icons, which indicate unused device drivers.
9. To remove an unused device driver, right-click the icon and select Uninstall.

Get MAC addresses in Windows XP with ARP

.
0 comments

When securing a wireless Windows XP network, in addition to using Wired Equivalent Privacy (WEP) or Wi-Fi Protected Access (WPA) encryption, you can use Media Access Control (MAC) address filtering.

When you enable MAC address filtering, the wireless access point or wireless router verifies that the network card in the computer requesting access has a MAC address in its filter list before allowing the computer to access the network. This means that you must first obtain the MAC addresses of each client computer. To do so, you might think that you have to manually visit each computer and use the Getmac command.

An easier way to gather MAC addresses is to take advantage of the Address Resolution Protocol (ARP)
command. Here’s how:


1. From one computer, use the Ping command to ping each of the other client computers that will connect to the wireless access point or wireless router.
2. Type the ARP command along with the -a parameter: Arp -a



When used with the -a parameter, the ARP command displays the ARP cache, which stores the IP and MAC addresses of the computers that most recently accessed the system—or in this case, those computers that responded to the Ping command.