General

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…

Continue reading
0 Comments

Gallery Widget

Install Unifi controller on Ubuntu

Installing Ubiquiti's Unifi controller on Ubuntu is fairly straight forward. The first step is to install the Unifi controller with the following commands: deb http://www.ubnt.com/downloads/unifi/debian stable ubiquiti sudo apt-key adv…

Continue reading
0 Comments

Find and set $JAVA_HOME Ubuntu

To find $JAVA_HOME on Ubuntu run: echo $JAVA_HOME If this yields nothing, you can set it with: export JAVA_HOME=/usr/lib/jvm/java-8-oracle Please note that your version of java might differ from java-8-oracle….

Continue reading
0 Comments