A Path Towards Continuous Integration

Linux, Sever Administration, Technology

I recently got PHPUnit and Laravel Dusk tests to pass for AIP Demos when either running Dusk in an OS with a graphical environment or one that is using xvfb (X virtual frame buffer). I also got them to run on the container created by TravisCI. It took quite a bit of trial and error, […]

The Pi-Eyed Programmer

Linux, Personal Computers, Sever Administration, Technology
Updated:

Lately, I’ve been rather enthralled by the Raspberry Pi, as I’ve heard so much about them that I finally had to get one. My world has not been the same since. I have wanted to develop a deeper understanding of electronics for the longest time and this device has been the perfect context to open […]

Cloud9 in name only

Sever Administration
Updated:

So, I decided to finally give Cloud9 a try. All I can say is that it’s not exactly heaven up there, although for a free service with 512MB of RAM and 1 GB of hard drive space, one should not complain too much. Cloud9 does have the individual user in mind in how they provide […]

An Up-To-Date Web Server

Sever Administration, Technology
Updated:
Everything a server should have

Take a really close look at this. Notice how the version of phpMyAdmin says “up to date”? See where it says the mysqli functions are being used? Notice how there are no errors about the pma tables and users? See that web server version? Apache 2.4.9. That is the most stable version of Apache and […]

Get FedUp

Technology

Just like the guide says, this is the most successful path to upgrading modern Fedora versions: sudo yum update fedup fedora-release sudo fedup –network 20 This upgrades from Fedora 19 to 20. Adding the –reboot option to fedup will automatically restart the system. You should then see a System Upgrade entry in grub’s menu. Selecting […]