Skip to content

Instantly share code, notes, and snippets.

View vargamartonaron's full-sized avatar
🌐
elte metascience lab

Varga Marton vargamartonaron

🌐
elte metascience lab
View GitHub Profile
@BollaBerg
BollaBerg / nmcli-connect-eduroam.sh
Last active November 11, 2025 11:00
Configure Eduroam for NMCLI
# Heavily inspired by https://haluk.github.io/posts-output/2020-10-19-linux/
# Replace <IFNAME> with wifi device name
# Replace <IDENTITY> with student identity (i.e. <USERNAME>@ntnu.no)
# Replace <PASSWORD> with user password
nmcli con add \
type wifi \
ifname <IFNAME> \
con-name eduroam \
ssid eduroam \