
Display Fibonacci Series
Here are a few sample example bash scripts to display the Fibonacci sequence based on a given input.
· Abhishek Prakash

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 in Nano
Like any other editor, Nano provides the search and replace feature. Here's how to use it.
· Abhishek Prakash

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

LHB Linux Digest #24.09: Docker Course, Ansible Dry Run, System Resource History and More
The Docker course is here. Well, almost. And we have a forum now.
· Abhishek Prakash

Undo and Redo in Nano Editor
To err is human. To correct them is a smart human.
· Abhishek Prakash

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 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

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

View Linux System Resource Usage History
Keep a track of your Linux server's system resource usage with these tools.
· Abhishek Prakash

LHB Linux Digest #24.08: Disk Management Tips, LVM, Go and More
This newsletter focuses on disk management in Linux.
· Abhishek Prakash

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

Cut, Copy and Paste in Vim
Cut, copy and paste are essential functions of any text editor. Here's how to achieve that in Vim.
· Abhishek Prakash

Undo or Redo Changes in Vim
u key for undo and Ctrl+r for redo, that's all you need to do for undo and redo changes in Vim. Here's how it works.
· Abhishek Prakash

Save and Exit Vim
Learn how to save your changes in Vim. Also learn how to discard the changes and quit Vim.
· Abhishek Prakash

LHB Linux Digest #24.07: New Linux Course Launched, Monitoring Tips and More
Linux for DevOps course is here 🎉
· Abhishek Prakash

Show Progress of dd Command
This little trick lets you see the file transfer progress with the dd command.
· Abhishek Prakash

Get Notified About Linux Server Running Out of Disk Space
Get email alerts before the disk is full to prevent the server from going down due to lack of disk space.
· Abhishek Prakash

LHB Linux Digest #24.06: Learn Commands, Vagrant Triggers, Git Hooks and More
More Linux learning in a more organized way.
· Abhishek Prakash

Git Hook Management with Pre-commit
Git provides a powerful tool for automation under the hood: hooks. In this tutorial, you will learn about the pre-commit framework that can bring order and structure to your script collection.
· LHB Community

LHB Linux Digest #24.05: Sed Execution Model, LVM, Sticky Bits, inodes and More
Explore the hidden gems buried in the pile of over 700 articles.
· Abhishek Prakash

LHB Linux Digest #24.04: SSH Course, SSH Tools and SSH Tips
This edition of LHB Linux Digest focuses specially on SSH.
· Abhishek Prakash

LHB Linux Digest #24.03: Proxmox Course, Zsh Series, and More
More tutorial series are available now on Linux Handbook.
· Abhishek Prakash

LHB Linux Digest #24.02: New Free Course, Netboot, Server Management With GUI
Announcing a new, free Linux command line video course.
· Abhishek Prakash

Chapter 7: Navigating the Bash Shell
Learn to navigate your way through the bash shell using tab completion, utilizing history among other things in this lesson.
· Abhishek Prakash

Chapter 6: Common Linux Commands
In order to unleash the true power of Linux, you have to get comfortable working at the command line. In this lesson, you’ll learn some of the most common commands, so you’ll understand when you see them in future lessons, and you’ll be comfortable working with them on your own.
· Abhishek Prakash

Chapter 5: Super Special Root User
In this lesson, we’ll look at what the root user is, why the root user is so special, and how to work with root permissions.
· Abhishek Prakash

Chapter 4: Case Sensitivity in Linux
Linux command line is quite sensitive when it comes to using upper and lower cases.
· Abhishek Prakash

Chapter 3: Understanding Man Pages
Since the man pages are on almost every Linux system, and they’re a well established, authoritative source of help and information, we’ll be having a closer look at them in this lesson.
· Abhishek Prakash

Chapter 1: Getting Your Way Around the Linux Terminal
Get familiar with the Linux command line interface and learn to navigate your ways around it.
· Abhishek Prakash