Skip to content
View brainsik's full-sized avatar

Sponsoring

@hachyderm

Organizations

@core
Block or Report

Block or report brainsik

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. virtualenv-burrito virtualenv-burrito Public

    One command to have a working virtualenv + virtualenvwrapper environment.

    Python 852 57

  2. json-store json-store Public

    JSON store is a simple replacement for shelve. It writes JSON serialized files and can accept unicode keys. It has no dependencies.

    Python 15 11

  3. trussworks/terraform-aws-config trussworks/terraform-aws-config Public

    Enables AWS Config and adds managed config rules with good defaults.

    HCL 226 79

  4. trussworks/terraform-aws-ecs-service trussworks/terraform-aws-ecs-service Public

    Creates an ECS Service.

    HCL 116 62

  5. bae bae Public

    Chaotic Attractor Explorer

    Go

  6. NixOS / Nix notes NixOS / Nix notes
    1
    Notes from running NixOS in a local VM.
    2
    
    
    3
    The attached `configuration.nix` sets users immutable to force managing them through the config. The primary user is added to the wheel group and the wheel group has passwordless sudo access. All passwords are set by hash (using `mkpasswd`). SSH keys can be added for the primary user and/or Tailscale SSH can be enabled.
    4
    
    
    5
    ### [Manual installation](https://nixos.org/manual/nixos/stable/index.html#sec-installation-manual)