4337 links
  • Arnaud's links
  • Home
  • Login
  • RSS Feed
  • ATOM Feed
  • Tag cloud
  • Picture wall
  • Daily
Links per page: 20 50 100
◄Older
page 43 / 217
Newer►
  • Symfony 4: Best Practices – Fabien Potencier – Medium
    June 8, 2017 at 2:54:17 PM GMT+2 - permalink - archive.org - https://medium.com/@fabpot/symfony-4-best-practices-b4bbd6a9c994
    futur parameters symfony
  • Note: find world readable files

    find . -perm -o+r

    And the opposite :

    find . ! -perm -o+r

    June 8, 2017 at 11:36:50 AM GMT+2 - permalink - archive.org - https://links.infomee.fr/?fmn6vw
    find
  • thumbnail
    sickill/vim-monokai: Monokai color scheme for Vim converted from Textmate theme
    June 7, 2017 at 5:35:56 PM GMT+2 - permalink - archive.org - https://github.com/sickill/vim-monokai
    color vim
  • Dracula — A dark theme for Vim and 40+ apps
    June 7, 2017 at 5:35:22 PM GMT+2 - permalink - archive.org - https://draculatheme.com/vim/
    color vim
  • Buttercup

    via korben

    June 6, 2017 at 4:44:48 PM GMT+2 - permalink - archive.org - https://buttercup.pw/
    keepass manager password
  • thumbnail
    digital_video_introduction/README.md at master · leandromoreira/digital_video_introduction · GitHub
    June 4, 2017 at 12:14:28 PM GMT+2 - permalink - archive.org - https://github.com/leandromoreira/digital_video_introduction/blob/master/README.md
    video
  • Blocks, Proc et Lambda en Ruby
    June 3, 2017 at 3:56:40 PM GMT+2 - permalink - archive.org - https://www.synbioz.com/blog/block_proc_lambda_ruby
    block closures ruby
  • thumbnail
    Everything you should know about Ruby Splats Alex Castaño

    Les splat en Ruby, l'équivalent des kwargs en python

    June 3, 2017 at 3:42:18 PM GMT+2 - permalink - archive.org - https://alexcastano.com/everything-about-ruby-splats/
    kwargs ruby splat
  • thumbnail
    Guide: Performing CRUD operations on list using Vue.js - Vue.js Feed
    June 3, 2017 at 3:28:17 PM GMT+2 - permalink - archive.org - https://vuejsfeed.com/blog/guide-performing-crud-operations-on-list-using-vue-js
    crud js vue
  • MikroTik Routers and Wireless

    Il parait que c'est du bon matos pas très cher par rapport à la concurrence. Je garde ça de côté.

    Via Philippe

    June 1, 2017 at 11:28:41 AM GMT+2 - permalink - archive.org - https://mikrotik.com/
    hardware router wifi
  • thumbnail
    tsenart/vegeta: HTTP load testing tool and library. It's over 9000!

    via jesaisplusqui

    May 31, 2017 at 4:43:34 PM GMT+2 - permalink - archive.org - https://github.com/tsenart/vegeta
    bench http load
  • Amazon S3 :: How to set Public read permission to Selected folder

    all item in one folder public

    May 31, 2017 at 4:31:15 PM GMT+2 - permalink - archive.org - http://support.bucketexplorer.com/topic1995.html
    s3
  • Note: find/sed equivalent in python

    for root, dirs, files in os.walk("folder"):
    for file in files:
    if file.endswith(".yml"):
    print(os.path.join(root, file))
    with open(os.path.join(root, file), "r") as sources:
    lines = sources.readlines()
    with open(os.path.join(root, file), "w") as sources:
    for line in lines:
    sources.write(re.sub(r'pattern', 'foo', line))

    May 29, 2017 at 2:15:06 PM GMT+2 - permalink - archive.org - https://links.infomee.fr/?Y803hg
    find python sed
  • Utiliser la balise meta viewport pour contrôler la mise en page sur les navigateurs mobiles - Mozilla | MDN

    <meta name="viewport" content="width=device-width, user-scalable=no">

    May 29, 2017 at 11:49:53 AM GMT+2 - permalink - archive.org - https://developer.mozilla.org/fr/docs/Mozilla/Mobile/Balise_meta_viewport
    http meta mobile web
  • thumbnail
    Full visibility & control of your infrastructure with new Puppet releases | Puppet

    Déjà Puppet 5. Je me souviens de la migration 3 vers 4 qui n'était pas évidente, là ça a l'air plus facile à première vue !

    May 28, 2017 at 9:48:43 AM GMT+2 - permalink - archive.org - https://puppet.com/blog/full-visibility-and-control-of-your-infrastructure-new-puppet-releases
    puppet
  • thumbnail
    zzmysqldump/README.md at master · TurboLabIt/zzmysqldump · GitHub
    May 28, 2017 at 8:50:29 AM GMT+2 - permalink - archive.org - https://github.com/TurboLabIt/zzmysqldump/blob/master/README.md
    mysql mysqldump
  • thumbnail
    GitHub - hbekel/magic: define bash functions on a per-directory basis

    C'est magique

    May 28, 2017 at 8:48:07 AM GMT+2 - permalink - archive.org - https://github.com/hbekel/magic
    bash
  • Note: TIL exit telnet :D

    control + $

    quit

    May 24, 2017 at 5:20:47 PM GMT+2 - permalink - archive.org - https://links.infomee.fr/?6tAsGw
    telnet
  • thumbnail
    WireGuard: fast, modern, secure VPN tunnel
    May 24, 2017 at 5:17:04 PM GMT+2 - permalink - archive.org - https://www.wireguard.io/
    openvpn vpn
  • BFG Repo-Cleaner by rtyley

    To clean old file in repo

    May 24, 2017 at 2:34:10 PM GMT+2 - permalink - archive.org - https://rtyley.github.io/bfg-repo-cleaner/
    clean git repo
Links per page: 20 50 100
◄Older
page 43 / 217
Newer►
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Help/documentation