Outils pour utilisateurs

Outils du site


start

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
start [2012/04/22 13:16] – édition externe 127.0.0.1start [2020/03/03 22:18] (Version actuelle) – modification externe 127.0.0.1
Ligne 13: Ligne 13:
   * [[systeme:Nagios, Oreon (et Mon)]]   * [[systeme:Nagios, Oreon (et Mon)]]
   * [[systeme:Netboot]]   * [[systeme:Netboot]]
-  * [[systeme:Virtualisation]]+  * [[systeme:Virtualisation]] ([[http://www.linux-kvm.org/page/Management_Tools|Comparatif frontend KVM]])
   * [[systeme:/etc/fstab]]   * [[systeme:/etc/fstab]]
   * [[systeme:services]]   * [[systeme:services]]
Ligne 30: Ligne 30:
   * [[systeme:SSH chrooté]]   * [[systeme:SSH chrooté]]
   * [[systeme:Apache]]   * [[systeme:Apache]]
 +  * [[systeme:Varnish]]
   * [[systeme:Postfix]]   * [[systeme:Postfix]]
   * [[http://sadms.sourceforge.net/sadms0/fr/index.html|SADMS]] (permet d'ajouter un serveur ou machine Linux à un AD)   * [[http://sadms.sourceforge.net/sadms0/fr/index.html|SADMS]] (permet d'ajouter un serveur ou machine Linux à un AD)
Ligne 35: Ligne 36:
   * [[systeme:Bind]]   * [[systeme:Bind]]
   * [[systeme:Apache -> Authentification par certificat x509]]   * [[systeme:Apache -> Authentification par certificat x509]]
 +  * [[http://www.tuxlanding.net/authentification-kerberos-avec-apache-dans-un-environnement-active-directory-multi-domaine/|Apache -> Authentification par Kerberos]] ou [[http://support.microsoft.com/kb/555092/fr|explications sur le site officiel Microsoft]]
   * [[http://download.velannes.com/Ossim_doc.pdf|OSSIM]]   * [[http://download.velannes.com/Ossim_doc.pdf|OSSIM]]
-  * [[http://doc.gnu-darwin.org/fr/sam.html|CUPS]]+  * [[http://doc.gnu-darwin.org/fr/sam.html|CUPS (Officiel)]] - [[http://wiki.debian.org/fr/SystemPrinting|CUPS (Debian)]] 
 +  * [[systeme:libvirt]] 
 +  * [[systeme:systemtap]] 
 +  * [[https://lttng.org/documentation|LTTNG]] Tracer Kernel 
 +  * [[http://www.dg77.net/tekno/securite/gnupgcde.htm|GPG]] 
 +  * [[http://sleepyhead.de/howto/?href=cryptpart|Crypter sa partition]] 
 +  * [[http://sleepyhead.de/howto/?href=sudo|sudo par host]] 
 +  * [[http://blog.xebia.fr/2010/04/21/nosql-europe-tour-dhorizon-des-bases-de-donnees-nosql/|NoSQL]] 
 +  * [[systeme:ELK]] 
 +  * [[http://modules.sourceforge.net/|Modules HPC]] 
 +  * [[http://blog.nicolargo.com/2009/03/simuler-un-lien-wan-sous-linux.html|Simuler un lien WAN]] 
 +  * [[systeme:OVS]] (OpenVSwitch) 
 +  * [[systeme:ansible|Ansible]] 
 +  * [[systeme:selinux]] 
 +  * [[systeme:apparmor]] 
 +  * [[systeme:auditd]] 
 +  * [[systeme:SPF]] 
 +  * [[systemd:systemd]] 
 +  * [[systeme:smt]] 
 +  * [[systeme:docker|Docker]] 
 +  * [[systeme:kubernetes|Kubernetes]] (Docker) 
 +  * [[systeme:ceph|Ceph]] 
 +  * [[systeme:openstack|Openstack]] 
 +  * [[systeme:multipath|Multipath]] 
 +  * [[systeme:pacemaker|Pacemaker]]
  
 ====== Distributions ====== ====== Distributions ======
Ligne 64: Ligne 90:
 ====== Programmation Python ====== ====== Programmation Python ======
  
-  * [[http://www.siteduzero.com/tutoriel-3-223267-apprendre-python.html|Tuto site du zero]] +  * [[https://openclassrooms.com/courses/apprenez-a-programmer-en-python|Tuto openclassroom]]
-  * [[http://www.siteduzero.com/tutoriel-3-262842-apprenez-a-programmer-en-python-video.html|Tuto Python Vidéo]]+
   * [[http://python.developpez.com/faq/?filtre=OOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOO|Tuto Developpez.com]]   * [[http://python.developpez.com/faq/?filtre=OOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOO|Tuto Developpez.com]]
   * [[http://www.dsimb.inserm.fr/~fuchs/python/python-node1.html|Autre tuto Python]]   * [[http://www.dsimb.inserm.fr/~fuchs/python/python-node1.html|Autre tuto Python]]
Ligne 73: Ligne 98:
  
   * [[http://docs.python.org/library/multiprocessing.html|Thread amélioré (site officiel)]] (Module multiprocessing basé sur le module threading qui permet de faire plus de choses et est plus performant)   * [[http://docs.python.org/library/multiprocessing.html|Thread amélioré (site officiel)]] (Module multiprocessing basé sur le module threading qui permet de faire plus de choses et est plus performant)
-  * [[http://www.siteduzero.com/tutoriel-3-55923-la-programmation-en-parallele-en-python.html|Les threads (site du zero)]]+  * [[http://www.doughellmann.com/PyMOTW/multiprocessing/|Tuto multiprocessing]] 
 +  * [[http://www.doughellmann.com/PyMOTW/threading/|Tuto threading]]
   * [[http://docs.python.org/library/threading.html|Les threads (doc officielle)]]   * [[http://docs.python.org/library/threading.html|Les threads (doc officielle)]]
  
   * [[http://wiki.python.org/moin/HowTo/Sorting|Les tris (sort) en Python]]   * [[http://wiki.python.org/moin/HowTo/Sorting|Les tris (sort) en Python]]
 +  * [[http://cours-info.iut-bm.univ-fcomte.fr/wiki/pmwiki.php/Python/LesEnsembles|Les emsembles]]
   * [[python:Decorateurs|Les décorateurs en Python]]   * [[python:Decorateurs|Les décorateurs en Python]]
  
   * [[python:Exemples de programmes]]   * [[python:Exemples de programmes]]
  
-  * [[http://aymanh.com/python-debugging-techniques|Debugger]]+  * [[python:special_method|Methode spéciale]]
  
-  * [[http://docs.python.org/modindex.html|Chercher un module]]+  * [[python:Debugger|Le debugger]]
  
 +  * [[python:django]]
 +
 +  * [[http://docs.python.org/modindex.html|Chercher un module]]
 +  * [[python:annotations]]
 ====== Tutoriels ====== ====== Tutoriels ======
-  * [[tuto:linux:Tuto Linux]] (Kubuntu)+  * [[tuto:linux:Tuto Linux]] 
 +  * [[tuto:nix]]
   * [[tuto:windows:Tuto Windows]]   * [[tuto:windows:Tuto Windows]]
   * [[tuto:autre:Autres]]   * [[tuto:autre:Autres]]
Ligne 92: Ligne 124:
   * [[tuto:securite:Tuto sécurité]]   * [[tuto:securite:Tuto sécurité]]
   * [[tuto:custer:Tuto cluster]]   * [[tuto:custer:Tuto cluster]]
 +  * [[tuto:reseau]]
start.1335100619.txt.gz · Dernière modification : 2012/09/14 18:53 (modification externe)