I found this great video What Is A Paradigm? It talks about agent/victim paradigms and abundance/scarcity thinking.
Tag Archives: agent
Restart Zabbix agent on Mac OS X
The configuration file is in /usr/local/etc/zabbix/zabbix_agentd.conf
. If you make changes you can restart with:
# launchctl stop com.zabbix.zabbix_agentd # launchctl start com.zabbix.zabbix_agentd
Using ssh-add with ssh-agent for unattended ssh
Easypeasy:
eval "$(ssh-agent)" ssh-add ~/.ssh/id_rsa