-
Ever notice how many braindead people try to break into your email server? It's a daily battle to stay ahead of them. Especially when, like in my case, fail2ban just... well... fails... :-) For some time I have just manually...
-
After I bought a new printer I needed to install the printer driver for it. Unfortunately I could not make the package, that already existed in the aur, work on my PC. Therefor I took my other printer driver PKBUILD...
-
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?...
-
Use multiple IPs on one Ethernet card in my server In the Network Section eth0="eth0 192.168.100.4 netmask 255.255.255.0 broadcast 192.168.100.255" eth1="eth0:1 192.168.100.5 netmask 255.255.255.0 broadcast 192.168.100.255" eth2="eth0:2 192.168.100.6 netmask 255.255.255.0 broadcast 192.168.100.255" eth3="eth0:3 192.168.100.7 netmask 255.255.255.0 broadcast 192.168.100.255" INTERFACES=(lo eth0...
-
Short step-by-step guide for installing VMware server on an Arch Linux System. Package version may differ on your system. 1.) Download files from AUR : Download "vmware-server-modules" from AUR Download "vmware-server" from AUR 2.) Unpack files : [user@workstation]$ tar -xvf...
-
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...
-
Foreword This page describes the layout of my server, and how I have setup my Raid/LVM. Most of the install instructions however have been taken from the arch wiki, and all credit should go to the author there. At the...
-
Linux, Apache, MySQL and PHP Install apache, MySQL and PHP as described in the LAMP howto on Arch Linux Wiki. When you want to access the webpage from your workstation, you need to open port 80 in the firewall. To...
-
Introduction There are several ways to make a torrent client that can be remote controlled. I've decided to use Azureus, as I have good experience with it. And it can be remote controlled. Some will say that it's not a...
-
Installation of webmin on our arch server To have a more GUI way of controlling our server we will install the webmin interface. This allows us to use a web-browser for configurations. There are two ways to install webmin. We...
-
Disclaimer Although I have made the best effort to make sure this guide works, I cannot guarantee that it will not break your system. Now you have been warned! If you run into a problem I will of course try...