• davidY
  • Mes liens
  • Tags
  • images
  • Quotidien
  • RSS
  • Connexion
Filtrer par liens sans tag

StatD | Simple daemon for easy stats aggregationhttps://github.com/etsy/statsd

  • statd
  • monitoring
  • graphite
  • metrics
  • statd
  • monitoring
  • graphite
  • metrics

Démon NodeJs pour grapher tout et n'importe quoi

Permalien
December 28, 2013 at 11:07:57 PM GMT+1

Easy, proactive monitoring of processes, programs, files, directories and filesystems | Monithttp://mmonit.com/monit/

  • monitoring
  • monitoring

Système de monitoring simple

Permalien
December 28, 2013 at 10:55:44 PM GMT+1

jquery.adaptive-backgrounds.js • A jQuery plugin for extracting dominant colors from images and applying it to its parenthttp://briangonzalez.github.io/jquery.adaptive-backgrounds.js/

  • jquery
  • framework
  • javascript
  • couleur
  • jquery
  • framework
  • javascript
  • couleur

Plugin jquery qui extrait la couleur dominante d'une image et l'applique à son parent en backgroud

Permalien
December 28, 2013 at 9:06:08 PM GMT+1

Delete Merged Branches with githttp://davidwalsh.name/delete-merged-branches-git?utm_content=buffer0c06d

  • git
  • alias
  • git
  • alias

Alias git pour supprimer toutes les branches déjà mergé avec master :

[alias]
delete-merged-branches = "!f() { git checkout --quiet master && git branch --merged | grep --invert-match '\*' | xargs -n 1 git branch --delete; git checkout --quiet @{-1}; }; f"

Encore mieux :
http://rob.by/2013/remove-merged-branches-from-git/

Permalien
December 28, 2013 at 8:45:28 PM GMT+1

tmate • Instant terminal sharinghttp://tmate.io/

  • terminal
  • partage_ecran
  • terminal
  • partage_ecran

Partager son terminal

Permalien
December 20, 2013 at 9:06:48 PM GMT+1

explainshell.com - match command-line arguments to their help texthttp://explainshell.com/

  • bash
  • bash

On copie une ligne, un ensemble d'instruction shell et ce site (open source sous github) explique ce que fait caque instruction

Permalien
December 20, 2013 at 9:03:19 PM GMT+1

YBlog - 40 character's passwordshttp://yannesposito.com/Scratch/en/blog/Password-Management/

  • password
  • temoignage
  • password
  • temoignage

Stratégie de mot de passe, l'auteur construit ses mot de passe ainsi :
sha1( password + domain_name )

Pour chacun de ses device il a un outil Ypassword qui l'aide à faire ce hash

Permalien
December 19, 2013 at 9:59:48 PM GMT+1

My Git Branching Model | William DURANDhttp://williamdurand.fr/2012/01/17/my-git-branching-model/

  • git
  • git-flow
  • todo_git
  • git
  • git-flow
  • todo_git

Workflow git

Permalien
December 19, 2013 at 9:37:37 PM GMT+1

Deprecated Linux networking commands and their replacements | Doug Vitale Tech Bloghttp://dougvitale.wordpress.com/2011/12/21/deprecated-linux-networking-commands-and-their-replacements/#ifconfig

  • linux
  • linux

Liste des commandes réseau linux obsolètes (deprecated) et leur remplacement.
Beaucoup de commande connu : ifconfig, route, etc.

Permalien
December 19, 2013 at 9:23:18 PM GMT+1

Jan-Piet Mens :: Dramatically speeding up Ansible runs: fireball modehttp://jpmens.net/2012/10/01/dramatically-speeding-up-ansible-runs/

  • ansible
  • ansible

Accélérer ansible avec le mode fireball : 0mq

Permalien
December 8, 2013 at 9:40:10 PM GMT+1

ntopnghttp://www.ntop.org/products/ntop/

  • a_tester
  • supervision
  • umanit
  • a_tester
  • supervision
  • umanit

Outil de controle de l'usage du réseau

playbook ansible : https://github.com/fabaff/fedora-ansible/blob/master/tasks/ntop.yml

Permalien
December 8, 2013 at 6:50:28 PM GMT+1

Silver searcherhttps://github.com/ggreer/the_silver_searcher

  • search
  • cli
  • umanit
  • todo_vim
  • vim
  • search
  • cli
  • umanit
  • todo_vim
  • vim

Pour rechercher dans des fichiers de code
grep mais recherche dans tous les fichiers
ack recherche restreinte au fichiers de code mais lent
silver searcher : combine les 2

Existe en plugin vim

http://geoff.greer.fm/2011/12/27/the-silver-searcher-better-than-ack/

Permalien
December 8, 2013 at 6:37:05 PM GMT+1

Collectd vs. Munin comparisonhttp://s19n.net/articles/2011/munin_collectd.html

  • monitoring
  • collectd
  • metrics
  • comparatif
  • monitoring
  • collectd
  • metrics
  • comparatif

Comparaison munin / collectd
munin : simplicité
collectd : performance

Permalien
December 8, 2013 at 6:20:20 PM GMT+1

Collectdhttp://collectd.org/

  • monitoring
  • collectd
  • metrics
  • monitoring
  • collectd
  • metrics

Démon qui collecte à intervalles réguliers des statistiques sur les performances d’un système, a priori plus performant que munin

Frontend en php :https://collectd.org/wiki/index.php/Collectd_Graph_Panel

Permalien
December 8, 2013 at 6:16:54 PM GMT+1

Vjeux » Best Cropping Positionhttp://blog.vjeux.com/2012/image/best-cropping-position.html

  • a_lire
  • a_lire

Comment facebook recadre les photos

Permalien
November 28, 2013 at 12:49:56 PM GMT+1

Cheat Sheets - good coders code, great reusehttp://www.catonmat.net/projects/cheat-sheets/

  • memento
  • a_trier
  • memento
  • a_trier

Grande liste de cheat sheet

Permalien
November 28, 2013 at 12:35:11 PM GMT+1

git - the simple guide - no deep shit!http://rogerdudler.github.io/git-guide/

  • git
  • todo_git
  • git
  • todo_git

Git smple d'introduction à git

Permalien
November 28, 2013 at 12:30:08 PM GMT+1

Font Awesome Iconshttp://fontawesome.io/icons/

  • icon
  • font
  • icon
  • font

Icon sous forme de police de caractère.
Scalable, pas d'image MAIS monochrome

Permalien
November 28, 2013 at 11:52:53 AM GMT+1

Git Branching Modelhttps://igor.io/2013/10/21/git-branching-model.html

  • git
  • todo_git
  • git
  • todo_git

Modèle de gestion des branches sous git

Permalien
November 28, 2013 at 11:51:57 AM GMT+1

DevDocshttp://devdocs.io/

  • doc
  • php
  • html
  • css
  • javascript
  • doc
  • php
  • html
  • css
  • javascript

Toutes les docs de développement web sur un même site

Permalien
November 28, 2013 at 11:47:37 AM GMT+1
38 / 47
Liens par page
  • 20
  • 50
  • 100
Shaarli 934 shaares · 3 liens privés · Shaarli · Le gestionnaire de marque-pages personnel, minimaliste, et sans base de données par la communauté Shaarli · Documentation · Theme : Stack · Font : DINish
Replier Replier tout Déplier Déplier tout Êtes-vous sûr de vouloir supprimer ce lien ? Êtes-vous sûr de vouloir supprimer ce tag ? The personal, minimalist, super-fast, database free, bookmarking service par la communauté Shaarli