<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Sonu Kumar Kushwaha</title>
    <description>The latest articles on DEV Community by Sonu Kumar Kushwaha (@iamsonukushwaha).</description>
    <link>https://dev.to/iamsonukushwaha</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F420702%2F2f0ff834-f05b-4595-a7fa-0c56f8ede122.png</url>
      <title>DEV Community: Sonu Kumar Kushwaha</title>
      <link>https://dev.to/iamsonukushwaha</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/iamsonukushwaha"/>
    <language>en</language>
    <item>
      <title>Setup GitHub SSH Access on a Machine</title>
      <dc:creator>Sonu Kumar Kushwaha</dc:creator>
      <pubDate>Tue, 21 Oct 2025 04:36:48 +0000</pubDate>
      <link>https://dev.to/iamsonukushwaha/setup-github-ssh-access-on-a-machine-33mk</link>
      <guid>https://dev.to/iamsonukushwaha/setup-github-ssh-access-on-a-machine-33mk</guid>
      <description>&lt;p&gt;Setup GitHub SSH Access on a Machine &lt;/p&gt;

&lt;p&gt;Pre-requisite: Ensure Git is installed on the machine.&lt;/p&gt;

&lt;p&gt;Generate SSH Key:&lt;/p&gt;

&lt;p&gt;Run the following command, replacing the email with your GitHub account email:&lt;/p&gt;

&lt;p&gt;ssh-keygen -t ed25519 -C "&lt;a href="mailto:your_email@example.com"&gt;your_email@example.com&lt;/a&gt;"&lt;br&gt;
Copy SSH Public Key:&lt;/p&gt;

&lt;p&gt;Display the public key by running:&lt;/p&gt;

&lt;p&gt;cat ~/.ssh/id_ed25519.pub&lt;br&gt;
Copy the entire output.&lt;/p&gt;

&lt;p&gt;Add SSH Key to GitHub Account:&lt;/p&gt;

&lt;p&gt;Log in to your GitHub account.&lt;/p&gt;

&lt;p&gt;Navigate to Settings → SSH and GPG keys.&lt;/p&gt;

&lt;p&gt;Click New SSH key, give it a recognizable title, and paste the copied public key.&lt;/p&gt;

&lt;p&gt;Save the key.&lt;/p&gt;

&lt;p&gt;Clone GitHub Repository Using SSH:&lt;/p&gt;

&lt;p&gt;Use the SSH URL format to clone your repository:&lt;/p&gt;

&lt;p&gt;git clone &lt;a href="mailto:git@github.com"&gt;git@github.com&lt;/a&gt;:username/repository.git&lt;/p&gt;

</description>
      <category>git</category>
      <category>github</category>
      <category>security</category>
      <category>tutorial</category>
    </item>
    <item>
      <title>The Role of the Slash (/) in Linux</title>
      <dc:creator>Sonu Kumar Kushwaha</dc:creator>
      <pubDate>Tue, 21 Oct 2025 04:35:29 +0000</pubDate>
      <link>https://dev.to/iamsonukushwaha/the-role-of-the-slash-in-linux-4aj0</link>
      <guid>https://dev.to/iamsonukushwaha/the-role-of-the-slash-in-linux-4aj0</guid>
      <description>&lt;p&gt;&lt;strong&gt;The Role of the Slash (/) in Linux&lt;/strong&gt;&lt;br&gt;
In Linux and other Unix-like systems, / is the directory separator — everything starts from the root directory /.&lt;br&gt;
Examples: /etc, /var, /home.&lt;/p&gt;

&lt;p&gt;Now here’s the fun part:&lt;br&gt;
According to the POSIX standard, Linux treats multiple consecutive slashes as a single slash — except possibly at the very beginning of a path.&lt;/p&gt;

&lt;p&gt;That means:&lt;/p&gt;

&lt;p&gt;/home&lt;br&gt;
//home&lt;br&gt;
///home&lt;/p&gt;

