By default hidden files are not showing the cPanel File Manager. To enable viewing of hidden files: Click Settings on the top right And tick the checkbox: Show Hidden Files…
View hidden files cPanel File Manager
How To Add Search To Ghost Editor
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…
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 which service / program is running on a port Ubuntu
To find out which service or program is running on particular port in Ubuntu / Linux you can run the following command: sudo lsof -i :port_number This command will return…









