Computer Science

Computer Science stuff.

Auto-shutdown a linux machine when nobody is logged in

- Posted in Computer Science by
Sometimes you need a simple, quick and dirty way to auto-shutdown a linux machine when nobody is using it. This is specially true for home lab [...] Read more

A simple systemd service bootstrap for Apache OFBiz

- Posted in Computer Science by
Introduction Starting from 15.04, Ubuntu replaced Upstart by systemd as stated in the Vivid Vervet release notes. Although Ubuntu is still able to [...] Read more

Creating Red Hat Wildfly systemd service for Ubuntu 16.04

- Posted in Computer Science by
Introduction Starting from 15.04, Ubuntu replaced Upstart by systemd as stated in the Vivid Vervet release notes. Although Ubuntu is still able to [...] Read more

Detecting changes in a git repository using ANT

- Posted in Computer Science by
I’ve been using Apache Ant to write build scripts to automate the build and publishing of project. In order to make sure this script will run if and [...] Read more