4337 links
  • Arnaud's links
  • Home
  • Login
  • RSS Feed
  • ATOM Feed
  • Tag cloud
  • Picture wall
  • Daily
Links per page: 20 50 100
◄Older
page 133 / 217
Newer►
  • Git Cheatsheet

    Great interactive cheatsheet

    8 novembre 2013 à 13:31:30 UTC+1 - permalink - archive.org - http://www.ndpsoftware.com/git-cheatsheet.html
    git memo
  • Essayer - My saucisson

    :D

    8 novembre 2013 à 11:59:42 UTC+1 - permalink - archive.org - http://mysaucisson.com/essayer/
    box saucisson
  • Monitoring a Cassandra cluster | DataStax Cassandra 2.0 Documentation

    Page chez datastax qui explique comment monitorer cassandra

    8 novembre 2013 à 11:36:28 UTC+1 - permalink - archive.org - http://www.datastax.com/documentation/cassandra/2.0/webhelp/cassandra/operations/ops_monitoring_c.html
    cassandra monitoring
  • Modules tagged cassandra · Puppet Forge

    Modules puppet pour installer cassandra

    8 novembre 2013 à 10:19:01 UTC+1 - permalink - archive.org - https://forge.puppetlabs.com/tags/cassandra
    cassandra puppet
  • Gérer le son sur le rasp

    Connaitre le pourcentage actuel : sudo amixer scontents|grep -oE '[0-9]+%'

    Régler le son :
    interactif : alsamixer
    non interactif : pi@raspberrypi ~ $ amixer cset numid=1 100%

    Voir par où sort le son :
    sudo amixer cget numid=3 | grep ': values=' | grep -oE '[0-2]'
    (retourne soit 0=auto soit 1=analog soit 2=hdmi)

    S'assurer que le son sort en jack :
    sudo amixer cset numid=3 <n>
    Ou <n> est le numéro de la sortie. 0=auto, 1=analog, 2=hdmi.

    sudo amixer controls : on peut voir les 3 controls, le 3 sert à router le son (PCM Playback Route), le 1 sert à régler le son (PCM Playback Volume)
    sudo amixer contents : pour voir les valeurs de ces controls, c'est l'équivalent du cget

    7 novembre 2013 à 20:24:31 UTC+1 - permalink - archive.org - https://links.infomee.fr/?DfaRUA
    rasp raspberry son
  • Régler le volume de ses enceintes d’ordinateur

    Une question que je me posais : comment bien régler le son ?
    D'apres cet article il vaut mieux tout mettre à fond niveau software ET ensuite régler niveau hardware.

    7 novembre 2013 à 20:18:14 UTC+1 - permalink - archive.org - http://www.blog-enceintepc.com/regler-le-volume-des-enceintes-ordinateur/
    reglage son
  • JavaPackage - Debian Wiki

    Créer un package pour oracle jre ou jdk pour une installation plus facile/automatisée

    7 novembre 2013 à 11:02:32 UTC+1 - permalink - archive.org - https://wiki.debian.org/JavaPackage
    debian package
  • Rajiv's blog - Scaling lessons learned at Dropbox, part 1

    via ArnaudB

    6 novembre 2013 à 20:35:05 UTC+1 - permalink - archive.org - http://eranki.tumblr.com/post/27076431887/scaling-lessons-learned-at-dropbox-part-1
    dropbox scale sys
  • Playing Videos On the Raspberry Pi Command Line | Raspberry Pi Spy

    Pour lire des vidéos sur le rasp
    omxplayer -o hdmi myvideo.mp4
    à tester

    6 novembre 2013 à 17:58:37 UTC+1 - permalink - archive.org - http://www.raspberrypi-spy.co.uk/2013/06/playing-videos-on-the-raspberry-pi-command-line/
    raspberry video
  • Swaks - Swiss Army Knife for SMTP

    Swaks is a featureful, flexible, scriptable, transaction-oriented SMTP test tool written and maintained by John Jetmore.

    6 novembre 2013 à 13:39:15 UTC+1 - permalink - archive.org - http://www.jetmore.org/john/code/swaks/
    linux smtp tool
  • Alteroot | Mise en place d'un serveur mail: Postfix, Dspam et Dovecot

    Tuto de Skunnyk à tester

    6 novembre 2013 à 13:10:44 UTC+1 - permalink - archive.org - http://blog.alteroot.org/articles/2013-10-07/setup-postfix-dspam-dovecot.html
    auto mail
  • Overview - mysql-master-ha - MHA for MySQL: Master High Availability Manager and tools for MySQL - Google Project Hosting

    MHA performs automating master failover and slave promotion with minimal downtime, usually within 10-30 seconds. MHA prevents replication consistency problems and saves on expenses of having to acquire additional servers. All this with zero performance degradation, no complexity (easy-to-install) and requiring no change to existing deployments.

    Problème des caches ARP ? Les clients ont l'adresse MAC du serveur qui est tombé, quand le serveur ne répond pas en face, est-ce que le client va refaire une arp request ? sinon peut-on forcer les clients à le faire ? sinon peut-on utiliser un ARP gratuitous ? Comment de manière sécurisée ?

    EDIT : une solution avec les ARP gratuitous : https://devcentral.f5.com/articles/the-limits-of-cloud-gratuitous-arp-and-failover#.UnoP_kO4DRY

    6 novembre 2013 à 10:42:57 UTC+1 - permalink - archive.org - http://code.google.com/p/mysql-master-ha/wiki/Overview
    ha mysql nv
  • Wunderlist maker: Thanks for the $30M, Sequoia, and welcome to Germany | VentureBeat

    Levée de fond par wunderlist

    6 novembre 2013 à 09:53:22 UTC+1 - permalink - archive.org - http://venturebeat.com/2013/11/01/wunderlist-maker-thanks-for-the-30m-sequoia-and-welcome-to-germany/
    fond
  • Apache Cassandra™ 2.0
    5 novembre 2013 à 23:20:59 UTC+1 - permalink - archive.org - http://www.datastax.com/documentation/cassandra/2.0/webhelp/index.html
    cassandra doc
  • Cassandra paris meetup november 2013

    Support du meetup du 05/11/2013
    Meetup intéressant, je regrette d'avoir raté le premier, j'espère ne pas louper les suivants :-)

    PS : c'est nul sur slideshare il faut se connecter pour télécharger le PDF.. Et les liens pour se connecter avec linkedin ou facebook sont cassés, je vais devoir me créer un compte de plus :-(

    5 novembre 2013 à 22:57:35 UTC+1 - permalink - archive.org - http://fr.slideshare.net/doanduyhai/cassandra-paris-meetup-november-2013-27905781
    cassandra conf
  • Cassandra Data Modeling Best Practices, Part 1 — eBay Tech Blog

    Les best practices du data modeling avec cassandra
    Si on dé-normalise, on gagne en performance en lecture mais la modification est plus coûteuse
    Il n'y a pas de règle, tout dépend de la situation, il faut trouver un équilibre

    5 novembre 2013 à 22:51:42 UTC+1 - permalink - archive.org - http://www.ebaytechblog.com/2012/07/16/cassandra-data-modeling-best-practices-part-1/
    cassandra
  • A+ sous l’bus Google – Partie 2 | Blogcopter

    (Encore) un tuto pour héberger ses mails

    5 novembre 2013 à 15:34:52 UTC+1 - permalink - archive.org - https://wtf.roflcopter.fr/blog/2013/08/31/a-sous-lbus-google-partie-2/
    auto mail
  • Créer un module xchat (python)

    Objectif : tapper /obug <number> dans xchat m'ouvre un onglet dans ff vers l'url du bug

    1) activer le module python dans les options
    2) créer un fichier .py dans /home/arnaud/.xchat2/
    3)
    module_name = "openbuginredmine"
    module_version
    = "1.0"
    __module_description__ = "module to open bug in redmine"

    import os
    import xchat

    def obug(word, word_eol, userdata):
    if len(word) < 2:
    print "Second arg must be the bug number!"
    else:

    xchat.command("NOTICE @%s %s" % (xchat.get_info("channel"), word_eol[1]))

        os.system("firefox https://monurlredmine.com/issues/"+word[1])
    return xchat.EAT_ALL 

    xchat.hook_command("obug", obug, help="/obug <number> open bug in ff")

    Et voilà, plus qu'à reboot le xchat, ou bien /load nomdufichier.py

    ça peut etre appliqué à plein de trucs : pouvoir lancer ce qu'on veut depuis xchat

    5 novembre 2013 à 15:07:31 UTC+1 - permalink - archive.org - http://xchat.org/docs/xchatpython.html#head-cf24838660500eceef2367deb88df5963483c852
    auto module python redmine xchat
  • thumbnail
    Où trouver les Cron

    crontab -l (pour chaque user) OU ls /var/spool/cron/crontabs/*

    cat /etc/crontab

    for file in $(ls /etc/cron.d); do echo $file && cat $file; done

    for file in $(ls /etc/cron.hourly); do echo $file && cat $file; done
    for file in $(ls /etc/cron.daily); do echo $file && cat $file; done
    for file in $(ls /etc/cron.weekly); do echo $file && cat $file; done
    for file in $(ls /etc/cron.monthly); do echo $file && cat $file; done

    5 novembre 2013 à 10:58:37 UTC+1 - permalink - archive.org - http://www.cyberciti.biz/faq/linux-show-what-cron-jobs-are-setup/
    cron debian
  • Organize your life and business - Wunderlist

    Une autre application de tdl à tester pour voir ce qu'elle a de particulier. Car oui ils viennent de lever 30M :D

    5 novembre 2013 à 10:19:19 UTC+1 - permalink - archive.org - https://www.wunderlist.com/en/
    app tdl todo
Links per page: 20 50 100
◄Older
page 133 / 217
Newer►
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Help/documentation