Abhilash Mhaisne

Abhilash Mhaisne

61 posts
How to Change GRUB Background in Linux

How to Change GRUB Background in Linux

GRUB (Grand Unified Bootloader) is the default boot loader program for Linux based operating systems. One of the most familiar screens in Linux is the GRUB menu while booting. It lists all the installed operating systems on the computer, including Microsoft Windows operating systems, any of which the user can...

How to Use Git in Linux
Git

How to Use Git in Linux

From the late ’80s when version control software first started developing, Git remains the most easy to use code change tracking tool. Services like Github and Gitlab offer storage of code in a repository, often referred to as a ‘Remote’ repository. They act as central storage of code; Git can...

How to Create a Linux Man Page

How to Create a Linux Man Page

The command man on Linux is embedded in the muscle memory of every Linux developer and user. It is used by literally everyone; from amateur and novice developers to Linux professionals and experts. It is used for reading the command line manual page for a Linux command, configuration file, or...

How to use Linux Screen

How to use Linux Screen

GNU Screen, a.k.a, Linux Screen or Screen is a Linux tool for efficient management of command line terminals. It creates virtual terminals so that the same actual terminal is used simultaneously for multiple processes. Installing screen To install screen on Ubuntu and Debian, run: sudo apt install screen...

How to Disable SELinux on CentOS 8

How to Disable SELinux on CentOS 8

SELinux (Security Enhanced Linux) is a Linux kernel module which provides options for Mandatory Access Control (MAC) policies. It comes with various command line utilities to precisely control the activities allowed for a program or a user. It comes preinstalled, and enabled by default, on many Linux distributions, mostly Red...

How to Add a Sudo User in Ubuntu

How to Add a Sudo User in Ubuntu

sudo is one of the most commonly used command in Linux systems. It allows a user to run a particular program as another user, who, by default, is the super user. It is mostly used for administrative purposes; providing limited admin access to non administrative users on a Linux PC....

How to Install and Use Pip on Ubuntu 20.04

How to Install and Use Pip on Ubuntu 20.04

pip is the standard package management tool for software written in Python. It installs software, and their dependencies from the standard Python repository, Python Package Index, by default. Although the usual package manager apt can be used, it has several downsides when it comes to regularly updated versions of Python...

How to Use the Best Hacking Tools of Linux

How to Use the Best Hacking Tools of Linux

Linux and Unix based operating systems have been at the core of the fields of Information Security, Network Security, Cryptography, etc. They come with a wide variety of tools meant of cyber security purposes. Let us take a look at three such tools: Aircrack-ng, Jack The Ripper, and Radare2. Aircrack-ng...

You’ve successfully subscribed to All Things How
Welcome back! You’ve successfully signed in.
Great! You’ve successfully signed up.
Success! Your email is updated.
Your link has expired
Success! Check your email for magic link to sign-in.