<?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/"
	xmlns:series="https://publishpress.com/"
	>

<channel>
	<title>advanced &#8211; DevOps Lite</title>
	<atom:link href="https://devopslite.com/tag/advanced/feed/" rel="self" type="application/rss+xml" />
	<link>https://devopslite.com</link>
	<description>DevOps Howtos, Tutorials &#38; Guides</description>
	<lastBuildDate>Tue, 30 Apr 2024 10:05:57 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	

<image>
	<url>https://devopslite.com/wp-content/uploads/2024/02/favicon.ico</url>
	<title>advanced &#8211; DevOps Lite</title>
	<link>https://devopslite.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>How to determine the size of the HTTP response header</title>
		<link>https://devopslite.com/how-to-determine-the-size-of-the-http-response-header/</link>
					<comments>https://devopslite.com/how-to-determine-the-size-of-the-http-response-header/#respond</comments>
		
		<dc:creator><![CDATA[Daniel Pham]]></dc:creator>
		<pubDate>Fri, 05 Apr 2019 02:43:05 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[advanced]]></category>
		<category><![CDATA[command]]></category>
		<guid isPermaLink="false">https://devopslite.com/?p=651</guid>

					<description><![CDATA[<p>Today, I&#8217;ll share with you how to determine the size of the HTTP response header. The problem I encountered Last week one of my systems encountered the following error. When&#8230;</p>
<p>The post <a rel="nofollow" href="https://devopslite.com/how-to-determine-the-size-of-the-http-response-header/">How to determine the size of the HTTP response header</a> appeared first on <a rel="nofollow" href="https://devopslite.com">DevOps Lite</a>.</p>
]]></description>
		
					<wfw:commentRss>https://devopslite.com/how-to-determine-the-size-of-the-http-response-header/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Compare floating point number in Bash</title>
		<link>https://devopslite.com/compare-floating-point-number-in-bash/</link>
					<comments>https://devopslite.com/compare-floating-point-number-in-bash/#respond</comments>
		
		<dc:creator><![CDATA[Daniel Pham]]></dc:creator>
		<pubDate>Wed, 06 Mar 2019 09:19:57 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[advanced]]></category>
		<category><![CDATA[command]]></category>
		<category><![CDATA[bc]]></category>
		<guid isPermaLink="false">https://devopslite.com/?p=325</guid>

					<description><![CDATA[<p>This article will show you how to compare floating point number in bash. Here are my shared experiences while working with the Linux system. Compare 2 common numbers Usually, we&#8230;</p>
<p>The post <a rel="nofollow" href="https://devopslite.com/compare-floating-point-number-in-bash/">Compare floating point number in Bash</a> appeared first on <a rel="nofollow" href="https://devopslite.com">DevOps Lite</a>.</p>
]]></description>
		
					<wfw:commentRss>https://devopslite.com/compare-floating-point-number-in-bash/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Make bash script run as a service in Debian 9</title>
		<link>https://devopslite.com/make-bash-script-run-as-a-service-in-debian-9/</link>
					<comments>https://devopslite.com/make-bash-script-run-as-a-service-in-debian-9/#respond</comments>
		
		<dc:creator><![CDATA[Daniel Pham]]></dc:creator>
		<pubDate>Fri, 01 Mar 2019 02:45:16 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[advanced]]></category>
		<category><![CDATA[bash script]]></category>
		<category><![CDATA[debian 9]]></category>
		<guid isPermaLink="false">https://devopslite.com/?p=309</guid>

					<description><![CDATA[<p>This article will show you how to make a bash script run as a service in Debian 9. Debian is one of the most popular OSs in the world today.&#8230;</p>
<p>The post <a rel="nofollow" href="https://devopslite.com/make-bash-script-run-as-a-service-in-debian-9/">Make bash script run as a service in Debian 9</a> appeared first on <a rel="nofollow" href="https://devopslite.com">DevOps Lite</a>.</p>
]]></description>
		
					<wfw:commentRss>https://devopslite.com/make-bash-script-run-as-a-service-in-debian-9/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Sed command insert lines before or after pattern</title>
		<link>https://devopslite.com/sed-command-insert-lines-before-or-after-pattern/</link>
					<comments>https://devopslite.com/sed-command-insert-lines-before-or-after-pattern/#respond</comments>
		
		<dc:creator><![CDATA[Daniel Pham]]></dc:creator>
		<pubDate>Wed, 27 Feb 2019 08:00:48 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[sed command]]></category>
		<category><![CDATA[command]]></category>
		<category><![CDATA[advanced]]></category>
		<category><![CDATA[sed]]></category>
		<guid isPermaLink="false">https://devopslite.com/?p=352</guid>

					<description><![CDATA[<p>How to insert lines before or after pattern? In this article, I will show you how to use sed command to insert lines before or after the pattern. Use sed&#8230;</p>
<p>The post <a rel="nofollow" href="https://devopslite.com/sed-command-insert-lines-before-or-after-pattern/">Sed command insert lines before or after pattern</a> appeared first on <a rel="nofollow" href="https://devopslite.com">DevOps Lite</a>.</p>
]]></description>
		
					<wfw:commentRss>https://devopslite.com/sed-command-insert-lines-before-or-after-pattern/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to control iptables in bash script</title>
		<link>https://devopslite.com/how-to-control-iptables-in-bash-script/</link>
					<comments>https://devopslite.com/how-to-control-iptables-in-bash-script/#respond</comments>
		
		<dc:creator><![CDATA[Daniel Pham]]></dc:creator>
		<pubDate>Wed, 13 Jun 2018 02:11:50 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[advanced]]></category>
		<category><![CDATA[bash script]]></category>
		<category><![CDATA[iptables]]></category>
		<guid isPermaLink="false">https://devopslite.com/?p=385</guid>

					<description><![CDATA[<p>In this article, I will show you how to control iptables in the bash script. Iptables is a firewall that is built into almost all Linux operating systems. Using it&#8230;</p>
<p>The post <a rel="nofollow" href="https://devopslite.com/how-to-control-iptables-in-bash-script/">How to control iptables in bash script</a> appeared first on <a rel="nofollow" href="https://devopslite.com">DevOps Lite</a>.</p>
]]></description>
		
					<wfw:commentRss>https://devopslite.com/how-to-control-iptables-in-bash-script/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Sed command to delete lines between two patterns</title>
		<link>https://devopslite.com/sed-command-to-delete-lines-between-two-patterns/</link>
					<comments>https://devopslite.com/sed-command-to-delete-lines-between-two-patterns/#comments</comments>
		
		<dc:creator><![CDATA[Daniel Pham]]></dc:creator>
		<pubDate>Thu, 15 Mar 2018 08:28:21 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[advanced]]></category>
		<category><![CDATA[sed]]></category>
		<category><![CDATA[sed command]]></category>
		<guid isPermaLink="false">https://devopslite.com/?p=349</guid>

					<description><![CDATA[<p>How to use the sed command to delete lines between two patterns. In real situations, you will encounter many times to delete lines between two patterns. This article will guide&#8230;</p>
<p>The post <a rel="nofollow" href="https://devopslite.com/sed-command-to-delete-lines-between-two-patterns/">Sed command to delete lines between two patterns</a> appeared first on <a rel="nofollow" href="https://devopslite.com">DevOps Lite</a>.</p>
]]></description>
		
					<wfw:commentRss>https://devopslite.com/sed-command-to-delete-lines-between-two-patterns/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
		<item>
		<title>Make bash script run as a service on Debian 8</title>
		<link>https://devopslite.com/make-bash-script-run-as-a-service-on-debian-8/</link>
					<comments>https://devopslite.com/make-bash-script-run-as-a-service-on-debian-8/#respond</comments>
		
		<dc:creator><![CDATA[Daniel Pham]]></dc:creator>
		<pubDate>Wed, 14 Mar 2018 09:01:42 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[daemon]]></category>
		<category><![CDATA[advanced]]></category>
		<category><![CDATA[bash script]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[script]]></category>
		<guid isPermaLink="false">https://devopslite.com/?p=308</guid>

					<description><![CDATA[<p>This article will guide you how to make a bash script run as a service on Debian 8. This article is quite simple, because I&#8217;ve previously written similar tutorials for&#8230;</p>
<p>The post <a rel="nofollow" href="https://devopslite.com/make-bash-script-run-as-a-service-on-debian-8/">Make bash script run as a service on Debian 8</a> appeared first on <a rel="nofollow" href="https://devopslite.com">DevOps Lite</a>.</p>
]]></description>
		
					<wfw:commentRss>https://devopslite.com/make-bash-script-run-as-a-service-on-debian-8/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to check if running as root in a bash script</title>
		<link>https://devopslite.com/how-to-check-if-running-as-root-in-a-bash-script/</link>
					<comments>https://devopslite.com/how-to-check-if-running-as-root-in-a-bash-script/#respond</comments>
		
		<dc:creator><![CDATA[Daniel Pham]]></dc:creator>
		<pubDate>Tue, 13 Mar 2018 07:58:54 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[advanced]]></category>
		<category><![CDATA[bash script]]></category>
		<category><![CDATA[bash]]></category>
		<guid isPermaLink="false">https://devopslite.com/?p=343</guid>

					<description><![CDATA[<p>How to check if running root in a script bash? In most cases, bash script files are run by the root user in the system. Because these are system administrators,&#8230;</p>
<p>The post <a rel="nofollow" href="https://devopslite.com/how-to-check-if-running-as-root-in-a-bash-script/">How to check if running as root in a bash script</a> appeared first on <a rel="nofollow" href="https://devopslite.com">DevOps Lite</a>.</p>
]]></description>
		
					<wfw:commentRss>https://devopslite.com/how-to-check-if-running-as-root-in-a-bash-script/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
