Create qrcode under linux
This is achieved using the following command: qrencode -o $FILENAME -l M "$MESSAGE_GOES_HERE" M is the level of error correction (L (lowest) to H(highest)). (default=L)
This is a blog for collecting all sorts of things, so that I don't have to look for the same thing again and again in google.