The *nix documentation project is meant to provide online searchable documentation for Linux, FreeBSD, OpenBSD, NetBSD, HP-UX, Tru64 and other Unix like operating systems.
Currently hosting over 25000 manual pages,
over 200 Linux Howtos, over 100 FreeBSD tips and a friendly comunity forum where your questions will be answered.
Random man page:
string2key(8) -- map a password into a key
|
string2key performs the string-to-key function. This is useful when you want to handle the raw key instead of the password. Supported options: -5, --version5 Output Kerberos v5 string-to-key -4, --ver... |
FreeBSD Tip Of the Day
|
View all tips
|
You can get a good generic server install by using the
instant-server port/package. If you have ports installed, you can
install it by doing
# cd /usr/ports/misc/instant-server
# make install && make clean
as root. This will install a collection of packages that is appropriate for
running a "generic" server.
|
|