Disable Virus Auto-check in Firefox 3

Please be sure you are downloading safe files. This virus check is put in for a reason and should only be disabled if you are confident you know what you are doing. Type about:config in the Firefox address bar Now filter the following browser.download.manager.scanWhenDone Set the parameter to False Now, Firefox wont slow down after …

How to Create a First Shell Script

How to Create a First Shell Script Shell scripts are short programs that are written in a shell programming language and interpreted by a shell process. They are extremely useful for automating tasks on Linux and other Unix-like operating systems. A shell is a program that provides the traditional, text-only user interface for Unix-like operating …