VMWare ESXi SNMP

esxcli system snmp set –communities public esxcli system snmp set –targets pod23-esx-01a.pml.local@161/public esxcli system snmp set –enable true esxcli system snmp test   esxcli system snmp set –communities public esxcli system snmp set –users william/-/-/none esxcli system snmp set –v3targets…

Windows XP Run Commands and Shortcuts

Windows XP Run Commands and Shortcuts Windows XP Home / Pro Run Commands and Short Cuts How To – Click Start, Click Run (or simply use the shortcut Windows logo+R) and enter the command Click OK Run commands IP Configuration…

Mysql: remove binlogs and set expare_logs_days

shell> mysql -u username -p mysql> PURGE BINARY LOGS TO ‘mysql-bin.000015’; Alternatively, you can remove the binary older than a specific date. shell> mysql -u username -p mysql> PURGE BINARY LOGS BEFORE ‘2009-11-01 00:00:00’; expare_logs_days  = 10 mysql> show variables…