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…
Change Git remote URL
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
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…
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…
Lesson 11 – HTML Layouts
There are very many HTML layouts which can be used, but there are a couple of common elements which assist in defining the structure of an HTML page: <header> <nav>…









