Outils pour utilisateurs

Outils du site


informatique:linux

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Les deux révisions précédentesRévision précédente
Prochaine révision
Révision précédente
informatique:linux [01/05/2012 13:10] – [OpenBox] cyrilleinformatique:linux [22/11/2021 10:55] (Version actuelle) – [Linux] cyrille
Ligne 1: Ligne 1:
 ====== Linux ====== ====== Linux ======
  
 +[[/informatique/system_admin]]
  
 ===== Tools ===== ===== Tools =====
  
 +  * Tester des distributions en ligne !
 +      * https://distrotest.net
   * LinuxLive USB Creator   * LinuxLive USB Creator
 +
  
 ===== Distributions ===== ===== Distributions =====
Ligne 10: Ligne 14:
 ==== Ubuntu ==== ==== Ubuntu ====
  
-[[/informatique/linux/Ubuntu]]+[[/informatique/linux/Ubuntu]], [[/informatique/linux/XUbuntu]]
  
  
Ligne 39: Ligne 43:
  
 ===== Window manager ===== ===== Window manager =====
 +
 +[[http://penguininside.blogspot.fr/2009/09/10-panel-dock-applications-for-your.html|10 Panel / Dock applications for your Window Managers]]
  
 ==== FluxBox ==== ==== FluxBox ====
  
-[[http://fluxbox.sourceforge.net/docbook/fr/html/|Fluxbox Documentation]] française sur l'**environnement graphique extrêmement léger** FluxBoxL'installation et la configuration sont au programme+Documentation sur l'**environnement graphique extrêmement léger** FluxBox. L'installation et la configuration sont au programme: 
 +  * [[http://fluxbox.sourceforge.net/docbook/en/html/|Fluxbox Documentation]] en anglais, 
 +  [[http://fluxbox.sourceforge.net/docbook/fr/html/|Fluxbox Documentation]] en français
  
 [[http://www.linux.com/learn/tutorials/467792:creating-the-perfect-fluxbox-desktop-on-linux|Creating the Perfect Fluxbox Desktop on Linux]] [[http://www.linux.com/learn/tutorials/467792:creating-the-perfect-fluxbox-desktop-on-linux|Creating the Perfect Fluxbox Desktop on Linux]]
Ligne 54: Ligne 62:
  
 ===== Tips ===== ===== Tips =====
 +
 +==== Énergie ====
 +
 +  * https://lesswatts.org
  
 ==== CPU affinity ==== ==== CPU affinity ====
Ligne 67: Ligne 79:
   # assigne l'exécution de la commande /bin/zgrep à la 1<sup>ère</sup> CPU:   # assigne l'exécution de la commande /bin/zgrep à la 1<sup>ère</sup> CPU:
   taskset -c 0 /bin/zgrep   taskset -c 0 /bin/zgrep
 +
 +==== noatime & nodiratime ====
 +
 +  * noatime: Access timestamps are not updated when a file is read.
 +  * nodiratime: Do not  update  directory  inode  access  times  on  this filesystem.
 +
 +  $ /dev/sda7 /chroot ext2 defaults,noatime,nodiratime 1  2
 +
 +  * [[http://tldp.org/LDP/solrhe/Securing-Optimizing-Linux-RH-Edition-v1.3/chap6sec73.html|The atime and noatime attribute]]
 +  * [[https://sites.google.com/site/wikirolanddelepper/recommanded-tuning/try-these-first/changing-ext3-default-to-noatime-nodiratime|Changing EXT3 default to NOATIME/NODIRATIME]]
 +
 +==== APT ====
 +
 +Installer des packages de différentes release (avec Apt-Pinning):
 +  * [[http://jaqque.sbih.org/kplug/apt-pinning.html|Apt-Pinning for Beginners]]
 +  * [[http://www.debian.org/doc/manuals/debian-reference/ch02.fr.html#_tweaking_candidate_version|Ajuster la version candidate]]
 +
 +Automatiquement suivre les mise à jour :
 +  * APT::Periodic::* & apticron [[http://debian-handbook.info/browse/wheezy/sect.regular-upgrades.html|Keeping a System Up to Date]]
  
  
informatique/linux.1335870601.txt.gz · Dernière modification : 19/05/2012 00:15 (modification externe)

Sauf mention contraire, le contenu de ce wiki est placé sous les termes de la licence suivante : CC0 1.0 Universal
CC0 1.0 Universal Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki