Skip to content
View hermannolafs's full-sized avatar
☸️
☸️

Block or report hermannolafs

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 Loading

  1. Nixos Gnome RDP Remote Desktop Nixos Gnome RDP Remote Desktop
    1
    {
    2
      # minimized for clarity.
    3
      # Some of these might not be needed. After some trial and error
    4
      # I got this working with these configs. 
    5
      # I do not have the patience to rn an elimination test. 
  2. Unset/Cleanup kubernetes context/con... Unset/Cleanup kubernetes context/config/clusters/users/current-context
    1
    kubectl config unset clusters && kubectl config unset contexts && kubectl config unset users && kubectl config unset current-context
  3. Azure Bastion Network Security Group... Azure Bastion Network Security Groups NSG
    1
    resource "azurerm_subnet_network_security_group_association" "bastion-to-vm" {
    2
    	subnet_id = azurerm_subnet.this.id
    3
    	network_security_group_id = azurerm_network_security_group.bastion_to_pipelines.id
    4
    }
    5
    
                  
  4. sector7g sector7g Public

    Don't forget, you're here forever!

    Elixir 2