
Google Translate can be used a free proxy, by selecting Esperanto > English as a translate option
Change google.com to the site that you require.
{ 0 comments }

Google Translate can be used a free proxy, by selecting Esperanto > English as a translate option
Change google.com to the site that you require.
{ 0 comments }
1: Launch Google Chrome and use the keyboard shortcut Ctrl + Shift + Del to clear your entire web browsing history.
2: Open Windows Explorer and switch to Chrome’s User Data folder available at:
3: While inside Windows Explorer, select the subfolder called “default” and make a copy of that folder inside the same “User Data” folder of Chrome. Rename that new folder copy to, say, Your_Name as shown in the screenshot.
For Windows 7 and Windows Vista C:\Users\<username>\AppData\Local\Google\Chrome\User Data For Windows XP C:\Documents and Settings\<username>\Local Settings\Application Data\Google\Chrome\User Data
4: We will now reset this new “Your_Name” profile in Chrome to the factory defaults. Open “Command Prompt”, use the “cd” command to switch to the Chrome Application folder (where Chrome is installed) and run the following command:
chrome.exe --user-data-dir="..\User Data\Your_Name" -first-run
5: Your new user profile in Chrome is ready for use. To run Google Chrome using this profile instead of the default profile, let’s create a shortcut. Right click anywhere on the desktop, choose New -> Shortcut and type the following in the location box:
For Windows 7 and Vista: C:\Users\<user>\AppData\Local\Google\Chrome\Application\chrome.exe --user-data-dir="..\User Data\Your_Name" For Windows XP: C:\Documents and Settings\<user>\Local Settings\Application Data\Google\Chrome\Application\chrome.exe --user-data-dir="..\User Data\Your_Name"
{ 0 comments }

{ 0 comments }
Windows To Go is a new feature of Windows 8 that allows a full featured version of Windows to boot from a USB drive.
To begin you will need the following:
Creating the Windows 8 To Go USB Device:
Exit Diskpart by typing Exit.
Identify the drive letter assigned to your USB drive by Windows Explorer and run the following command from the folder that contains Imagex.exe and install.wim:
Replace d with the drive letter of your USB drive.)
Once the image has applied you need to setup the boot record on the USB Drive. At the administrative level command prompt run:
bcdboot.exe d:\windows /s d: /f ALL
(Replace d with the drive letter of your USB drive.)
After the command has completed running you are ready to use your new Windows To Go USB device.
{ 0 comments }
How to change the default search provider in Firefox
Step1: Load Firefox
Step2: Type “about: config” in the address bar and press enter

Step 3: Ignore the warning and click “I will be careful, I promise!”
Step 4: In the filter text box at the top of screen type “keyword.url”
Step 5: Double Click on the keyword.URL. It will open a pop up window asking you to “Enter String Value” . You can also right click on keyword.URL and click Modify
Step 6: To display search results, you need to replace the String with one of the following strings as per your favourite search engine.
Google: http://www.google.co.uk/search?q=
Google Search (I’m feeling Lucky): http://www.google.com/search?btnI=I%27m+Feeling+Lucky&q=
Yahoo: http://search.yahoo.com/search?p=
Bing: http://www.bing.com/search?q=
Ask: http://www.ask.com/web?q=
AltaVista: http://www.altavista.com/web/results?itag=ody&q=
AOL Search: http://search.aol.com/aol/search?s_it=searchbox.webhome&q=
Wikipedia: http://en.wikipedia.org/wiki/Special:Search?fulltext=Search&search=
Step 7: Click OK when you are done.
{ 0 comments }
Start typing with a keyboard in the Start screen to quickly search and launch applications. Find additional applications (e.g. accessories) can be found in the application list by clicking on the “Search” charm.
New shell keyboard shortcuts:
WIN+Q for application search
WIN+W for settings search
WIN+F for files search
WIN+I for “settings” charm
WIN+O for rotation lock
WIN+C to bring up simple “Start menu” and time/date
Most old shell keyboard shortcuts also work: e.g. WIN+D activates desktop, WIN+R opens “Run”, WIN+L locks user. WIN+E opens Explorer.
In mouse mode, activate the options/charms by moving the mouse to the bottom left edge (where the Windows button used to be).
In mouse mode, right clicking activates in-app options.
With a keyboard, you can use the arrow keys and page up/down to select tiles. Enter launches them. The “menu” button (the key with a drop down) selects them.
Make sure to check the “settings” charm in applications to reveal app-specific settings. Enable the “high contrast” mode in Control Panel > Ease of Access to see a dark themed Start screen (above)
To get back the old start menu, open regedit, go to
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer
change value of RPEnabled from “1″ to “0″
{ 0 comments }
Using the mklink Command in Windows
The command that you need to use is mklink, which you’ll use from the command line. Just type it on the command line to see the options:
C:\Users\Jas>mklink
Creates a symbolic link.
MKLINK [[/D] | [/H] | [/J]] Link Target
/D Creates a directory symbolic link. Default is a file
symbolic link.
/H Creates a hard link instead of a symbolic link.
/J Creates a Directory Junction.
Link specifies the new symbolic link name.
Target specifies the path (relative or absolute) that the new link
refers to.
For instance, if you wanted to make the folder C:\Users\Jas\Test available from C:\Test as well, you could use the following command.
C:\mklink /D C:\Test C:\Users\Jas\Test
symbolic link created for C:\Test <<===>> C:\Users\Jas\Test
Now if you look in C:\Test directory, you’ll see whatever files were in the other directory.
Understanding the Options.
MKLINK link target
Using the command without any extra options creates a soft link to a file.
/D creates a symbolic link, or a soft link.
This essentially acts like a shortcut to a folder in prior versions of Windows, except you don’t have to use an actual shortcut.
/H creates a hard link, which points directly to the file.
This option can’t be used for folders directly for some reason, you’ll have to use the next option.
/J creates a “Directory Junction”
A Directory Junction is actually just a hard link to a directory. This is a feature that existed prior to Vista as well. If you are trying to symlink to a directory using a hard link, then you should use this option.
Understanding Hard vs Soft Links
Hard Link
A hard link directly points to the file, and acts to the operating system as if it is the file itself. You’ll want to use this option the majority of the time if you are trying to fake an application’s directory.
Soft Link
A soft link is essentially a shortcut to a file or folder – if you are using Windows explorer, you’ll be redirected to the directory if you double-click on a shortcut, it won’t pretend its part of the filesystem. You can still directly reference or open a file with the symlinked path, and it mostly works.
Using Symlinks from a Network Share
One of the things that’s been extensively discussed is that you cannot use the Vista symlinks from another operating system (not surprising), but you cannot use them from a network share either. This is troublesome if you expect to use this feature on a web server or a file server.
Deleting Symlinks
To delete a symlink, you can just delete the link. Just make sure you don’t delete the original file.
{ 0 comments }
Now that you have a bootable USB drive (or DVD) that contains OS X Lion, you can boot from it by plugging it in to any Mac and holding down the Option key while its booting. Once the screen appears that asks you which volume to boot from, choose the bootable OS X Lion drive. This will enable you to install OS X Lion on any compatible Mac without using the standard upgrade procedure. If you’re the kind of user who likes to perform a clean install instead of an upgrade, this is a great option for you.
{ 2 comments }