4339 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►
  • Lieu Idéal par Transilien SNCF > Où habiter > Recherche
    October 7, 2014 at 2:13:00 PM GMT+2 - permalink - archive.org - http://lieuideal.transilien.com/ou-habiter/
    habiter paris
  • Enable Nginx Status Page

    le server-status de nginx : comment interpréter l'output

    Interpretation

    Active connections – Number of all open connections. This doesn’t mean number of users. A single user, for a single pageview can open many concurrent connections to your server.
    Server accepts handled requests – This shows three values.
        First is total accepted connections.
        Second is total handled connections. Usually first 2 values are same.
        Third value is number of and handles requests. This is usually greater than second value.
        Dividing third-value by second-one will give you number of requests per connection handled by Nginx. In above example, 10993/7368, 1.49 requests per connections.
    Reading – nginx reads request header
    Writing – nginx reads request body, processes request, or writes response to a client
    Waiting – keep-alive connections, actually it is active – (reading + writing).This value depends on keepalive-timeout. Do not confuse non-zero waiting value for poor performance. It can be ignored. Although, you can force zero waiting by setting keepalive_timeout 0;
    October 6, 2014 at 2:29:14 PM GMT+2 - permalink - archive.org - https://rtcamp.com/tutorials/nginx/status-page/
    nginx server-status status
  • 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
  • thumbnail
    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
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