4337 links
  • Arnaud's links
  • Home
  • Login
  • RSS Feed
  • ATOM Feed
  • Tag cloud
  • Picture wall
  • Daily
Links per page: 20 50 100
◄Older
page 1 / 2
27 results tagged auto x
  • thumbnail
    GitHub - containrrr/watchtower: A process for automating Docker container base image updates.

    un container qui va update les autres containers si une image plus récente a été trouvée (stop, rm, pull, recreate)
    Pratique sur serveur perso pour les choses qui tournent en latest
    Implémentation en Go, il y a le pendant python ici : https://github.com/pyouroboros/ouroboros

    11 avril 2020 à 11:32:56 UTC+2 - permalink - archive.org - https://github.com/containrrr/watchtower
    auto docker go python update
  • Goploader
    5 juin 2018 à 13:20:36 UTC+2 - permalink - archive.org - https://docs.gpldr.in/
    auto file share sharing
  • Note: aws auto scaling

    spoiler alert: auto scaling is far to be magical

    as usual with aws, everything is an object and for autoscaling u got several objects and several links between them
    First you define a launch configuration : what type of machine you want to laucnh
    Then an autoscaling group : it will use the launch configuration to create new EC2
    In this autoscaling group, you have to define auto scaling policies ie what to do (remove or add x instances) and link them to a cloudwatch alert (cpu is high or network or whatever cloudwatch monitors)
    the autoscaling group can also be linked to an ELB so when EC2 are added/removed, they also are registred/deregistered from ELB

    13 mars 2017 à 15:49:45 UTC+1 - permalink - archive.org - https://links.infomee.fr/?JIGagw
    auto aws scale scaling
  • Scaling Based on Amazon SQS - Auto Scaling

    Beanstalk ne permet pas de définir un trigger basé sur le nombre d'éléments dans la queue SQS pour l'auto scaling des environements de type worker

    Pourtant c'est possible mais il y a un peu de boulot :

    • créer des scaling policies qui vont ajouter ou enlever des instances
    • créer des alarmes cloudwatch qui vont se déclencher par rapport au nb d'éléments dans la queue et appeler les scaling policies..

    http://docs.aws.amazon.com/autoscaling/latest/userguide/as-using-sqs-queue.html
    https://forums.aws.amazon.com/thread.jspa?messageID=722589

    On peut surement intégrer ça à beanstalk avec les .ebextensions (http://docs.aws.amazon.com/elasticbeanstalk/latest/dg/ebextensions.html)

    En plus d'être un peu complexe et pas vraiment intégrer à beanstalk, ça n'a pas l'air très réactif, cet article en parle et donne une solution :
    Rapid Auto Scaling with Amazon SQS : https://aws.amazon.com/blogs/aws/auto-scaling-with-sqs/

    28 février 2017 à 11:16:08 UTC+1 - permalink - archive.org - http://docs.aws.amazon.com/autoscaling/latest/userguide/as-using-sqs-queue.html
    auto aws beanstalk scaling sqs
  • selenium-webdriver | RubyGems.org | your community gem host

    https://github.com/mozilla/geckodriver/releases

    30 novembre 2016 à 11:11:57 UTC+1 - permalink - archive.org - https://rubygems.org/gems/selenium-webdriver
    auto selenium test
  • Un nouveau logiciel libre : Lufi - LinuxFr.org
    7 octobre 2015 à 10:33:09 UTC+2 - permalink - archive.org - http://linuxfr.org/news/un-nouveau-logiciel-libre-lufi
    auto drop fichier file framasoft
  • p2p-hacker-fr : « premier état de l'art sur la décentralisation » - LinuxFr.org
    1 janvier 2015 à 14:59:52 UTC+1 - permalink - archive.org - http://linuxfr.org/news/p2p-hacker-fr-premier-etat-de-l-art-sur-la-decentralisation
    auto decentralisation
  • Mémo autohébergement - Phyks.me
    1 janvier 2015 à 14:48:03 UTC+1 - permalink - archive.org - http://phyks.me/autohebergement.html
    auto
  • thumbnail
    Dégooglisons Internet
    17 octobre 2014 à 13:31:16 UTC+2 - permalink - archive.org - http://degooglisons-internet.org/
    alternativ auto frama google hebergement
  • https://github.com/ClockworkNet/graphite-dashgen

    dash auto via collectd dashgen

    via arnaudb

    24 juin 2014 à 18:42:04 UTC+2 - permalink - archive.org - https://github.com/ClockworkNet/graphite-dashgen
    auto dashboard graphite
  • Ademcan's snippets

    Pour le moment je n'en ai jamais eu besoin mais on sait jamais !
    En fait les trucs que je code souvent, je les retrouve assez facilement et pour les autres une recherche sur le oueb me donne souvent la réponse très vite

    20 janvier 2014 à 12:45:22 UTC+1 - permalink - archive.org - http://ademcan.net/canSnippet/
    auto snippet
  • Alteroot | Mise en place d'un serveur mail: Postfix, Dspam et Dovecot

    Tuto de Skunnyk à tester

    6 novembre 2013 à 13:10:44 UTC+1 - permalink - archive.org - http://blog.alteroot.org/articles/2013-10-07/setup-postfix-dspam-dovecot.html
    auto mail
  • A+ sous l’bus Google – Partie 2 | Blogcopter

    (Encore) un tuto pour héberger ses mails

    5 novembre 2013 à 15:34:52 UTC+1 - permalink - archive.org - https://wtf.roflcopter.fr/blog/2013/08/31/a-sous-lbus-google-partie-2/
    auto mail
  • Créer un module xchat (python)

    Objectif : tapper /obug <number> dans xchat m'ouvre un onglet dans ff vers l'url du bug

    1) activer le module python dans les options
    2) créer un fichier .py dans /home/arnaud/.xchat2/
    3)
    module_name = "openbuginredmine"
    module_version
    = "1.0"
    __module_description__ = "module to open bug in redmine"

    import os
    import xchat

    def obug(word, word_eol, userdata):
    if len(word) < 2:
    print "Second arg must be the bug number!"
    else:

    xchat.command("NOTICE @%s %s" % (xchat.get_info("channel"), word_eol[1]))

        os.system("firefox https://monurlredmine.com/issues/"+word[1])
    return xchat.EAT_ALL 

    xchat.hook_command("obug", obug, help="/obug <number> open bug in ff")

    Et voilà, plus qu'à reboot le xchat, ou bien /load nomdufichier.py

    ça peut etre appliqué à plein de trucs : pouvoir lancer ce qu'on veut depuis xchat

    5 novembre 2013 à 15:07:31 UTC+1 - permalink - archive.org - http://xchat.org/docs/xchatpython.html#head-cf24838660500eceef2367deb88df5963483c852
    auto module python redmine xchat
  • Cozy, a personal cloud you can hack, host and delete

    Un soft de plus pour autoheberger ses services facilement

    22 octobre 2013 à 17:33:01 UTC+2 - permalink - archive.org - http://cozy.io/
    auto
  • Pydio, formerly AjaXplorer

    Un file explorer en web qui permet de share (anciennement ajaxplorer)
    Pas de client lourd comme dropbox ou owncloud par contre à premiere vue

    22 octobre 2013 à 17:05:59 UTC+2 - permalink - archive.org - http://pyd.io/
    auto cloud owncloud
  • Héberger son courriel - LinuxFr.org
    18 octobre 2013 à 12:30:26 UTC+2 - permalink - archive.org - https://linuxfr.org/news/heberger-son-courriel
    auto mail
  • Installez votre synchronisateur de contacts chez vous avec Baikal | IdleBlog

    Tuto pour installer et utiliser baikal par idleman

    23 juillet 2013 à 18:04:09 UTC+2 - permalink - archive.org - http://blog.idleman.fr/?p=2337
    auto baikal tuto
  • BitTorrent Labs

    synchro de fichiers à la dropbox mais décentralisé

    21 juillet 2013 à 19:15:15 UTC+2 - permalink - archive.org - http://labs.bittorrent.com/experiments/sync.html
    auto
  • CalDAV + CardDAV lightweight server: Baïkal

    à tester, sqlite

    21 juillet 2013 à 19:13:48 UTC+2 - permalink - archive.org - http://baikal-server.com/
    auto
Links per page: 20 50 100
◄Older
page 1 / 2
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Help/documentation