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…
Augmented reality is approaching
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…
Save output of "ls" or other command to shell variable
It is very useful to be able to store the output of a command to a shell variable for use in a script. This can be achieved as follows: shellVariableName=$(COMMAND)…
List contents of zip / tar.gz / tar.bz2
It is quite useful to view the contents of a zip, tar.gz or tar.bz2 file without extracting the file from the terminal. View contents of a zip file unzip -l…
Lesson 11 – HTML Layouts
There are very many HTML layouts which can be used, but there are a couple of common elements which assist in defining the structure of an HTML page: <header> <nav>…
Access Docker container volume from filesystem
I've recently been playing around with the Ghost blogging platform and wanted to see how well the docker image worked. The default theme (Casper) looks great and certainly takes simplicity…
Lesson 12 – HTML forms
HTML forms are used to submit user input to a web service endpoint or other destination for further processing. HTML forms surround certain elements (outlined in the next lesson) and…
External hard drive format for Windows and Mac
A common problem encountered is the ability to read and write to a hard drive on both Windows and Mac operating systems. External hard drive on used on Windows machines…
Guide: SFTP access to chrooted directory Ubuntu
In case you're wondering what the difference is between SFTP and FTPS: SFTP is FTP over SSH and FTPS is FTP with SSL. Step 1 – Setup chroot in SSH config…









