Net-SNMP configuration for non-root AgentX application
By using a TCP Socket one can allow a non-root AgentX application/agent to connect to Net-SNMP masteragent. But this should be used for development purpose only...
By using a TCP Socket one can allow a non-root AgentX application/agent to connect to Net-SNMP masteragent. But this should be used for development purpose only...
In Gnome3 Suspend button is not displayed by default. Shutdown button changes to suspend button when ALT key is pressed. No plugin necessary.
Seconds since Epoc or Unixtime is ever increasing value and it remains stable (except for leap second). Daylight Savings changes does not affect it.
If both end-points of a socket are on local system, network traffic will be seen on loopback interface even if applications are using non-loopback interface (e....
/etc/udev/rules.d/70-persistent-net.rules defines the name for network interfaces.
Using a combination of patterns with "-o" and/or -"a" (which OR the pattern or AND the pattern) in find command, one can search for various patterns or combine ...
Using -size and -exec flags of find command, one can easily find when the logfile has grown above the threshold and move it to another name in one shot.
Many Unix variants (including latest Solaris 11 Express) use a version of find that first looks for current working directory. And if that current working direc...
PHP allows to unset or undefine a variable by using the "unset" method.
"php -m" provides the list of all compiled in modules.