General

Gallery Widget

Export single table MySQL

If you receive the following error: Error 2020: Got packet bigger than max_allowed_packet bytes when dumping table This normally occurs as a result of a particular table exceeding the max_allowed_packet…

Continue reading
0 Comments

What is GitKraken?

Axosoft ™ GitKraken is an open source command-line interface that is according to their website, cross-platform and made by devs for devs. It was built to for working with the…

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