&lt;p&gt;All point to the same directory.&lt;/p&gt;

&lt;p&gt;The One Special Case&lt;/p&gt;

&lt;p&gt;Some Unix variants (like older AIX or NFS systems) use // at the start of a path to indicate network namespaces or special mounts, similar to how Windows uses \server\share.&lt;br&gt;
Modern Linux usually ignores this distinction.&lt;/p&gt;

</description>
    </item>
    <item>
      <title>Devops</title>
      <dc:creator>Sonu Kumar Kushwaha</dc:creator>
      <pubDate>Mon, 09 Dec 2024 06:48:39 +0000</pubDate>
      <link>https://dev.to/iamsonukushwaha/devops-3acg</link>
      <guid>https://dev.to/iamsonukushwaha/devops-3acg</guid>
      <description></description>
      <category>devops</category>
    </item>
    <item>
      <title>Tarana - Music Player</title>
      <dc:creator>Sonu Kumar Kushwaha</dc:creator>
      <pubDate>Mon, 25 Dec 2023 22:41:33 +0000</pubDate>
      <link>https://dev.to/iamsonukushwaha/tarana-music-player-3ao</link>
      <guid>https://dev.to/iamsonukushwaha/tarana-music-player-3ao</guid>
      <description>&lt;p&gt;&lt;strong&gt;Tarana - Music Player&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Listen to the soulful voice of various singers and enjoy your time with us.&lt;/p&gt;

&lt;p&gt;Live Demo on flyingsonu122.github.io/tarana&lt;/p&gt;

&lt;p&gt;Code here github.com/flyingsonu122/tarana&lt;/p&gt;

&lt;p&gt;&lt;iframe width="710" height="399" src="https://www.youtube.com/embed/0eEhWsajVyg"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

</description>
    </item>
    <item>
      <title>Digital Clock using P5.js</title>
      <dc:creator>Sonu Kumar Kushwaha</dc:creator>
      <pubDate>Mon, 25 Dec 2023 22:40:12 +0000</pubDate>
      <link>https://dev.to/iamsonukushwaha/digital-clock-using-p5js-5ahi</link>
      <guid>https://dev.to/iamsonukushwaha/digital-clock-using-p5js-5ahi</guid>
      <description>&lt;p&gt;Digital Clock using P5.js&lt;/p&gt;

&lt;p&gt;find more about it on &lt;a href="https://singlebucks.blogspot.com/2021/09/clock.html"&gt;https://singlebucks.blogspot.com/2021/09/clock.html&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;iframe width="710" height="399" src="https://www.youtube.com/embed/s9cG28Zx0PA"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

</description>
    </item>
    <item>
      <title>Best Number Game using Nodejs</title>
      <dc:creator>Sonu Kumar Kushwaha</dc:creator>
      <pubDate>Mon, 25 Dec 2023 22:39:28 +0000</pubDate>
      <link>https://dev.to/iamsonukushwaha/best-number-game-using-nodejs-2an1</link>
      <guid>https://dev.to/iamsonukushwaha/best-number-game-using-nodejs-2an1</guid>
      <description>&lt;p&gt;Best Number Game using Nodejs&lt;/p&gt;

&lt;p&gt;💡 A simple NPM Package which returns Best Number Game. Play with It and stay motivated! ✌️ 🌸&lt;/p&gt;

&lt;p&gt;&lt;iframe width="710" height="399" src="https://www.youtube.com/embed/zzlWTHUZg0g"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

</description>
    </item>
    <item>
      <title>How to Delete and download all data of Google Account?</title>
      <dc:creator>Sonu Kumar Kushwaha</dc:creator>
      <pubDate>Mon, 25 Dec 2023 22:38:30 +0000</pubDate>
      <link>https://dev.to/iamsonukushwaha/how-to-delete-and-download-all-data-of-google-account-29ep</link>
      <guid>https://dev.to/iamsonukushwaha/how-to-delete-and-download-all-data-of-google-account-29ep</guid>
      <description>&lt;p&gt;How to Delete and download all data of Google Account?&lt;/p&gt;

