×


Blog


Install Ghost CMS on Ubuntu 20.04 LTS - A step by step guide ?

This article covers the installation procedure of Ghost CMS on Ubuntu 20.04 LTS. In fact, Ghost is a lightweight, open-source Content Management System (CMS) and blogging platform built with Node.js. It is easy to install and update with Ghost-CLI.


How to Troubleshoot Ghost CMS ?

1. Troubleshoot the system for any potential issues when installing or updating Ghost:

$ ghost doctor

2. Get help about Ghost:

$ ghost --help


Rsync and BTRFS in Linux - Their differences ?

This article covers how Rsync and BTRFS differ from each other. In fact, the really main difference is that RSYNC can create snapshots on an external disks. Not the same BTRFS. So, if your need is to prevent an unrecoverable crash of your hard disk, you must use RSYNC. After that using a live boot media (pendrive or DVD) you can install on the live boot media Timeshift and the restore your system from the external disk.


Top 5 Visual Studio Code Extensions for Linux Users

This article covers a variety of extensions for Linux users. The features that Visual Studio Code includes out-of-the-box are just the start. VS Code extensions let you add languages, debuggers, and tools to your installation to support your development workflow. VS Code's rich extensibility model lets extension authors plug directly into the VS Code UI and contribute functionality through the same APIs used by VS Code.


Install HTTrack Server on Ubuntu 20.04 - A step by step guide ?

This article covers how to install HTTrack, run, and remove HTTrack on Ubuntu Linux system. In fact, HTTrack is an exclusive utility to copy web pages to a local disk for offline development and browsing to test web applications. 


How to Install Httrack on Kali Linux ?

You can install Httrack by running the following commands:

$ apt-get update
$ apt-get install httrack


Customize the Terminal on Ubuntu 20.04 - how to do it ?

This article covers how to resize and reconfigure our Ubuntu terminal. 


Install 11ty on Ubuntu 20.04 - A step by step guide ?

This article covers how to install Eleventy (11ty) on Ubuntu 20.04 Linux system. In fact, 11ty is a nice static site generator powered by NodeJS.