<?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>debian 9 &#8211; DevOps Lite</title>
	<atom:link href="https://devopslite.com/tag/debian-9/feed/" rel="self" type="application/rss+xml" />
	<link>https://devopslite.com</link>
	<description>DevOps Howtos, Tutorials &#38; Guides</description>
	<lastBuildDate>Tue, 30 Apr 2024 09:49:16 +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>debian 9 &#8211; DevOps Lite</title>
	<link>https://devopslite.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>How to install MariaDB 10.3 in Debian 9</title>
		<link>https://devopslite.com/how-to-install-mariadb-10-3-in-debian-9/</link>
					<comments>https://devopslite.com/how-to-install-mariadb-10-3-in-debian-9/#respond</comments>
		
		<dc:creator><![CDATA[Daniel Pham]]></dc:creator>
		<pubDate>Mon, 11 Mar 2019 08:47:52 +0000</pubDate>
				<category><![CDATA[MySQL-MariaDB]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[debian 9]]></category>
		<category><![CDATA[mariadb]]></category>
		<category><![CDATA[mysql]]></category>
		<guid isPermaLink="false">https://devopslite.com/?p=114</guid>

					<description><![CDATA[<p>In this article, I will guide you step by step to install MariaDB 10.3 in Debian 9. The installation steps have been tested in Debian 9 (Stretch). Add MariaDB repository&#8230;</p>
<p>The post <a rel="nofollow" href="https://devopslite.com/how-to-install-mariadb-10-3-in-debian-9/">How to install MariaDB 10.3 in Debian 9</a> appeared first on <a rel="nofollow" href="https://devopslite.com">DevOps Lite</a>.</p>
]]></description>
		
					<wfw:commentRss>https://devopslite.com/how-to-install-mariadb-10-3-in-debian-9/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Script to install LEMP stack in Debian 9</title>
		<link>https://devopslite.com/script-to-install-lemp-stack-in-debian-9/</link>
					<comments>https://devopslite.com/script-to-install-lemp-stack-in-debian-9/#respond</comments>
		
		<dc:creator><![CDATA[Daniel Pham]]></dc:creator>
		<pubDate>Mon, 11 Mar 2019 05:03:18 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[lemp]]></category>
		<category><![CDATA[automatic]]></category>
		<category><![CDATA[automatic script]]></category>
		<category><![CDATA[bash script]]></category>
		<category><![CDATA[debian 9]]></category>
		<guid isPermaLink="false">https://devopslite.com/?p=319</guid>

					<description><![CDATA[<p>This article will give you a script to quickly install LEMP stack in Debian 9. Test environment The lab environment I use is a Linux machine with the following configuration,&#8230;</p>
<p>The post <a rel="nofollow" href="https://devopslite.com/script-to-install-lemp-stack-in-debian-9/">Script to install LEMP stack in Debian 9</a> appeared first on <a rel="nofollow" href="https://devopslite.com">DevOps Lite</a>.</p>
]]></description>
		
					<wfw:commentRss>https://devopslite.com/script-to-install-lemp-stack-in-debian-9/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>Script to install LAMP (PHP 7) on Debian 9</title>
		<link>https://devopslite.com/script-to-install-lamp-php-7-on-debian-9/</link>
					<comments>https://devopslite.com/script-to-install-lamp-php-7-on-debian-9/#respond</comments>
		
		<dc:creator><![CDATA[Daniel Pham]]></dc:creator>
		<pubDate>Mon, 19 Mar 2018 04:51:41 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[lamp]]></category>
		<category><![CDATA[debian 9]]></category>
		<category><![CDATA[automatic]]></category>
		<category><![CDATA[automatic script]]></category>
		<guid isPermaLink="false">https://devopslite.com/?p=314</guid>

					<description><![CDATA[<p>In this article, I will guide you to use the script to install the LAMP on Debian 9. I have successfully tested this script on Debian 9.3 64bit. Just a&#8230;</p>
<p>The post <a rel="nofollow" href="https://devopslite.com/script-to-install-lamp-php-7-on-debian-9/">Script to install LAMP (PHP 7) on Debian 9</a> appeared first on <a rel="nofollow" href="https://devopslite.com">DevOps Lite</a>.</p>
]]></description>
		
					<wfw:commentRss>https://devopslite.com/script-to-install-lamp-php-7-on-debian-9/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Configure static IP on Debian 9</title>
		<link>https://devopslite.com/configure-static-ip-on-debian-9/</link>
					<comments>https://devopslite.com/configure-static-ip-on-debian-9/#respond</comments>
		
		<dc:creator><![CDATA[Daniel Pham]]></dc:creator>
		<pubDate>Sat, 17 Mar 2018 03:44:34 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[debian 9]]></category>
		<category><![CDATA[linux tutorial]]></category>
		<guid isPermaLink="false">https://devopslite.com/?p=61</guid>

					<description><![CDATA[<p>This article, I will guide you to set up static ip on Debian 9. How the Debian 9 works is similar to Debian 8.&#160;Configuring static ip on Debian 9 or&#8230;</p>
<p>The post <a rel="nofollow" href="https://devopslite.com/configure-static-ip-on-debian-9/">Configure static IP on Debian 9</a> appeared first on <a rel="nofollow" href="https://devopslite.com">DevOps Lite</a>.</p>
]]></description>
		
					<wfw:commentRss>https://devopslite.com/configure-static-ip-on-debian-9/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to change hostname in Debian 9</title>
		<link>https://devopslite.com/how-to-change-hostname-in-debian-9/</link>
					<comments>https://devopslite.com/how-to-change-hostname-in-debian-9/#respond</comments>
		
		<dc:creator><![CDATA[Daniel Pham]]></dc:creator>
		<pubDate>Fri, 16 Mar 2018 03:14:33 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[debian 9]]></category>
		<category><![CDATA[linux tutorial]]></category>
		<category><![CDATA[hostname]]></category>
		<guid isPermaLink="false">https://devopslite.com/?p=63</guid>

					<description><![CDATA[<p>This tutorial shows you how to change hostname in Debian 9. In essence, Debian 9 works just like Debian 8. So you can apply the article I wrote for Debian&#8230;</p>
<p>The post <a rel="nofollow" href="https://devopslite.com/how-to-change-hostname-in-debian-9/">How to change hostname in Debian 9</a> appeared first on <a rel="nofollow" href="https://devopslite.com">DevOps Lite</a>.</p>
]]></description>
		
					<wfw:commentRss>https://devopslite.com/how-to-change-hostname-in-debian-9/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
