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
    December 5, 2019 at 9:52:59 AM GMT+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
    December 4, 2019 at 4:22:58 PM GMT+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
    December 3, 2019 at 5:34:22 PM GMT+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
    December 3, 2019 at 5:28:36 PM GMT+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
    December 3, 2019 at 9:41:36 AM GMT+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
    December 1, 2019 at 10:56:20 AM GMT+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)
    December 1, 2019 at 10:55:47 AM GMT+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

    November 29, 2019 at 4:35:13 PM GMT+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)
    November 28, 2019 at 10:32:21 AM GMT+1 - permalink - archive.org - https://github.com/wg/wrk
    benchmark http
  • Sessions: The vim Feature You Probably Aren't Using - tools and workflow - Bocoup
    November 27, 2019 at 2:10:40 PM GMT+1 * - permalink - archive.org - https://bocoup.com/blog/sessions-the-vim-feature-you-probably-arent-using
    layout save session vim
  • Workflows & Pipelines | Argo
    November 26, 2019 at 3:17:48 PM GMT+1 - permalink - archive.org - https://argoproj.github.io/argo/
    k8s task
  • thumbnail
    GitHub - aboul3la/Sublist3r: Fast subdomains enumeration tool for penetration testers
    November 26, 2019 at 1:21:27 PM GMT+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

    November 21, 2019 at 1:41:47 PM GMT+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
    November 20, 2019 at 10:33:45 PM GMT+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.
    November 20, 2019 at 10:30:52 PM GMT+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

    November 20, 2019 at 4:01:13 PM GMT+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 +

    November 20, 2019 at 3:59:06 PM GMT+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
    November 19, 2019 at 2:13:40 PM GMT+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
    November 19, 2019 at 2:12:08 PM GMT+1 - permalink - archive.org - https://code.visualstudio.com/docs/remote/containers#_creating-a-devcontainerjson-file
    vscode
  • Instant.io - Streaming file transfer over WebTorrent
    November 19, 2019 at 1:11:46 PM GMT+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