<?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: Ayyappan E</title>
    <description>The latest articles on DEV Community by Ayyappan E (@ayyappan_java).</description>
    <link>https://dev.to/ayyappan_java</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%2F1748437%2Fa83c5a11-823c-4374-9a85-764f945a6812.jpg</url>
      <title>DEV Community: Ayyappan E</title>
      <link>https://dev.to/ayyappan_java</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/ayyappan_java"/>
    <language>en</language>
    <item>
      <title>list of some popular Version Control Systems (VCS)</title>
      <dc:creator>Ayyappan E</dc:creator>
      <pubDate>Thu, 18 Jul 2024 10:26:49 +0000</pubDate>
      <link>https://dev.to/ayyappan_java/list-of-some-popular-version-control-systems-vcs-1kb2</link>
      <guid>https://dev.to/ayyappan_java/list-of-some-popular-version-control-systems-vcs-1kb2</guid>
      <description>&lt;ul&gt;
&lt;li&gt;&lt;p&gt;Git: A distributed version control system known for its speed, flexibility, and decentralized nature. Git is widely used in open-source projects and by many companies.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;pre class="highlight plaintext"&gt;&lt;code&gt;Subversion (SVN): A centralized version control system that tracks changes to files and directories over time. SVN is known for its simplicity and ease of use, especially in environments where a centralized repository is preferred.
&lt;/code&gt;&lt;/pre&gt;&lt;/li&gt;
&lt;li&gt;&lt;pre class="highlight plaintext"&gt;&lt;code&gt;Mercurial: Another distributed version control system similar to Git, offering scalability and performance. It is used in various industries, including software development and video game development.
&lt;/code&gt;&lt;/pre&gt;&lt;/li&gt;
&lt;li&gt;&lt;pre class="highlight plaintext"&gt;&lt;code&gt;Perforce (Helix Core): A centralized version control system that supports large-scale development environments with a focus on performance and scalability. It is often used in industries such as game development and hardware design.
&lt;/code&gt;&lt;/pre&gt;&lt;/li&gt;
&lt;li&gt;&lt;pre class="highlight plaintext"&gt;&lt;code&gt;Team Foundation Version Control (TFVC): Developed by Microsoft, TFVC is a centralized version control system integrated with Microsoft's Team Foundation Server (TFS) and Azure DevOps Services.
&lt;/code&gt;&lt;/pre&gt;&lt;/li&gt;
&lt;li&gt;&lt;pre class="highlight plaintext"&gt;&lt;code&gt;IBM Rational ClearCase: A software configuration management system that provides version control, workspace management, and build auditing. It is used primarily in enterprise-level software development.
&lt;/code&gt;&lt;/pre&gt;&lt;/li&gt;
&lt;li&gt;&lt;pre class="highlight plaintext"&gt;&lt;code&gt;Bitbucket: While primarily a hosting service for Git repositories, Bitbucket also offers support for Mercurial repositories. It provides collaboration features such as pull requests, code reviews, and continuous integration.
&lt;/code&gt;&lt;/pre&gt;&lt;/li&gt;
&lt;li&gt;&lt;pre class="highlight plaintext"&gt;&lt;code&gt;SourceGear Vault: A version control tool designed for Windows developers, offering features like atomic commits, branching, and merging, similar to SVN but with a more modern architecture.
&lt;/code&gt;&lt;/pre&gt;&lt;/li&gt;
&lt;li&gt;&lt;pre class="highlight plaintext"&gt;&lt;code&gt;Bazaar: A decentralized version control system that emphasizes ease of use and flexibility. It is suitable for small to medium-sized projects where developers may not always have network access.
&lt;/code&gt;&lt;/pre&gt;&lt;/li&gt;
&lt;li&gt;&lt;pre class="highlight plaintext"&gt;&lt;code&gt;AWS CodeCommit: A managed source control service provided by Amazon Web Services (AWS) that hosts Git repositories. It integrates with other AWS services for scalable and secure version control.
&lt;/code&gt;&lt;/pre&gt;&lt;/li&gt;
&lt;/ul&gt;

</description>
    </item>
    <item>
      <title>Installing Libre Office parallel versions Using Flatpak in Linux mint</title>
      <dc:creator>Ayyappan E</dc:creator>
      <pubDate>Thu, 18 Jul 2024 09:18:33 +0000</pubDate>
      <link>https://dev.to/ayyappan_java/installing-libre-office-parallel-two-versions-using-flatpak-in-linux-mint-19lb</link>
      <guid>https://dev.to/ayyappan_java/installing-libre-office-parallel-two-versions-using-flatpak-in-linux-mint-19lb</guid>
      <description>&lt;p&gt;step 1 - open terminal &lt;br&gt;
step 2 - sudo apt update&lt;br&gt;
step 3 - sudo apt install flatpak&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F5rmd6kivq2cglur2k2e9.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F5rmd6kivq2cglur2k2e9.png" alt="Image description" width="800" height="163"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;step 4 - flatpak remote-add --if-not-exists flathub &lt;a href="https://flathub.org/repo/" rel="noopener noreferrer"&gt;https://flathub.org/repo/&lt;/a&gt; flathub.flatpakrepo&lt;br&gt;
step 5 - flatpak install flathub org.libreoffice.LibreOffice&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F24fpzrsqgmxmz5x9pvvd.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F24fpzrsqgmxmz5x9pvvd.png" alt="Image description" width="800" height="209"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;step 6 - flatpak install flathub org.libreoffice.LibreOffice&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fzf4h45b2i6ozrwgx9tb8.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fzf4h45b2i6ozrwgx9tb8.png" alt="Image description" width="638" height="551"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fngro0uyucltik1dsn9er.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fngro0uyucltik1dsn9er.png" alt="Image description" width="800" height="53"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;step 7 -  start button search libre office&lt;/p&gt;

&lt;p&gt;now showing both libre office installed&lt;/p&gt;

&lt;p&gt;step 8 - open both libreOffice and check versions&lt;/p&gt;

&lt;p&gt;default installed version&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fagexrtdbboc7xpmh15y9.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fagexrtdbboc7xpmh15y9.png" alt="Image description" width="800" height="468"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;parallel installed using flatpak version&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fwinho37xwrchhe8372u5.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fwinho37xwrchhe8372u5.png" alt="Image description" width="800" height="475"&gt;&lt;/a&gt;&lt;/p&gt;

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