luciusmona
GF Bronze
- Entrou
- Set 23, 2006
- Mensagens
- 43
- Gostos Recebidos
- 0
#!/bin/sh
#DESCRIPTION=This script Reboot the box
wget -q -O - http://127.0.0.1/web/powerstate?newstate=2
echo ""
exit 0
#!/bin/sh
#DESCRIPTION=Script Stanby
wget -q -O - http://127.0.0.1/web/powerstate?newstate=5
echo ""
exit 0
criar o ficheiro reboot.sh usr/script
criar ficheiro standby.sh usr/script
atributos 755
depois configurar o cron Blue-panel
com as horas que vocês pretendem
#DESCRIPTION=This script Reboot the box
wget -q -O - http://127.0.0.1/web/powerstate?newstate=2
echo ""
exit 0
#!/bin/sh
#DESCRIPTION=Script Stanby
wget -q -O - http://127.0.0.1/web/powerstate?newstate=5
echo ""
exit 0
criar o ficheiro reboot.sh usr/script
criar ficheiro standby.sh usr/script
atributos 755
depois configurar o cron Blue-panel
com as horas que vocês pretendem