Skip to content
View tdr2d's full-sized avatar
Block or Report

Block or report tdr2d

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. Linux useful bash commands Linux useful bash commands
    1
    help: ## Show this help
    2
    	@grep -E "^[a-z0-9_-]+:|^##" Makefile | sed -E 's/([\s_]+):.*##(.*)/\1:\2/' | column -s: -t | sed -e 's/##//'
    3
    ##
    4
    ## Utils
    5
    sync: ## sync
  2. Helm 3 Usage Cheatsheet Helm 3 Usage Cheatsheet
    1
    # Helm Usage Cheatsheet
    2
    ## 1. Generate a new helm chart
    3
    ```bash
    4
    helm create portail-web
    5
    ```
  3. cloud-native-cheat cloud-native-cheat Public

    Cloud Native utilities, bash scripts, kubernetes usecase examples, vmware etc..

    Shell

  4. GoogleCloudPlatform/continuous-deployment-on-kubernetes GoogleCloudPlatform/continuous-deployment-on-kubernetes Public

    Get up and running with Jenkins on Google Kubernetes Engine

    Shell 1.6k 887

  5. terraform-provider-nsxt terraform-provider-nsxt Public

    Forked from vmware/terraform-provider-nsxt

    Terraform VMware NSX-T provider

    Go

  6. ovh_pricelist ovh_pricelist Public

    OVHCloud Pricelist - Calculator

    Python 1