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...
A Menu Based Linux Shell Script To Display Local And Public IP Addresses Of The System
When connected to the internet, the computer in use has a public ip address (or external ip address) that is assigned by the ISP and...
Installing And Using ZFS In Linux Mint / Ubuntu – Part 7
Continuing from part 6, we’ll conclude the series with a recipe for implementing an iSCSI based storage with ZFS in Linux Mint (This tutorial assumes...
How To Get Back Classic Gnome Desktop In Ubuntu 12.10 ‘Quantal Quetzal’
Here’s how to get back classic Gnome desktop in Ubuntu 12.10 ‘Quantal Quetzal’: 1. Issue the following command at the terminal – sudo apt-get install...
How To Install Restricted Extras In Ubuntu 12.10 ‘Quantal Quetzal’
Here’s how to install restricted extras in Ubuntu 12.10 ‘Quantal Quetzal’: 1. Issue the following command at the terminal – sudo apt-get install ubuntu-restricted-extras 2....
Automatically Add Cc And Bcc When Sending Emails Using Mozilla Thunderbird
Mozilla Thunderbird allows adding single or multiple email addresses as recipients for any outgoing message in the “CC” and “BCC” fields. To do this :...