Hier werden die Unterschiede zwischen zwei Versionen angezeigt.
| Beide Seiten der vorigen Revision Vorhergehende Überarbeitung Nächste Überarbeitung | Vorhergehende Überarbeitung | ||
|
qrencode [2020/11/11 11:32] admin |
qrencode [2023/07/14 07:00] (aktuell) admin |
||
|---|---|---|---|
| Zeile 30: | Zeile 30: | ||
| <code bash wlan.sh> | <code bash wlan.sh> | ||
| #!/bin/bash | #!/bin/bash | ||
| - | qrencode -t EPS -o wlan.eps "WIFI:S:SSID;T:WPA2;P:password" | + | qrencode -t EPS -o wlan.eps "WIFI:S:SSID;T:WPA2;P:password;;" |
| </code> | </code> | ||
| + | |||
| + | <file> | ||
| + | WLAN | ||
| + | |||
| + | qrencode -o wifi.png "WIFI:S:my-ssid;T:[WEP|WPA|WPA2];P:PASSWORD;H:[true|false];" | ||
| + | qrencode -t png -o wifi.png 'WIFI:S:SSID;T:WPA2;P:password;;' | ||
| + | |||
| + | H steht für hidden | ||
| + | |||
| + | </file> | ||
| Die Datei wlan.eps kann in Inkscape importiert und beliebig skaliert werden. | Die Datei wlan.eps kann in Inkscape importiert und beliebig skaliert werden. | ||
| + | |||
| + | |||
| + | === QR-Codes als SVG speichern === | ||
| + | |||
| + | cat address.txt | qrencode -t SVG -o address.svg | ||
| + | |||
| === 100 Stellen von PI === | === 100 Stellen von PI === | ||
| Zeile 82: | Zeile 98: | ||
| END:VEVENT | END:VEVENT | ||
| </file> | </file> | ||
| - | |||
| - | <file> | ||
| - | WLAN | ||
| - | |||
| - | qrencode -o wifi.png "WIFI:S:my-ssid;T:[WEP|WPA|WPA2];P:PASSWORD;H:[true|false];" | ||
| - | |||
| - | H steht für hidden | ||
| - | |||
| - | </file> | ||
| - | |||
| - | === QR-Codes als SVG speichern === | ||
| - | |||
| - | cat address.txt | qrencode -t SVG -o address.svg | ||
| === Hardware auslesen und QR-Code erstellen === | === Hardware auslesen und QR-Code erstellen === | ||