Locked Area 6.4 (Lite branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News Locked Area 6.4 (Lite branch)
# 1  
Old 10-12-2008
Locked Area 6.4 (Lite branch)

Image Locked Area is a highly sophisticated password protection and membership management system. It has been designed to be as secure as possible while it still runs hands-free with no input from the Webmaster needed. Locked Area uses Apache's .htaccess and .htpasswd along with DES randomized salt or MD5 encryption of passwords for increased security. It also includes a member database that lets the administrator maintain a mailing list along with the member's area. License: Freeware Changes:
This is considered the most stable release to date. It resolves all known bugs in the version 6.3 beta. Image

Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
file(1) 						      General Commands Manual							   file(1)

Name
       file - determine file type

Syntax
       file [ -c ] [ -f ffile] [ -m mfile] filename ...

Description
       The  command  performs  a  series of tests on each filename argument in an attempt to classify it.  If an argument appears to be ASCII, the
       command examines the first 1024 bytes and tries to guess its language.

       For character special files, part of this classification is information about which devices the system shows  as  active.   In  particular,
       device-specific	information such as controller type and unit, device type and unit, and status (offline, write locked, density, errors) is
       returned. The general categories currently implemented are disk, tape, and terminal devices. The supported terminal devices  include  Local
       Area Terminals (LAT) but not Local Area Network (LAN) pseudo-terminals.

       The  command  uses  the	file to identify files that have some sort of magic number.  A magic number is any numeric or string constant that
       identifies the file containing the constant.  Commentary at the beginning of explains its format.

Options
       -c   Checks the magic file for format errors by printing the internal representation of the magic file.	No file typing is done under -c.

       -f   Interprets the following argument to be a file containing the names of the files to be examined.

       -m   Instructs file to use an alternate magic file.

Restrictions
       It often does a poor job of distinguishing C programs, shell scripts, English text, and ASCII text.

       It does not recognize many programming languages, including Modula, Pascal, and Lisp.

Files
       /usr/lib/file/magic

See Also
       magic(5)

																	   file(1)