☆ Yσɠƚԋσʂ ☆ to Open SourceEnglish · 9 months agowifi-qr: command-line util to generate QR codes for wifi accessgithub.comexternal-linkmessage-square5fedilinkarrow-up156arrow-down13
arrow-up153arrow-down1external-linkwifi-qr: command-line util to generate QR codes for wifi accessgithub.com☆ Yσɠƚԋσʂ ☆ to Open SourceEnglish · 9 months agomessage-square5fedilink
minus-squarePasta Dental@sh.itjust.workslinkfedilinkarrow-up1·9 months agoGNOME can already generate QR codes, not sure about KDE
minus-squarefl42vlinkfedilinkarrow-up4·9 months agoLooking at what’s inside, you can pretty much do it with bash + qrencode. At the first glance, it’s basically an encoded string like WIFI:T:$SECURITY;S:$SSID;P:$PASSWORD;H:$HIDDEN;; where $SECURITY will most often be WPA
GNOME can already generate QR codes, not sure about KDE
Looking at what’s inside, you can pretty much do it with bash + qrencode. At the first glance, it’s basically an encoded string like
WIFI:T:$SECURITY;S:$SSID;P:$PASSWORD;H:$HIDDEN;;
where$SECURITY
will most often be WPA