Convert plaintext to QR code on Linux

If you ever need to quickly share plaintext from a computer to a mobile device, generating a QR code can often prove useful and be a more secure method of information transfer in certain situations. In this post we will Install qrencode to generate QR codes on Debian Generate sample QR codes Create a quick bash script that can be executed whenever we need to generate a QR code from input plaintext (an easy way of sharing website URLs from your computer to mobile device) Useful resources and links Linux Magazine - Generating QR Codes in Linux - https://www. [Read More]