×


Category: Linux Backup


Methods to Check SSD or HDD in Ubuntu 20.04 LTS Linux server

This article covers the different methods to check if the disk is HDD or SSD in a Linux operating system like Ubuntu 20.04 LTS server. In fact, Checking SSD/HDD health in Linux will help you to identify failed drives and they can be replaced before any data loss occurs. Therefore, If you are a system administrator and responsible for managing Linux systems in Datacenter, then, it is recommended to check the health of the SSD and HDD drives regularly. 

Checking SSD/HDD health in Linux will help you to identify failed drives and they can be replaced before any data loss occurs. 


How to use SMART monitoring tools in Linux ?

Smart monitoring tools is a control and monitoring utility for SATA, SCSI hard drives and solid state drive. The tool comes with a command called 'smartctl'.

Use yum to check which package provides smartctl command:

# yum provides smartctl

The output will suggest that smartmontools is the package that distributes smartctl command.

To Install smartmontools, run:

# yum install smartmontools

Use smartctl command:

# smartctl -a /dev/sda


Install Luakit Browser on Ubuntu 21.10 Impish Indri - Step by step guide ?

This article covers how to install luakit on your Ubuntu Linux system. In fact, Luakit is a highly-configurable browser framework based on WebKitGTK+. It is very fast and extensible by Lua. It is primarily targeted at power users, developers and any people with too much time on their hands who want to have fine-grained control over their web browser's behavior and interface.


Install Kwrite Editor on Ubuntu 20.04 LTS Focal Fossa - Step by step guide ?

This article covers how to install, use, and remove Kwrite on Ubuntu 20.04.3 LTS (Focal Fossa). In fact, KWrite is a simple text editor built on the KDE Platform. It uses the Kate editor component, so it supports powerful features such as flexible syntax highlighting, automatic indentation, and numerous other text tools.


Install Kate Editor on Ubuntu 20.04 LTS Machine - Step by step guide ?

This article covers how to install Kate Editor on your Ubuntu machine without installing KDE. In fact, Kate is a multi-document, multi-view text editor by KDE. It features stuff like codefolding, syntaxhighlighting, dynamic word wrap, an embedded console, an extensive plugin interface and some preliminary scripting support.


How to Install kate on Ubuntu using snapd ?

1. Enable snapd

snapd can be installed from the command line:

$ sudo apt update
$ sudo apt install snapd

2. Install kate

To install kate, simply use the following command:

$ sudo snap install kate --classic


How To Uninstall kate on Ubuntu 21.04 ?

We can use the following command to remove kate configurations, data and all of its dependencies, we can use the following command:

$ sudo apt-get -y autoremove --purge kate


Install juffEd Development Environment on Ubuntu 20.04 LTS System - Step by step guide ?

This article covers how to install juffed on your Ubuntu 21.04 Linux system. In fact, JuffEd is a simple, cross-platform text editor written using the Qt toolkit and the QScintilla library. It supports most features found in modern text editors, including syntax highlighting, bracket matching, switching encodings, sessions, and a plugin API.


Install Anki Learning System on Ubuntu 21.04 LTS - Step by step guide ?

This article covers how to install anki on Ubuntu 21.04. In fact, Anki is a program designed to help you remember facts (such as words and phrases in a foreign language) as easily, quickly and efficiently as possible. To do this, it tracks how well you remember each fact, and uses that information to optimally schedule review times.