Showing posts with label Technical. Show all posts
Showing posts with label Technical. Show all posts

Wednesday, September 22, 2010

Copy and paste a file from a remote computer to a local computer

We can copy text to the clipboard between local computer and the remote computer, but we can't copy files.
      For security reasons, copying files or folders between your remote computer and the computer you are using to connect is not enabled by default. If the local computer you are connecting from is a public terminal, you may not want to share the drive for fear of transmitting malware or viruses between the machines. Since you're using your own laptop, the security risk is much lower and the convenience of transferring files between the two machines far outweighs any potential hazards.
Actually we know Remote Desktop already saved us from saving and running applications several times successfully in case of network failures as well.
     To enable copying files between computers, launch the Remote Desktop Connection on the machine you are connecting from (in this case, your laptop). Click the Options button to expand the list of Options tabs. Click the Local Resources tab. Check the box next to Disk drives. Checking the box next to Printers also enables you to print files from your remote computer to a printer connected to the local computer. Click the Connect button.

                     

    To test the copy and paste function, right-click any file on the Desktop or in Windows Explorer on your remote computer. Choose Copy from the list. Right-click the desktop on your local computer and choose Paste. Without checking the Disk drives box on the Local Resources tab, the option to Paste will be grayed out on your local computer.
Keep in mind the Disk drives option will be on by default on any remote connection you make from your laptop, so if you are connecting remotely to a computer you don't trust, it may be wise to turn the feature off before connecting.

Thursday, August 26, 2010

What contributes to a browser history?

Browser History includes all the following:

• Browsing & Download History: Browsing history is the list of sites you've visited that show in the History menu, the Library window's History list, and the Location bar autocomplete's address list. Download history is the list of files you've downloaded that show in the Downloads window.

• Form & Search Bar History: Form history includes the items you've entered into web page forms for Form autocomplete. Search Bar history includes items you've entered into Firefox's Search bar.

• Cookies: Cookies are messages passed from a Web server to a browser which are stored on your hard drive in the form of a small text file. They can have many uses, the main one allowing a server to identify a user and present customized pages and/or login information to the user's browser when they revisit a Web page. These files can contain information that you may not want to leave behind.

• Cache: Cache is temporary storage on your hard disk where recently viewed Web pages are held. It allows you to quickly load a previously visited page without having to reload the page and its images from the Web server on subsequent visits. Reasons for clearing your browser's cache may go beyond simple privacy matters. Another reason involves performance. When the cache becomes full, you may notice your browser beginning to function slower. In addition to giving you the ability to clear the cache, many browsers let you specify the location on your hard disk where cache is stored, the amount of space allocated to it, as well as the frequency in which pages are saved.

• Active Logins: If you have logged in to a website that uses encryption since you most recently opened Firefox, that site is considered "active."

• Site Preferences: Site-specific preferences, including the saved zoom level for sites, character encoding, and the permissions for sites described in the Page Info window.

Index.dat file (Internet history file) stores information which can show where you have been online. Index.dat file is a system file and it can't be deleted manually as it is used by Windows all the time. Its content is not deleted even if you erase browser history folder content.

Saturday, August 21, 2010

How to clear browser history

How do I clear browser history in Internet Explorer?
To clear browser history in Internet Explorer 8.0:
• Select Tools.
• Select Delete browsing history.
• Select the necessary options and click the Delete button.
Note: In Internet Explorer even if you clear browser history manually, history index.dat file stores information which can show where you have been online. This file can't be deleted manually as it is used by Windows all the time.

How do I clear browser history in Firefox?
To clear browser history in Firefox 3.0:
• Open the 'Tools' menu and select 'Clear Private Data'.
• Put the check mark for the necessary options and click 'Clear Private Data Now'.
• Click OK.
Note: In the "History" tab you can specify how long you want Firefox to remember what web sites you visited.

How do I clear browser history in Google Chrome?
To clear browser history in Google Chrome:
• Once your browser is open, select the tools menu. (the spanner(UK) / wrench(US) in the upper-right corner) and select Options.
• Clear Browsing DataSelect Clear Browsing data... under the "Under the Hood" tab.
• Clear cacheSelect the Empty the cache check-box.
• If you do not wish to delete cookies, etc., remove checks from them in the list.
• Select your time period.Select the period of time for which you wish to delete cached information using the Clear data from this period: drop-down menu. (If in doubt select Everything).
• Done!Click the Clear Browsing Data button.

How do I clear browser history in Safari?
• Select Edit, then Reset Safari.
• Remove check marks for history items you don't want to clear.
Clear history - clears history of visited websites.
Empty the cache - clears temporary files where Safari saves visited webpages.
Clear the Downloads window - clears the list of files you've downloaded.
Note: this only removes references to files. The files themselves still exist on your disk until you delete them permanently.
Remove all cookies - removes stored cookies.
Remove all website icons - removes visited websites icons stored on your computer.
Remove saved names and passwords - removes user names and passwords, which Safari stores if the AutoFill feature is turned on.
Remove other AutoFill form text - removes different personal information, such as name and address which Safari remembers if the AutoFill feature is turned on.
Clear searches - clears recent search history.

How to clear browser history in Mozilla?
To clear browser history in Mozilla:
• Go to the "Edit" menu and select "Preferences".
• Select "Navigator" under the "Category" listing.
• Select "Clear History" in the "History" area.
• Click "OK" to clear browser history.

How to clear browser history in Netscape?
To clear browser history in Netscape Navigator:
• Go to the "Edit" menu and select "Preferences".
• Select "Navigator" under the "Category" listing.
• Select "Clear History" in the "History" area.
• Click "OK" to clear browser history.

How do I clear browser history in Opera?
To clear browser history in Opera:
• Go to the "Edit" menu and select "Preferences".
• Select "Navigator" under the "Category" listing.
• Select "Clear History" in the "History" area.
• Click "OK" to clear browser history.

How do I Clear browser history in Konqueror?
To clear browser history in Konqueror:
1.Once your browser is open, click the Settings menu and select Configure Konqueror.
2.Scroll down in the list of images and select Cache.
3.Click Clear Cache.

How to clear browser history automatically:
Clear All History is a perfect tool to completely clear browser history in Internet Explorer, Firefox, Safari, Google Chrome, MSN Explorer, Maxthon (MyIE2), Opera, Netscape, Mozilla, AOL Explorer (AOL browser). Clear All History was designed to be user-friendly and even inexperienced computer users can quickly clear browser history.
If you need to clear browser history automatically, you can use the program scheduler that allows you clear browser history on program start, program exit or after the set period of time. Learn how to clear browser with one click.

Wednesday, August 18, 2010

Lock Folder Using Notepad

It is very easy to Lock any folder without use of any software.

1) If you want to lock a folder named "Personal" at a specific path.

2) Now open the Notepad and type the following

ren Personal Personal.{21EC2020-3AEA-1069-A2DD-08002B30309D}

3) Save the text file as loc.bat in the same path.

4) Open another new notepad text file and type the following

ren Personal.{21EC2020-3AEA-1069-A2DD-08002B30309D} Personal

5) Save the text file as key.bat in the same path.

6) To lock the Personal folder, simply click the loc.bat and it will transform into control panel icon which is inaccessible.

7) To unlock the folder click the key.bat file. Thus the folder will be unlocked and the contents are accessible.