Here’s a cool Linux Commands Wallpaper: [Note: Open in a new browser tab/window to view full size]
When using Linux Mint / Ubuntu or any *nix based system, it is quicker and actually efficient to get tasks done directly using the Terminal instead of the point and click stuff. Here is a simple command that will show you who has logged into the current system plus when the system was last booted [...]
In today’s post we’ll learn a few more Linux system information commands. Those who are new to this site can read part 1, 2, 3, 4 & 5 of this series for better understanding. Let’s get started: 1. ifconfig – interface configuration. This command displays information about the network interfaces in a system. 2. iwconfig [...]
In today’s post we’ll learn a few Linux system information commands: 1. df – disk free. This commands displays filesystem and disk space usage for all partitions. If option ‘-h’ (human-readable) is used with the command, it will generate the report using KB/MB/GB units instead of number of blocks which are displayed when the command [...]