Skip to content
View silashansen's full-sized avatar

Block or report silashansen

Report abuse

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

Report abuse

Pinned Loading

  1. k8s_nodebalancer k8s_nodebalancer Public

    Very crude and coarse node_balancer for quick balancing memory across clusters with missing or wrong resource requests. Use are your own risk!

    Python 1

  2. ha_blueprints ha_blueprints Public

    My little stash of blueprints for Home Assistant that I use across my house for various actions. All developed and maintained by me.

  3. bmw_notify bmw_notify Public

    BMW Notify is a simple lambda container image that will notify you if you forgot to lock your car.

    Python 1

  4. Nginx Increase max no of open files ... Nginx Increase max no of open files limit - Ubuntu 16.04
    1
    # maximum capability of system
    2
    user@ubuntu:~$ cat /proc/sys/fs/file-max
    3
    708444
    4
    
                  
    5
    # available limit
  5. ES Scroll Query Helper ES Scroll Query Helper
    1
    public static void Main()
    2
    {
    3
        var esClient = new ElasticClient(new Uri("http://localhost:9200"));
    4
    
                  
    5
        var response = esClient
  6. kubernetes/kops kubernetes/kops Public

    Kubernetes Operations (kOps) - Production Grade k8s Installation, Upgrades and Management

    Go 16.5k 4.7k