A voir également:
- Parental control
- Fan control - Télécharger - Optimisation
- Controle parental disney plus - Guide
- Adb app control - Guide
- Control center 4 - Télécharger - Divers Utilitaires
- Copytrans control center - Télécharger - Divers Utilitaires
2 réponses
bonjour,
ou bien un petit script, comme celui-ci par exemple (à lancer en root) :
ou bien un petit script, comme celui-ci par exemple (à lancer en root) :
> redfox@mandriva[192.168.1.2]:~$ cat shutdown.sh #!/bin/sh echo "**************************************" echo "* *" echo "* Shutdown utilitaire -version 1.0 *" echo "* *" echo "**************************************" echo "Entrer l'heure d'extinction, svp <format hh:mm> :" read time echo "Démarrage du compte à rebours...[OK]" /sbin/shutdown -h $time "Arrêt du système programmé, déconnectez-vous, svp." > redfox@mandriva[192.168.1.2]:~$