4337 links
  • Arnaud's links
  • Home
  • Login
  • RSS Feed
  • ATOM Feed
  • Tag cloud
  • Picture wall
  • Daily
Links per page: 20 50 100
◄Older
page 22 / 217
Newer►
  • thumbnail
    Index lifecycle management at Elasticsearch 6.6.0 - Elasticsearch - Discuss the Elastic Stack
    5 décembre 2019 à 09:52:59 UTC+1 - permalink - archive.org - https://discuss.elastic.co/t/index-lifecycle-management-at-elasticsearch-6-6-0/168429
    elasticsearch ilm
  • thumbnail
    Implementing Hot-Warm-Cold in Elasticsearch with Index Lifecycle Management | Elastic Blog
    4 décembre 2019 à 16:22:58 UTC+1 - permalink - archive.org - https://www.elastic.co/blog/implementing-hot-warm-cold-in-elasticsearch-with-index-lifecycle-management
    elasticsearch ilm
  • thumbnail
    [Index Lifecycle Management] Dynamic rollover alias and template name - Logstash - Discuss the Elastic Stack
    • https://github.com/logstash-plugins/logstash-output-elasticsearch/issues/858
    • https://gitlab.com/msvechla/es-rollover-controller
    3 décembre 2019 à 17:34:22 UTC+1 - permalink - archive.org - https://discuss.elastic.co/t/index-lifecycle-management-dynamic-rollover-alias-and-template-name/169614/9
    elasticsearch ilm
  • thumbnail
    Comment DataDome manage son cluster à forte charge en écriture et lecture avec rollover et ILM | Elastic Videos
    3 décembre 2019 à 17:28:36 UTC+1 - permalink - archive.org - https://www.elastic.co/fr/videos/how-datadome-manages-its-high-load-write-and-read-cluster-with-rollover-and-ilm
    elasticsearch
  • thumbnail
    Identify Unintended Resource Access with AWS Identity and Access Management (IAM) Access Analyzer | AWS News Blog
    3 décembre 2019 à 09:41:36 UTC+1 - permalink - archive.org - https://aws.amazon.com/fr/blogs/aws/identify-unintended-resource-access-with-aws-identity-and-access-management-iam-access-analyzer/
    audit aws iam
  • thumbnail
    La comptabilité gratuite des Auto-entrepreneurs
    1 décembre 2019 à 10:56:20 UTC+1 - permalink - archive.org - https://www.tiime-ae.fr/
    freelance
  • thumbnail
    GitHub - etnbrd/awesome-freelance-fr: Curated list of awesome tools to build your freelance career (in france)
    1 décembre 2019 à 10:55:47 UTC+1 - permalink - archive.org - https://github.com/etnbrd/awesome-freelance-fr
    freelance
  • Note: Data science technos

    tensorflow : ml lib google
    keras : surcouche tensorflow
    pytorch : ml lib facebook
    scikit-learn : ml lib
    xgboost : ml lib

    kubeflow
    airflow
    mlflow
    sagemaker
    --> des plateformes pour prendre en charge la vie d'un projet Machine Learning (Training, stockage model, exposer un modèle via une api..)

    https://github.com/volcano-sh/volcano --> scheduler

    https://argoproj.github.io/argo/ --> pipelines
    https://eksworkshop.com/advanced/410_batch/

    serving models:
    https://github.com/kubeflow/kfserving
    https://www.seldon.io/ (need https://istio.io/)

    joblib = un format de serialisation de données créé par scikitlearn + optimisé que Pickle pour les models de data science

    29 novembre 2019 à 16:35:13 UTC+1 * - permalink - archive.org - https://links.infomee.fr/?nW_AVw
    datascience
  • thumbnail
    GitHub - wg/wrk: Modern HTTP benchmarking tool

    Du benchmark simple avec :

    • scripts lua pour faire des choses plus avancées
    • la possibilité de jouer le bench pendant x minutes (ce qu'il me fallait et qu'ab n'avait pas)
    28 novembre 2019 à 10:32:21 UTC+1 - permalink - archive.org - https://github.com/wg/wrk
    benchmark http
  • Sessions: The vim Feature You Probably Aren't Using - tools and workflow - Bocoup
    27 novembre 2019 à 14:10:40 UTC+1 * - permalink - archive.org - https://bocoup.com/blog/sessions-the-vim-feature-you-probably-arent-using
    layout save session vim
  • Workflows & Pipelines | Argo
    26 novembre 2019 à 15:17:48 UTC+1 - permalink - archive.org - https://argoproj.github.io/argo/
    k8s task
  • thumbnail
    GitHub - aboul3la/Sublist3r: Fast subdomains enumeration tool for penetration testers
    26 novembre 2019 à 13:21:27 UTC+1 - permalink - archive.org - https://github.com/aboul3la/Sublist3r
    audit dns
  • thumbnail
    Application Load Balancer Adds Support for New RequestCountPerTarget CloudWatch Metric

    https://docs.aws.amazon.com/autoscaling/ec2/userguide/as-scaling-target-tracking.html
    https://docs.aws.amazon.com/autoscaling/ec2/userguide/as-instance-monitoring.html#enable-as-instance-metrics
    https://www.terraform.io/docs/providers/aws/r/appautoscaling_policy.html
    https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-auto-scaling.html

    21 novembre 2019 à 13:41:47 UTC+1 - permalink - archive.org - https://aws.amazon.com/fr/about-aws/whats-new/2017/07/application-load-balancer-adds-support-for-new-requestcountpertarget-cloudwatch-metric/
    autoscaling aws
  • thumbnail
    krew/README.md at master · kubernetes-sigs/krew · GitHub
    20 novembre 2019 à 22:33:45 UTC+1 - permalink - archive.org - https://github.com/kubernetes-sigs/krew/blob/master/README.md
    k8s plugins
  • thumbnail
    GitHub - ahmetb/kubectl-aliases: Programmatically generated handy kubectl aliases.
    20 novembre 2019 à 22:30:52 UTC+1 - permalink - archive.org - https://github.com/ahmetb/kubectl-aliases
    alias k8s
  • thumbnail
    How can I copy text to the system clipboard from Vim? - Vi and Vim Stack Exchange

    Copy in vim to system clipboard
    "+y

    20 novembre 2019 à 16:01:13 UTC+1 - permalink - archive.org - https://vi.stackexchange.com/questions/84/how-can-i-copy-text-to-the-system-clipboard-from-vim
    clipboard copy vim
  • Using IAM Roles - AWS Identity and Access Management

    Pardefault les credentials temporaires donnés par un assume role sont valables 1h
    C'est un peu juste en dev, pour augmenter cette periode :
    1) dans le role en question, autoriser a demander +
    2) au moment de faire le assume role en CLI, il faut passer un param pour demander +

    20 novembre 2019 à 15:59:06 UTC+1 - permalink - archive.org - https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_use.html#id_roles_use_view-role-max-session
    assume aws role
  • thumbnail
    Developing inside a Container using Visual Studio Code Remote Development
    19 novembre 2019 à 14:13:40 UTC+1 - permalink - archive.org - https://code.visualstudio.com/docs/remote/containers#_attaching-to-running-containers
    vscode
  • thumbnail
    Developing inside a Container using Visual Studio Code Remote Development
    19 novembre 2019 à 14:12:08 UTC+1 - permalink - archive.org - https://code.visualstudio.com/docs/remote/containers#_creating-a-devcontainerjson-file
    vscode
  • Instant.io - Streaming file transfer over WebTorrent
    19 novembre 2019 à 13:11:46 UTC+1 - permalink - archive.org - https://instant.io/
    torrent
Links per page: 20 50 100
◄Older
page 22 / 217
Newer►
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Help/documentation