
Linux – iproute2 Cheat Sheet
LinuxOverview
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 – Permissions
Linux
In order to update and change file permissions, you can use the chmod command. The format of the command is as follows:
[crayon-68724ac0947cc290872142/]
for each action
Changing Permissions
VALUE
MEANING
rwx+ugo
No…

Debian – How to disable snmpd ia_addr insert messages?
DebianYou have Debian and Ubuntu servers which runs snmpd service and are getting following message every 30 seconds within /var/log/syslog
[crayon-68724ac094b84418254292/]
This problem is related with the log level start options of snmpd service
[crayon-68724ac094b8b272881278/]
With…

CISCO CUBE SIP DEBUGS
CUBE
How to capture SIP traffic on a router
monitor capture
[crayon-68724ac094f7d588285907/]

How to Disable or Enable Disk Write Caching in Linux
LinuxATA-Based Disks
Check out whether disk caching is enabled on your disk or not:
[crayon-68724ac0953a0446409708/]
To disable write caching, you need to edit hdparm.conf using your favorite editor (e.g. gedit, vi).
[crayon-68724ac0953a8452962950/]
…