How to find the IP addresses of a Linux system

The following command in a linux based system will show all the IPs assigned to that system: # ip addr show Or alternatively, if you'd like to know the IP address(es) of a certain port (for example eth0) type the following: # ip addr show eth0 Sample output: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state…

Continue reading

Disable / enable WordPress comments from phpMyAdmin

Wordpress comments option is often not needed for our website. It is also true that we often forget to disable the commenting option. As a result - spammers fillup your website with garbage/spam comments to create backlinks of their website. You can always disable the commenting option from the wordpress admin dashboard. But assume you…

Continue reading