
How to Change IP Address in Linux
Learn different ways of changing the IP address in Linux. Also learn how to make the changes [ermanent.
ยท Abhishek Prakash

Sort ls Command by Date and Time
Looking for modified files? Learn how you can sort the output of the ls command by date and time.
ยท Abhishek Prakash

Installing and Using Pip on Debian
Dealing with lots of Python packages? Learn how to install and use PIP for installing and managing Python packages on Debian.
ยท Abhishek Prakash

Navigating Up or Down a Page in Vim
Learn various ways of moving up or down by pages in Vim editor.
ยท Abhishek Prakash

Get Absolute File Path in Linux
Here are different ways to get the absolute file paths in Linux command line.
ยท Abhishek Prakash

How to Check Crontab logs in Linux
Wondering if the cronjob ran successfully or not? Stop wondering. Just check the cron logs. Here's who to do that.
ยท Abhishek Prakash

How to Search in Less Command
The less command is excellent for reading large text files. It also allows you to search for text in it. Here's what you need to know about searching in less.
ยท Abhishek Prakash

Show Hidden Files With ls Command in Linux
By default, the ls command does not show hidden files and directories. They are hidden from normal view. Here's how to show them.
ยท Abhishek Prakash

๐งLHB Linux Digest #22.10: Linux Server Security, Know Your System and More
This month's LHB Linux Digest is about knowing your Linux system and protecting it.
ยท Abhishek Prakash

Create a New Branch in Git
In the Git Beginner's tutorial, learn how to create a new branch.
ยท Abhishek Prakash

How to Ping IPv6 Addresses
The ping command works on IPv4 by default. But you can force it to ping IPv6 addresses too. Here's how.
ยท Abhishek Prakash

How to Delete Remote Git Branch
In this article of Git beginner tutorial series, learn about deleting a remote Git branch.
ยท Abhishek Prakash

How to Delete Local Git Branch
In this chapter of the Git beginners tutorial series, learn about deleting and force deleting a local git branch.
ยท Abhishek Prakash
๐งLHB Linux Digest #22.09: Pro Vim Tips, Dash Shell, Unlink, Find-Exec Command
Linux never gets easier. You just get better at it. And you get better at Linux by using it regularly and learning new tips as you keep exploring it.
ยท Abhishek Prakash

How to Undo a Commit in Git
Not feeling committed enough about your code change? Learn how to undo a commit in git.
ยท Abhishek Prakash

Unlink Command in Linux
Learn about the unlink command, an alternate method of deleting files in the Linux terminal.
ยท Abhishek Prakash

How to Find All Files Not Containing Specific Text on Linux
Learn how to list all files in a directory that do not contain a specific text in Linux command line.
ยท Abhishek Prakash

Convert Hex to ASCII Characters in Linux Command Line
Here are various ways for converting Hex to ASCII characters in the Linux command line and bash scripts.
ยท Abhishek Prakash

LHB Linux Digest #22.08: Man page guide, fun with terminal and a free Ruby book
ยท Abhishek Prakash

Display Only Hidden Files in Linux
It's easy to show the hidden files in Linux with ls -a command. But how do you see only the hidden files?
ยท Abhishek Prakash

Search for Available Linux Commands With apropos
Can't remember a certain Linux command? Use the apropos command and search for it in the available commands.
ยท Abhishek Prakash

Split Vim Workspace Vertically or Horizontally
Vim allows you to have multiple horizontal or vertical splits in your active workspace.
ยท Abhishek Prakash

Set Indentation Width to 2 or 4 Spaces (or Tab) in Vim
Prefer tabs to spaces? Here's how to set indentations to use spaces instead of tabs in Vim.
ยท Abhishek Prakash

Make Directory Only if it Doesn't Exist Already in Linux
It's better to be careful and prevent errors while creating directories in case there are files or directories with the same name in the same location.
ยท Abhishek Prakash

LHB Linux Digest #22.07: Vim Buffers, Killing Process, Free Docker Book and More
ยท Abhishek Prakash

Show File Transfer Progress With Rsync
By default, rsync doesn't show any output while files are being transferred. Here's how you can see the transfer status.
ยท Abhishek Prakash

Move Cursor to Beginning or End of Line in Vim
Learn some basic cursor movement in Vim editor.
ยท Abhishek Prakash

How to Change Ownership of Files and Folders Recursively
Learn how to use the chown command to recursively change the user and group ownership of files and directories in Linux command line.
ยท Abhishek Prakash

ls -lrt Linux Command Explained
You'll often use the "ls -lrt" command, especially while dealing with a large number of files. Here's what it does and how it works.
ยท Abhishek Prakash

Kill a Process in Linux Command Line
Found a misbehaving process? Here's how to teach a lesson to it by terminating it using various commands.
ยท Abhishek Prakash