Linux – iproute2 Cheat Sheet

Overview iproute2 is the Linux networking toolkit that replaced net-tools (ifconfig, route, arp etc.) Old style network utilities like ifconfig and route are still there just for backwards compatibility and do not provide access to…
Linux File Permissions

Linux – Permissions

  In order to update and change file permissions, you can use the chmod command. The format of the command is as follows: [crayon-68f555b886b9e069104664/] for each action   Changing Permissions VALUE MEANING rwx+ugo No…

Debian – How to disable snmpd ia_addr insert messages?

You have Debian and Ubuntu servers which runs snmpd service and are getting following message every 30 seconds within /var/log/syslog [crayon-68f555b886d2e841255172/] This problem is related with the log level start options of snmpd service [crayon-68f555b886d35544675039/] With…

CISCO CUBE SIP DEBUGS

How to capture SIP traffic on a router monitor capture [crayon-68f555b886ee6542349702/]

How to Disable or Enable Disk Write Caching in Linux

ATA-Based Disks Check out whether disk caching is enabled on your disk or not: [crayon-68f555b887091233677295/] To disable write caching, you need to edit hdparm.conf using your favorite editor (e.g. gedit, vi). [crayon-68f555b887098138626637/] …