VirtualBox Web Service Configuration for phpVirtualBox

The vboxweb-service is required for connecting to a VBox Host from phpVirtualBox. On Debian Stretch, the service is installed and started whenever VBox is started (i.e. boot or after an upgrade) however it immediately exits if its configuration file is not present. The configuration file is not created by default. You need to create it: […]

Resize, Modify & Convert Images from the Linux Terminal

ImageMagick is a set of command-line utilities for modifying images. ImageMagick can perform modifications of an image from a terminal, perform batch processing of multiple images, or be used in a bash script. Converting Between Formats The following command takes a PNG file in the current directory and creates a JPEG file from it: convert […]