Tags: shell,système

Sort by: Date / Title /

  1. 9 months ago by henri and saved by 1 other
    1. hdparm -Tt /dev/hda
    2. /dev/sda:
    3.  Timing cached reads:   4868 MB in  2.00 seconds = 2433.34 MB/sec
    4.  Timing buffered disk reads:  218 MB in  3.01 seconds =  72.50 MB/sec
  2. 10 months ago by henri and saved by 1 other
    1. netstat -lapute
  3. 11 months ago by henri
    1. alias psg='ps -ef | grep'
    2. # à mettre dans /etc/profile par exemple
  4. 11 months ago by henri
    1. # Utile si on ne peut pas jouer avec les partitions ou si on en a pas une de libre.
    2. dd if=/dev/zero of=swapfile bs=1024k count=50
    3. mkswap swapfile
    4. swapon swapfile
  5. 11 months ago by henri
    1. ispell -d francais fichier.texte          (pour encodage ISO 8859/1)
    2. ispell -d francais fichier.tex            (pour encodage TeX)
    3. ispell -d francais -T list -t fichier.tex (fichier TeX, encodage 8859/1)

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