Obre el menú principal

Diferència entre revisions de la pàgina «Atura l'ordinador automàticament»

 
(6 revisions intermèdies per un altre usuari que no es mostra)
Línia 1: Línia 1:
 +
= Amb entorn gràfic<br>  =
 +
 
== &nbsp;Requisits previs  ==
 
== &nbsp;Requisits previs  ==
  
 
Tenim que tindre instal·lat [[Gnome Schedule|Gnome Schedule]], pots fer-ho amb el següen comandament  
 
Tenim que tindre instal·lat [[Gnome Schedule|Gnome Schedule]], pots fer-ho amb el següen comandament  
 
<pre>sudo apt-get install gnome-schedule</pre>  
 
<pre>sudo apt-get install gnome-schedule</pre>  
 +
 +
Trobarem l'enllaç d'aquest programa al menú ''Aplicacions > Ferramentes del sistema''.
 +
 
== <br>Tasca recurrent  ==
 
== <br>Tasca recurrent  ==
  
Llancem el gnome-schedule al menú Aplicacions-Eines de sistema-Scheduled Task &nbsp;piquem en nova tasca i triem una del tipus recurrent, deixe una captura  
+
Llancem el gnome-schedule en modo root<br>
 +
<pre>sudo gnome-schedule
 +
</pre>
 +
<br> piquem en nova tasca i triem una del tipus recurrent, deixe una captura  
 +
 
 +
<br>
  
 
[[Image:Gnometask1.png]]  
 
[[Image:Gnometask1.png]]  
Línia 11: Línia 21:
 
<br>  
 
<br>  
  
Ara li posem un nom a la tasca "Description" i al Command l'order:&nbsp;'''/sbin/shutdown -h now''' finalment'''&nbsp;'''seleccionem el minut i l'hora a la que volem que s'ature l'ordinador&nbsp;<br> [[Image:Crea una nova tasca planificada.png]]  
+
Ara li posem un nom a la tasca "Description" i al Command l'order:&nbsp;'''/sbin/shutdown -h now''' finalment'''&nbsp;'''seleccionem el minut i l'hora a la que volem que s'ature l'ordinador&nbsp;  
 +
 
 +
<br> [[Image:Crea una nova tasca planificada.png]]  
  
 
Seguidament piquem en "Afegeix" i la tasca aturarà tots els dies &nbsp;el pc a l'hora programada.  
 
Seguidament piquem en "Afegeix" i la tasca aturarà tots els dies &nbsp;el pc a l'hora programada.  
  
[[Category:GNU/Linux]] [[Category:LliureX]]
+
<br>
 +
 
 +
= Amb la consola<br>  =
 +
 
 +
Al servidor edita este fitxer:
 +
<pre>sudo gedit /etc/crontab </pre>
 +
En este fitxer t’haurà d’aparéixer els següent:
 +
<pre>SHELL=/bet/sh
 +
PATH=/usr/local/sbin:/usr/local/bet:/sbin:/bet:/usr/sbin:/usr/bet
 +
 
 +
#m h dom mon dow user command
 +
17 * * * * root cd / &amp;&amp; run-parts --report /etc/cron.hourly
 +
25 6 * * * root test -x /usr/sbin/anacron || ( cd / &amp;&amp; run-parts --report /etc/cron.daily )
 +
47 6 * * 7 root test -x /usr/sbin/anacron || ( cd / &amp;&amp; run-parts --report /etc/cron.weekly )
 +
52 6 1 * * root test -x /usr/sbin/anacron || ( cd / &amp;&amp; run-parts --report /etc/cron.monthly )
 +
# </pre>
 +
Només hauràs de posar esta línia en el fitxer abans del coixinet:<br>'''30 15 * * * root /sbin/shutdown -h now'''
 +
 
 +
Haurà de quedar-te així el fitxer una vegada editat:
 +
<pre>SHELL=/bet/sh
 +
PATH=/usr/local/sbin:/usr/local/bet:/sbin:/bet:/usr/sbin:/usr/bet
 +
 
 +
#m h dom mon dow user command
 +
17 * * * * root cd / &amp;&amp; run-parts --report /etc/cron.hourly
 +
25 6 * * * root test -x /usr/sbin/anacron || ( cd / &amp;&amp; run-parts --report /etc/cron.daily )
 +
47 6 * * 7 root test -x /usr/sbin/anacron || ( cd / &amp;&amp; run-parts --report /etc/cron.weekly )
 +
52 6 1 * * root test -x /usr/sbin/anacron || ( cd / &amp;&amp; run-parts --report /etc/cron.monthly )
 +
30 15 * * * root /sbin/shutdown -h now
 +
# </pre>
 +
Guardes i tanques, i ja hauria d’apagar-se tots els dies a les 15.30.<br>
 +
 
 +
[[Category:GNU/Linux]] [[Category:LliureX]] [[Category:Tips]]

Revisió de 20:07, 10 feb 2014

Amb entorn gràfic

 Requisits previs

Tenim que tindre instal·lat Gnome Schedule, pots fer-ho amb el següen comandament

sudo apt-get install gnome-schedule

Trobarem l'enllaç d'aquest programa al menú Aplicacions > Ferramentes del sistema.


Tasca recurrent

Llancem el gnome-schedule en modo root

sudo gnome-schedule


piquem en nova tasca i triem una del tipus recurrent, deixe una captura


Gnometask1.png


Ara li posem un nom a la tasca "Description" i al Command l'order: /sbin/shutdown -h now finalment seleccionem el minut i l'hora a la que volem que s'ature l'ordinador 


Crea una nova tasca planificada.png

Seguidament piquem en "Afegeix" i la tasca aturarà tots els dies  el pc a l'hora programada.


Amb la consola

Al servidor edita este fitxer:

sudo gedit /etc/crontab 

En este fitxer t’haurà d’aparéixer els següent:

SHELL=/bet/sh
PATH=/usr/local/sbin:/usr/local/bet:/sbin:/bet:/usr/sbin:/usr/bet

#m h dom mon dow user command
17 * * * * root cd / && run-parts --report /etc/cron.hourly
25 6 * * * root test -x /usr/sbin/anacron || ( cd / && run-parts --report /etc/cron.daily )
47 6 * * 7 root test -x /usr/sbin/anacron || ( cd / && run-parts --report /etc/cron.weekly )
52 6 1 * * root test -x /usr/sbin/anacron || ( cd / && run-parts --report /etc/cron.monthly )
# 

Només hauràs de posar esta línia en el fitxer abans del coixinet:
30 15 * * * root /sbin/shutdown -h now

Haurà de quedar-te així el fitxer una vegada editat:

SHELL=/bet/sh
PATH=/usr/local/sbin:/usr/local/bet:/sbin:/bet:/usr/sbin:/usr/bet

#m h dom mon dow user command
17 * * * * root cd / && run-parts --report /etc/cron.hourly
25 6 * * * root test -x /usr/sbin/anacron || ( cd / && run-parts --report /etc/cron.daily )
47 6 * * 7 root test -x /usr/sbin/anacron || ( cd / && run-parts --report /etc/cron.weekly )
52 6 1 * * root test -x /usr/sbin/anacron || ( cd / && run-parts --report /etc/cron.monthly )
30 15 * * * root /sbin/shutdown -h now
# 

Guardes i tanques, i ja hauria d’apagar-se tots els dies a les 15.30.