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 Darktable on Ubuntu
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…
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
Solve error 1290 –secure-file-priv MySQL
If you're encountering the following error: The MySQL server is running with the –secure-file-priv option so it cannot execute this statement This is generally as a result of exporting results…
Export MySQL results to outfile/CSV
To export MySQL results to an outfile or CSV file: SELECT column_name FROM table_name INTO OUTFILE '/var/lib/mysql-files/export.csv'; If you receive the following error: The MySQL server is running with the…
Find all unread mail Gmail
Have you been scrolling through hundreds of pages to find the unread mails? No need for that, simply type the following in Gmail search: is:unread
Change Git remote URL
If you need to change the URL for your git repository you will need to update the url by issuing the following command: git remote set-url origin YOUR-NEW-REPOSITORY-URL.git You can…
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…
