[ubuntu-ar] Intrepid y connections for UID
Lucas Livchits
livchitsl at gmail.com
Sun Nov 2 18:24:51 GMT 2008
2008/11/2 Janus <janus en rtfm.org.ar>:
> 2008/11/2 Janus <janus en rtfm.org.ar>:
>> Bien, acá va el script, espero te sirva.
>
> Lo mando de nuevo porque se cortaron varias líneas y si lo copiás
> directamente no va a funcionar. Lo hago con líneas más cortas y listo.
> Salu2
> Janus
>
> #!/bin/bash
>
> COMANDO=/usr/bin/cpufreq-set
> echo "Starting limite.sh"
> $COMANDO -g powersave;
>
> for ((;1;));
> do
> ACTUAL=`cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor`;
> T=`cat /proc/acpi/thermal_zone/TZS1/temperature | sed -e\
> 's/temperature: //g' | sed -e 's/ C//g'`;
> if [ $ACTUAL = ondemand ];
> then
> if [ $T -gt 75 ];
> then
> $COMANDO -g powersave;
> if [ $T -gt 90 ]; then aplay\
> /usr/share/amsn/skins/default/sounds/nudge.wav\
> /usr/share/amsn/skins/default/sounds/nudge.wav; fi;
> sleep 2;
> else
> sleep 1;
> fi;
> else
> if [ $T -gt 90 ]; then aplay\
> /usr/share/amsn/skins/default/sounds/nudge.wav\
> /usr/share/amsn/skins/default/sounds/nudge.wav; fi;
> if [ $T -lt 60 ];
> then
> $COMANDO -g ondemand;
> sleep 2;
> fi;
> sleep 1;
> fi;
> done
> exit 0
>
> --
> Alejandro Díaz-Caro
> PhD Student
> Quantum Computation in Grenoble
> http://membres-liglab.imag.fr/diazcaro
>
> --
> Ubuntu-ar lista de correo
> Ubuntu-ar en lists.ubuntu.com
> Modifica tus opciones o desuscribite en: https://lists.ubuntu.com/mailman/listinfo/ubuntu-ar
> Siempre leer, comprender y aplicar nuestra etiqueta: https://wiki.ubuntu.com/ArgentinaTeam/EtiquetaML
>
>
Gracias Janus. Lo voy a probar.
De todos modos, algún problema tengo, porque no puedo entrar a
Controladores de hardware, ni a Servicios y noto el sistema un poco
"achanchado" para algunas cosas.
Veremos...
More information about the Ubuntu-ar
mailing list