4337 links
  • Arnaud's links
  • Home
  • Login
  • RSS Feed
  • ATOM Feed
  • Tag cloud
  • Picture wall
  • Daily
Links per page: 20 50 100
◄Older
page 111 / 217
Newer►
  • Fucking Shell Scripts | The easiest, most common sense server configuration management tool

    via arnaudb : ahah ouai j'etais aussi tombé sur ce truc, je me le garde sous la main, mais bon, ça vaut pas un chef/puppet forcément..

    March 30, 2014 at 1:14:09 PM GMT+2 - permalink - archive.org - http://fuckingshellscripts.org/
    configuration_management
  • Forging Great Modules: Standards, Tools and Patterns - PuppetConf 2013

    à regarder à partir de 24 minutes

    March 28, 2014 at 4:56:26 PM GMT+1 - permalink - archive.org - https://www.youtube.com/watch?feature=player_detailpage&list=FLJvYRkbaG8uNnLsDB7c2o2Q&v=LPMGR6auqig#t=1494
    module puppet
  • Echoes: How-To: Use apt-file to See What Files a Package Installs

    Pratique :
    Installation : apt-get install apt-file && apt-file update

    Chercher un fichier dans les packages en utilisant une regex :
    apt-file search -x '/dig$'

    Lister les fichiers d'un package sans l'installer (équivalent dpkg -L) :
    apt-file show dnsutils

    March 28, 2014 at 11:42:46 AM GMT+1 - permalink - archive.org - http://vivapinkfloyd.blogspot.fr/2008/07/how-to-use-apt-file-to-see-what-files.html
    apt debian dpkg
  • dalen/puppetdbquery · Puppet Forge
    March 28, 2014 at 9:58:03 AM GMT+1 - permalink - archive.org - https://forge.puppetlabs.com/dalen/puppetdbquery
    module puppet puppetdb
  • Modules by Gareth Rushgrove · Puppet Forge

    Des modules qui ont l'air bien

    March 28, 2014 at 9:54:18 AM GMT+1 - permalink - archive.org - https://forge.puppetlabs.com/garethr
    module puppet
  • xclip - Documentation Ubuntu Francophone

    Bien pratique pour intéragir avec le pressepapier en cmdline, exemple :

    function nowplz {
    xclip -i <<< $(date "+%Y-%m-%d %H:%M")
    }

    va copier dans le presse papier la date et l'heure actuelle

    March 27, 2014 at 3:16:31 PM GMT+1 - permalink - archive.org - http://doc.ubuntu-fr.org/xclip
    bash clipboard presse_papier
  • Include VS Resources like declaration

    However, unlike include, resource-like declarations let you specify class parameters.

    March 27, 2014 at 11:42:43 AM GMT+1 - permalink - archive.org - http://docs.puppetlabs.com/learning/modules1.html#more-about-declaring-classes
    puppet
  • github.com/nedap/puppetboard

    Un frontend pour puppetdn (en python)

    March 27, 2014 at 10:07:42 AM GMT+1 - permalink - archive.org - https://github.com/nedap/puppetboard
    puppet puppetdb
  • Using Multiple Puppet Masters — Documentation — Puppet Labs

    Utiliser plusieurs puppet master : performance et haute dispo

    March 26, 2014 at 11:02:15 PM GMT+1 - permalink - archive.org - http://docs.puppetlabs.com/guides/scaling_multiple_masters.html
    ha puppet
  • Feature #16529: Making puppetdb-terminus available as a gem - PuppetDB - Puppet Labs

    Comment construire la gem puppetdb-terminus à partir des sources github :

    git clone https://github.com/puppetlabs/puppetdb
    git checkout 1.6.2
    cd puppetdb
    cp contrib/gem/puppetdb-terminus.gemspec puppet/
    cd puppet
    modifier le spec pour mettre version=1.6.2
    gem build puppetdb-terminus.gemspec

    Installer la gem : gem install puppetdb-terminus-1.6.2.gem

    March 26, 2014 at 5:11:11 PM GMT+1 - permalink - archive.org - https://projects.puppetlabs.com/issues/16529
    puppet puppetdb
  • core - Serveur Apache HTTP

    Petit probleme avec pluxml : il forge les url des article avec le nom de l'article... alors quand c'est trop long, apache n'aime pas :

    ALERT - configured request variable name length limit exceeded - dropped variable

    La directive pour configurer ça : LimitRequestLine

    March 26, 2014 at 4:21:27 PM GMT+1 - permalink - archive.org - http://httpd.apache.org/docs/2.2/mod/core.html#limitrequestline
    apache
  • Troubleshooting — Documentation — Puppet Labs

    Comment régénérer certificat puppet master

    March 26, 2014 at 1:56:34 PM GMT+1 - permalink - archive.org - http://docs.puppetlabs.com/guides/troubleshooting.html#agents-are-failing-with-a-hostname-was-not-match-with-the-server-certificate-error-whats-wrong
    puppet
  • Cambriolages - les alarmes, les assurances, les astuces
    March 25, 2014 at 12:16:23 PM GMT+1 - permalink - archive.org - http://www.anti-cambriolage.fr/
    cambriolage maison
  • thumbnail
    Pearson VUE - Home

    Pour passer certification cisco en candidat libre

    March 24, 2014 at 1:58:33 PM GMT+1 - permalink - archive.org - https://www1.pearsonvue.com/testtaker/registration/Dashboard/CISCOTESTING/585788
    certification cisco
  • https://github.com/lebinh/ngxtop

    Pour monitorer en temps réel un nginx

    March 24, 2014 at 1:08:30 PM GMT+1 - permalink - archive.org - https://github.com/lebinh/ngxtop
    nginx
  • Explain Git with D3

    Quelques commandes git expliquées visuellement et dynamiquement

    March 24, 2014 at 12:50:17 PM GMT+1 - permalink - archive.org - http://www.wei-wang.com/ExplainGitWithD3/
    git
  • DBA 101: Sometimes forgotten functionality in the MySQL client

    Deux trois fonctions utiles/méconnues côté client

    via Skunnyk

    March 24, 2014 at 10:13:56 AM GMT+1 - permalink - archive.org - http://www.mysqlperformanceblog.com/2014/02/27/dba-101-sometimes-forgotten-functionality-mysql-client/
    mysql
  • thumbnail
    Peerflix

    Pour lire un torrent en streaming en utilisant vlc (c'est ce qui est utilisé par popcorn time)
    A tester dans le cas ou un toto n'est pas dispo dans PT, comme pour les séries par exemple.
    Pourquoi ne pas utiliser utorrent ? Je sais pas pour vous, mais chez moi il met un temps fou à démarrer la lecture en streaming comparé à PT..

    March 23, 2014 at 9:54:46 AM GMT+1 - permalink - archive.org - https://github.com/mafintosh/peerflix
    streaming torrent
  • lvm - Documentation Ubuntu Francophone

    Fusionner un snapshot

    Le but ici est de fusionner un snapshot modifié vers le LV d'origine. Pour ainsi dire, "faire que les modifications apportées sur le snapshot se retrouvent sur le LV d'origine".

    lvconvert --merge /path/to/dev/snap

    March 23, 2014 at 9:15:46 AM GMT+1 - permalink - archive.org - http://doc.ubuntu-fr.org/lvm#snapshot
    lvm
  • Utilisation de Xen - Wikichris

    dd over ssh
    lvcreate vg00 -L 4G -n srv-test-disk #on choisi la même taille (4Go)
    mkfs.ext4 /dev/vg00/srv-test-disk
    ssh root@srv-xen.domain.com "dd if=/dev/vg00/srv-test-disk" | dd of=/dev/vg00/srv-test-disk

    ou avec gzip pour aller BEAUCOUP plus vite

    ssh root@srv-xen.domain.com "dd if=/dev/vg00/srv-test-disk | gzip" | gzip -dc | dd of=/dev/vg00/srv-test-disk

    March 23, 2014 at 8:52:57 AM GMT+1 - permalink - archive.org - http://wiki.gonzofamily.com/a/Utilisation_de_Xen#Snapshots
    dd lvm xen
Links per page: 20 50 100
◄Older
page 111 / 217
Newer►
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Help/documentation