M. Kafesaki

 

KAFESAKI MARIA's help-file

Creating password protected directories

Step 1
Create a file named .htaccess in the directory to be protected

Example: Protection of the directory /home/kafesaki/data/ with a password contained in the same directory in the file .htpasswd

A simple .htaccess file will read as follows:
AuthUserFile /home/kafesaki/data/.htpasswd
AuthName "Data-protected"
AuthType Basic
require valid-user

Step 2
Run the command /opt/apache/bin/htpasswd -c .htpasswd user-name
(it will prompt for password, which will be stored in the file .htpasswd)
Creating an automatic vacation e-mail, using the UNIX vacation program

Step 1
Create a file named .vacation.msg in the main directory of the mail server, with the content of the automatic e-mail that the server will send

Step 2
Create a file named .forward in the main directory of the mail server, with the followin syntax:

\username, "| /usr/bin/vacation username"
(if the vacation command is at the /usr/bin/ directory)

Example .forward file:
\kafesaki, "| /usr/bin/vacation kafesaki"

Step 3 Run the command "vacation" (in esperia it is in the /usr/ucb/)

Help with Greek fonts

Get Greek fonts (sc-elot) for Lynux
Install and run the command: xset +fp path - xset fp rehash

Greek in emacs