In many cases, being liberated from the grips of commercial software does not mean professional-grade graphics cannot be created. Patience and enthusiasm are required to demonstrate that Adobe isn't the…
The Linux Creative Paradox
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 Install GitKraken on Ubuntu
GitKraken is a popular leading graphic user interface for Git which was built using NodeGit. To download and use GitKraken you're going to need Ubuntu 12.04 or later. Assuming you…
Change directory Ghost
If you need to change the name of the root directory of your ghost installation, there are a couple of steps you'll need to take to ensure everything functions as…
Useful commands to setup MySQL in Docker
Create a MySQL Docker container docker run –name my-container-name -e MYSQL_ROOT_PASSWORD=my-secret-pw -d mysql Login to Docker container bash / terminal docker exec -it mysql bash Create MySQL database in Docker…
View hidden files cPanel File Manager
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…
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
Save output of "ls" or other command to shell variable
It is very useful to be able to store the output of a command to a shell variable for use in a script. This can be achieved as follows: shellVariableName=$(COMMAND)…
List contents of zip / tar.gz / tar.bz2
It is quite useful to view the contents of a zip, tar.gz or tar.bz2 file without extracting the file from the terminal. View contents of a zip file unzip -l…









