Archive for the ‘Linux’ Category

Creating Password Protected Folders using htaccess

Tuesday, January 20th, 2009

Important: This method of password protecting folders does not provide protection for highly secure information. It is mainly to keep more casual users from accessing a page through a Web browser. See the limitations to this method of authentication for details. On this page: Part 1: Create a password file and put it on the server Part 2: Create an .htaccess file in the folder you would like restricted Part 3: Test the set up Limitations to this method of authentication Part 1: Create a password file and put ...

Configuration Cron and Crontab

Saturday, November 15th, 2008

Cron is a program that perform tasks that have been scheduled based on the table crontab. Cron complete this task by himself awake every minute and check whether there is a jobs, which must be based on the table dijalankannya crontab. Please note the difference between cron same crontab. Cron is a program or daemon, while crontab is the name to the list of jobs, which will run by cron. Crontab = Cron Table File command structure Crontab *    *    *    *    *    *    * The sense is, for a star to: 1. Minute (0-59) 2. Hours (0-23) 0 = dinihari 3. ...

Basic Syntax Or Command Vi (vim)

Wednesday, November 12th, 2008

There never feel frustrated when you have to do edit the file in Linux? Or have you how the confusion out of the vi editor? I have therefore I write this article that do not have to kill every time should exit from the vi .. To start vi editor can be done in two ways, namely: 1. to use them directly vi and you will be under the vi editor with the blank page. 2. to use them with vi filename done to edit a file that already exists or if the filenames are not automatically opened a blank file with ...