Shaare your links...
3400 links
L!NKS Retour au blog Login RSS Feed ATOM Feed Tag cloud Picture wall Daily
Links per page: 20 50 100
◄Older
page 6 / 10
Newer►
192 results for tags linux x
  • Linux - Ordonnancement des taches (cron)
    permalink -
    - http://www.commentcamarche.net/contents/1134-linux-ordonnancement-des-taches
    linux shell
  • Le B.A BA de Bash : le code de retour
    et (http://stackoverflow.com/questions/90418/exit-shell-script-based-on-process-exit-code) :
    "" After each command, the exit code can be found in the $? variable so you would have something like:

    ls -al file.ext
    rc=$?
    if [[ $rc != 0 ]] ; then
       exit $rc
    fi

    You need to be careful of piped commands since the $? only gives you the return code of the last element in the pipe so, in the code:

    ls -al file.ext | sed 's/^/xx: /"

    will not return an error code if the file doesn't exist (since the sed part of the pipeline actually works, returning 0).""
    permalink -
    - http://okki666.free.fr/docmaster/articles/linux131.html
    bash linux shell
  • GNU Coreutils
    permalink -
    - http://www.gnu.org/software/coreutils/manual/coreutils.html
    linux
  • Cooperative Linux
    permalink -
    - http://www.colinux.org/
    linux
  • rdiff-backup: Main
    permalink -
    - http://rdiff-backup.nongnu.org/
    art_backup backup linux shell
  • Linux Command 9 – chown, chgrp, chmod, umask | Linux from beginning
    permalink -
    - http://linuxfrombeginning.wordpress.com/2008/09/25/linux-command-9-chown-chgrp-chmod/
    linux
  • Gestion des comptes et groupes d'utilisateurs sur Linux
    permalink -
    - http://www.misfu.com/gestion-utilisateurs-linux.html
    linux
  • Suppression d’anciens fichiers - Linux Attitude
    tmpreaper vide le /tmp régulièrement grâce à une tâche `cron`
    permalink -
    - http://linux-attitude.fr/post/suppression-danciens-fichiers
    linux script
  • md5 récursif - Liens en vrac de sebsauvage
    OUI !!!
    #!/bin/bash
    nice find . -type f -print0 | xargs -0 md5sum | sort -k2 > all.md5

    Et vérifier ce fichier:
    md5sum -c all.md5
    permalink -
    - http://sebsauvage.net/links/?LTvfMw
    bash linux script
  • An A-Z Index of the Bash command line for Linux | SS64.com
    permalink -
    - http://ss64.com/bash/
    bash linux
  • Comment créer/désactiver un compte utilisateur ? | UNIX Garden
    permalink -
    - http://www.unixgarden.com/index.php/linux-pratique-hs/comment-creerdesactiver-un-compte-utilisateur
    linux
  • Désactiver temporairement un compte - Linux Attitude
    permalink -
    - http://linux-attitude.fr/post/desactiver-temporairement-un-compte
    linux
  • ifconfig vs ip: comparing the two network configuration commands
    permalink -
    - http://www.tty1.net/blog/2010/ifconfig-ip-comparison_en.html
    linux réseau
  • Arduino & Raspberry Pi Projects: Headless Raspbian installation
    permalink -
    - http://www.ardupi.com/2013/02/headless-raspbian-installation.html
    linux raspberry
  • Tavis Ormandy: Security Debianisms
    permalink -
    - http://blog.cmpxchg8b.com/2013/08/security-debianisms.html
    debian linux sécurité
  • Tutorial TCPdump | Le blog de NicoLargo
    permalink -
    - http://blog.nicolargo.com/2007/02/tutorial-tcpdump.html
    linux réseau
  • Installer l'extension PHP Imagick sur Debian — Biapy Help Desk
    permalink -
    - http://howto.biapy.com/fr/debian-gnu-linux/serveurs/php/installer-extension-php-imagick-sur-debian
    debian imagick linux
  • Debian -- Détails du paquet php5-imagick dans sid
    permalink -
    - http://packages.debian.org/unstable/php/php5-imagick
    debian imagick linux
  • Connexion au réseau - ArchwikiFR
    permalink -
    - http://wiki.archlinux.fr/Connexions_reseau
    archlinux linux réseau
  • Linux Commands - A practical reference
    permalink -
    - http://www.pixelbeat.org/cmdline.html
    linux shell
Links per page: 20 50 100
◄Older
page 6 / 10
Newer►
Shaarli 0.0.41 beta - The personal, minimalist, super-fast, no-database delicious clone. By sebsauvage.net. Theme by idleman.fr.