Abhilash Mhaisne

Abhilash Mhaisne

61 posts
How to Create and Add Cron Jobs in Linux

How to Create and Add Cron Jobs in Linux

Automating routine tasks in Linux can save time and reduce the risk of human error. The cron utility provides a straightforward way to schedule commands or scripts to run at specific times or intervals. This guide will walk you through creating and managing cron jobs, enabling you to automate tasks...

Bash 'While' Loop: Tutorial and Examples

Bash (Bourne Again Shell) is a shell command prompt and scripting language in GNU/Linux operating systems. It is the default shell for most Linux distributions. Like most scripting languages, Bash provides loop syntaxes to repeat similar task multiple times. In this article we will learn how to use the...

Bash 'Until' Loop: Tutorial and Examples

Bash 'Until' Loop: Tutorial and Examples

Bash (Bourne Again Shell) is a shell command prompt and scripting language in GNU/Linux operating systems. It is the default shell for most Linux distributions. Like most scripting languages, Bash provides loop syntaxes to repeat similar tasks multiple times. In this article, we will learn how to use the...

Bash 'For' Loop: Tutorial and Examples

Bash (Bourne Again Shell) is a shell command prompt and scripting language in GNU/Linux operating systems. It is the default shell for most Linux distributions. Like most scripting languages, Bash provides loop syntaxes to repeat similar tasks multiple times. In this article, we will learn how to use the...

How to Find and Replace Text in Vim on Linux

How to Find and Replace Text in Vim on Linux

Vim is a widely-used text editor in the Linux environment, renowned for its efficiency and powerful command-line capabilities. Mastering Vim's search and replace functions can significantly enhance your productivity when editing files directly from the terminal. In this guide, we'll explore how to find and replace...

How to Delete Files and Folders from Linux Command Line

How to Delete Files and Folders from Linux Command Line

Managing files and directories through the Linux command line is a fundamental skill for users and system administrators alike. Whether you're freeing up space or organizing your system, knowing how to delete files and folders efficiently using the rm and rmdir commands is essential. Deleting Files with the...

How to Create a Bootable USB Flash Drive in Linux

How to Create a Bootable USB Flash Drive in Linux

Using USB flash drives to install Linux distributions has become increasingly popular due to their speed and convenience over traditional CDs or DVDs. In Linux, creating a bootable USB flash drive is a straightforward process with the help of tools like Unetbootin. Installing Unetbootin on Ubuntu and Debian: To install...

How to Use Sed in Linux

How to Use Sed in Linux

Sed stands for stream editor. It is a command line based editor for Linux. Popular use of sed is for editing file(s) as part of an automation script in Linux, as usual editors require active user input and cannot edit files outside of the editor screens. Sed is most...

How to Get Wikipedia Article Summaries in Linux Command Line

How to Get Wikipedia Article Summaries in Linux Command Line

Wikipedia has now become the go-to encyclopediac ecosystem on the Internet. Edited, maintained and supported by millions all over the world, it is the most successful decentralized information creation platform. Increasing strictness over the years on citing references has ensured reduced vandalism and promotional content. The node package wikit offers...

How to use SSH in Linux

How to use SSH in Linux

Secure Shell, or SSH in short, is a remote connection protocol in Linux as well as other operating systems. It was first introduced as a replacement for telnet, which did not encrypt password information over the remote connection, and hence can be vulnerable to even simplest of attacks. SSH on...

How to Fix Brightness Keys Not Working in Ubuntu

How to Fix Brightness Keys Not Working in Ubuntu

Experiencing non-responsive brightness keys on your Ubuntu system can be a common issue, particularly with certain hardware configurations. If you find that the brightness controls on your keyboard aren't working, there's a straightforward method to fix this problem. Step 1: Open your terminal and edit the...

How to Use GNU Debugger in Linux

How to Use GNU Debugger in Linux

The GNU Debugger (gdb) is a powerful tool that allows developers to see what is happening inside a program while it runs or what the program was doing when it crashed. This guide will show you how to use gdb to debug a simple C program in a Linux environment....

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.