<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Open Source and Linux Archives - Blogs</title>
	<atom:link href="https://www.advaitss.co.in/blogs/category/open-source-and-linux/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.advaitss.co.in/blogs/category/open-source-and-linux/</link>
	<description>Blogs that empower you</description>
	<lastBuildDate>Tue, 29 Jul 2025 09:45:10 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.2</generator>
	<item>
		<title>GUI frontend for CLI tools</title>
		<link>https://www.advaitss.co.in/blogs/how-to-create-a-gui-front-end-for-cli-tools/</link>
					<comments>https://www.advaitss.co.in/blogs/how-to-create-a-gui-front-end-for-cli-tools/#respond</comments>
		
		<dc:creator><![CDATA[abhinav]]></dc:creator>
		<pubDate>Sun, 20 Jul 2025 16:02:56 +0000</pubDate>
				<category><![CDATA[Open Source and Linux]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[front end for command line programs]]></category>
		<category><![CDATA[frontend for cli]]></category>
		<category><![CDATA[gui for cli]]></category>
		<category><![CDATA[gui for command line]]></category>
		<guid isPermaLink="false">https://www.advaitss.co.in/blogs/?p=209</guid>

					<description><![CDATA[<p>GUI frontend for command line tools is a common to want a user-friendly graphical (or even web-based) interface for powerful Linux CLI tools. Here’s how you can approach building such a front end and how to robustly pass commands to the CLI and handle responses. 1.&#160;Frontend Choices and Workflows Approach 1: Shell Script Utilities with ... <a title="GUI frontend for CLI tools" class="read-more" href="https://www.advaitss.co.in/blogs/how-to-create-a-gui-front-end-for-cli-tools/" aria-label="Read more about GUI frontend for CLI tools">Read more</a></p>
<p>The post <a href="https://www.advaitss.co.in/blogs/how-to-create-a-gui-front-end-for-cli-tools/">GUI frontend for CLI tools</a> appeared first on <a href="https://www.advaitss.co.in/blogs">Blogs</a>.</p>
]]></description>
		
					<wfw:commentRss>https://www.advaitss.co.in/blogs/how-to-create-a-gui-front-end-for-cli-tools/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>rsync : how to sync between docker and host os</title>
		<link>https://www.advaitss.co.in/blogs/rsync-how-to-sync-between-docker-and-host-os/</link>
					<comments>https://www.advaitss.co.in/blogs/rsync-how-to-sync-between-docker-and-host-os/#respond</comments>
		
		<dc:creator><![CDATA[abhinav]]></dc:creator>
		<pubDate>Sun, 20 Jul 2025 14:42:53 +0000</pubDate>
				<category><![CDATA[Open Source and Linux]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Web development Blogs]]></category>
		<category><![CDATA[containerization]]></category>
		<category><![CDATA[containers]]></category>
		<category><![CDATA[docker]]></category>
		<category><![CDATA[rsync]]></category>
		<category><![CDATA[syncing]]></category>
		<guid isPermaLink="false">https://www.advaitss.co.in/blogs/?p=205</guid>

					<description><![CDATA[<p>rsync is the most effective utility&#160;for efficient file synchronization between your Docker container and the host operating system. With advancements in web development technologies, the way of deployments are also evolved over the period of time. If you are a newbie developer in docker containerization, then this article is for you. Below are the key ... <a title="rsync : how to sync between docker and host os" class="read-more" href="https://www.advaitss.co.in/blogs/rsync-how-to-sync-between-docker-and-host-os/" aria-label="Read more about rsync : how to sync between docker and host os">Read more</a></p>
<p>The post <a href="https://www.advaitss.co.in/blogs/rsync-how-to-sync-between-docker-and-host-os/">rsync : how to sync between docker and host os</a> appeared first on <a href="https://www.advaitss.co.in/blogs">Blogs</a>.</p>
]]></description>
		
					<wfw:commentRss>https://www.advaitss.co.in/blogs/rsync-how-to-sync-between-docker-and-host-os/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Nala: A Neat Alternative to apt on Ubuntu</title>
		<link>https://www.advaitss.co.in/blogs/a-neat-alternative-to-apt-on-ubuntu-linux-and-derivatives/</link>
					<comments>https://www.advaitss.co.in/blogs/a-neat-alternative-to-apt-on-ubuntu-linux-and-derivatives/#respond</comments>
		
		<dc:creator><![CDATA[abhinav]]></dc:creator>
		<pubDate>Sat, 07 Sep 2024 16:37:16 +0000</pubDate>
				<category><![CDATA[Open Source and Linux]]></category>
		<category><![CDATA[alternative to apt]]></category>
		<category><![CDATA[nala]]></category>
		<category><![CDATA[nala package manager]]></category>
		<category><![CDATA[neat alternative to apt]]></category>
		<category><![CDATA[ubuntu]]></category>
		<guid isPermaLink="false">https://www.advaitss.co.in/blogs/?p=118</guid>

					<description><![CDATA[<p>Ubuntu and other Debian-based Linux distributions have long relied on the apt package manager to install, remove, and manage software packages. While apt is highly reliable, it is known for being quite basic in terms of user experience and performance enhancements. Enter Nala an alternative to apt, a modern, user-friendly alternative to apt that seeks ... <a title="Nala: A Neat Alternative to apt on Ubuntu" class="read-more" href="https://www.advaitss.co.in/blogs/a-neat-alternative-to-apt-on-ubuntu-linux-and-derivatives/" aria-label="Read more about Nala: A Neat Alternative to apt on Ubuntu">Read more</a></p>
<p>The post <a href="https://www.advaitss.co.in/blogs/a-neat-alternative-to-apt-on-ubuntu-linux-and-derivatives/">Nala: A Neat Alternative to apt on Ubuntu</a> appeared first on <a href="https://www.advaitss.co.in/blogs">Blogs</a>.</p>
]]></description>
		
					<wfw:commentRss>https://www.advaitss.co.in/blogs/a-neat-alternative-to-apt-on-ubuntu-linux-and-derivatives/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
