4337 links
  • Arnaud's links
  • Home
  • Login
  • RSS Feed
  • ATOM Feed
  • Tag cloud
  • Picture wall
  • Daily
Links per page: 20 50 100
◄Older
page 98 / 217
Newer►
  • SMS app apps.ownCloud.com

    à tester
    via skunnyk

    October 5, 2014 at 3:54:24 PM GMT+2 - permalink - archive.org - http://apps.owncloud.com/content/show.php?content=167289
    owncloud sms
  • notes from the fields: Scripting Grafana dashboards

    à lire pour le monitoring applicatif

    October 3, 2014 at 6:17:24 PM GMT+2 - permalink - archive.org - http://anatolijd.blogspot.fr/2014/07/scripting-grafana-dashboards.html
    grafana graphite
  • Snapshot And Restore

    Pour backup son elasticsearch

    Attention le snapshot n'est pas restaurable d'une version à une autre.. j'ai eu ce problème et j'ai utilisé https://github.com/mallocator/Elasticsearch-Exporter

    Marche bien!

    October 2, 2014 at 12:51:21 PM GMT+2 - permalink - archive.org - http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/modules-snapshots.html
    elasticsearch es
  • Curl firefox

    Dans l'inspecteur on peut récupérer pour chaque requete l'équivalent en curl (un gros paté avec tous les headers qui vont bien)
    Parmis ces headers on retrouve 'Accept-Encoding: gzip, deflate' donc le curl va nous retourner quelquechose d'illisible

    Pour résoudre ça : curl blablablalba | gunzip -

    October 1, 2014 at 2:42:38 PM GMT+2 - permalink - archive.org - https://links.infomee.fr/?ucO98Q
    curl firebug firefox gunzip
  • Connexion sécurisé base de donnée sans mot de passe depuis compte linux

    via sebsauvage

    October 1, 2014 at 2:18:44 PM GMT+2 - permalink - archive.org - http://www.mon-code.net/article/72/utiliser-le-compte-linux-pour-se-connecter-de-facon-securise-a-mariadb-et-mysql-sans-mot-de-passe
    auth mariadb mysql
  • thumbnail
    Mitigating the shellshock vulnerability with HAProxy | HAProxy Technologies – Aloha Load Balancer

    via Doo

    October 1, 2014 at 9:57:22 AM GMT+2 - permalink - archive.org - http://blog.haproxy.com/2014/09/30/mitigating-the-shellshock-vulnerability-with-haproxy/
    haproxy shell
  • Command-line and web file sharing - transfer.sh
    September 30, 2014 at 2:20:12 PM GMT+2 - permalink - archive.org - https://transfer.sh/
    file files share transfer
  • Pluggable metrics reporting in Cassandra 2.0.2 : DataStax
    September 29, 2014 at 3:49:36 PM GMT+2 - permalink - archive.org - http://www.datastax.com/dev/blog/pluggable-metrics-reporting-in-cassandra-2-0-2
    cassandra graphite
  • [owncloud-devel] ownCloud Mail 0.1 alpha

    j'étais passé à côté de ça :o
    Un bon client mail intégré parfaitement à owncloud ce serait top

    September 27, 2014 at 4:28:45 PM GMT+2 - permalink - archive.org - https://mailman.owncloud.org/pipermail/devel/2014-September/000607.html
    owncloud
  • Afficher l'original d'un fichier qui provient d'un package sous debian en une commande

    à mettre dans son bashrc

    showOriginal() {

    argument = complete path to a file

    output original file content

    packageName=$(dpkg -S $1|cut -d':' -f1)
    tmpdir="/tmp/showOriginal-$packageName-$(date +%s)"
    mkdir $tmpdir
    cd $tmpir
    apt-get download $packageName > /dev/null
    dpkg -x *.deb $tmpdir
    cat ${tmpdir}$1
    cd - >/dev/null
    rm -rf $tmpdir
    }

    September 26, 2014 at 4:59:47 PM GMT+2 - permalink - archive.org - https://links.infomee.fr/?tdQ_tA
    bash bashrc script
  • GRRR

    Note à moi même : NE JAMAIS ECRIRE DE LONG BLOCS DE TXT DANS UN FORMULAIRE

    session time out -> tout perdu -> merci

    September 26, 2014 at 3:40:15 PM GMT+2 - permalink - archive.org - https://links.infomee.fr/?MfXnIg
    GR
  • Firefox trick

    S'il vous arrive souvent de rechercher un lien dans une page pour pouvoir cliquer dessus, vous pouvez le faire sans la souris :

    • Activer la barre de recherche de liens avec la touche ' (simple quote)
    • Itérer jusqu'à ce que vous soyez sur le bon lien avec ctrl+G
    • une fois sur le liens, pour le suivre, il suffit d'utiliser Enter

    :)

    September 24, 2014 at 4:16:09 PM GMT+2 - permalink - archive.org - https://links.infomee.fr/?KoPtDQ
    firefox
  • cyanite

    front end graphite avec un backend cassandra (carrément)

    via arnaudb

    September 23, 2014 at 4:25:23 PM GMT+2 - permalink - archive.org - http://cyanite.io/
    graphite
  • Pulsar - Torrent streaming

    pulsar, le xbmc torrent boosté de steeve
    (présenté pendant le paris tech talk du 22/09/2014)

    September 23, 2014 at 8:58:12 AM GMT+2 - permalink - archive.org - http://forum.xbmc.org/showthread.php?tid=200957
    streaming torrent xbmc
  • thumbnail
    Deprecated Linux networking commands and their replacements | Doug Vitale Tech Blog
    September 20, 2014 at 11:10:06 PM GMT+2 - permalink - archive.org - http://dougvitale.wordpress.com/2011/12/21/deprecated-linux-networking-commands-and-their-replacements/#netstat
    ifconfig ip
  • Russell91/sshrc · GitHub

    wow could be useful

    via skunnyk

    September 19, 2014 at 10:26:30 AM GMT+2 - permalink - archive.org - https://github.com/Russell91/sshrc
    dotconf dotrc linux rc ssh
  • WebGL Fluid Experiment

    impressionnant :o

    September 17, 2014 at 11:49:37 AM GMT+2 - permalink - archive.org - http://haxiomic.github.io/GPU-Fluid-Experiments/html5/?q=Medium
    fluid webgl
  • thumbnail
    Rundeck - ordonnanceur centralisé opensource - vient de sortir sa v2.0

    Tiens tiens ça fait un quelques semaines que je suis à la recherche dune solution similaire! À tester

    September 14, 2014 at 7:26:41 PM GMT+2 - permalink - archive.org - http://blog.admin-linux.org/administration/rundeck-ordonnanceur-centralise-opensource-vient-de-sortir-sa-v2-0
    cron
  • Juniper France Tech Blog - J-Net Community

    sdn sdn !
    le moins que l'on puisse dire c'est que ça ne se simplifie pas

    September 12, 2014 at 1:59:12 PM GMT+2 - permalink - archive.org - http://forums.juniper.net/t5/Juniper-France-Tech-Blog/bg-p/FrenchTech#.VBKgqY3GRr4.twitter
    sdn
  • thumbnail
    Init script for Graphite carbon-cache

    ! /bin/sh

    BEGIN INIT INFO

    Provides: carbon-cache

    Required-Start: $remote_fs $syslog

    Required-Stop: $remote_fs $syslog

    Default-Start: 2 3 4 5

    Default-Stop: 0 1 6

    Short-Description: carbon-cache init script

    Description: An init script for Graphite's carbon-cache daemon.

    END INIT INFO

    Author: Jeremy Chalmer

    #

    This init script was written for Ubuntu 11.10 using start-stop-daemon.

    Note: Make sure you set the USER field in /opt/graphite/conf/carbon.conf to be the same

    user that owns the /opt/graphite/storage/ folder. Carbon-cache will be invoked as that

    username on start.

    #

    Enable with update-rc.d carbon-cache defaults

    Source init-functions:

    #source /lib/lsb/init-functions
    . /lib/lsb/init-functions

    PATH should only include /usr/* if it runs after the mountnfs.sh script

    PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

    Path to Graphite

    GRAPHITE_HOME=/opt/graphite

    Name of executable daemon

    NAME=carbon-cache
    DESC=carbon-cache

    #Carbon has its own logging facility, by default in /opt/graphite/storage/log/carbon-cache-*

    Path to Executable

    DAEMON=$GRAPHITE_HOME/bin/carbon-cache.py

    NOTE: This is a hard-coded PID file, based on carbon-cache.py. If you have more the one carbon-cache

    instance running on this machine, you'll need to figure out a better way to calculate the PID file.

    PIDFILE=/opt/graphite/storage/carbon-cache-a.pid

    SCRIPTNAME=/etc/init.d/$NAME

    Exit if the package is not installed

    if [ ! -x "$DAEMON" ]; then {
    echo "Couldn't find $DAEMON or not executable"
    exit 99
    }
    fi

    Load the VERBOSE setting and other rcS variables

    [ -f /etc/default/rcS ] && . /etc/default/rcS

    #

    Function that starts the daemon/service

    #
    do_start()
    {

    Return

    #   0 if daemon has been started
    #   1 if daemon was already running
    #   2 if daemon could not be started
    
        # Test to see if the daemon is already running - return 1 if it is. 
    start-stop-daemon --start --pidfile $PIDFILE \
        --exec $DAEMON --test -- start > /dev/null || return 1
    
        # Start the daemon for real, return 2 if failed
    start-stop-daemon --start --pidfile $PIDFILE \
        --exec $DAEMON -- start > /dev/null || return 2

    }

    #

    Function that stops the daemon/service

    #
    do_stop() {

    Return

    #   0 if daemon has been stopped
    #   1 if daemon was already stopped
    #   2 if daemon could not be stopped
    #   other if a failure occurred
    log_daemon_msg "Stopping $DESC" "$NAME"
    start-stop-daemon --stop --signal 2 --retry 5 --quiet --pidfile $PIDFILE
    RETVAL="$?"
    [ "$RETVAL" = 2 ] && return 2
    
        # Delete the exisitng PID file
    if [ -e "$PIDFILE" ]; then {
        rm $PIDFILE
    }
        fi
    
        return "$RETVAL"

    }

    Display / Parse Init Options

    case "$1" in
    start)
    [ "$VERBOSE" != no ] && log_daemon_msg "Starting $DESC" "$NAME"
    do_start
    case "$?" in
    0|1) [ "$VERBOSE" != no ] && log_end_msg 0 ;;
    2) [ "$VERBOSE" != no ] && log_end_msg 1 ;;
    esac
    ;;
    stop)
    [ "$VERBOSE" != no ] && log_daemon_msg "Stopping $DESC" "$NAME"
    do_stop
    case "$?" in
    0|1) [ "$VERBOSE" != no ] && log_end_msg 0 ;;
    2) [ "$VERBOSE" != no ] && log_end_msg 1 ;;
    esac
    ;;
    restart)
    log_daemon_msg "Restarting $DESC" "$NAME"
    do_stop
    case "$?" in
    0|1)
    do_start
    case "$?" in
    0) log_end_msg 0 ;;
    1) log_end_msg 1 ;; # Old process is still running
    ) log_end_msg 1 ;; # Failed to start
    esac
    ;;
    )

    Failed to stop

    log_end_msg 1
    ;;
    esac
    ;;
    status)
    if [ -s $PIDFILE ]; then
    pid=cat $PIDFILE
    kill -0 $pid >/dev/null 2>&1
    if [ "$?" = "0" ]; then
    echo "$NAME is running: pid $pid."
    RETVAL=0
    else
    echo "Couldn't find pid $pid for $NAME."
    RETVAL=1
    fi
    else
    echo "$NAME is stopped (no pid file)."
    RETVAL=1
    fi
    ;;
    *)
    echo "Usage: $SCRIPTNAME {start
    stop restart status}" >&2
    exit 3
    ;;
    esac
    September 11, 2014 at 4:00:51 PM GMT+2 - permalink - archive.org - https://gist.github.com/chalmerj/1492384
    carbon graphite init
Links per page: 20 50 100
◄Older
page 98 / 217
Newer►
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Help/documentation