Linux Resources
- Home
- Linux Resources
This article covers a step by step procedure on how to install dotnet core on Ubuntu 20.04 LTS Linux system.
This article covers the best procedure of Installing Stacer on Linux Mint 20. In fact, Stacer is an amazing tool for Linux system monitoring and optimizing. It is a multi utility tool with features that allows you to easily manager your Linux system. Once installed successfully, Stacer can easily be used for system monitoring and improving its performance and efficiency.
How to Install Stacer on Linux ?
If you want the latest version of Stacer then open a new Terminal Window and execute the following command line by line:
$ sudo add-apt-repository ppa:oguzhaninan/stacer
$ sudo apt update
$ sudo apt install stacer
This will add Stacer PPA in your repository and install the latest version of Stacer on your system.
However, if you want to install the most stable release (tested) of stacer, which can be installed from the official repository of your operating system then open terminal and execute the following command:
$ sudo apt install stacer
This article covers how you can install and use the Trash CLI on a Linux Mint 20 machine. In fact, trash-cli is a command line interface that trashes files and records the original absolute path, deletion date, and associated permissions. It uses the same trashcan used by popular Linux desktop environments such as KDE, GNOME, and XFCE which can be invoked from the command line (and via scripts).
Trash-cli provides these commands:
$ trash-put #trash files and directories.
$ trash-empty #empty the trashcan(s).
$ trash-list #list trashed files.
$ trash-restore #restore a trashed file.
$ trash-rm #remove individual files from the trashcan.
How to Install Trash-cli in Linux ?
The straightforward way of installing trash-cli is by using easy install tool as follows:
$ sudo apt-get install python-setuptools #Debian/Ubuntu systems
$ sudo yum install python-setuptools #RHEL/CentOS systems
$ sudo easy_install trash-cli
This article covers how to install and publish a static website using Jekyll. In fact, Jekyll is an open-source static-site generator written in Ruby which allows for quick execution of commands that help manage your site from initial to production deployment, all from your command line.
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
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.