-
For a long time I have been using bind as a LAN DNS server. Just for my local server setup, so that I can use hostnames instead of IP addresses. I found the hosts file to be a bit low-tech,...
-
I ran across a mailinglist with a post about the "map to guest" parameter. It describes it rather well. ==== samba defaults to "never" which the developers believe is a good idea. however, i believe the default for NT4 is...
-
This is the first draft of the article that later was added to the arch linux wiki. For an updated version you should look there as well. The first question you have to ask yourself is: How paranoid are you?...
-
To create a key to use for authentication use the command [john@workstation]$ ssh-keygen -t rsa -b 1024 -t rsa sets the algorythm type which can be either rsa or dsa -b 1024 sets the keylength in bits You'll need to...