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-6a03998e12f93582238730/] 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-6a03998e132df863970067/] This problem is related with the log level start options of snmpd service [crayon-6a03998e132e7525039615/] With…

CISCO CUBE SIP DEBUGS

How to capture SIP traffic on a router monitor capture [crayon-6a03998e136a3007239843/]

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-6a03998e138d3158668383/] To disable write caching, you need to edit hdparm.conf using your favorite editor (e.g. gedit, vi). [crayon-6a03998e138da101544919/] …