Skip to main content

Latest Tutorials

Latest
Ansible Apt Module
Ansible Modules

Ansible Apt Module: Manage Ubuntu and Debian Packages

Ansible's built-in APT module lets you manage packages on Ubuntu and Debian based nodes.

ยท Umair Khurshid

handle long running tasks with Ansible
Ansible Tutorials

How to Handle Long Running Tasks in Ansible

Facing timeouts? Here is how you can handle tasks that take a long time to complete in Ansible.

ยท LHB Community

Bash script factorial
Bash Practice Exercises

Calculate Factorial of a Number

Here are a few sample example bash scripts to display the Fibonacci sequence based on a given input.

ยท Abhishek Prakash

Fibonacci Series Bash Sript
Bash Practice Exercises

Display Fibonacci Series

Here are a few sample example bash scripts to display the Fibonacci sequence based on a given input.

ยท Abhishek Prakash

delete lines in nano
Nano Essentials

Deleting Lines in Nano

Here's all you need to know about deleting single, multiple or all lines in Nano editor.

ยท Abhishek Prakash

Search and replace text in Nano
Nano Essentials

Search and Replace in Nano

Like any other editor, Nano provides the search and replace feature. Here's how to use it.

ยท Abhishek Prakash

ddrescue
Tips

How I Use ddrescue Command to Recover Data from Failing Hard Disk in Linux

The ddrescue utility is a Linux command-line tool for recovering data from (almost) broken hard drives. Here's how I use it.

ยท LHB Community

Cut, copy and paste in Nano editor
Nano Essentials

Cut, Copy and Paste in Nano

While Nano is more beginner-friendly than Vim and Emacs, you still need to know the keyboard shortcuts for even the basic operations such as cut, copy and paste in Nano.

ยท Abhishek Prakash

Undo and redo in Nano editor
Nano Essentials

Undo and Redo in Nano Editor

To err is human. To correct them is a smart human.

ยท Abhishek Prakash

Moving Around in Nano Editor
Nano Essentials

Moving Around in Nano Editor

Moving around in Nano cannot be simpler. Just use the arrow keys or the mouse wheel, whichever you prefer.

ยท Abhishek Prakash

Save and exit Nano Editor
Nano Essentials

Save and Exit Files in Nano

New to Linux and Nano and don't know how to save or exit the editor? Here's what you need to know.

ยท Abhishek Prakash

Editing files in nano editor
Nano Essentials

Open a File for Editing in Nano

In the first chapter of the Nano series, learn to open existing or new files with Nano editor.

ยท Abhishek Prakash

Ansible Dry Run
Ansible Tutorials

Ansible Dry Run: Running Playbook in Check Mode

Not sure of things with your playbook? Here's how you can test your Ansible playbook by using the dry run feature.

ยท LHB Community

ansible shell module
Ansible Modules

Ansible Shell Module: Execute Shell Commands on Target Systems

Shell module in Ansible is a powerful tool for executing shell commands on remote hosts, but it comes with maintenance risks.

ยท LHB Community

View Linux System Resource Usage History
Tips

View Linux System Resource Usage History

Keep a track of your Linux server's system resource usage with these tools.

ยท Abhishek Prakash

Ansible Ping Module
Ansible Modules

Ansible Ping Module: Check if Host is Reachable

Quickly test if a node is available with Ansible ping command.

ยท LHB Community

Ansible service module
Ansible Modules

Ansible Service Module: Manage Services

The service module in Ansible comes in handy for managing services across a variety of platforms.

ยท LHB Community

lsattr command examples
File Properties Commands

lsattr Command Examples

The lsattr command lists the attributes of a file or directory in Linux.

ยท Sagar Sharma

w Command Examples
User Identification

w Command Examples

Probably the shortest command in Linux ecosystem, w gives you quick list of logged-in users.

ยท Sagar Sharma

wget command
Network Connection Commands

wget Command Examples

The wget command allows you to download files over the internet in the Linux command line.

ยท Sagar Sharma

rm Linux commands
Basic File Commands

rm Command Examples

The rm command allows you to delete both files and folders. Here's how to use it.

ยท Sagar Sharma

lsblk Command Examples
Disk Management

lsblk Command Examples

The lsblk command is helpful for getting information on drives and block devices on your Linux system.

ยท Sagar Sharma

Kill Command Examples in Linux
Process Commands

kill Command Examples

The kill command is used to eliminate a process in the Linux command line.

ยท Sagar Sharma

Why Learn Linux?
Explain

Why Learn Linux?

As someone who has been in the IT industry for more than 20 years, I love to answer this question.

ยท Helder

Find and replace in Vim
Vim Tips

Find and Replace Text in Vim

Here are a few examples to show how you can use the search and replace feature in the powerful Vim editor.

ยท Abhishek Prakash