4339 links
  • Arnaud's links
  • Home
  • Login
  • RSS Feed
  • ATOM Feed
  • Tag cloud
  • Picture wall
  • Daily
Links per page: 20 50 100
◄Older
page 70 / 217
Newer►
  • Comment j’ai étendu les capacités de mon cerveau | ploum.net

    Sympa la description du workflow!
    On retrouve pas mal de principe de gtd
    J'aime aussi la séparation de la collecte et du traitement, c'est indispensable

    January 6, 2016 at 10:21:14 AM GMT+1 - permalink - archive.org - https://ploum.net/comment-jai-etendu-les-capacites-de-mon-cerveau/
    gtd organisation
  • Recommandations de sécurité relatives à un système GNU/Linux | Agence nationale de la sécurité des systèmes d'information

    à feuilleter

    January 5, 2016 at 5:54:05 PM GMT+1 - permalink - archive.org - http://www.ssi.gouv.fr/guide/recommandations-de-securite-relatives-a-un-systeme-gnulinux/
    anssi linux
  • thumbnail
    How do I remove local (untracked) files from my current Git branch? - Stack Overflow

    Show what will be deleted with the -n option:

    git clean -f -n

    Then - beware: this will delete files - run:

    git clean -f

    January 5, 2016 at 2:29:09 PM GMT+1 - permalink - archive.org - http://stackoverflow.com/questions/61212/how-do-i-remove-local-untracked-files-from-my-current-git-branch
    clean git reset
  • Ruby on Rails: How do you explicitly define plural names and singular names in Rails? - Stack Overflow

    Framework counterpart.

    In config/initializers, you will find a file called inflections.rb. There are some instructions in here, but you will want something along the lines of:

    ActiveSupport::Inflector.inflections do |inflect|
    inflect.irregular 'bonus', 'bonuses'
    end

    January 5, 2016 at 2:23:33 PM GMT+1 - permalink - archive.org - http://stackoverflow.com/questions/3517989/ruby-on-rails-how-do-you-explicitly-define-plural-names-and-singular-names-in-r
    irregular plural rails
  • thumbnail
    Emoji unicode characters for use on the web

    Table de correspondance emoji entres différents softs/plateformes

    January 5, 2016 at 10:06:36 AM GMT+1 - permalink - archive.org - http://apps.timwhitlock.info/emoji/tables/unicode
    emoji unicode
  • Notions de Python avancées • Tutoriels • Zeste de Savoir

    Un cours en français qui a l'air très bien. Via sametmax sur twitter

    January 1, 2016 at 10:21:09 AM GMT+1 - permalink - archive.org - http://zestedesavoir.com/tutoriels/954/notions-de-python-avancees/
    python
  • apache - why png size doesn't change after using http gzip compression - Stack Overflow

    Hop, je serai moins bête l'an prochain :

    PNG is already a compressed data format. Compressing it with GZIP is not likely to decrease the size, and can in fact make it larger.

    December 31, 2015 at 11:00:24 AM GMT+1 - permalink - archive.org - http://stackoverflow.com/questions/11289369/why-png-size-doesnt-change-after-using-http-gzip-compression
    gzip png
  • How Rails, Nginx and X-Accel-Redirect work together - The Data Asylum

    The need for X-Accel-Redirect (and it’s sibling X-Sendfile) comes from two distinct requirements
    The need to deliver large files.
    The need for those files to not be available to the public.

    December 31, 2015 at 10:52:17 AM GMT+1 - permalink - archive.org - http://thedataasylum.com/articles/how-rails-nginx-x-accel-redirect-work-together.html
    nginx rails senfile
  • Speed up Rails with Nginx’s Reverse Proxy Cache | mattbrictson.com
    December 30, 2015 at 5:22:41 PM GMT+1 - permalink - archive.org - https://mattbrictson.com/nginx-reverse-proxy-cache
    cache nginx rails
  • thumbnail
    tldr-pages/tldr
    December 29, 2015 at 11:30:40 AM GMT+1 - permalink - archive.org - https://github.com/tldr-pages/tldr
    documentation man tldr
  • Shellcode Injection - Dhaval Kapil
    December 27, 2015 at 2:48:14 PM GMT+1 - permalink - archive.org - https://dhavalkapil.com/blogs/Shellcode-Injection/
    exploit security
  • Buffer Overflow Exploit - Dhaval Kapil
    December 27, 2015 at 2:47:45 PM GMT+1 - permalink - archive.org - https://dhavalkapil.com/blogs/Buffer-Overflow-Exploit/
    exploit security
  • Everything You Know About Latency Is Wrong

    Intéressant

    December 25, 2015 at 5:45:27 PM GMT+1 - permalink - archive.org - http://bravenewgeek.com/everything-you-know-about-latency-is-wrong/
    latency
  • Thread Safety With Ruby — Luca Guidi

    Thread sage exemple (ruby)

    December 25, 2015 at 4:09:04 PM GMT+1 - permalink - archive.org - http://lucaguidi.com/2014/03/27/thread-safety-with-ruby.html
    mutex ruby thread
  • thumbnail
    Sensitive Information Sent in the URL over HTTPS

    +1

    December 21, 2015 at 10:09:50 AM GMT+1 - permalink - archive.org - https://danielmiessler.com/blog/sensitive-information-sent-in-the-url-over-https/
    security
  • wavemon

    wavemon

    December 20, 2015 at 10:47:47 AM GMT+1 - permalink - archive.org - https://links.infomee.fr/?qLYEYQ
    linux tool wifi
  • thumbnail
    10 MySQL settings to tune after installation
    December 19, 2015 at 12:44:40 PM GMT+1 - permalink - archive.org - https://www.percona.com/blog/2014/01/28/10-mysql-settings-to-tune-after-installation/
    mysql percona production
  • thumbnail
    MySQL's INNODB_METRICS: How much is the overhead?
    December 16, 2015 at 11:23:37 AM GMT+1 - permalink - archive.org - https://www.percona.com/blog/2014/11/18/mysqls-innodb_metrics-table-how-much-is-the-overhead/
    metric mysql
  • Get started with InnoDB Metrics Table (Transactions on InnoDB)
    December 16, 2015 at 11:23:31 AM GMT+1 - permalink - archive.org - https://blogs.oracle.com/mysqlinnodb/entry/get_started_with_innodb_metrics
    metric mysql
  • MySQL :: MySQL 5.6 Reference Manual :: 21.29.19 The INFORMATION_SCHEMA INNODB_METRICS Table
    December 16, 2015 at 11:23:23 AM GMT+1 - permalink - archive.org - http://dev.mysql.com/doc/refman/5.6/en/innodb-metrics-table.html
    metric mysql
Links per page: 20 50 100
◄Older
page 70 / 217
Newer►
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Help/documentation