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

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 and Run a Macro in LibreOffice Calc on Linux

How to Create and Run a Macro in LibreOffice Calc on Linux

LibreOffice is the FOSS world’s answer to the mainstream and proprietary Microsoft Office Suite. Developed by leading Office Productivity software developers and contributors, it offers a complete replacement for Microsoft Office on multiple Operating Systems. The LibreOffice app equivalent of Microsoft Excel is called LibreOffice Calc. It comes with...

How to Create a Linux Man Page

How to Create a Linux Man Page

Creating manual pages, or man pages, for your custom scripts and programs in Linux can greatly enhance their accessibility and usability. By providing users with detailed documentation accessible directly from the command line, you ensure that anyone can understand how to use your tools effectively. In this guide, we'...

How to Use Convert Tool to Edit Images from Linux Command Line

How to Use Convert Tool to Edit Images from Linux Command Line

ImageMagick is a suite of image modification software for Linux. It consists of many tools with number of options for image modification, conversion, etc. Installing ImageMagick (convert) First verify if ImageMagick is already installed using: convert -version If it is not installed, we can install it on Ubuntu and Debian...

How to use Linux Screen

How to use Linux Screen

GNU Screen is a versatile terminal multiplexer that enables you to manage multiple terminal sessions within a single window. It's particularly useful for running multiple processes simultaneously and keeping your terminal sessions active even when disconnected. Installing screen To install screen on Ubuntu and Debian systems, execute the...

How to Fix UFW Deny Rule when it is not Blocking an IP Address

How to Fix UFW Deny Rule when it is not Blocking an IP Address

ufw (Uncomplicated Firewall) provides a user-friendly interface for managing firewall rules on Linux systems. It simplifies the configuration of iptables by allowing administrators to allow or deny traffic using straightforward commands. If you have attempted to block an IP address with the ufw deny command but the IP is still...

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

The sudo command in Linux is a powerful utility that allows users to perform tasks requiring administrative privileges. By default, standard users have limited access and cannot execute certain commands or install software that could affect the system. Granting sudo privileges to a user enables them to execute commands with...

How to Install and Use Pip on Ubuntu 20.04

How to Install and Use Pip on Ubuntu 20.04

pip is the default package manager for Python, allowing you to install and manage additional libraries and dependencies not included in the standard Python library. By default, it installs packages from the Python Package Index (PyPI), giving you access to a vast repository of Python software. While Ubuntu's...

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.