Skip to content
View eivarin's full-sized avatar

Highlights

  • Pro

Block or report eivarin

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
eivarin/README.md

Eivarin's Playground

Hey there! I'm Eivarin, a network & DevOps enthusiast This is my corner of the web where I tinker, build, and explore the magic of connecting things & automating the flow ✨

Eivarin's GitHub stats

Tech I play with:

Static Badge Static Badge Static Badge Static Badge Static Badge Static Badge Static Badge Static Badge Static Badge

Contact me:

What's here?
  • Network adventures: Building & optimizing networks
  • ⚙️ DevOps fun: Automating the software lifecycle
  • Maybe some cool (or not-so-cool) scripts
  • University projects
  • Random projects that spark my curiosity
Join the fun!
  • Browse the code & see if anything catches your eye
  • Fork a project & play around!
  • ❓ Have questions or just wanna chat? Hit me up!

P.S. This space keeps evolving, so check back often for new projects brewing! ☕️

Pinned Loading

  1. Athena-Ops Athena-Ops Public

    My kubernetes homelab powered by GitOps with FluxCD- Unified source of truth, automated workflows, declarative infrastructure, and cutting-edge DevOps practices.

    Python

  2. containers containers Public

    Container images for self-hosting purposes

    Dockerfile

  3. Dockerized-Coreemu Dockerized-Coreemu Public

    Shell 6 1

  4. ESR ESR Public

    Go

  5. connect to Uminho Eduroam with Netwo... connect to Uminho Eduroam with NetworkManager
    1
    #!/bin/sh
    2
    read -p "Numero Mecanografico r"(a|pg)\d{5-6}": " nAluno
    3
    read -s -p "Password: " pass
    4
    ifname=$(ip link | grep -Po '\d: (w\w*):' | grep -Po 'w\w*')
    5
    nmcli connection add  type wifi ifname $ifname con-name eduroam ssid eduroam -- ipv4.method auto \