<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<?xml-stylesheet type="text/xsl" href="/rss.xsl"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Qrcode on Raveen Kumar</title>
    <link>https://raveenkumar.com/tags/qrcode/</link>
    <description>Recent content in Qrcode on Raveen Kumar</description>
    <generator>Hugo</generator>
    <language>en-US</language>
    <copyright>Raveen Kumar</copyright>
    <lastBuildDate>Fri, 30 Sep 2022 00:00:00 +0000</lastBuildDate>
    <atom:link href="https://raveenkumar.com/tags/qrcode/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>How to create qrcodes in command-line</title>
      <link>https://raveenkumar.com/posts/2022-09-30-how-to-create-qrcodes-in-command-line/</link>
      <pubDate>Fri, 30 Sep 2022 00:00:00 +0000</pubDate>
      <guid>https://raveenkumar.com/posts/2022-09-30-how-to-create-qrcodes-in-command-line/</guid>
      <description>&lt;p&gt;Install &lt;code&gt;qrencode&lt;/code&gt;&lt;/p&gt;&#xA;&lt;pre&gt;&lt;code&gt;sudo dnf install qrencode&#xA;&lt;/code&gt;&lt;/pre&gt;&#xA;&lt;p&gt;Run the following command.&lt;/p&gt;&#xA;&lt;pre&gt;&lt;code&gt;qrencode -o &amp;quot;test.png&amp;quot; &amp;quot;Hello World!&amp;quot;&#xA;# xdg-open test.png&#xA;&#xA;qrencode -o &amp;quot;test2.png&amp;quot; &amp;quot;This is \&#xA;        a\&#xA;        multiline\&#xA;        qr-code\&#xA;      with a lot of text arsithraishtraihtsirts\&#xA;    rastarstnorastirahtensrahtierahts\&#xA;  arsnthierashtiersnhtearhtsierhsat\&#xA;ariesthresnth&amp;quot;&#xA;# xdg-open test2.png&#xA;&lt;/code&gt;&lt;/pre&gt;</description>
    </item>
  </channel>
</rss>
