Linux tools

boot repair tool repair the most boot related problems

Boot Repair Tool - Repair The Most Boot Related Problems 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

sohail
sohail
Linux tools
lsvpd Linux Diagnostic Tools

lsvpd - Linux Diagnostic Tools 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

sohail
sohail
Linux tools

Get Hardware Details In Linux With 'dmidecode' 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

sohail
sohail
Linux tools

PuTTY SSH Client And Telnet Client 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

sohail
sohail
Linux tools
how to automate tasks in linux with crontab

What Is Crontab And How To Automate Tasks In Linux With Crontab 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

sohail
sohail
Linux tools

DNF Package Manager For RPM-Based Linux Distributions 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

sohail
sohail
Linux tools

What is SSH Key? How To Generate SSH Key in Linux? 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

sohail
sohail
Linux tools
nano gnu linux text editor

nano: CLI Text Editor For Everyone [basic tutorials] 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

sohail
sohail
Linux tools