A Simple Linux Shell Script To Export WordPress MySQL Database
One of the earlier posts explained how to backup WordPress databases directly through the Linux Terminal. Here is an example of a simple shell script that...
Quickly Find Out List Of Open Files By Specific User Through Linux Mint / Ubuntu Terminal
It can be useful to get a list of all open files per user basis for a given Linux Mint / Ubuntu system. To do...
Quickly Find Out DNS Server IP Addresses From Linux Mint / Ubuntu Command Line
It is useful to know what DNS server IP addresses are being used by the system for troubleshooting as well as for reference. Here is...
How To Monitor File System Changes In Linux In Real Time
Here’s how to monitor file system changes in Linux in real time: 1. Issue the following command at the terminal – watch -d -n 1...
How To List Windows PCs On The Local Network Using Linux Command Line
Here’s how to list Windows PCs on the local network using Linux command line: 1. Issue the following command at the terminal – smbtree When...
Quickly Find Out List Of Automatically Installed Packages In Ubuntu / Linux Mint
Here is how to quickly find out the list of all software packages which are automatically installed in Ubuntu / Linux Mint : Open Terminal...