💡 It's conference 🎤 season! Impress your audience with a slick QR code using these easy commands on Linux
✅ Add your content to a text file:
printf " Name: Zik Joseph\n Blog: https://zikusooka.com \n" > my_contacts.txt
✅ Convert text file (and contents) into QR code image:
qrencode -o zik.png -r my_contacts.txt
Thats all! Add zik.png to your slides. Easy, classy.
#ZikTIPS #TechTips #LinuxTips #Conference #Linux #FOSS #OpenSource