<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Roshan Nagekar — DevOps &amp; Security Blog</title>
    <link>https://iamrawtion.github.io/blog.html</link>
    <description>Technical insights on DevOps, Cloud Infrastructure, and Security</description>
    <language>en-us</language>
    <managingEditor>iamrawtion@gmail.com (Roshan Nagekar)</managingEditor>
    <webMaster>iamrawtion@gmail.com (Roshan Nagekar)</webMaster>
    <lastBuildDate>Thu, 06 Aug 2026 09:21:06 GMT</lastBuildDate>
    <atom:link href="https://iamrawtion.github.io/feed.xml" rel="self" type="application/rss+xml"/>
  <item>
    <title>Credential bleed: what happens when your MCP server trusts the wrong thing</title>
    <link>https://iamrawtion.github.io/blog.html?post=credential-bleed-mcp-server-trust</link>
    <guid isPermaLink="true">https://iamrawtion.github.io/blog.html?post=credential-bleed-mcp-server-trust</guid>
    <pubDate>Sun, 26 Jul 2026 00:00:00 GMT</pubDate>
    <description>I set up a MySQL MCP server on port 9100 using FastMCP and immediately noticed a problem — the server doesn't inherently know the difference between an agent I authorized and one that just happened to find my endpoint.</description>
    <author>iamrawtion@gmail.com (Roshan Nagekar)</author>
    <category>MCP</category>
    <category>AI Agents</category>
    <category>Security</category>
    <category>Terraform</category>
    <category>MySQL</category>
    <category>DevSecOps</category>
  </item>
  <item>
    <title>I built a pipeline to auto-post my Telegram channel everywhere. Then I stopped.</title>
    <link>https://iamrawtion.github.io/blog.html?post=telegram-auto-post-pipeline</link>
    <guid isPermaLink="true">https://iamrawtion.github.io/blog.html?post=telegram-auto-post-pipeline</guid>
    <pubDate>Sun, 26 Jul 2026 00:00:00 GMT</pubDate>
    <description>I tried to build a pipeline that captures posts from my Telegram channel and redistributes them across LinkedIn, Twitter, Instagram, Facebook, and Dev.to automatically. I got most of it working. Then I stopped.</description>
    <author>iamrawtion@gmail.com (Roshan Nagekar)</author>
    <category>n8n</category>
    <category>Automation</category>
    <category>AI Agents</category>
    <category>Telegram</category>
    <category>DevOps</category>
  </item>
  <item>
    <title>Getting Started with Docker Compose: A Practical Guide</title>
    <link>https://iamrawtion.github.io/blog.html?post=sample-docker-compose-guide</link>
    <guid isPermaLink="true">https://iamrawtion.github.io/blog.html?post=sample-docker-compose-guide</guid>
    <pubDate>Wed, 15 Jan 2025 00:00:00 GMT</pubDate>
    <description>Learn how to use Docker Compose to manage multi-container applications. This guide covers the basics of docker-compose.yml files, common commands, and a practical example of deploying a web application with a database.</description>
    <author>iamrawtion@gmail.com (Roshan Nagekar)</author>
    <category>Docker</category>
    <category>Docker Compose</category>
    <category>Containers</category>
    <category>DevOps</category>
  </item>
  <item>
    <title>Sken.ai DevSecOps walkthrough</title>
    <link>https://iamrawtion.github.io/blog.html?post=skenai-devsecops-walkthrough</link>
    <guid isPermaLink="true">https://iamrawtion.github.io/blog.html?post=skenai-devsecops-walkthrough</guid>
    <pubDate>Fri, 22 Jan 2021 00:00:00 GMT</pubDate>
    <description>Sken.ai Introduction:- Sken.ai is a Continuous Application Security Testing and vulnerability scanning tool. It helps in static code analysis, Source...</description>
    <author>iamrawtion@gmail.com (Roshan Nagekar)</author>

  </item>
  <item>
    <title>SkenAI's role in DevSecOps CI/CD pipeline</title>
    <link>https://iamrawtion.github.io/blog.html?post=skenais-role-in-devsecops-cicd-pipeline</link>
    <guid isPermaLink="true">https://iamrawtion.github.io/blog.html?post=skenais-role-in-devsecops-cicd-pipeline</guid>
    <pubDate>Fri, 22 Jan 2021 00:00:00 GMT</pubDate>
    <description>The term DevOps has pretty much revolutionized the entire IT industry. We have heard of different versions/definitions and nomenclature for different...</description>
    <author>iamrawtion@gmail.com (Roshan Nagekar)</author>

  </item>
  <item>
    <title>DevSecOps Pune Meetup 4</title>
    <link>https://iamrawtion.github.io/blog.html?post=devsecops-pune-meetup-4</link>
    <guid isPermaLink="true">https://iamrawtion.github.io/blog.html?post=devsecops-pune-meetup-4</guid>
    <pubDate>Sat, 09 Mar 2019 00:00:00 GMT</pubDate>
    <description>9th March 2019 This is our 4th DevSecOps meetup. More and More and More swag sponsors added to the list. New sponsors: Elastic, Sonatype, Synk along...</description>
    <author>iamrawtion@gmail.com (Roshan Nagekar)</author>
    <category>Ansible</category>
    <category>AWS</category>
    <category>burpsuite</category>
    <category>Devops</category>
    <category>DevSecOps</category>
    <category>git</category>
    <category>Meetups</category>
    <category>Open Source</category>
  </item>
  <item>
    <title>Easily SCP/Rsync through bastion host or SCP/Rsync through multiple hops</title>
    <link>https://iamrawtion.github.io/blog.html?post=easily-scprsync-through-bastion-host-or</link>
    <guid isPermaLink="true">https://iamrawtion.github.io/blog.html?post=easily-scprsync-through-bastion-host-or</guid>
    <pubDate>Wed, 20 Feb 2019 00:00:00 GMT</pubDate>
    <description>Often we work in environment where we need to copy files or directories from a local system to another server that can be accessed only through a...</description>
    <author>iamrawtion@gmail.com (Roshan Nagekar)</author>
    <category>hop</category>
    <category>rsync</category>
    <category>scp</category>
    <category>SSH</category>
    <category>ssh tunnel</category>
  </item>
  <item>
    <title>Source build Envoy proxy on Ubuntu 18.04</title>
    <link>https://iamrawtion.github.io/blog.html?post=source-build-envoy-proxy-on-ubuntu-1804</link>
    <guid isPermaLink="true">https://iamrawtion.github.io/blog.html?post=source-build-envoy-proxy-on-ubuntu-1804</guid>
    <pubDate>Wed, 20 Feb 2019 00:00:00 GMT</pubDate>
    <description>sudo apt-get update sudo apt-get install openjdk-8-jdk build-essential autoconf libtool cmake ninja-build echo &quot;deb [arch=amd64]...</description>
    <author>iamrawtion@gmail.com (Roshan Nagekar)</author>
    <category>envoy</category>
    <category>load balancer</category>
    <category>proxy</category>
    <category>source build</category>
    <category>ubuntu</category>
  </item>
  <item>
    <title>DevSecOps Pune Meetup 3</title>
    <link>https://iamrawtion.github.io/blog.html?post=devsecops-pune-meetup-3</link>
    <guid isPermaLink="true">https://iamrawtion.github.io/blog.html?post=devsecops-pune-meetup-3</guid>
    <pubDate>Sat, 09 Feb 2019 00:00:00 GMT</pubDate>
    <description>9th Feb 2019 This is our 3rd DevSecOps meetup. I am glad to see the head count getting even better. Another Goodies sponsor added to the list....</description>
    <author>iamrawtion@gmail.com (Roshan Nagekar)</author>
    <category>Ansible</category>
    <category>DevSecOps</category>
    <category>Information Security</category>
    <category>Kali Linux</category>
    <category>Meetups</category>
    <category>OWASP</category>
  </item>
  <item>
    <title>Copying ssh keys easily</title>
    <link>https://iamrawtion.github.io/blog.html?post=one-click-ansible-authorization-for</link>
    <guid isPermaLink="true">https://iamrawtion.github.io/blog.html?post=one-click-ansible-authorization-for</guid>
    <pubDate>Sat, 09 Feb 2019 00:00:00 GMT</pubDate>
    <description>I use VMs/Vagrant a lot in my day work for all sysadmin/devops automation. One of the problems that I always face with the systems is to authorize my...</description>
    <author>iamrawtion@gmail.com (Roshan Nagekar)</author>
    <category>Ansible</category>
    <category>SSH</category>
    <category>ssh-copy-id</category>
    <category>ssh-keyscan</category>
    <category>Vagrant</category>
  </item>
  <item>
    <title>AWS Tagger</title>
    <link>https://iamrawtion.github.io/blog.html?post=aws-tagger</link>
    <guid isPermaLink="true">https://iamrawtion.github.io/blog.html?post=aws-tagger</guid>
    <pubDate>Sun, 20 Jan 2019 00:00:00 GMT</pubDate>
    <description>Image credits : jdhancock Tagging in AWS is often not considered useful by many users. Tagging of resources in cloud and DC not only helps us...</description>
    <author>iamrawtion@gmail.com (Roshan Nagekar)</author>
    <category>AWS</category>
    <category>Bulk tagging</category>
    <category>Cloud Computing</category>
    <category>Standard</category>
    <category>Tags</category>
  </item>
  <item>
    <title>DevSecOps Pune Meetup 1</title>
    <link>https://iamrawtion.github.io/blog.html?post=devsecops-pune-meetup-1</link>
    <guid isPermaLink="true">https://iamrawtion.github.io/blog.html?post=devsecops-pune-meetup-1</guid>
    <pubDate>Fri, 18 Jan 2019 00:00:00 GMT</pubDate>
    <description>After some good success, a huge gap and some mixed learning experiences with organizing DevOps Pune meetups, I decided to start with DevSecOps Pune...</description>
    <author>iamrawtion@gmail.com (Roshan Nagekar)</author>
    <category>Devops</category>
    <category>DevSecOps</category>
    <category>Information Security</category>
    <category>Meetups</category>
    <category>SecOps</category>
  </item>
  <item>
    <title>DevSecOps Pune Meetup 2</title>
    <link>https://iamrawtion.github.io/blog.html?post=devsecops-pune-meetup-2</link>
    <guid isPermaLink="true">https://iamrawtion.github.io/blog.html?post=devsecops-pune-meetup-2</guid>
    <pubDate>Fri, 18 Jan 2019 00:00:00 GMT</pubDate>
    <description>For the 2nd DevSecOps meetup, we already had our first swag sponsor. For DevOps Pune, I received swags from Docker and Ansible. Hashicorp was also...</description>
    <author>iamrawtion@gmail.com (Roshan Nagekar)</author>
    <category>Devops</category>
    <category>DevSecOps</category>
    <category>Information Security</category>
    <category>Meetups</category>
    <category>SecOps</category>
  </item>
  <item>
    <title>Tools mentioned in Devops Weekly</title>
    <link>https://iamrawtion.github.io/blog.html?post=tools-mentioned-in-devops-weekly</link>
    <guid isPermaLink="true">https://iamrawtion.github.io/blog.html?post=tools-mentioned-in-devops-weekly</guid>
    <pubDate>Mon, 18 Dec 2017 00:00:00 GMT</pubDate>
    <description>All credits to http://www.devopsweekly.com/ looked after by Looked after by Gareth Rushgrove. Kashti is a dashboard for anyone using Brigade, a tool...</description>
    <author>iamrawtion@gmail.com (Roshan Nagekar)</author>

  </item>
  <item>
    <title>MdWiki : 100% Serverless Website and/or Documentation tool</title>
    <link>https://iamrawtion.github.io/blog.html?post=mdwiki-100-serverless-website-andor</link>
    <guid isPermaLink="true">https://iamrawtion.github.io/blog.html?post=mdwiki-100-serverless-website-andor</guid>
    <pubDate>Thu, 30 Nov 2017 00:00:00 GMT</pubDate>
    <description>I recently joined a new firm and the best part was that the entire setup was just a month old. The company has setup a new technology center in Pune...</description>
    <author>iamrawtion@gmail.com (Roshan Nagekar)</author>
    <category>Documentation</category>
    <category>JavaScript</category>
    <category>Serverless</category>
    <category>Webpage</category>
    <category>Wiki</category>
  </item>
  <item>
    <title>Configuration Management with Ansible</title>
    <link>https://iamrawtion.github.io/blog.html?post=configuration-management-with-ansible</link>
    <guid isPermaLink="true">https://iamrawtion.github.io/blog.html?post=configuration-management-with-ansible</guid>
    <pubDate>Tue, 26 Apr 2016 00:00:00 GMT</pubDate>
    <description>What is Ansible? Opensource IT Automation tool that handles: - Application Deployment - Muti-tier Orchestration - Configuration Management Why...</description>
    <author>iamrawtion@gmail.com (Roshan Nagekar)</author>
    <category>AWS</category>
    <category>Configuration Management</category>
    <category>Devops</category>
    <category>Provisioning</category>
    <category>Virtualization</category>
  </item>
  <item>
    <title>Install Cobbler 2.6.10 on Ubuntu 14.04</title>
    <link>https://iamrawtion.github.io/blog.html?post=install-cobbler-2610-on-ubuntu-1404</link>
    <guid isPermaLink="true">https://iamrawtion.github.io/blog.html?post=install-cobbler-2610-on-ubuntu-1404</guid>
    <pubDate>Mon, 18 Jan 2016 00:00:00 GMT</pubDate>
    <description>Most of the content is taken from this page. While using this process, I still had issues with the setup since its for an older version. I struggled...</description>
    <author>iamrawtion@gmail.com (Roshan Nagekar)</author>

  </item>
  <item>
    <title>Infrastructure Monitoring with Nagios</title>
    <link>https://iamrawtion.github.io/blog.html?post=infrastructure-monitoring-with-nagios</link>
    <guid isPermaLink="true">https://iamrawtion.github.io/blog.html?post=infrastructure-monitoring-with-nagios</guid>
    <pubDate>Sat, 10 Oct 2015 00:00:00 GMT</pubDate>
    <description>Image Credits : xmodulo Server management is a real pain and the pain keeps getting worse with more and more server getting added to the...</description>
    <author>iamrawtion@gmail.com (Roshan Nagekar)</author>
    <category>Configuration Management</category>
    <category>CPU</category>
    <category>Devops</category>
    <category>Infrastructure</category>
    <category>Monitoring</category>
    <category>Nagios</category>
    <category>Open Source</category>
    <category>Operations</category>
    <category>RAM</category>
    <category>Server</category>
    <category>SLA</category>
    <category>Troubleshooting</category>
    <category>Uptime</category>
  </item>
  <item>
    <title>Software Configuration Management System</title>
    <link>https://iamrawtion.github.io/blog.html?post=software-configuration-management-system</link>
    <guid isPermaLink="true">https://iamrawtion.github.io/blog.html?post=software-configuration-management-system</guid>
    <pubDate>Tue, 18 Aug 2015 00:00:00 GMT</pubDate>
    <description>Picture credits : Paul Downey Any application would generally consist of Web servers, Application Servers, Memcache systems, SQL and NoSQL Database...</description>
    <author>iamrawtion@gmail.com (Roshan Nagekar)</author>
    <category>Configuration Management</category>
    <category>Deployment</category>
    <category>Devops</category>
    <category>Provisioning</category>
  </item>
  <item>
    <title>s3cmd to push large files greater than 5GB to Amazon S3</title>
    <link>https://iamrawtion.github.io/blog.html?post=s3cmd-to-push-large-files-greater-then</link>
    <guid isPermaLink="true">https://iamrawtion.github.io/blog.html?post=s3cmd-to-push-large-files-greater-then</guid>
    <pubDate>Thu, 23 Apr 2015 00:00:00 GMT</pubDate>
    <description>image credits: Stefano Bertolo Use command line utility to push s3cmd files on Amazon S3. Install s3cmd from s3tools.org or apt-get install yum...</description>
    <author>iamrawtion@gmail.com (Roshan Nagekar)</author>
    <category>AWS</category>
    <category>Devops</category>
    <category>S3</category>
    <category>s3cmd</category>
  </item>
  <item>
    <title>Hadoop 1.0</title>
    <link>https://iamrawtion.github.io/blog.html?post=hadoop-10</link>
    <guid isPermaLink="true">https://iamrawtion.github.io/blog.html?post=hadoop-10</guid>
    <pubDate>Mon, 25 Aug 2014 00:00:00 GMT</pubDate>
    <description>some rights reserved by intelfreepress Got opportunity to work with Hadoop with a recent project. Understanding the architecture conceptually and...</description>
    <author>iamrawtion@gmail.com (Roshan Nagekar)</author>
    <category>BigData</category>
    <category>Devops</category>
    <category>Hadoop</category>
    <category>Hbase</category>
    <category>Hive</category>
  </item>
  <item>
    <title>Mumbai Technology Meetup - DevOps Special</title>
    <link>https://iamrawtion.github.io/blog.html?post=mumbai-technology-meetup-devops-special</link>
    <guid isPermaLink="true">https://iamrawtion.github.io/blog.html?post=mumbai-technology-meetup-devops-special</guid>
    <pubDate>Sun, 27 Jul 2014 00:00:00 GMT</pubDate>
    <description>On July 27th 10 am a DevOps special meetup was conducted at Directiplex, Mumbai. Its very rare to see a meetup given importance as much as any other...</description>
    <author>iamrawtion@gmail.com (Roshan Nagekar)</author>
    <category>Devops</category>
    <category>Meetups</category>
  </item>
  <item>
    <title>Bugzilla Mail Sending Issue</title>
    <link>https://iamrawtion.github.io/blog.html?post=bugzilla-mail-sending-issue</link>
    <guid isPermaLink="true">https://iamrawtion.github.io/blog.html?post=bugzilla-mail-sending-issue</guid>
    <pubDate>Wed, 16 Jul 2014 00:00:00 GMT</pubDate>
    <description>Lately an issue was assigned to me where Bugzilla Email notification failed with an 504 gateway timed out error. We use gmail service for sending...</description>
    <author>iamrawtion@gmail.com (Roshan Nagekar)</author>
    <category>Bugzilla</category>
    <category>cpan</category>
    <category>Perl</category>
    <category>Troubleshooting</category>
  </item>
  <item>
    <title>RootConf 2014</title>
    <link>https://iamrawtion.github.io/blog.html?post=rootconf-2014</link>
    <guid isPermaLink="true">https://iamrawtion.github.io/blog.html?post=rootconf-2014</guid>
    <pubDate>Wed, 16 Jul 2014 00:00:00 GMT</pubDate>
    <description>I attended conference and workshop on Devops and Cloud Infrastructure - RootConf 2014 at Bangalore from 14th May to 17th May 2014. Topics covered: Go CI Tool, SELinux, Docker, and more.</description>
    <author>iamrawtion@gmail.com (Roshan Nagekar)</author>
    <category>Devops</category>
  </item>
  <item>
    <title>Install a Patched Ruby Interpreter With Rbenv and Ruby-build for 2.0.0-p247</title>
    <link>https://iamrawtion.github.io/blog.html?post=install-patched-ruby-interpreter-with</link>
    <guid isPermaLink="true">https://iamrawtion.github.io/blog.html?post=install-patched-ruby-interpreter-with</guid>
    <pubDate>Wed, 04 Jun 2014 00:00:00 GMT</pubDate>
    <description>Installation of Ruby 2.0.0-p247 recently had some issues with Openssl package for Centos 6.5. I had to patch the version to get it running. Following...</description>
    <author>iamrawtion@gmail.com (Roshan Nagekar)</author>
    <category>Ruby</category>
    <category>RubyOnRails</category>
    <category>Troubleshooting</category>
  </item>
  <item>
    <title>Integrating Docker with Chef</title>
    <link>https://iamrawtion.github.io/blog.html?post=integrating-docker-with-chef</link>
    <guid isPermaLink="true">https://iamrawtion.github.io/blog.html?post=integrating-docker-with-chef</guid>
    <pubDate>Tue, 03 Jun 2014 00:00:00 GMT</pubDate>
    <description>Ever since Docker was introduced to me, the first thing that came to my mind was, Docker is a replacement for Chef. Docker does almost everything...</description>
    <author>iamrawtion@gmail.com (Roshan Nagekar)</author>
    <category>Chef</category>
    <category>Devops</category>
    <category>Docker</category>
  </item>
  <item>
    <title>Learning Chef - Part - II</title>
    <link>https://iamrawtion.github.io/blog.html?post=learning-chef-part-ii</link>
    <guid isPermaLink="true">https://iamrawtion.github.io/blog.html?post=learning-chef-part-ii</guid>
    <pubDate>Fri, 23 May 2014 00:00:00 GMT</pubDate>
    <description>some rights reserved by Matt Ray ...continued from Learning Chef - Part - I Consider you have to install an application. You 1st install and...</description>
    <author>iamrawtion@gmail.com (Roshan Nagekar)</author>
    <category>Chef</category>
    <category>Devops</category>
    <category>Server</category>
  </item>
  <item>
    <title>Meetup.com practices</title>
    <link>https://iamrawtion.github.io/blog.html?post=meetupcom-practices</link>
    <guid isPermaLink="true">https://iamrawtion.github.io/blog.html?post=meetupcom-practices</guid>
    <pubDate>Sun, 11 May 2014 00:00:00 GMT</pubDate>
    <description>Some rights reserved by Christain Senger For quiet sometime I have been attending meetups/sessions organised through meetup.com at different...</description>
    <author>iamrawtion@gmail.com (Roshan Nagekar)</author>
    <category>Meetups</category>
  </item>
  <item>
    <title>Docker - Lightweight Linux Container</title>
    <link>https://iamrawtion.github.io/blog.html?post=docker-lightweight-linux-container</link>
    <guid isPermaLink="true">https://iamrawtion.github.io/blog.html?post=docker-lightweight-linux-container</guid>
    <pubDate>Fri, 09 May 2014 00:00:00 GMT</pubDate>
    <description>Docker: Its a tool that helps you to pack, ship and run any application as a light-weight Linux container. More on https://www.docker.io/ Works best...</description>
    <author>iamrawtion@gmail.com (Roshan Nagekar)</author>
    <category>Devops</category>
    <category>Docker</category>
  </item>
  <item>
    <title>Learning Chef - Part - I</title>
    <link>https://iamrawtion.github.io/blog.html?post=learning-chef-part-i</link>
    <guid isPermaLink="true">https://iamrawtion.github.io/blog.html?post=learning-chef-part-i</guid>
    <pubDate>Sat, 26 Apr 2014 00:00:00 GMT</pubDate>
    <description>some rights reserved by Matt Ray The information here has been collected from Nathan Harvey's Video tutorials on Chef's website and from Chef's...</description>
    <author>iamrawtion@gmail.com (Roshan Nagekar)</author>
    <category>Chef</category>
    <category>Devops</category>
    <category>Server</category>
  </item>
  <item>
    <title>Automation for VMware vCloud Director using Chef's knife-vcloud - Part-II</title>
    <link>https://iamrawtion.github.io/blog.html?post=27</link>
    <guid isPermaLink="true">https://iamrawtion.github.io/blog.html?post=27</guid>
    <pubDate>Wed, 23 Apr 2014 00:00:00 GMT</pubDate>
    <description>Version 1.2.0 Some right reserved by Phil Wiffen For some reason with the previous repo I could not see the list of all vApps. Only some of it (a...</description>
    <author>iamrawtion@gmail.com (Roshan Nagekar)</author>
    <category>Chef</category>
    <category>Cloud Computing</category>
    <category>Devops</category>
    <category>VMWare vCloud</category>
  </item>
  <item>
    <title>Automation for VMware vCloud Director using Chef's knife-vcloud</title>
    <link>https://iamrawtion.github.io/blog.html?post=automation-for-vmware-vcloud-director</link>
    <guid isPermaLink="true">https://iamrawtion.github.io/blog.html?post=automation-for-vmware-vcloud-director</guid>
    <pubDate>Mon, 17 Mar 2014 00:00:00 GMT</pubDate>
    <description>Some right reserved by jdhancock Plugin is available at &lt;https://github.com/opscode/knife-vcloud&gt; Configuration used: - CentOS 6.5 - Chef 11.8.2 -...</description>
    <author>iamrawtion@gmail.com (Roshan Nagekar)</author>
    <category>Chef</category>
    <category>Cloud Computing</category>
    <category>VMWare vCloud</category>
  </item>
  <item>
    <title>Public, Private and Hybrid Cloud</title>
    <link>https://iamrawtion.github.io/blog.html?post=public-private-and-hybrid-cloud</link>
    <guid isPermaLink="true">https://iamrawtion.github.io/blog.html?post=public-private-and-hybrid-cloud</guid>
    <pubDate>Tue, 04 Mar 2014 00:00:00 GMT</pubDate>
    <description>A lot has been said, heard and read about Cloud. There so many ways that the cloud gets filtered further. In my previous blog we discussed about...</description>
    <author>iamrawtion@gmail.com (Roshan Nagekar)</author>
    <category>Cloud Computing</category>
    <category>Devops</category>
  </item>
  <item>
    <title>Virtualization with Vagrant</title>
    <link>https://iamrawtion.github.io/blog.html?post=virtualization-with-vagrant</link>
    <guid isPermaLink="true">https://iamrawtion.github.io/blog.html?post=virtualization-with-vagrant</guid>
    <pubDate>Mon, 24 Feb 2014 00:00:00 GMT</pubDate>
    <description>some rights reserved by MedithIT going ahead with Chef configuration management tutorials i came across &quot;Vagrant&quot;. I heard this term many a times....</description>
    <author>iamrawtion@gmail.com (Roshan Nagekar)</author>
    <category>Vagrant</category>
    <category>VirtualBox</category>
    <category>Virtualization</category>
    <category>VMWare</category>
  </item>
  <item>
    <title>Checking Open Ports on a Remote Computer using PortQry</title>
    <link>https://iamrawtion.github.io/blog.html?post=checking-open-ports-on-remote-computer</link>
    <guid isPermaLink="true">https://iamrawtion.github.io/blog.html?post=checking-open-ports-on-remote-computer</guid>
    <pubDate>Fri, 07 Feb 2014 00:00:00 GMT</pubDate>
    <description>Some rights reserved by Ryan Franklin Today for one of the projects the SFTP connection kept failing for some reason. The user-id password used for...</description>
    <author>iamrawtion@gmail.com (Roshan Nagekar)</author>
    <category>Server</category>
    <category>Troubleshooting</category>
  </item>
  <item>
    <title>Data Recovery with TestDisk</title>
    <link>https://iamrawtion.github.io/blog.html?post=data-recovery-with-testdisk</link>
    <guid isPermaLink="true">https://iamrawtion.github.io/blog.html?post=data-recovery-with-testdisk</guid>
    <pubDate>Fri, 07 Feb 2014 00:00:00 GMT</pubDate>
    <description>some rights reserved by epSos .de You buy a portable hard disk drive to keep a back up of all your important data, Or you are carrying an extremely...</description>
    <author>iamrawtion@gmail.com (Roshan Nagekar)</author>
    <category>Data Recovery</category>
    <category>Storage</category>
  </item>
  <item>
    <title>Monitoring in Linux/Unix Environment using TOP</title>
    <link>https://iamrawtion.github.io/blog.html?post=monitoring-in-linuxunix-environment</link>
    <guid isPermaLink="true">https://iamrawtion.github.io/blog.html?post=monitoring-in-linuxunix-environment</guid>
    <pubDate>Thu, 02 Jan 2014 00:00:00 GMT</pubDate>
    <description>Some rights reserved by Steve Jurvetson is the Linux performance monitoring program. For windows user, its analogous to the Task Manager. This...</description>
    <author>iamrawtion@gmail.com (Roshan Nagekar)</author>
    <category>Devops</category>
    <category>Linux</category>
    <category>Troubleshooting</category>
  </item>
  <item>
    <title>Looking for Free Windows OS? ReactOS is here.</title>
    <link>https://iamrawtion.github.io/blog.html?post=looking-for-free-windows-os-reactos-is</link>
    <guid isPermaLink="true">https://iamrawtion.github.io/blog.html?post=looking-for-free-windows-os-reactos-is</guid>
    <pubDate>Fri, 22 Nov 2013 00:00:00 GMT</pubDate>
    <description>Some rights reserved by Plum Lady I keep looking for free stuff available online. In the early days when my searches were only limited to torrents,...</description>
    <author>iamrawtion@gmail.com (Roshan Nagekar)</author>
    <category>Open Source</category>
  </item>
  <item>
    <title>Free and Open Source Alternatives for most of the paid softwares on Windows Machine</title>
    <link>https://iamrawtion.github.io/blog.html?post=free-and-open-source-alternatives-for</link>
    <guid isPermaLink="true">https://iamrawtion.github.io/blog.html?post=free-and-open-source-alternatives-for</guid>
    <pubDate>Thu, 07 Nov 2013 00:00:00 GMT</pubDate>
    <description>Some rights reserved by opensource.com I have recently been using windows more than usual for official use. Being an Ubuntu user i am not much used...</description>
    <author>iamrawtion@gmail.com (Roshan Nagekar)</author>
    <category>Open Source</category>
    <category>Troubleshooting</category>
    <category>Virtualization</category>
  </item>
  <item>
    <title>Second Place Story : Server ghouls haunt bulk ingestion</title>
    <link>https://iamrawtion.github.io/blog.html?post=i-recently-shared-one-of-my-stories</link>
    <guid isPermaLink="true">https://iamrawtion.github.io/blog.html?post=i-recently-shared-one-of-my-stories</guid>
    <pubDate>Sun, 03 Nov 2013 00:00:00 GMT</pubDate>
    <description>Some rights reserved by Julie Rybarczyk I recently shared one of my stories while monitoring an Ingestion Server with AppFirst for one of the...</description>
    <author>iamrawtion@gmail.com (Roshan Nagekar)</author>
    <category>Server</category>
    <category>Storage</category>
    <category>Troubleshooting</category>
  </item>
  <item>
    <title>Custom ROM on LG Optimus 2x</title>
    <link>https://iamrawtion.github.io/blog.html?post=custom-rom-on-lg-optimus-2x</link>
    <guid isPermaLink="true">https://iamrawtion.github.io/blog.html?post=custom-rom-on-lg-optimus-2x</guid>
    <pubDate>Mon, 21 Oct 2013 00:00:00 GMT</pubDate>
    <description>Some rights reserved by Johan Larsson Ever since I started using LG Optimus 2X P990, i noticed some or the other issue with its Battery. The OS was...</description>
    <author>iamrawtion@gmail.com (Roshan Nagekar)</author>

  </item>
  <item>
    <title>New Relic</title>
    <link>https://iamrawtion.github.io/blog.html?post=new-relic</link>
    <guid isPermaLink="true">https://iamrawtion.github.io/blog.html?post=new-relic</guid>
    <pubDate>Mon, 21 Oct 2013 00:00:00 GMT</pubDate>
    <description>I received a mail some months ago to register to New Relic, they had some cool offers then like free t-shirts etc. I didn't check it then as i was...</description>
    <author>iamrawtion@gmail.com (Roshan Nagekar)</author>

  </item>
  <item>
    <title>Shell Scripting Tuts</title>
    <link>https://iamrawtion.github.io/blog.html?post=shell-scripting-tuts</link>
    <guid isPermaLink="true">https://iamrawtion.github.io/blog.html?post=shell-scripting-tuts</guid>
    <pubDate>Wed, 07 Aug 2013 00:00:00 GMT</pubDate>
    <description>Some rights reserved by Linux Screenshots VIM shortcuts :tabfind open new tab :tabn and tabp for next and previous tabs :tabedit to open a new tab...</description>
    <author>iamrawtion@gmail.com (Roshan Nagekar)</author>

  </item>
  <item>
    <title>Build your own private cloud with Ubuntu - II</title>
    <link>https://iamrawtion.github.io/blog.html?post=build-your-own-private-cloud-with</link>
    <guid isPermaLink="true">https://iamrawtion.github.io/blog.html?post=build-your-own-private-cloud-with</guid>
    <pubDate>Fri, 19 Jul 2013 00:00:00 GMT</pubDate>
    <description>Some rights reserved by ErinOfEarth Continuing from... Build your own private cloud with Ubuntu - I Create node for your MAAS server. You must have...</description>
    <author>iamrawtion@gmail.com (Roshan Nagekar)</author>

  </item>
  <item>
    <title>Creating an exactly similar snapshot of your existing running EC2 ami instance</title>
    <link>https://iamrawtion.github.io/blog.html?post=creating-exactly-similar-snapshot-of</link>
    <guid isPermaLink="true">https://iamrawtion.github.io/blog.html?post=creating-exactly-similar-snapshot-of</guid>
    <pubDate>Fri, 19 Jul 2013 00:00:00 GMT</pubDate>
    <description>Some rights reserved by Martin Fisch was going pretty well on the existing EC2 instance, when the developers offshore came up with another version of...</description>
    <author>iamrawtion@gmail.com (Roshan Nagekar)</author>

  </item>
  <item>
    <title>Local Drupal Setup</title>
    <link>https://iamrawtion.github.io/blog.html?post=local-drupal-setup</link>
    <guid isPermaLink="true">https://iamrawtion.github.io/blog.html?post=local-drupal-setup</guid>
    <pubDate>Mon, 08 Jul 2013 00:00:00 GMT</pubDate>
    <description>Some rights reserved by Gabor Hojtsy Drupal is a CMS (Content Management System) written in PHP and is distributed under GNU public license. It is...</description>
    <author>iamrawtion@gmail.com (Roshan Nagekar)</author>

  </item>
  <item>
    <title>Setting up your own FTP server (Ubuntu)</title>
    <link>https://iamrawtion.github.io/blog.html?post=setting-up-your-own-ftp-server-ubuntu</link>
    <guid isPermaLink="true">https://iamrawtion.github.io/blog.html?post=setting-up-your-own-ftp-server-ubuntu</guid>
    <pubDate>Mon, 08 Jul 2013 00:00:00 GMT</pubDate>
    <description>Some rights reserved by Blake Patterson Only after i did it i learnt, things aren't as difficult as they seem to be. I recently got a chance to set...</description>
    <author>iamrawtion@gmail.com (Roshan Nagekar)</author>

  </item>
  <item>
    <title>Build your own private cloud with Ubuntu - I</title>
    <link>https://iamrawtion.github.io/blog.html?post=build-your-own-private-cloud-with</link>
    <guid isPermaLink="true">https://iamrawtion.github.io/blog.html?post=build-your-own-private-cloud-with</guid>
    <pubDate>Sun, 30 Jun 2013 00:00:00 GMT</pubDate>
    <description>Some rights reserved by ErinOfEarth I recently tried building my private cloud with my System Administrator Chaitanya. While we both were successful...</description>
    <author>iamrawtion@gmail.com (Roshan Nagekar)</author>

  </item>
  <item>
    <title>Do's and Dont's for a Fresher Resume</title>
    <link>https://iamrawtion.github.io/blog.html?post=dos-and-donts-for-fresher-resume</link>
    <guid isPermaLink="true">https://iamrawtion.github.io/blog.html?post=dos-and-donts-for-fresher-resume</guid>
    <pubDate>Wed, 15 May 2013 00:00:00 GMT</pubDate>
    <description>Some rights reserved by woodleywonderworks Although i am no expert, nor do i belong to the HR or recruiting dept. by any chance, A few days ago, i...</description>
    <author>iamrawtion@gmail.com (Roshan Nagekar)</author>

  </item>
  <item>
    <title>How to get a Flow of a Simple C program</title>
    <link>https://iamrawtion.github.io/blog.html?post=flow-of-simple-c-program</link>
    <guid isPermaLink="true">https://iamrawtion.github.io/blog.html?post=flow-of-simple-c-program</guid>
    <pubDate>Sat, 26 Jan 2013 00:00:00 GMT</pubDate>
    <description>Some rights reserved by Hillary command for generation of preprocessed code which will have the included files in the code as well as the code that...</description>
    <author>iamrawtion@gmail.com (Roshan Nagekar)</author>

  </item>
  <item>
    <title>Git versioning system, How to use Git?</title>
    <link>https://iamrawtion.github.io/blog.html?post=git-versioning-system</link>
    <guid isPermaLink="true">https://iamrawtion.github.io/blog.html?post=git-versioning-system</guid>
    <pubDate>Sat, 26 Jan 2013 00:00:00 GMT</pubDate>
    <description>Some rights reserved by Sean MacEntee Its been months i used Git. I thought i should write about it. Probably because i shouldn't forget what is it...</description>
    <author>iamrawtion@gmail.com (Roshan Nagekar)</author>

  </item>
  <item>
    <title>Google Analytics. How to use Google Analytics?</title>
    <link>https://iamrawtion.github.io/blog.html?post=google-analytics</link>
    <guid isPermaLink="true">https://iamrawtion.github.io/blog.html?post=google-analytics</guid>
    <pubDate>Sat, 26 Jan 2013 00:00:00 GMT</pubDate>
    <description>Some rights reserved by Search Engine People Google Analytics I recently used Google Analytics in one of my Projects for testing purpose, and boy!!!...</description>
    <author>iamrawtion@gmail.com (Roshan Nagekar)</author>

  </item>
  <item>
    <title>JIRA issue tracking.How to use JIRA?</title>
    <link>https://iamrawtion.github.io/blog.html?post=jira-issue-tracking</link>
    <guid isPermaLink="true">https://iamrawtion.github.io/blog.html?post=jira-issue-tracking</guid>
    <pubDate>Sat, 26 Jan 2013 00:00:00 GMT</pubDate>
    <description>Some rights reserved by Yuko Honda Those who are new to JIRA start reading from &quot;What is JIRA?&quot; I have been learning Administration of JIRA lately...</description>
    <author>iamrawtion@gmail.com (Roshan Nagekar)</author>

  </item>
  <item>
    <title>How to get a Free Teacher, Mentor, Helper Online?</title>
    <link>https://iamrawtion.github.io/blog.html?post=wish-to-have-mentor</link>
    <guid isPermaLink="true">https://iamrawtion.github.io/blog.html?post=wish-to-have-mentor</guid>
    <pubDate>Mon, 21 Jan 2013 00:00:00 GMT</pubDate>
    <description>Some rights reserved by Wonderlane Do You Have a Mentor Yet? ACM partners with MentorNet to develop e-mentoring relationships between students...</description>
    <author>iamrawtion@gmail.com (Roshan Nagekar)</author>

  </item>
  <item>
    <title>TECHNICAL STUFF</title>
    <link>https://iamrawtion.github.io/blog.html?post=tech-stuff-to-separate-part-of-pdf-from</link>
    <guid isPermaLink="true">https://iamrawtion.github.io/blog.html?post=tech-stuff-to-separate-part-of-pdf-from</guid>
    <pubDate>Wed, 02 Jan 2013 00:00:00 GMT</pubDate>
    <description>Some rights reserved by Arthur Caranta 1. to separate a part of pdf from the original pdf use the following command, u may need to install pdftk...</description>
    <author>iamrawtion@gmail.com (Roshan Nagekar)</author>

  </item>
  <item>
    <title>RHCE Preparation, How to Prepare for Red Hat Certification.</title>
    <link>https://iamrawtion.github.io/blog.html?post=rhce-preparation</link>
    <guid isPermaLink="true">https://iamrawtion.github.io/blog.html?post=rhce-preparation</guid>
    <pubDate>Wed, 12 Dec 2012 00:00:00 GMT</pubDate>
    <description>Some rights reserved by Clifford 1st Part Welcome Concentration mainly on commandline tool only GUI is not always available Command line is quicker...</description>
    <author>iamrawtion@gmail.com (Roshan Nagekar)</author>

  </item>
  <item>
    <title>ACM ICPC (3)</title>
    <link>https://iamrawtion.github.io/blog.html?post=acm-icpc-3</link>
    <guid isPermaLink="true">https://iamrawtion.github.io/blog.html?post=acm-icpc-3</guid>
    <pubDate>Thu, 30 Aug 2012 00:00:00 GMT</pubDate>
    <description>Some rights reserved by Kiewic Our 1st day stay was an unofficial one. We reached there one day prior to the actual reporting day. There was actually...</description>
    <author>iamrawtion@gmail.com (Roshan Nagekar)</author>

  </item>
  <item>
    <title>Josephus Problem Ruby Code</title>
    <link>https://iamrawtion.github.io/blog.html?post=josephus-problem-ruby-code</link>
    <guid isPermaLink="true">https://iamrawtion.github.io/blog.html?post=josephus-problem-ruby-code</guid>
    <pubDate>Mon, 27 Aug 2012 00:00:00 GMT</pubDate>
    <description>Ruby code for solving josephus problem. Although the presentation isn't good enough. This was my first Ruby exercise so ignore the mistakes in it......</description>
    <author>iamrawtion@gmail.com (Roshan Nagekar)</author>

  </item>
  <item>
    <title>Ruby and Sinatra Example of Automatic Mutt Configuration</title>
    <link>https://iamrawtion.github.io/blog.html?post=ruby-and-sinatra-example-of-automatic</link>
    <guid isPermaLink="true">https://iamrawtion.github.io/blog.html?post=ruby-and-sinatra-example-of-automatic</guid>
    <pubDate>Mon, 27 Aug 2012 00:00:00 GMT</pubDate>
    <description>these will include sinatra and erb gem(gem is a package in ruby it will have additional info like files required to be installed) in the code here we...</description>
    <author>iamrawtion@gmail.com (Roshan Nagekar)</author>

  </item>
  <item>
    <title>Let’s talk CLOUD COMPUTING</title>
    <link>https://iamrawtion.github.io/blog.html?post=lets-talk-cloud-computing</link>
    <guid isPermaLink="true">https://iamrawtion.github.io/blog.html?post=lets-talk-cloud-computing</guid>
    <pubDate>Wed, 20 Jun 2012 00:00:00 GMT</pubDate>
    <description>Cloud Computing, what’s the big deal? I heard someone saying that data is actually stored on cloud and could get wet due to rain water… lol Well yes...</description>
    <author>iamrawtion@gmail.com (Roshan Nagekar)</author>

  </item>
  <item>
    <title>Corruption</title>
    <link>https://iamrawtion.github.io/blog.html?post=corruption</link>
    <guid isPermaLink="true">https://iamrawtion.github.io/blog.html?post=corruption</guid>
    <pubDate>Fri, 15 Jun 2012 00:00:00 GMT</pubDate>
    <description>A king once announced in his kingdom, &quot;Anyone who gets him something that is really unique, which no one in this world has will be rewarded, but if...</description>
    <author>iamrawtion@gmail.com (Roshan Nagekar)</author>

  </item>
  <item>
    <title>ACM ICPC 2011 (2)</title>
    <link>https://iamrawtion.github.io/blog.html?post=acm-icpc-2011-2</link>
    <guid isPermaLink="true">https://iamrawtion.github.io/blog.html?post=acm-icpc-2011-2</guid>
    <pubDate>Fri, 08 Jun 2012 00:00:00 GMT</pubDate>
    <description>Some rights reserved by Kiewic Onsite Competition Registration Once you are selected for the regionals, the college is supposed to pay a registration...</description>
    <author>iamrawtion@gmail.com (Roshan Nagekar)</author>

  </item>
  <item>
    <title>Introduction to algorithms by MIT</title>
    <link>https://iamrawtion.github.io/blog.html?post=introduction-to-algorithms-by-mit</link>
    <guid isPermaLink="true">https://iamrawtion.github.io/blog.html?post=introduction-to-algorithms-by-mit</guid>
    <pubDate>Fri, 08 Jun 2012 00:00:00 GMT</pubDate>
    <description>This blog is an extract from MIT's Introduction to Algorithm First part of the course ids focused on Analysis. Second part is focused on design i.e....</description>
    <author>iamrawtion@gmail.com (Roshan Nagekar)</author>

  </item>
  <item>
    <title>ACM ICPC 2011</title>
    <link>https://iamrawtion.github.io/blog.html?post=acm-icpc-2011</link>
    <guid isPermaLink="true">https://iamrawtion.github.io/blog.html?post=acm-icpc-2011</guid>
    <pubDate>Tue, 27 Dec 2011 00:00:00 GMT</pubDate>
    <description>Some rights reserved by Kiewic Well, am not a blogger.... But few hings compel you to pen it all down somewhere.... ACM ICPC was surely one of them....</description>
    <author>iamrawtion@gmail.com (Roshan Nagekar)</author>

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