Skip to content
View wojtekdmyszewicz's full-sized avatar
🎯
Focusing
🎯
Focusing
Block or Report

Block or report wojtekdmyszewicz

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. helm helm Public

    Forked from helm/helm

    The Kubernetes Package Manager

    Go

  2. compose compose Public

    Forked from docker/compose

    Define and run multi-container applications with Docker

    Python

  3. AWS loadbalancer SSL config AWS loadbalancer SSL config
    1
    # Request SSL certificate and configure AWS loadbalancer
    2
    
                  
    3
    ## Request a ssl certificate (i.e. Comodo, Symantec)
    4
    
                  
    5
    1. openssl req -utf8 -nodes -sha256 -newkey rsa:2048 -keyout domainname_com.key -out domainname_com.csr
  4. Git ignore file for Xcode projects Git ignore file for Xcode projects
    1
    # Ignore Finder spam
    2
    \.DS_store
    3
    
                  
    4
    # Ignore cruft in the project bundle
    5
    *.xcodeproj/*