QR Encode
For further reference .. and preventing me from googling it a 3rd time
qrencode "http://www.krisbuytaert.be/" -o qrcode.png -s 10
or
cat Kris_Buytaert.vcf | qrencode -o vcf.png -s 5
For further reference .. and preventing me from googling it a 3rd time
qrencode "http://www.krisbuytaert.be/" -o qrcode.png -s 10
or
cat Kris_Buytaert.vcf | qrencode -o vcf.png -s 5
Comments
#1 Philip Paeps : Don't abuse cats!
You mean "qrencode -o vcf.png -s 5 < Kris_Buytaert.vcf" :)
#2 Kris Buytaert : I just like cats
You are absolutely right :)