User's Blog! Blog

1

How to Install RunDeck on RHEL

Rundeck is open source software that helps you automate routine operational procedures in data center or cloud environments. Rundeck provides a number of features that will alleviate time-consuming grunt work and make it easy...

0

Zimbra MailBox usage Report

Hello, in today’s article I will demonstrate how to create a script that sends reports of mailbox use by domain, this is very useful for SysAdmin. mkdir -p /etc/zimbra/scripts/ cd /etc/zimbra/scripts/ vi accountusage.sh #!/bin/bash...

1

How to count number of files with Zabbix

How to count number of files with Zabbix Olá, meu nome é Diego Luisi e no artigo de hoje demonstrarei como contar a quantidade de arquivos em um diretório usando o Zabbix. system.run[dir /a-d /s...

1

Change Sonicwall GMS password

Olá, meu nome é Diego Luisi e no artigo de hoje demonstrarei como resetar a senha de acesso ao Sonicwall GMS.  http://yourip/sgms/login Podemos acessar de algum servidor Linux mysql -u root -p <your_gms_password> -h...