General

Gallery Widget

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

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…

Continue reading
0 Comments

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:…

Continue reading
0 Comments