Thank you for your submission – we'll be in touch shortly! Name Email address Message Get in touch
Contact
Add Java keystore to Tomcat
To add the Java keystore to Tomcat you can either reference the full path of the Java keystore, or you can create a symlink in /opt/tomcat. We opted to create…
Resize DigitalOcean volume
To resize block store in DigitalOcean, click on the droplet to which the volume is attached. Click on more -> Resize volume as shown below: You are now able to…
5 Great Plugins for GIMP
Adobe Creative Suite™ reigns supreme as the software of choice for most creative professionals and novices alike- albeit not without a challenge. GIMP (GNU Image Manipulation) is arguably the most…
Add CSS stitched border effect
Add a stitched border to a div in CSS: .stitched { padding: 20px; margin: 10px; background: #6fa348; color: #fff; font-size: 21px; font-weight: bold; line-height: 1.3em; border: 2px dashed #fff; border-radius:…
Augmented reality is approaching
Augmented reality is a technology being furiously developed by tech giants such as Facebook. How about a pair of glasses which allows you to “project” a screen anywhere and interact…
Remove password from PDF Ubuntu
A neat little utility to remove the password from a PDF is qpdf. To get started install qpdf sudo apt-get install qpdf Remove the password using the following command qpdf –password=YOUR-PASSWORD-HERE…
SSH login without password (key pair authentication)
Passwordless login via SSH is especially useful in automated backup scripts. In this tutorial Host A refers to the computer from which (source) you want to login, and Host B refers…
Free up space on WHM / cPanel server
There are two things that take up a substantial amount of space on a WHM server if not carefully managed: Files contained in account trash folders Incomplete / temporary cPanel…
Lesson 9 – HTML block and inline elements
There are two main ways in which elements can be displayed in HTML: Block or inline Block-level elements Block-level elements begin on a new line and take up the full…









