4337 links
  • Arnaud's links
  • Home
  • Login
  • RSS Feed
  • ATOM Feed
  • Tag cloud
  • Picture wall
  • Daily
Links per page: 20 50 100
◄Older
page 36 / 217
Newer►
  • thumbnail
    GitHub - tayllan/awesome-algorithms: A curated list of awesome places to learn and/or practice algorithms.
    28 juin 2018 à 13:56:28 UTC+2 - permalink - archive.org - https://github.com/tayllan/awesome-algorithms
    algo code
  • thumbnail
    GitHub - TheAlgorithms/Python: All Algorithms implemented in Python
    28 juin 2018 à 13:56:01 UTC+2 - permalink - archive.org - https://github.com/TheAlgorithms/Python
    algo code python
  • Note: Install latest stable docker-compose

    INSTALL

    sudo curl -sL https://github.com/docker/compose/releases/download/$(curl -is https://github.com/docker/compose/releases/latest|grep Location|awk -F/ '{print $NF}'|grep -Po '[0-9.]+')/docker-compose-Linux-x86_64 -o /usr/local/bin/docker-compose ; sudo chmod +x /usr/local/bin/docker-compose ; docker-compose -v

    UPDATE

    docker-compose -v ; sudo rm /usr/local/bin/docker-compose ; sudo curl -sL https://github.com/docker/compose/releases/download/$(curl -is https://github.com/docker/compose/releases/latest|grep Location|awk -F/ '{print $NF}'|grep -Po '[0-9.]+')/docker-compose-Linux-x86_64 -o /usr/local/bin/docker-compose ; sudo chmod +x /usr/local/bin/docker-compose ; docker-compose -v

    27 juin 2018 à 09:23:02 UTC+2 * - permalink - archive.org - https://links.infomee.fr/?96fr1A
    compose docker install
  • Revisiting Docker and Jenkins | Riot Games Engineering
    18 juin 2018 à 15:47:53 UTC+2 - permalink - archive.org - https://engineering.riotgames.com/news/revisiting-docker-and-jenkins
    ci docker jenkins
  • Revisiting Docker and Jenkins | Riot Games Engineering
    18 juin 2018 à 15:47:53 UTC+2 - permalink - archive.org - https://engineering.riotgames.com/news/revisiting-docker-and-jenkins
    ci docker jenkins
  • app/README.md at master · docker/app · GitHub
    18 juin 2018 à 15:34:00 UTC+2 - permalink - archive.org - https://github.com/docker/app/blob/master/README.md
    docker
  • thumbnail
    GitHub - jirsbek/SSH-keys-in-macOS-Sierra-keychain: Saving SSH keys in macOS Sierra keychain

    Solution 1 (recommended)

    Apple updated its Technical Notes to indicate that since 10.12.2, macOS includes version 7.3p1 of OpenSSH and its new behaviors.

    In ~/.ssh create config file with the following content:

    Host * (asterisk for all hosts or add specific host)
    AddKeysToAgent yes
    UseKeychain yes
    IdentityFile <key> (e.g. ~/.ssh/userKey)

    11 juin 2018 à 22:09:42 UTC+2 - permalink - archive.org - https://github.com/jirsbek/SSH-keys-in-macOS-Sierra-keychain
    mac ssh
  • Note: je m'en souviendrai jamais

    cela suffit
    cela ne suffit pas

    cela a suffi
    cela n'a pas suffi

    8 juin 2018 à 10:30:51 UTC+2 - permalink - archive.org - https://links.infomee.fr/?f7WQeA
    français french
  • Courses | Wes Bos
    7 juin 2018 à 14:16:58 UTC+2 - permalink - archive.org - https://wesbos.com/courses/
    javascript js learn
  • dotfiles/ecc at master · arnaudmm/dotfiles

    when you are bored doing docker exec -ti foo bash

    6 juin 2018 à 10:33:54 UTC+2 - permalink - archive.org - https://github.com/arnaudmm/dotfiles/blob/master/ecc
    docker
  • Goploader
    5 juin 2018 à 13:20:36 UTC+2 - permalink - archive.org - https://docs.gpldr.in/
    auto file share sharing
  • pms-docker/README.md at master · plexinc/pms-docker
    4 juin 2018 à 10:50:11 UTC+2 - permalink - archive.org - https://github.com/plexinc/pms-docker/blob/master/README.md
    docker plex
  • s6-overlay/README.md at master · just-containers/s6-overlay
    4 juin 2018 à 10:49:32 UTC+2 - permalink - archive.org - https://github.com/just-containers/s6-overlay/blob/master/README.md
    docker init s6
  • thumbnail
    How can I permanently add my SSH private key to Keychain so it is automatically available to ssh? - Ask Different
    3 juin 2018 à 14:04:56 UTC+2 - permalink - archive.org - https://apple.stackexchange.com/questions/48502/how-can-i-permanently-add-my-ssh-private-key-to-keychain-so-it-is-automatically
    mac ssh
  • thumbnail
    macos - iTerm2: Alt-Dot functionality with Cmd-Dot - Super User

    Create a new key shortcut

    alt + shit + ;

    send escape sequence + "."

    3 juin 2018 à 14:04:14 UTC+2 * - permalink - archive.org - https://superuser.com/questions/703911/iterm2-alt-dot-functionality-with-cmd-dot
    alt dot iterm2 mac repeat
  • Python-programming-exercises/100+ Python challenging programming exercises.txt at master · zhiwehu/Python-programming-exercises · GitHub
    28 mai 2018 à 09:25:38 UTC+2 - permalink - archive.org - https://github.com/zhiwehu/Python-programming-exercises/blob/master/100%2B%20Python%20challenging%20programming%20exercises.txt
    algo code dev python
  • Encore Installation (Symfony Docs)
    22 mai 2018 à 13:00:27 UTC+2 - permalink - archive.org - https://symfony.com/doc/current/frontend/encore/installation.html
    encore symfony webpack
  • Using Symfony Flex to Manage Symfony Applications (Symfony Docs)
    22 mai 2018 à 13:00:16 UTC+2 - permalink - archive.org - https://symfony.com/doc/current/setup/flex.html
    flex symfony
  • x264 : mes presets
    21 mai 2018 à 15:27:31 UTC+2 - permalink - archive.org - http://humanize.me/x264/
    ffmpeg
  • Note: docker port

    Pour binder par defaut sur 127.0.0.1
    /etc/docker/daemon.json → "ip": "127.0.0.1"

    via Doo

    17 mai 2018 à 16:15:05 UTC+2 - permalink - archive.org - https://links.infomee.fr/?bjo6gw
    docker network port
Links per page: 20 50 100
◄Older
page 36 / 217
Newer►
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Help/documentation