Linux tools
Boot Repair Tool - Repair The Most Boot Related Problems Paid Members Public
We all encounter many times the boot related problems and most of them are simply related to GRUB. Many people find it way too hard sometimes to enter long commands or search forums to find the way they can solve it. Today I am going to tell you how to
lsvpd - Linux Diagnostic Tools Paid Members Public
This is a set of tools designed for technical/advanced users who wish to know more about their hardware and related components for servicing. This tool comes with various commands namely lsvpd, lscfg, lsmcode, lsvio & vpdupdate. Let’s proceed below to know more about them. What are these diagnostic
Get Hardware Details In Linux With 'dmidecode' Paid Members Public
dmidecode is a tool for dumping a computer’s DMI (some say SMBIOS ) table contents in a human-readable format. This table contains a description of the system’s hardware components as well as other useful pieces of information such as serial numbers and BIOS revision. Thanks to this table, you
PuTTY SSH Client And Telnet Client Paid Members Public
PuTTY as an SSH and Telnet client was originally developed by Simon Tatham for the Windows platform. It is the most popular SSH client on Windows. It is also available on Linux and other operating systems as a direct port of the Windows SSH client. It is also able to
What Is Crontab And How To Automate Tasks In Linux With Crontab Paid Members Public
Cron is a utility that manages background processes or daemons from time to time (for example each minute, day, week or month). Cron works like a scheduler, for example, it can download files from the internet or download emails at regular intervals, also you can use it for more complex
DNF Package Manager For RPM-Based Linux Distributions Paid Members Public
It’s an RPM-based package manager used in a number of Linux Distros which include but are not limited to the likes of Fedora, CentOS, RHEL among other to install and update packages. DNF maintains CLI compatibility with Yum as its the next major version release, you will see that
What is SSH Key? How To Generate SSH Key in Linux? Paid Members Public
SSH is short for Secure Shell. Secure Shell is a network protocol that provides administrators with a secure way (with encryption) to access a remote computer. it allows an administrator to log into virtual space server with an SSH key instead of a typical password. This eliminates the usual weakness
nano: CLI Text Editor For Everyone [basic tutorials] Paid Members Public
nano is a Command Line Interface text editor for GNU/Linux designed to emulate Pico text editor. It is the standard de facto text editor of Linux for system maintainers, comes pre-installed on Ubuntu and its derivative including Linux Mint. It’s fairly advanced for newbies but not too hard