Zabbix + reset password for the web interface
update zabbix.users set passwd=md5(‘mynewpassword’) where alias=’Admin’;
Windows 7 + shell commands for consoles Extract a text between delimiters with sh instead of using regex
Some tips for me and other
update zabbix.users set passwd=md5(‘mynewpassword’) where alias=’Admin’;
Windows 7 + shell commands for consoles Extract a text between delimiters with sh instead of using regex
Comments are currently closed.