Skip to content
View b-mc's full-sized avatar

Block or report b-mc

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse

Pinned Loading

  1. OpenWRT UCI scripting cheat sheet OpenWRT UCI scripting cheat sheet
    1
    # OpenWRT UCI scripting cheat sheet
    2
    ## Notes
    3
    I use UCI together with `bash`. When using other shells, you might need to adjust variable handling and loop syntax accordingly.
    4
    ## New config entry - indexing
    5
    
                  
  2. k8s-who-served-me k8s-who-served-me Public

    a k8s service suitable for educational/lab purposes

  3. How to owe a lunch your fellow techn... How to owe a lunch your fellow technician
    1
    # How to owe a lunch your fellow technician
    2
    1. Install bare Ubuntu Server on a remote workstation intended for NAS/CAD etc. (a physical server with no iLO, iDRAC and similar)
    3
    2. Switch the `netplan` renderer to `NetworkManager` without installing the `network-manager` package in the first place
    4
    3. Apply the new netplan config right away: `netplan apply`
    5
    4. Enjoy your offline workstation -.-'