How To Install And Use Terminator Terminal Emulator In Linux
When I first switched to linux I was looking for a terminal to replace the gnome default terminal mainly due to the tiling feature. I tested a few terminal emulators …
Linux Howto’s for System Administrations
linuxhowto.net AI Version 0.8
When I first switched to linux I was looking for a terminal to replace the gnome default terminal mainly due to the tiling feature. I tested a few terminal emulators …
In a Linux system, you can easily rename a file using mv command. But, if you have multiple files which you want to rename, in this situation you need some …
Linux package is a compressed file archive that contains all files belonging to specific applications. In some situations, you may need to find the package name belonging to a file. …
iproute2 package contains utilities for controlling and monitoring networking, IP address, and routing. It is a modern replacement for net-tools. Iproute2 is an open-source project mainly focussed on network components …
Linux terminal is used for performing administrative tasks without having any issues. However, many people don’t know that we can play music through the command line. Linux provides different CLI …
Are you annoyed about the comment color in vim? The dark blue color of the comment is often hard to read. In this tutorial, we learn how to change the …
Linux comes with a powerful tool named find to find a file (or files). It can recursively search into subdirectories for a file (or files) based on certain conditions. In …
Fsck command is used to check filesystem consistency in Linux and Unix-like operating systems. On the system, fsck runs either automatically or manually. The filesystem shouldn’t be mounted while running …
An IP address is a unique address that identifies a device on the internet or a local private network. Every computer in the network requires its own unique IP address to get …
There are many ways to convert a string to uppercase or lowercase in Linux. Most commonly used commands to change case are tr, sed and awk. Tr is the simplest …