4337 links
  • Arnaud's links
  • Home
  • Login
  • RSS Feed
  • ATOM Feed
  • Tag cloud
  • Picture wall
  • Daily
Links per page: 20 50 100
◄Older
page 52 / 217
Newer►
  • thumbnail
    Bugsnag Blog - Benefits of using tmux - lessons from streamlining a development environment
    November 15, 2016 at 11:12:02 AM GMT+1 - permalink - archive.org - https://blog.bugsnag.com/benefits-of-using-tmux/
    tmux
  • thumbnail
    GitHub - dcos/metronome: Apache Mesos framework for scheduled jobs
    November 15, 2016 at 11:08:15 AM GMT+1 - permalink - archive.org - https://github.com/dcos/metronome
    cron scheduler
  • Docker Build Container Pattern - Slashdeploy Blog

    docker run --rm -it -u $(id -u) -v "${PWD}:/data" -w /data ruby:2.3 \
    bundle package --all

    November 15, 2016 at 10:15:59 AM GMT+1 - permalink - archive.org - http://blog.slashdeploy.com/2016/11/07/docker-build-container-pattern/
    build docker
  • GitHub - keen/dashboards: Responsive dashboard templates for Bootstrap
    November 15, 2016 at 10:13:14 AM GMT+1 - permalink - archive.org - https://github.com/keen/dashboards
    dashboard
  • Amazon EC2 Instance Comparison

    Une vue pratique pour comparer les instances ec2

    November 11, 2016 at 4:43:03 PM GMT+1 - permalink - archive.org - http://www.ec2instances.info/
    aws compare ec2
  • Using plan branches - Atlassian Documentation

    il faut que je me fasse au workflow "Branch updater"

    November 10, 2016 at 4:59:31 PM GMT+1 - permalink - archive.org - https://confluence.atlassian.com/bamboo/using-plan-branches-289276872.html
    atlassian bamboo git jira stash workflow
  • git - How to revert a merge commit that's already pushed to remote branch? - Stack Overflow

    The -m option specifies the parent number. This is because a merge commit has more than one parent, and Git does not know automatically which parent was the mainline, and which parent was the branch you want to un-merge.

    When you view a merge commit in the output of git log, you will see its parents listed on the line that begins with Merge:

    commit 8f937c683929b08379097828c8a04350b9b8e183
    Merge: 8989ee0 7c6b236
    Author: Ben James ben@example.com
    Date: Wed Aug 17 22:49:41 2011 +0100

    Merge branch 'gh-pages'

    Conflicts:
    README

    In this situation, git revert 8f937c6 -m 1 will get you the tree as it was in 8989ee0, and git revert -m 2 will reinstate the tree as it was in 7c6b236.

    November 10, 2016 at 2:00:22 PM GMT+1 - permalink - archive.org - http://stackoverflow.com/questions/7099833/how-to-revert-a-merge-commit-thats-already-pushed-to-remote-branch
    git revert
  • thumbnail
    open-guides/og-aws: 📙 Amazon Web Services — a practical guide

    aws community guide

    November 8, 2016 at 4:52:02 PM GMT+1 * - permalink - archive.org - https://github.com/open-guides/og-aws
    aws doc guide price traffic
  • General Options for All Environments - AWS Elastic Beanstalk

    THE page you have to bookmark when you work with beanstalk and saved config

    November 8, 2016 at 3:44:15 PM GMT+1 - permalink - archive.org - http://docs.aws.amazon.com/elasticbeanstalk/latest/dg/command-options-general.html
    aws beanstalk conf
  • thumbnail
    Using SS tool for network troubleshooting » IT Tips and Tricks

    Keepalive Notes

    A keepalive packet generally has a TCP ACK configured with a sequence number set to one less than the current number used on the connection. Any machine receiving a nudge from such a packet will simply respond with the correct sequence number and, Frankenstein jokes aside, announce that it is indeed alive.

    These types of packets are sometimes empty and generally have three associated parameters. The retry parameter will declare how many times to send a packet before coming to the conclusion that the other end of the connection has given up the ghost. The time setting is configured as the frequency of the checks, and finally the interval dictates the length of time between two sent packets if no response is received.

    Inside the kernel, you can alter these settings by editing these values in the eye-watering pseudo-filesystem known and loved as /proc. One file, in this case, is /proc/sys/net/ipv4/tcp_keepalive_time, and you can edit it

    November 7, 2016 at 3:04:42 PM GMT+1 - permalink - archive.org - https://tipstricks.itmatrix.eu/using-ss-tool-for-network-troubleshooting/
    keepalive linux network
  • Configuring Websockets behind an AWS ELB | jverkamp.com | John-Paul Verkamp
    November 7, 2016 at 9:02:53 AM GMT+1 - permalink - archive.org - https://blog.jverkamp.com/2015/07/20/configuring-websockets-behind-an-aws-elb/
    aws elb ws
  • thumbnail
    5 systemd Tools You Should Start Using Now | Linux.com | The source for Linux information

    man systemd.index

    November 6, 2016 at 9:29:51 PM GMT+1 - permalink - archive.org - https://www.linux.com/learn/5-systemd-tools-you-should-start-using-now
    systemd
  • Articles et didacticiels

    à creuser..

    cloudformation permet de créer des stacks complètes à partir d'un fichier description (yaml ou json)

    Donc en partant d'un environnement aws completement vierge, en théorie un seul fichier et une seule commande permet de créer une stack.

    On pourrait faire la meme chose avec un script et l'appels aux api pour créer les éléments un par un. L'avantage de cloudformation, c'est la gestion des priorités de création, des dépendances... On peut déclarer dans l'odre qu'on veut dans le Yaml, tout se fera "automagiquement"

    Autre avantage, l'idempotence, on peut appliquer de nouveau le template et si rien n'a été changé, rien ne changera.

    Au contraire si complexifie la stack, elle se mettra à jour.

    Un peu comme Puppet vs Ansible

    November 4, 2016 at 3:45:14 PM GMT+1 - permalink - archive.org - https://aws.amazon.com/fr/cloudformation/aws-cloudformation-articles-and-tutorials/
    cloudformation
  • Note: How to test ldap persistent search in cmdline

    You need ldapsearch from mozldap-tools (the classic ldapsearch does not have such options)

    How I did :
    docker run -it centos bash
    yum install wget svrcore-devel.x86_64
    wget ftp://195.220.108.108/linux/mageia/distrib/5/x86_64/media/core/release/mozldap-6.0.7-8.mga5.x86_64.rpm
    wget ftp://bo.mirror.garr.it/1/mageia/distrib/5/x86_64/media/core/release/mozldap-tools-6.0.7-8.mga5.x86_64.rpm
    rpm -ivh mozldap-6.0.7-8.mga5.x86_64.rpm
    rpm -ivh mozldap-tools-6.0.7-8.mga5.x86_64.rpm

    /usr/lib64/mozldap/ldapsearch -r -C PS:any:1:1 -D "cn=Admin Account" -w "secret" -p 9389 -h ldap.company.org -b dc=sso,dc=company,dc=org -s sub "(mail=toto*)"

    Once the connection is established, you will receive notification on this one when a change is done

    November 4, 2016 at 2:17:00 PM GMT+1 - permalink - archive.org - https://links.infomee.fr/?xW3mvQ
    ldap persistentsearch
  • 8.5. Using Persistent Search

    Le genre de truc qui repose sur une connexion qui doit restée up alors que idle..

    November 4, 2016 at 10:26:55 AM GMT+1 - permalink - archive.org - https://access.redhat.com/documentation/en-US/Red_Hat_Directory_Server/8.2/html/Administration_Guide/persistent-search.html
    ldap persistent search
  • Leveraging Multiple IP Addresses for Virtual IP Address Fail-over in 6 Simple Steps : Articles & Tutorials : Amazon Web Services

    un peu homemade, mais why not

    November 3, 2016 at 5:17:10 PM GMT+1 - permalink - archive.org - https://aws.amazon.com/articles/2127188135977316
    aws heatbeat
  • jq
    November 2, 2016 at 3:34:36 PM GMT+1 - permalink - archive.org - https://stedolan.github.io/jq/
    cmdline json parse
  • Dockerfile reference - Docker

    Note: Environment persistence can cause unexpected side effects. For example, setting ENV DEBIAN_FRONTEND noninteractive may confuse apt-get users on a Debian-based image. To set a value for a single command, use RUN <key>=<value> <command>.

    The environment variables set using ENV will persist when a container is run from the resulting image. You can view the values using docker inspect, and change them using docker run --env <key>=<value>.

    November 2, 2016 at 2:33:51 PM GMT+1 - permalink - archive.org - https://docs.docker.com/engine/reference/builder/#/env
    bestpractice docker
  • thumbnail
    Is there an easy way to "restart" a tmux pane? - Unix & Linux Stack Exchange

    So <prefix>+: and then enter respawn-pane -k and press Enter

    October 31, 2016 at 3:38:51 PM GMT+1 - permalink - archive.org - http://unix.stackexchange.com/questions/88392/is-there-an-easy-way-to-restart-a-tmux-pane
    tmux
  • ANSI vs ISO - Deskthority wiki

    TIL pourquoi certains claviers ont une touche Enter différente :D

    October 31, 2016 at 3:22:15 PM GMT+1 - permalink - archive.org - https://deskthority.net/wiki/ANSI_vs_ISO
    clavier hardware keyboard
Links per page: 20 50 100
◄Older
page 52 / 217
Newer►
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Help/documentation