Advertisement
Guest User

Untitled

a guest
Oct 14th, 2019
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. # Explication de BASH à l'ouverture d'un nouveau terminal :
  2. whatis bash
  3.  
  4. # charger le fichier de config bash
  5. source ~/.bashrc
  6.  
  7. # Commande therm pour afficher la température du CPU
  8. alias therm='cat /sys/class/thermal/thermal_zone0/temp'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement