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 [2009/03/14 20:03] – édition externe 127.0.0.1start [2020/03/03 22:18] (Version actuelle) – modification externe 127.0.0.1
Ligne 1: Ligne 1:
-  sudo iftop -i eth0 -n+~~NOTOC~~
  
 +====== Administration système (linux) ======
 +
 +  * [[systeme:Gestion des volumes avec LVM]]
 +  * [[systeme:RAID avec MD]]
 +  * [[systeme:NFS]]
 +  * [[systeme:Systèmes de fichiers]]
 +  * [[systeme:Subversion]]
 +  * [[systeme:SNMP et Cacti]]
 +  * [[systeme:QoS]]
 +  * [[systeme:Iptables]]
 +  * [[systeme:Nagios, Oreon (et Mon)]]
 +  * [[systeme:Netboot]]
 +  * [[systeme:Virtualisation]] ([[http://www.linux-kvm.org/page/Management_Tools|Comparatif frontend KVM]])
 +  * [[systeme:/etc/fstab]]
 +  * [[systeme:services]]
 +  * [[systeme:samba]]
 +  * [[http://doc.ubuntu-fr.org/serveur|Tous les types de serveur sous Ubuntu]]
 +  * [[systeme:Sécuriser son server]]
 +  * [[systeme:PAM]]
 +  * [[systeme:NSS]]
 +  * [[systeme:LDAP]]
 +  * [[systeme:TCPDUMP]]
 +  * [[http://www.bacula.org/fr/| Bacula]] **Logiciel de sauvegarde** (Changer les ports d'écoute à 0.0.0.0 dans /etc/bacula/*.conf sinon ne fonctionne pas !)
 +  * [[systeme:Déploiement d'images]]
 +  * [[systeme:MySQL]]
 +  * [[http://postgresql.developpez.com/cours/|PostgreSQL]]
 +  * [[http://download.velannes.com/DEBIANOCSGLPI.pdf| OCS Inventory]]
 +  * [[systeme:SSH chrooté]]
 +  * [[systeme:Apache]]
 +  * [[systeme:Varnish]]
 +  * [[systeme:Postfix]]
 +  * [[http://sadms.sourceforge.net/sadms0/fr/index.html|SADMS]] (permet d'ajouter un serveur ou machine Linux à un AD)
 +  * [[http://gorgonite.developpez.com/tutoriels/linux/passerelle/|SQUID]]
 +  * [[systeme:Bind]]
 +  * [[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://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 ======
 +  * [[Unix:Equivalences entre les commandes Linux/Unix]]
 +  * [[Distributions RPM:Distributions RPM]]
 +  * [[Distributions DEB:Distributions DEB]]
 +  * [[unix:Unix]]
 +  * [[tuto:gentoo:Tuto Gentoo]]
 +
 +====== Programmation Perl ======
 +  * [[perl:Tuto externes]]
 +  * [[perl:Introduction générale et pratique]]
 +  * [[perl:Variables et structures de données]]
 +  * [[perl:Fonctions]]
 +  * [[perl:Boucles (for, foreach, while, ...)]]
 +  * [[perl:Tests (if, until, ...)]]
 +  * [[perl:Références]]
 +  * [[perl:Utilisation des fichiers]]
 +  * [[perl:Programmation orienté objet (utilisation)]]
 +  * [[perl:Programmation modulaire]]
 +  * [[perl:Le debugger]]
 +  * [[perl:Expressions régulières]]
 +  * [[perl:Programmation web (CGI)]]
 +  * [[perl:Intégration avec les autres langages (XS)]]
 +  * [[Divers exemples]]
 +
 +====== Programmation Python ======
 +
 +  * [[https://openclassrooms.com/courses/apprenez-a-programmer-en-python|Tuto openclassroom]]
 +  * [[http://python.developpez.com/faq/?filtre=OOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOO|Tuto Developpez.com]]
 +  * [[http://www.dsimb.inserm.fr/~fuchs/python/python-node1.html|Autre tuto Python]]
 +  * [[http://kib2.free.fr/pyqt4/pyqt4.html|Tuto PyQT4]]
 +
 +  * [[python:Les Modules]]
 +
 +  * [[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.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://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:Exemples de programmes]]
 +
 +  * [[python:special_method|Methode spéciale]]
 +
 +  * [[python:Debugger|Le debugger]]
 +
 +  * [[python:django]]
 +
 +  * [[http://docs.python.org/modindex.html|Chercher un module]]
 +  * [[python:annotations]]
 +====== Tutoriels ======
 +  * [[tuto:linux:Tuto Linux]]
 +  * [[tuto:nix]]
 +  * [[tuto:windows:Tuto Windows]]
 +  * [[tuto:autre:Autres]]
 +  * [[tuto:hacking:Tuto hacking]]
 +  * [[tuto:securite:Tuto sécurité]]
 +  * [[tuto:custer:Tuto cluster]]
 +  * [[tuto:reseau]]
start.1237061028.txt.gz · Dernière modification : 2009/03/14 20:04 (modification externe)