

<feed xmlns="http://www.w3.org/2005/Atom">
  <id>https://aaryanpoudel.com.np/</id>
  <title>Aaryan Poudel</title>
  <subtitle>A minimal docs portfolio developed to keep track of all the code snippets and tutorials for knowledge sharing</subtitle>
  <updated>2025-09-06T23:25:17+01:00</updated>
  <author>
    <name>Aaryan Poudel</name>
    <uri>https://aaryanpoudel.com.np/</uri>
  </author>
  <link rel="self" type="application/atom+xml" href="https://aaryanpoudel.com.np/feed.xml"/>
  <link rel="alternate" type="text/html" hreflang="en"
    href="https://aaryanpoudel.com.np/"/>
  <generator uri="https://jekyllrb.com/" version="4.4.1">Jekyll</generator>
  <rights> © 2025 Aaryan Poudel </rights>
  <icon>/assets/img/favicons/favicon.ico</icon>
  <logo>/assets/img/favicons/favicon-96x96.png</logo>


  
  <entry>
    <title>FSWATCH</title>
    <link href="https://aaryanpoudel.com.np/posts/init-fswatch/" rel="alternate" type="text/html" title="FSWATCH" />
    <published>2025-08-30T00:00:00+01:00</published>
  
    <updated>2025-08-30T00:00:00+01:00</updated>
  
    <id>https://aaryanpoudel.com.np/posts/init-fswatch/</id>
    <content src="https://aaryanpoudel.com.np/posts/init-fswatch/" />
    <author>
      <name>Aaryan Poudel</name>
    </author>

  
    
    <category term="Blogs" />
    
  

  
    <summary>
      





      FSWATCH

Cross-platform OSS file change monitoring tool

Example Usecase

fswatch -o filePath // watch change and print o/p
fswatch -r --exclude '.git' folderPath
fswatch -o filePath | xargs ...

// Using with rsync
fswatch -o ./folderPath | while read num
do
  rsync -avz --delete ./folderPath/ userName@serverIp:/folderPath
done


    </summary>
  

  </entry>

  
  <entry>
    <title>RSYNC</title>
    <link href="https://aaryanpoudel.com.np/posts/blog-rsync/" rel="alternate" type="text/html" title="RSYNC" />
    <published>2025-08-28T00:00:00+01:00</published>
  
    <updated>2025-09-04T18:23:47+01:00</updated>
  
    <id>https://aaryanpoudel.com.np/posts/blog-rsync/</id>
    <content src="https://aaryanpoudel.com.np/posts/blog-rsync/" />
    <author>
      <name>Aaryan Poudel</name>
    </author>

  
    
    <category term="Blogs" />
    
  

  
    <summary>
      





      RSYNC


  Can transfer files inside local machine, between local &amp;amp; remote &amp;amp; remote to remote
  Uses OpenSSH to trasnfer files
  Preferred for source to destination kind of sync (one direction rather than birectional sync)


rsync srcFolder userName@serverIP:/destFolder
rsync srcFolder destFolder 

rync -avP src dest


RSYNC Flags

a - archive mode allows metadata transfer to have exact ...
    </summary>
  

  </entry>

  
  <entry>
    <title>SFTP</title>
    <link href="https://aaryanpoudel.com.np/posts/blog-sftp/" rel="alternate" type="text/html" title="SFTP" />
    <published>2025-08-24T00:00:00+01:00</published>
  
    <updated>2025-09-01T23:32:08+01:00</updated>
  
    <id>https://aaryanpoudel.com.np/posts/blog-sftp/</id>
    <content src="https://aaryanpoudel.com.np/posts/blog-sftp/" />
    <author>
      <name>Aaryan Poudel</name>
    </author>

  
    
    <category term="Blogs" />
    
  

  
    <summary>
      





      SFTP


  A protocol that allows file transfer over ssh.
  More secure than FTP
  Can use apps such as Termius where both host &amp;amp; the client should have an established ssh connection
  Usecase: Transferring files between two servers


Apps


  Use Termius for easy usage of SFTP


    </summary>
  

  </entry>

  
  <entry>
    <title>Coding Agent</title>
    <link href="https://aaryanpoudel.com.np/posts/init-coding-agent/" rel="alternate" type="text/html" title="Coding Agent" />
    <published>2025-08-19T00:00:00+01:00</published>
  
    <updated>2025-08-28T23:24:36+01:00</updated>
  
    <id>https://aaryanpoudel.com.np/posts/init-coding-agent/</id>
    <content src="https://aaryanpoudel.com.np/posts/init-coding-agent/" />
    <author>
      <name>Aaryan Poudel</name>
    </author>

  
    
    <category term="init" />
    
  

  
    <summary>
      





      Ways to use AI for Coding

1. IDE

Using tailor made IDEs is the most easy:


  
    Cursor:

    
      VSCode Fork that’s closed source
      Has free tier usage limit
    
  
  
    Windsurf

    
      VSCode Fork that’s closed source
      Has free tier usage limit
    
  


2. CLI

Use CLI Agents


  Claude Code
    
      Free tier usage limit
    
  
  Gemini CLI
    
      Open Source ...
    </summary>
  

  </entry>

  
  <entry>
    <title>AI Chat Agent URLs</title>
    <link href="https://aaryanpoudel.com.np/posts/blog-ai-chat-agents-url/" rel="alternate" type="text/html" title="AI Chat Agent URLs" />
    <published>2025-08-10T00:00:00+01:00</published>
  
    <updated>2025-08-11T21:51:42+01:00</updated>
  
    <id>https://aaryanpoudel.com.np/posts/blog-ai-chat-agents-url/</id>
    <content src="https://aaryanpoudel.com.np/posts/blog-ai-chat-agents-url/" />
    <author>
      <name>Aaryan Poudel</name>
    </author>

  
    
    <category term="Blogs" />
    
  

  
    <summary>
      





      AI Chat Agent URLs


  
    
      Agent
      Desc
      Limit
    
  
  
    
      GPT5
      General
       
    
    
      Perplexity
      With Sources
       
    
    
      Gemini
      General
       
    
    
      Qwen
       
       
    
    
      Deepseek
       
       
    
    
      Grok
       
       
    
    
      Claude
      Code
       
    
    
      Mistral
    ...
    </summary>
  

  </entry>

</feed>


