How to persist iptables settings on debian
Use iptables-persistent instead of old way of iptables-save and iptables-restore to automate saving and restoring during reboots. Just remember to still perform...
Use iptables-persistent instead of old way of iptables-save and iptables-restore to automate saving and restoring during reboots. Just remember to still perform...
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...
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....
Using mimikatz on windows user can export certificates that were setup using Symatec PKI Client and were marked non-exportable.
Add name of outgoing/relaying mailhost as `relayhost` in `/etc/postfix/main.cf` and restart postfix.
`ps -eo pcpu,pid,ruser,args | sort -r -k1 | less` provides in reverse sort order the `pid` that is taking up most of `pcpu` and the `ruser` (real user) with `ar...
WebEx needs 32 bit Oracle Java to run which can be installed locally along with Firefox.
Create `/usr/share/applications/.desktop` file and run `update-desktop-database` to add the custom script in Unity HUD.
Split tunnel allows user to access local network resources and divert Internet traffic away from tunnel while still remain connected to company vpn. Specific ne...