Cette page vous donne les différences entre la révision choisie et la version actuelle de la page.
lien:bash [2009/05/10 21:18] per |
lien:bash [2009/11/15 15:54] (Version actuelle) per |
||
---|---|---|---|
Ligne 1: | Ligne 1: | ||
+ | [[..:linux|retour]] | ||
===== Commandes Unix - Shell ===== | ===== Commandes Unix - Shell ===== | ||
~~LINEBREAK~~ | ~~LINEBREAK~~ | ||
Ligne 5: | Ligne 6: | ||
http://www.linux-france.org/article/debutant/debutant-linux.html | http://www.linux-france.org/article/debutant/debutant-linux.html | ||
http://linux.jpvweb.com/mesrecetteslinux/commun_utilisateur | http://linux.jpvweb.com/mesrecetteslinux/commun_utilisateur | ||
+ | |||
===== Bash ===== | ===== Bash ===== | ||
Ligne 37: | Ligne 39: | ||
[[http://www.trustonme.net/didactels/258.html |Administrer une distribution inactive : chroot]] | [[http://www.trustonme.net/didactels/258.html |Administrer une distribution inactive : chroot]] | ||
- | ==== Guide avancé d'écriture des scripts Bash ==== | + | X |
- | Advanced Bash-Scripting Guide | + | |
- | Une exploration en profondeur de l'art de la programmation shell | + | |
- | [[http://abs.traduc.org/downloadmanuel.html |Téléchargement de ABS en français]] | + | ==== Une expression rationnelle ou expression régulière ==== |
- | [[http://abs.traduc.org/abs-5.3-fr/ |Le Guide en ligne en français]] | + | http://fr.wikipedia.org/wiki/Expression_rationnelle |
- | [[http://tldp.org/LDP/abs/html/ |Le Guide en ligne en anglais]] | + | |
+ | ==== SED ==== | ||
+ | http://fr.wikipedia.org/wiki/Sed_(informatique) | ||
+ | SED très complet http://www.commentcamarche.net/faq/478-sed | ||
+ | SED plus succinct http://www.shellunix.com/sed.html | ||
+ | Accents UTF-8 et sed y http://forum.ubuntu-fr.org/viewtopic.php?id=158279 | ||
==== VIM ==== | ==== VIM ==== | ||
Ligne 52: | Ligne 57: | ||
Aide mémoire Vim http://www.epons.org/vi.php http://www.ledman.ch/eti_linux/08vi.html http://www.linux-kheops.com/doc/vi/memovif.htm | Aide mémoire Vim http://www.epons.org/vi.php http://www.ledman.ch/eti_linux/08vi.html http://www.linux-kheops.com/doc/vi/memovif.htm | ||
- | |||
- | ===== Patch ===== | ||
- | http://www.ird.fr/us191/spip.php?article36 | ||
- | Introduction à l'utilisation de patch http://www.linux-france.org/article/lgazette/issue-32/lg-32-5.html | ||
- | Pour le Noyau http://www.docmirror.net/fr/linux/howto/admin/Kernel-HOWTO/Kernel-HOWTO-5.html | ||
- | Quest ce qu'un patch ? http://www.linux-kheops.com/doc/linux-f/lf264.htm | ||
- | Man Patch http://man.developpez.com/man1/patch.1.php | ||
- | |||
- | ===== CVS ===== | ||
- | Tutoriel CVS http://ricky81.developpez.com/tutoriel/cvs/introduction/#L2.3.2 | ||
- | intro CVS http://www.commentcamarche.net/cvs-dev/cvs-intro.php3 | ||
- | Le contrôle de versions avec CVS http://www.tuteurs.ens.fr/logiciels/cvs/ | ||
- | CVS Guide de l’utilisateur http://www.ird.fr/us191/spip.php?article1 | ||
- | |||
- | En espagnol : wikipédia CVS http://es.wikipedia.org/wiki/CVS | ||
- | Instalando el servidor en debian http://losinvisibles.net/como/comoCvs.html | ||
- | Wikilibros Tutorial de uso de CVS http://es.wikibooks.org/wiki/Tutorial_de_uso_de_CVS | ||
- | ===== SVN ===== | ||
- | Tutoriel serveur SVN http://blog.skitoo.org/2006/07/03/tutoriel-installer-un-serveur-svn-subversion-sous-gnu-linux-ubuntu/ | ||
- | http://hikage.developpez.com/linux/tutoriels/subversion/ | ||
- | Introduction à Subversion http://dev.nozav.org/intro_svn.html | ||
- | |||
- | Un libro libre sobre Subversion http://svnbook.red-bean.com/ http://svnbook.red-bean.com/nightly/es/svn-book.html | ||
- | |||
- | ===== Gérer les périphériques ===== | ||
- | |||
- | http://www.linux-pour-lesnuls.com/gestionper.php | ||
- | |||
- | ==== Trixbox Asterisk ==== | ||
- | feed ATOMTrixBox, un central téléphonique SIP gratuit à la maison ou au bureau | ||
- | pour gérer d'une à plusieurs centaines de lignes téléphoniques. | ||
- | http://www.figer.com/Publications/Trixbox.htm | ||
- | |||
- | http://mafiaman4269.free.fr/FTP/BTS_IG/Autres PTI/Procedure_Asterisk.pdf | ||
- | http://www.sureteq.com/asterisk/trixboxv1.2.htm | ||
- | |||
- | ==== Configurer le réseau en ligne de commande sur Debian ==== | ||
- | Le fichier /etc/network/interfaces | ||
- | son manuel man interfaces | ||
- | http://forum.hardware.fr/hfr/OSAlternatifs/reseaux-securite/debian-network-unreachable-sujet_68997_1.htm | ||
- | |||
- | Pour relancer /etc/init.d/networking restart | ||
- | |||
- | le fichier pour les DNS | ||
- | /etc/resolv.conf | ||
- | Son manuel man resolv.conf | ||
- | |||
- | La route par défaut | ||
- | Son manuel man route | ||
- | route add default gw 10.0.0.1 (adresse de passerelle) | ||
- | |||
- | mii-tool | ||
- | man mii-tool | ||
- | http://www.delafond.org/traducmanfr/man/man8/mii-tool.8.html | ||
- | |||
- | ==== La liaision série en console ==== | ||
- | |||
- | On peut utiliser minicom mais il est lourd et gère aussi les modems | ||
- | |||
- | Il existe une version allégé picocom | ||
- | exemple : picocom -b 19200 /dev/ttyUSB0 | ||
- | |||
- | Sinon cu | ||
- | exemple cu -l /dev/ttyS0 -s 19200 | ||
- | n'oubliez pas le man de Debian | ||
- | ou http://www.csee.usf.edu/cgi-bin/man-cgi?cu+1 | ||
- | sinon http://debaday.debian.net/2008/05/04/cu-simple-serial-communication-program/ | ||
- | |||
- | ou screen | ||
- | http://www.labo-linux.org/articles-fr/screen-un-window-manager-en-mode-texte/pour-quels-besoins | ||