Editing on the Ghost platform has proven to be a pleasant experience for me, save for the lack of a built-in search functionality. Fortunately, Jamal Neufeld has shared great search…
How To Add Search To Ghost Editor
Search
How to Install Darktable on Ubuntu
Darktable is a program which has proved popular amongst the Ubuntu creative population. With functionality including photography workflow application and RAW image data development, it can be seen as a…
How to Install RawTherapee on Ubuntu
RawTherapee is a program for developing raw photos and processing images in the common formats. It has a simple and easy-to-use interface. It is non-destructive, makes use of OpenMP, supports…
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…
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…
How to Install Lightworks on Ubuntu
Lightworks is an open source non-linear video editing system which is probably the best available at the 'freemium' price range. Before you begin installation, please make sure that your system…
Import single table into MySQL
To import a single table into MySQL: mysql -u username -p database_name < table_name.sql View related article Export single table MySQL
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….
Add Let's encrypt certificate to Java keystore
Let’s encrypt places certificates in the following directory: /etc/letsencrypt/live/YOUR-DOMAIN-NAME/ The first thing you’ll have to do is convert your certificate to .der format openssl x509 -outform der -in cert.pem -out…









