Latest Tutorials
Integrate Nextcloud with ONLYOFFICE Docs on Your Linux Server
Take the collaboration abilities of Nextcloud to the next level by integrating ONLYOFFICE and get a full-featured online office suite.
ยท LHB Community
11 Pro Vim Tips to Get Better Editing Experience
You can learn plenty of Vim tips on your own, or you can learn it from others' experiences.
ยท Pratham Patel
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
Remove Exif Data in Linux Command Line
Exif data can be a privacy threat if you upload images on the internet. Here's how to remove it in the Linux command line.
ยท Sagar Sharma
What is Dash Shell in Linux?
Not many people are aware of a dash shell which is usually found in the Debian Linux distribution. Here's a quick introduction.
ยท Sagar Sharma
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
9 Best Free Website Downtime Monitoring Services
It's important to know if your websites are up and running. Downtime monitoring services do the job for you and notify when there is a downtime.
ยท Ankush Das
How to Use the find Command With exec
Find works on searching files based on a number of criteria. The exec command gives you the ability to work on those results. Here are some examples of find exec command combination.
ยท Sagar Sharma
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
Guide to man pages in Linux
Though extremely useful, man pages in Linux can be daunting and intimidating at first. This article aims to make it a bit easier to peruse manuals and quickly get the help one needs.
ยท LHB Community
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
Self-host a Ghost Blog With Traefik
Learn to easily start a blog using Ghost and secure it using Traefik on a Docker container.
ยท LHB Community
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
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
11 Cloudflare Alternatives to Boost Your Website Performance and Security
Cloudflare is not the only service that helps you boost your website's speed and secure it. Here are some alternatives.
ยท Ankush Das
Move Cursor to Beginning or End of Line in Vim
Learn some basic cursor movement in Vim editor.
ยท Abhishek Prakash
Complete Guide to Buffers in Vim
Use Vim like a pro user by mastering the buffers.
ยท Pratham Patel
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