New Server
So I am setting up a new server. I will not use the Amazon AMI any more, but my own device. This is an old core2duo laptop, 32 bit, equipped with 2 GB RAM. I might update it later. I wanted to get rid of PHP - I found a promising PHP alternative : Slash. The github repos can be found here
Choosing an Arch Based OS for i686 I want to use a Arch based OS, because of the excellent AUR. Chakra, Frugalware and KaOS are out of question, because they do not come with direct AUR support. Enlisy sounded great, but is very very old. Archbang, Antergos and Bridge were unable to support my network card. I did not want to use the sedcurity of Android themed distros. I looked if openSuse or a derivative of it would felicitate quick installation from AUR, but no. So choices are Manjaro or a derivative thereof. My experince with Manjaro is that their support is rather less good. So I opeted for Netrunner, my current workhorse. But I failed to install it on my old box, dont know why. Probably because the installer won’t accept a NTFS partition. Then I found this. This probably won’t stay long, but I will get started with this. After installation, I opted for a system update, but few events happened. The PGP key from Antonio Rojas could not be imported. I resolved that by
pacman -S archlinux-keyring
Then some packets of the update had a different signature, and could not be installed. I resolved that by
pacman -S manjaro-keyring
During the update of XFCE components, the machine rebooted, and I could not proceed any further - xfce won’T log in. So I logged in the KDE desktop - the internet was autoconnected, and I did not ahve a way to access Networkmanager - the applet was not installed. Nor could I start the XFCE-terminal (KDE is not complete in this respin, so konsole is not installed). So I logged in to the virtual console tty2. In this case tty1 is used to run X. I could finish the update process. Then I wanted to install the AUR package for slash. But it won’t - Makefile for sapi has twists. Yaourt won’t give me the usual option to edit the PKGBUILD - no idea why . So I cd-ed to the directory /tmp/yaourt-aur-pkgbuild/ etc, where the PKGBUILD is, and edited it manually using nano. I added the correction in the build() function after ./configure as discussed here - and created the package using
makepkg -s
- that worked. Then I installed it with
pacman -U packagename-i686.tar.xz
- so far so good. I installed Cherokee as server as opposed to Apache. I like its idea.












