From b00e3cd018cde863a28af849b06c37981d7e36cd Mon Sep 17 00:00:00 2001 From: johannst Date: Mon, 19 Aug 2024 23:28:56 +0000 Subject: deploy: a50f54320317c1012f6d798f5d8fbaff0eeb438b --- tools/qrencode.html | 238 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 238 insertions(+) create mode 100644 tools/qrencode.html (limited to 'tools/qrencode.html') diff --git a/tools/qrencode.html b/tools/qrencode.html new file mode 100644 index 0000000..0c215ec --- /dev/null +++ b/tools/qrencode.html @@ -0,0 +1,238 @@ + + + + + + qrencode - Notes + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + + + + + + +
+
+

qrencode(1)

+

Generate wifi qr code for WPA2 secured network.

+
# Generate on terminal.
+qrencode -t ansiutf8 'WIFI:S:<wifiname>;T:WPA2;P:<wifipasswd>;;'
+
+# Generate picture for printing.
+qrencode -t png -o wifi.png 'WIFI:S:<wifiname>;T:WPA2;P:<wifipasswd>;;'
+
+ +
+ + +
+
+ + + +
+ + + + + + + + + + + + + + + + + + +
+ + -- cgit v1.2.3