nginx + php-fpm serves php statically
I’m trying to setup nginx and php-fpm on Arch Linux. I’ve been reading through the nginx wiki and its linked guides. Static pages work great. PHP pages don’t seem to get passed to php-fpm. When I view...
View ArticleCreate link with right owner / group
I have a git-daemon accessed through ssh. All repositories are in /srv/git. I have some other projects saved on a exfat disk, so I want to create a symbolic link from that disk to /srv/git. For...
View ArticleQEMU-KVM Linux virtualization on the command line
I recently discovered that qemu-kvm has a very promising -curses option that, instead of starting an X window, will show a nice ncurses output from the guest suitable for managing a Linux guest from...
View ArticleInstalling Jenkins on Arch Linux?
I have done some googling and I cannot figure out how to install Jenkins on Arch Linux. Can anyone give me some step by step instructions? I have a webserver running already using Nginx, With php-fpm...
View ArticleTwo different networks with two different nameservers
On (Arch) Linux, I configured a VPN, which I do not want to use for all the traffic, but for the software that binds to the associated tun/tap interface. So far, with the help of iproute2’s policy...
View ArticleWhat and where is my bootloader on a linode instance?
Using a virtualized instance on linode.com, I don’t see where my bootloader is. In the usual place where I would find grub, i.e. in /boot/grub/menu.lst, I don’t see any files or directories below the...
View Articleplacing shell script under systemd control
Assuming I have a shell script like this:- #!/bin/sh # cherrypy_server.shPROCESSES=10 THREADS=1 # threads per process BASE_PORT=3035 # the first port used # you need to make the PIDFILE dir and insure...
View ArticleUpdating GoDaddy DNS from linux
I have the following setup: A domain registered with GoDaddy A plug computer running ArchLinuxArm with a dynamic public IP Updated Domain in GoDaddy DNS Manager to point to public IP of plug computer...
View ArticleLinux can’t find file that exists
I’m trying to get Google’s Dart language up and running, but it errors when running dart2js. I’m running Arch linux and I installed dart-sdk from AUR. Some relevant terminal output lies below. %...
View ArticleHave a server, need to figure out a method of backup
My company has an older Dell 2650 server running ArchLinux x64: http://www.dell.com/downloads/global/products/pedge/en/2650_specs.pdf (2 x 2.4GHz Intel Xeon w/around 3287 RAM according to “free -m”)...
View Article