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

Créer un PDF avec des images JPEG scannées, avec imagemagickhttps://share.davidy.fr/shaare/Fx9HZQ

  • pdf
  • image
  • pdf
  • image

Avec filtre Lanczos et compression JPEG. Fait des PDF de 200~500 ko pour 2 pages.

convert -filter Lanczos -resize 40% -compress jpeg *.JPG out.pdf
Permalien
January 24, 2014 at 1:29:46 PM GMT+1

A full-featured & carefully designed adaptive prompt for Bash & Zshhttps://github.com/nojhan/liquidprompt

  • bash
  • zsh
  • git
  • prompt
  • bash
  • zsh
  • git
  • prompt

Un prompt bash/zsh totalement customisable

Permalien
January 24, 2014 at 1:07:09 PM GMT+1

Des ressources pour initier ses enfants aux principes de la programmation.https://github.com/elefevre/programmation-pour-les-enfants/

  • enfant
  • a_lire
  • enfant
  • a_lire

Des ressources pour initier ses enfants aux principes de la programmation.

Permalien
January 24, 2014 at 12:56:55 PM GMT+1

Simple Git workflow is simple - Atlassian Blogshttp://blogs.atlassian.com/2014/01/simple-git-workflow-simple/

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

Permalien
January 17, 2014 at 1:51:22 PM GMT+1

MagdiBlog : Razberry : transformez votre Raspberry Pi en serveur domotique Z-Wavehttp://www.magdiblog.fr/domotique/razberry-transformez-votre-raspberry-pi-en-serveur-domotique-z-wave/

  • raspberry
  • domotique
  • zwave
  • raspberry
  • domotique
  • zwave

Serveur domotique zwave avec un raspberry pi

Permalien
January 8, 2014 at 9:15:56 PM GMT+1

Modoboa - Mail hosting made simplehttp://modoboa.org/fr/

  • mail
  • mail

Solution de gestion d'emails web se base sur postfix/devocot (non installé)

Permalien
January 6, 2014 at 12:36:55 PM GMT+1

Ubuntu Sources List Generatorhttp://repogen.simplylinux.ch/index.php

  • ubuntu
  • debian
  • ubuntu
  • debian

Générateur de source.list pour ubuntu et debian

Permalien
January 6, 2014 at 9:22:12 AM GMT+1

Measure Anything, Measure Everything « Code as Crafthttp://codeascraft.com/2011/02/15/measure-anything-measure-everything/

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

Introduction à statd, démonstration par l'exmeple que l'on peut grapher tout et n'importe quoi

Permalien
December 28, 2013 at 11:08:44 PM GMT+1

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
32 / 41
Liens par page
  • 20
  • 50
  • 100
Shaarli 822 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