&lt;p&gt;I have deleted my Google account for this video&lt;/p&gt;

&lt;p&gt;&lt;iframe width="710" height="399" src="https://www.youtube.com/embed/X3kVZL4zRKE"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

</description>
    </item>
    <item>
      <title>#HelloWorld C program from Terminal</title>
      <dc:creator>Sonu Kumar Kushwaha</dc:creator>
      <pubDate>Mon, 25 Dec 2023 22:37:30 +0000</pubDate>
      <link>https://dev.to/iamsonukushwaha/helloworld-c-program-from-terminal-1n64</link>
      <guid>https://dev.to/iamsonukushwaha/helloworld-c-program-from-terminal-1n64</guid>
      <description>&lt;h1&gt;
  
  
  HelloWorld C program from Terminal
&lt;/h1&gt;

&lt;p&gt;&lt;iframe width="710" height="399" src="https://www.youtube.com/embed/CJo6zJnjDRU"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

</description>
    </item>
    <item>
      <title>Personal Portfolio Website</title>
      <dc:creator>Sonu Kumar Kushwaha</dc:creator>
      <pubDate>Mon, 25 Dec 2023 22:37:03 +0000</pubDate>
      <link>https://dev.to/iamsonukushwaha/personal-portfolio-website-567d</link>
      <guid>https://dev.to/iamsonukushwaha/personal-portfolio-website-567d</guid>
      <description>&lt;p&gt;Sonu's Personal Portfolio Website &lt;/p&gt;

&lt;p&gt;&lt;iframe width="710" height="399" src="https://www.youtube.com/embed/RUZOTBTuwfk"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

</description>
    </item>
    <item>
      <title>Try Catch Block in Java programming language</title>
      <dc:creator>Sonu Kumar Kushwaha</dc:creator>
      <pubDate>Mon, 25 Dec 2023 22:36:21 +0000</pubDate>
      <link>https://dev.to/iamsonukushwaha/try-catch-block-in-java-programming-language-16pc</link>
      <guid>https://dev.to/iamsonukushwaha/try-catch-block-in-java-programming-language-16pc</guid>
      <description>&lt;p&gt;Try Catch Block in Java programming language&lt;/p&gt;

&lt;p&gt;&lt;iframe width="710" height="399" src="https://www.youtube.com/embed/CKffaFHe9m8"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

</description>
    </item>
    <item>
      <title>New Year Countdown</title>
      <dc:creator>Sonu Kumar Kushwaha</dc:creator>
      <pubDate>Mon, 25 Dec 2023 22:35:44 +0000</pubDate>
      <link>https://dev.to/iamsonukushwaha/new-year-countdown-4j55</link>
      <guid>https://dev.to/iamsonukushwaha/new-year-countdown-4j55</guid>
      <description>&lt;p&gt;New Year Countdown&lt;/p&gt;

&lt;p&gt;&lt;iframe width="710" height="399" src="https://www.youtube.com/embed/2w-Wt2YbSf0"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

</description>
    </item>
    <item>
      <title>Get random colors with their hex color codes.</title>
      <dc:creator>Sonu Kumar Kushwaha</dc:creator>
      <pubDate>Mon, 25 Dec 2023 22:32:45 +0000</pubDate>
      <link>https://dev.to/iamsonukushwaha/get-random-colors-with-their-hex-color-codes-4i84</link>
      <guid>https://dev.to/iamsonukushwaha/get-random-colors-with-their-hex-color-codes-4i84</guid>
      <description>&lt;p&gt;Get random colors with their hex color codes.&lt;/p&gt;

&lt;p&gt;&lt;iframe width="710" height="399" src="https://www.youtube.com/embed/ZgBAFc_wWto"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

</description>
    </item>
  </channel>
</rss>
