sylis  [ Profile ]

Sort by: Date / Title /

  1. 9 months ago
    Pour listé les paquets orphelins sous arhc
    # pacman -Qdt
  2. 11 months ago and saved by 1 other
    1. #Désactive le bug écran de veille sous ubuntu + xgl
    2. xset -display :0 s off -dpms
  3. 11 months ago
    1. #Convertir un fichier texte d'un format Windows/dos vers unix:
    2.  
    3.   tr -d '\015' < win-format.txt > unix-format.txt
    4.  
    5. #Convertir un fichier texte d'un format unix vers Windows/dos:
    6.  
    7.   sed -e 's/$/\r/' unix-format.txt > win-format.txt
  4. sponsorised links

First / Previous / Next / Last / Page 1 of 1 (3 posteets)