5 Easy To Use Linux Distros
Linux is a popular operating system that is widely used by developers, system administrators, and even everyday users. One of the advantages of Linux is...
Quickly Fix GCC Fatal Error In Linux Mint/Ubuntu
Ubuntu/Linux Mint like most other Linux distributions by default comes with GCC pre-installed (The GNU Compiler Collection). So, you can directly write code in C/C++...
Quickly Generate Dummy Files Of Different Sizes From Linux Command Line
It can be useful to create sample blank or dummy files of various sizes for testing and other purposes. In Linux, there are different ways...
How To View Average System Load Graphically In Linux Mint From Command Line
Linux Mint has some pretty useful graphical system tools for optimizing performance. The Linux shell too can be used to run a graphical window based tool...
How To View Kernel Messages In Linux In Real Time
Here’s how to view kernel messages in Linux in real time: 1. Issue the following command at the terminal – sudo watch “dmesg | tail...
Quickly View Directory Structure Through Terminal In Linux Mint/Ubuntu
Having a lot of folders and subfolders within them can make it somewhat messy to manage them. Tree is a useful Linux tool that shows...