4337 links
  • Arnaud's links
  • Home
  • Login
  • RSS Feed
  • ATOM Feed
  • Tag cloud
  • Picture wall
  • Daily
    Type 1 or more characters for results.
    Links per page: 20 50 100
    page 1 / 1
    6 results tagged cat x
    • Note: memo cat eof

      cat <<'EOF' >> /tmp/bar
      foo
      EOF

      cat <<EOF >> /tmp/bar
      $foo
      EOF

      January 30, 2017 at 1:47:12 PM GMT+1 * - permalink - archive.org - https://links.infomee.fr/?u4Pauw
      cat
    • Note: man cat

      -T, --show-tabs
      display TAB characters as ^I

      October 19, 2016 at 3:14:31 PM GMT+2 - permalink - archive.org - https://links.infomee.fr/?z9hTFw
      cat hidden man tab
    • THIS IS VERY IMPORTANT - Imgur

      :D:D

      January 26, 2015 at 10:33:47 AM GMT+1 - permalink - archive.org - http://imgur.com/gallery/Cpi2g
      cat gif
    • Debian -- Details of package logtail in wheezy

      logtail permet de tail seulement la différence avec le dernier logtail qu'on a fait (un marqueur est créé pour stocker la position)

      pratique pour faire une sonde munin si on veut la moyenne ou le max de ce qu'on a dans le log depuis le dernier check

      April 14, 2014 at 11:23:25 AM GMT+2 - permalink - archive.org - https://packages.debian.org/wheezy/logtail
      cat log logtail munin tail
    • caractère caché

      Parfois il arrive qu'un fichier de conf soit corrompu a cause dun caractère invisible a la con qui peut venir dun copier coller ou autre.. Pour vérifier ça, on peut dumper le fichier en affichant ces caractères : car -e fichier

      October 17, 2013 at 9:32:13 AM GMT+2 - permalink - archive.org - https://links.infomee.fr/?s1J7bQ
      cat hash linux shell
    • Une astuce pour ajouter les dépôts PPA sur Debain | crowd42crowd42

      wget http://blog.anantshri.info/content/uploads/2010/09/add-apt-repository.sh.txt
      mv add-apt-repository.sh.txt /usr/sbin/add-apt-repository
      chmod o+x /usr/sbin/add-apt-repository
      chown root:root /usr/sbin/add-apt-repository

      [09:08:01] root@pc111-11 : /home/arnaud/Téléchargements #cat /usr/sbin/add-apt-repository

      !/bin/bash

      if [ $# -eq 1 ]
      NM=uname -a && date
      NAME=echo $NM | md5sum | cut -f1 -d" "
      then
      ppa_name=echo "$1" | cut -d":" -f2 -s
      if [ -z "$ppa_name" ]
      then
      echo "PPA name not found"
      echo "Utility to add PPA repositories in your debian machine"
      echo "$0 ppa:user/ppa-name"
      else
      echo "$ppa_name"
      echo "deb http://ppa.launchpad.net/$ppa_name/ubuntu lucid main" >> /etc/apt/sources.list
      apt-get update >> /dev/null 2> /tmp/${NAME}_apt_add_key.txt
      key=cat /tmp/${NAME}_apt_add_key.txt | cut -d":" -f6 | cut -d" " -f3
      apt-key adv --keyserver keyserver.ubuntu.com --recv-keys $key
      rm -rf /tmp/${NAME}_apt_add_key.txt
      fi
      else
      echo "Utility to add PPA repositories in your debian machine"
      echo "$0 ppa:user/ppa-name"
      fi

      June 3, 2013 at 9:06:19 AM GMT+2 - permalink - archive.org - http://www.crowd42.info/une-astuce-pour-ajouter-les-depots-ppa-sur-debain
      debian ppa
    Links per page: 20 50 100
    page 1 / 1
    Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Help/documentation