08Der NETIO-230A ist ein per ethernet steuerbarer powerswitch mit 4 Ausgängen. Mit dem folgenden bash-script können die Ausgänge geschaltet werden. #! /bin/bash # set outputs on NetIO-230A # usage: poweron.sh uuu1 # poweron port 4 # curl http://<IP-address>/tgi/control.tgi?p=uuu1 # poweroff
Nagios: Check HP D2600 with snmp
I need to monitor a HP DL2600 Storage array on a HP DL380G8. I wrote a little script that does the Job. It works for me but maybe not in your environment 😎
SSH Login ohne Passwort
SSH Login Without Password Login to a remote server with ssh without typing a password. Required A ssh client and ssh keygenerator In this case I use Putty. Download putty.exe and puttygen.exe.
mySQL-Backup
mySQL-Backup is a backup script for mySQL databases. Mit dem script ist es moeglich per cronjob einen automatischen Backup der SQL-databases zu erstellen. Die max. Anzahl der Backups ist einstellbar, nach erreichen von max Backup wird das aelteste Backup geloescht.