4337 links
  • Arnaud's links
  • Home
  • Login
  • RSS Feed
  • ATOM Feed
  • Tag cloud
  • Picture wall
  • Daily
Links per page: 20 50 100
◄Older
page 18 / 217
Newer►
  • thumbnail
    GitHub - django-ses/django-ses: A Django email backend for Amazon's Simple Email Service
    June 15, 2020 at 3:21:02 PM GMT+2 - permalink - archive.org - https://github.com/django-ses/django-ses
    aws django mail ses
  • thumbnail
    AWS ALB Authentication with OKTA OIDC using Terraform
    June 15, 2020 at 2:17:12 PM GMT+2 - permalink - archive.org - https://medium.com/swlh/aws-alb-authentication-with-okta-oidc-using-terraform-902cd8289db4
    alb aws okta
  • thumbnail
    Django Tutorial Part 8: User authentication and permissions - Learn web development | MDN
    June 12, 2020 at 5:58:15 PM GMT+2 - permalink - archive.org - https://developer.mozilla.org/en-US/docs/Learn/Server-side/Django/Authentication
    django
  • thumbnail
    Django ALLOWED_HOSTS for Amazon ELB - Stack Overflow

    Another simple solution would be to write a custom MIDDLEWARE which will give the response to ELB before the ALLOWED_HOSTS is checked. So now you don't have to load ALLOWED_HOSTS dynamically.

    The middleware can be as simple as:

    project/app/middleware.py

    from django.http import HttpResponse
    from django.utils.deprecation import MiddlewareMixin

    class HealthCheckMiddleware(MiddlewareMixin):
    def process_request(self, request):
    if request.META["PATH_INFO"] == "/ping/":
    return HttpResponse("pong")

    settings.py

    MIDDLEWARE = [
    'corsheaders.middleware.CorsMiddleware',
    'app.middleware.HealthCheckMiddleware',
    'django.middleware.security.SecurityMiddleware',
    'django.contrib.sessions.middleware.SessionMiddleware',
    'django.middleware.common.CommonMiddleware',
    'django.middleware.csrf.CsrfViewMiddleware',
    ...
    ]

    Django Middleware reference https://docs.djangoproject.com/en/dev/topics/http/middleware/

    June 10, 2020 at 4:54:02 PM GMT+2 - permalink - archive.org - https://stackoverflow.com/questions/35858040/django-allowed-hosts-for-amazon-elb
    alb aws django elb
  • Note: "revert" à la main pour revenir a l'état d'un commit dans le passé

    git reset --hard past_commit
    git reset current_commit
    git commit

    June 9, 2020 at 2:04:13 PM GMT+2 - permalink - archive.org - https://links.infomee.fr/?gfxj6Q
    git revert
  • Multiple databases | Django documentation | Django
    June 8, 2020 at 1:55:32 PM GMT+2 - permalink - archive.org - https://docs.djangoproject.com/en/3.0/topics/db/multi-db/
    database django
  • Note: bash date

    date +%Y-%m-%d_%H-%M-%S

    June 5, 2020 at 1:38:41 PM GMT+2 - permalink - archive.org - https://links.infomee.fr/?jh3dRw
    bash date
  • JSON Schema | The home of JSON Schema
    June 4, 2020 at 10:41:39 AM GMT+2 - permalink - archive.org - https://json-schema.org/
    json python validation
  • thumbnail
    GitHub - coinbase/terraform-landscape: Improve Terraform's plan output to be easier to read and understand
    June 4, 2020 at 10:18:32 AM GMT+2 - permalink - archive.org - https://github.com/coinbase/terraform-landscape
    plan terraform tools
  • pytz - World Timezone Definitions for Python — pytz 2014.10 documentation
    May 29, 2020 at 10:52:27 AM GMT+2 - permalink - archive.org - http://pytz.sourceforge.net/
    python timezone
  • thumbnail
    WASD VP3 62-Key ISO Custom Mechanical Keyboard - WASD Keyboards
    May 20, 2020 at 10:06:28 AM GMT+2 - permalink - archive.org - https://www.wasdkeyboards.com/wasd-vp3-62-key-iso-custom-mechanical-keyboard.html
    keyboard
  • Logging Cookbook — Python 3.8.3rc1 documentation
    May 14, 2020 at 9:41:12 AM GMT+2 - permalink - archive.org - https://docs.python.org/3/howto/logging-cookbook.html
    cookbook log python
  • thumbnail
    Moving Terraform Resources’ States from One Remote State to Another

    it works TM

    May 7, 2020 at 10:14:17 AM GMT+2 * - permalink - archive.org - https://medium.com/@lynnlin827/moving-terraform-resources-states-from-one-remote-state-to-another-c76f8b76a996
    move state terraform
  • thumbnail
    Lizard Point Geography Quizzes clickable map quizzes for fun and learning
    May 4, 2020 at 1:38:04 PM GMT+2 - permalink - archive.org - https://lizardpoint.com/geography/index.php
    geographie map quizz
  • Home - Telepresence
    April 28, 2020 at 2:18:04 PM GMT+2 - permalink - archive.org - https://www.telepresence.io/
    dev k8s tools
  • Apache Hadoop Amazon Web Services support – Working with IAM Assumed Roles
    April 23, 2020 at 4:00:22 PM GMT+2 - permalink - archive.org - https://hadoop.apache.org/docs/current/hadoop-aws/tools/hadoop-aws/assumed_roles.html#AccessDeniedException_.2B_AmazonDynamoDBException
    assume hadoop python role spark
  • zsh: 18 Zsh Line Editor
    April 23, 2020 at 10:59:43 AM GMT+2 - permalink - archive.org - http://zsh.sourceforge.net/Doc/Release/Zsh-Line-Editor.html#Standard-Widgets
    zsh
  • zsh: 17 Shell Builtin Commands

    history command is the same than fc -l

    fc is used to manage history

    MAIS omyzsh declare un alias history :
    https://github.com/ohmyzsh/ohmyzsh/blob/master/lib/history.zsh

    ce qui equivaut à history = fc -l 1

    April 23, 2020 at 10:05:10 AM GMT+2 * - permalink - archive.org - http://zsh.sourceforge.net/Doc/Release/Shell-Builtin-Commands.html
    history zsh
  • Apache Hadoop Amazon Web Services support – Working with IAM Assumed Roles
    April 22, 2020 at 5:23:26 PM GMT+2 - permalink - archive.org - https://hadoop.apache.org/docs/current/hadoop-aws/tools/hadoop-aws/assumed_roles.html
    assume aws hadoop python role spark
  • thumbnail
    GitHub - davidhalter/jedi-vim: Using the jedi autocompletion library for VIM.
    April 22, 2020 at 8:39:53 AM GMT+2 - permalink - archive.org - https://github.com/davidhalter/jedi-vim
    python vim
Links per page: 20 50 100
◄Older
page 18 / 217
Newer►
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Help/documentation