<?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>LinOxide</title>
	<atom:link href="https://linoxide.com/feed/" rel="self" type="application/rss+xml" />
	<link>https://linoxide.com</link>
	<description>Linux / Open Source Online Resources</description>
	<lastBuildDate>Tue, 23 Apr 2019 17:00:20 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.0.3</generator>

<image>
	<url>https://linoxide.com/wp-content/uploads/2018/01/linoxide-logo-amp.png</url>
	<title>LinOxide</title>
	<link>https://linoxide.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Ansible Interview Questions &#038; Answers for Devops</title>
		<link>https://linoxide.com/devops/ansible-interview-questions-answers-for-devops/</link>
		<comments>https://linoxide.com/devops/ansible-interview-questions-answers-for-devops/#respond</comments>
		<pubDate>Tue, 23 Apr 2019 16:50:53 +0000</pubDate>
		<dc:creator><![CDATA[Slavisa Milojkovic]]></dc:creator>
				<category><![CDATA[DEVOPS]]></category>
		<category><![CDATA[Devops]]></category>
		<category><![CDATA[Interview Questions Answers]]></category>

		<guid isPermaLink="false">https://linoxide.com/?p=19321</guid>
		<description><![CDATA[<p>In this guide, we're going to look at Ansible Interview Questions &#38; Answers for DevOps Engineers. This is intended to help you prepare for Ansible Devops Interview and also review your skills. Over the past one year, Ansible adoption has been massive. [...]</p>
<p>The post <a rel="nofollow" href="https://linoxide.com/devops/ansible-interview-questions-answers-for-devops/">Ansible Interview Questions &amp; Answers for Devops</a> appeared first on <a rel="nofollow" href="https://linoxide.com">LinOxide</a>.</p>
]]></description>
		<wfw:commentRss>https://linoxide.com/devops/ansible-interview-questions-answers-for-devops/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Use Curl Command with Examples</title>
		<link>https://linoxide.com/tools/how-to-use-curl-command/</link>
		<comments>https://linoxide.com/tools/how-to-use-curl-command/#respond</comments>
		<pubDate>Wed, 17 Apr 2019 17:49:14 +0000</pubDate>
		<dc:creator><![CDATA[Slavisa Milojkovic]]></dc:creator>
				<category><![CDATA[OPEN SOURCE TOOLS]]></category>
		<category><![CDATA[Linux Tools]]></category>

		<guid isPermaLink="false">https://linoxide.com/?p=22398</guid>
		<description><![CDATA[<p>Back in the mid-1990’s a Swedish programmer named Daniel Stenberg started a project that eventually became what we know as curl today. curl is a command line tool to transfer data to or from a server, using any of the supported [...]</p>
<p>The post <a rel="nofollow" href="https://linoxide.com/tools/how-to-use-curl-command/">How to Use Curl Command with Examples</a> appeared first on <a rel="nofollow" href="https://linoxide.com">LinOxide</a>.</p>
]]></description>
		<wfw:commentRss>https://linoxide.com/tools/how-to-use-curl-command/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Delete Files and Directories in Linux</title>
		<link>https://linoxide.com/linux-how-to/how-to-delete-files-and-directories-in-linux/</link>
		<comments>https://linoxide.com/linux-how-to/how-to-delete-files-and-directories-in-linux/#respond</comments>
		<pubDate>Tue, 09 Apr 2019 18:32:30 +0000</pubDate>
		<dc:creator><![CDATA[Jamie Arthur]]></dc:creator>
				<category><![CDATA[LINUX HOWTO]]></category>
		<category><![CDATA[Linux Commands]]></category>

		<guid isPermaLink="false">https://linoxide.com/?p=22264</guid>
		<description><![CDATA[<p>You may, in some cases, need to delete directories and files that you do not need to free up space on your hard drive. In this brief tutorial, you will learn how to delete files and directories in Linux. To [...]</p>
<p>The post <a rel="nofollow" href="https://linoxide.com/linux-how-to/how-to-delete-files-and-directories-in-linux/">How to Delete Files and Directories in Linux</a> appeared first on <a rel="nofollow" href="https://linoxide.com">LinOxide</a>.</p>
]]></description>
		<wfw:commentRss>https://linoxide.com/linux-how-to/how-to-delete-files-and-directories-in-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Read a Filename with Spaces in Linux</title>
		<link>https://linoxide.com/linux-how-to/how-to-read-filename-with-spaces-in-linux/</link>
		<comments>https://linoxide.com/linux-how-to/how-to-read-filename-with-spaces-in-linux/#respond</comments>
		<pubDate>Tue, 02 Apr 2019 16:52:03 +0000</pubDate>
		<dc:creator><![CDATA[Winnie Ondara]]></dc:creator>
				<category><![CDATA[LINUX HOWTO]]></category>
		<category><![CDATA[Linux Tricks]]></category>

		<guid isPermaLink="false">https://linoxide.com/?p=22242</guid>
		<description><![CDATA[<p>It's not very common in Linux to handle filename with spaces but sometimes files copied or mounted from windows would end up with spaces. While it is not recommended to have file names with spaces, let discuss how to manage filename [...]</p>
<p>The post <a rel="nofollow" href="https://linoxide.com/linux-how-to/how-to-read-filename-with-spaces-in-linux/">How to Read a Filename with Spaces in Linux</a> appeared first on <a rel="nofollow" href="https://linoxide.com">LinOxide</a>.</p>
]]></description>
		<wfw:commentRss>https://linoxide.com/linux-how-to/how-to-read-filename-with-spaces-in-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Install Terraform on CentOS 7/Ubuntu 18.04</title>
		<link>https://linoxide.com/linux-how-to/how-to-install-terraform-on-centos-ubuntu/</link>
		<comments>https://linoxide.com/linux-how-to/how-to-install-terraform-on-centos-ubuntu/#respond</comments>
		<pubDate>Tue, 26 Mar 2019 00:05:57 +0000</pubDate>
		<dc:creator><![CDATA[Slavisa Milojkovic]]></dc:creator>
				<category><![CDATA[DEVOPS]]></category>
		<category><![CDATA[LINUX HOWTO]]></category>
		<category><![CDATA[Devops]]></category>
		<category><![CDATA[Terraform]]></category>

		<guid isPermaLink="false">https://linoxide.com/?p=22266</guid>
		<description><![CDATA[<p>Terraform is a software which allows you to manage cloud infrastructure resources from code efficiently. You can use Terraform to build, change, and version infrastructure deployed on proprietary cloud providers or your own infrastructure on premises. It supports cloud service [...]</p>
<p>The post <a rel="nofollow" href="https://linoxide.com/linux-how-to/how-to-install-terraform-on-centos-ubuntu/">How to Install Terraform on CentOS 7/Ubuntu 18.04</a> appeared first on <a rel="nofollow" href="https://linoxide.com">LinOxide</a>.</p>
]]></description>
		<wfw:commentRss>https://linoxide.com/linux-how-to/how-to-install-terraform-on-centos-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Extract tar xz File in Linux</title>
		<link>https://linoxide.com/linux-how-to/how-to-extract-tar-xz-file-linux/</link>
		<comments>https://linoxide.com/linux-how-to/how-to-extract-tar-xz-file-linux/#respond</comments>
		<pubDate>Tue, 19 Mar 2019 23:49:39 +0000</pubDate>
		<dc:creator><![CDATA[Jamie Arthur]]></dc:creator>
				<category><![CDATA[LINUX HOWTO]]></category>
		<category><![CDATA[Linux Tools]]></category>

		<guid isPermaLink="false">https://linoxide.com/?p=22221</guid>
		<description><![CDATA[<p>In this brief guide, we will look at how you can compress and extract tar xz tarball files/directories with a .tar.xz file extension in Linux. The xz format is a single-file compression format that is based on the LZMA2 algorithm. It [...]</p>
<p>The post <a rel="nofollow" href="https://linoxide.com/linux-how-to/how-to-extract-tar-xz-file-linux/">How to Extract tar xz File in Linux</a> appeared first on <a rel="nofollow" href="https://linoxide.com">LinOxide</a>.</p>
]]></description>
		<wfw:commentRss>https://linoxide.com/linux-how-to/how-to-extract-tar-xz-file-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to List Services in Linux</title>
		<link>https://linoxide.com/linux-command/how-to-list-services-in-linux/</link>
		<comments>https://linoxide.com/linux-command/how-to-list-services-in-linux/#comments</comments>
		<pubDate>Tue, 12 Mar 2019 12:19:49 +0000</pubDate>
		<dc:creator><![CDATA[Winnie Ondara]]></dc:creator>
				<category><![CDATA[LINUX COMMANDS]]></category>
		<category><![CDATA[Linux Commands]]></category>

		<guid isPermaLink="false">https://linoxide.com/?p=22185</guid>
		<description><![CDATA[<p>In this article, I will show you how to list all running services on Linux. We will also check how to check the status of a service on a systemd system. Let's learn different commands used to list services on Centos/RHEL 7.x. [...]</p>
<p>The post <a rel="nofollow" href="https://linoxide.com/linux-command/how-to-list-services-in-linux/">How to List Services in Linux</a> appeared first on <a rel="nofollow" href="https://linoxide.com">LinOxide</a>.</p>
]]></description>
		<wfw:commentRss>https://linoxide.com/linux-command/how-to-list-services-in-linux/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to Time a Command in Linux</title>
		<link>https://linoxide.com/linux-command/linux-time-command/</link>
		<comments>https://linoxide.com/linux-command/linux-time-command/#respond</comments>
		<pubDate>Tue, 05 Mar 2019 23:39:36 +0000</pubDate>
		<dc:creator><![CDATA[Ahmed Abdalhamid]]></dc:creator>
				<category><![CDATA[LINUX COMMANDS]]></category>

		<guid isPermaLink="false">https://linoxide.com/?p=21753</guid>
		<description><![CDATA[<p>If you want to be a good Linux administrator, therefore you should know time command. It is used to determine how long a given command takes to run. It is useful for testing the performance of your scripts and commands (ie [...]</p>
<p>The post <a rel="nofollow" href="https://linoxide.com/linux-command/linux-time-command/">How to Time a Command in Linux</a> appeared first on <a rel="nofollow" href="https://linoxide.com">LinOxide</a>.</p>
]]></description>
		<wfw:commentRss>https://linoxide.com/linux-command/linux-time-command/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What are the Different Text Editors for Ubuntu</title>
		<link>https://linoxide.com/tools/what-are-different-text-editors-ubuntu/</link>
		<comments>https://linoxide.com/tools/what-are-different-text-editors-ubuntu/#comments</comments>
		<pubDate>Tue, 26 Feb 2019 12:14:53 +0000</pubDate>
		<dc:creator><![CDATA[Jamie Arthur]]></dc:creator>
				<category><![CDATA[OPEN SOURCE TOOLS]]></category>
		<category><![CDATA[Editor]]></category>

		<guid isPermaLink="false">https://linoxide.com/?p=22095</guid>
		<description><![CDATA[<p>A myriad of text editors are available for Ubuntu, and if you use them well, you may as well join the expert group of Linux code developers. In the article, we will look at some of the best text editors [...]</p>
<p>The post <a rel="nofollow" href="https://linoxide.com/tools/what-are-different-text-editors-ubuntu/">What are the Different Text Editors for Ubuntu</a> appeared first on <a rel="nofollow" href="https://linoxide.com">LinOxide</a>.</p>
]]></description>
		<wfw:commentRss>https://linoxide.com/tools/what-are-different-text-editors-ubuntu/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How to Install pgAdmin4 on Ubuntu</title>
		<link>https://linoxide.com/linux-how-to/how-install-pgadmin4-ubuntu/</link>
		<comments>https://linoxide.com/linux-how-to/how-install-pgadmin4-ubuntu/#respond</comments>
		<pubDate>Wed, 20 Feb 2019 02:08:46 +0000</pubDate>
		<dc:creator><![CDATA[Jamie Arthur]]></dc:creator>
				<category><![CDATA[LINUX HOWTO]]></category>

		<guid isPermaLink="false">https://linoxide.com/?p=22135</guid>
		<description><![CDATA[<p>pgAdmin4 is a feature-rich, cross-platform, web-based interface that allows you to administer and manage PostgreSQL database instances in a web browser.  In this guide, you will learn how to install pgAdmin4 on Ubuntu 18.04 LTS. Read Also: How to Install Ubuntu 18.04 [...]</p>
<p>The post <a rel="nofollow" href="https://linoxide.com/linux-how-to/how-install-pgadmin4-ubuntu/">How to Install pgAdmin4 on Ubuntu</a> appeared first on <a rel="nofollow" href="https://linoxide.com">LinOxide</a>.</p>
]]></description>
		<wfw:commentRss>https://linoxide.com/linux-how-to/how-install-pgadmin4-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
error: