<?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>IT Karthik.Net</title>
	<atom:link href="https://itkarthik.net/feed/" rel="self" type="application/rss+xml" />
	<link>https://itkarthik.net/</link>
	<description>IT Administrator&#039;s Notes, News, Programming, Tips &#38; Tricks</description>
	<lastBuildDate>Tue, 26 Dec 2023 15:16:52 +0000</lastBuildDate>
	<language>en-GB</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.7.2</generator>

<image>
	<url>https://itkarthik.net/wp-content/uploads/2021/09/itk-logo-removebg-preview-100x100.png</url>
	<title>IT Karthik.Net</title>
	<link>https://itkarthik.net/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Installing Premium SSL certificate for Nginx Reverse Proxy Domain</title>
		<link>https://itkarthik.net/server-administration/installing-premium-ssl-certificate-for-nginx-reverse-proxy-domain/</link>
					<comments>https://itkarthik.net/server-administration/installing-premium-ssl-certificate-for-nginx-reverse-proxy-domain/#respond</comments>
		
		<dc:creator><![CDATA[karthik]]></dc:creator>
		<pubDate>Mon, 25 Dec 2023 09:09:06 +0000</pubDate>
				<category><![CDATA[Server Administration]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[NGINX]]></category>
		<category><![CDATA[SSL]]></category>
		<category><![CDATA[Ubuntu Linux]]></category>
		<guid isPermaLink="false">https://itkarthik.net/?p=187</guid>

					<description><![CDATA[<p>In this article, we&#8217;ll learn about creating CSR requests, obtaining SSL certificates from authorized digital certificate providers, and installing them in the domain configured in Nginx. If you want to &#8230; </p>
<p>The post <a href="https://itkarthik.net/server-administration/installing-premium-ssl-certificate-for-nginx-reverse-proxy-domain/">Installing Premium SSL certificate for Nginx Reverse Proxy Domain</a> appeared first on <a href="https://itkarthik.net">IT Karthik.Net</a>.</p>
]]></description>
		
					<wfw:commentRss>https://itkarthik.net/server-administration/installing-premium-ssl-certificate-for-nginx-reverse-proxy-domain/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Installing Free SSL for Nginx Reverse Proxy Domain</title>
		<link>https://itkarthik.net/server-administration/installing-free-ssl-for-nginx-reverse-proxy-domain/</link>
					<comments>https://itkarthik.net/server-administration/installing-free-ssl-for-nginx-reverse-proxy-domain/#respond</comments>
		
		<dc:creator><![CDATA[karthik]]></dc:creator>
		<pubDate>Sun, 24 Dec 2023 15:52:09 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Server Administration]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[NGINX]]></category>
		<category><![CDATA[SSL]]></category>
		<category><![CDATA[Ubuntu Linux]]></category>
		<guid isPermaLink="false">https://itkarthik.net/?p=182</guid>

					<description><![CDATA[<p>In this article, we learn about the procedure to install and configure free Let&#8217;s Encrypt SSL using certbot for a domain configured in nginx. Install snap core (Ubuntu 22.04) Install &#8230; </p>
<p>The post <a href="https://itkarthik.net/server-administration/installing-free-ssl-for-nginx-reverse-proxy-domain/">Installing Free SSL for Nginx Reverse Proxy Domain</a> appeared first on <a href="https://itkarthik.net">IT Karthik.Net</a>.</p>
]]></description>
		
					<wfw:commentRss>https://itkarthik.net/server-administration/installing-free-ssl-for-nginx-reverse-proxy-domain/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Configuring NodeJs App to Domain with NGINX Reverse Proxy</title>
		<link>https://itkarthik.net/server-administration/configuring-nodejs-app-to-domain-with-nginx-reverse-proxy/</link>
					<comments>https://itkarthik.net/server-administration/configuring-nodejs-app-to-domain-with-nginx-reverse-proxy/#respond</comments>
		
		<dc:creator><![CDATA[karthik]]></dc:creator>
		<pubDate>Sun, 24 Dec 2023 14:42:34 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Server Administration]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[NGINX]]></category>
		<category><![CDATA[Ubuntu Linux]]></category>
		<guid isPermaLink="false">https://itkarthik.net/?p=175</guid>

					<description><![CDATA[<p>Reverse proxy is the recommended way to let your audience access your nodejs app. Never expose the application ports directly to the end users. Also, use a firewall like UFW &#8230; </p>
<p>The post <a href="https://itkarthik.net/server-administration/configuring-nodejs-app-to-domain-with-nginx-reverse-proxy/">Configuring NodeJs App to Domain with NGINX Reverse Proxy</a> appeared first on <a href="https://itkarthik.net">IT Karthik.Net</a>.</p>
]]></description>
		
					<wfw:commentRss>https://itkarthik.net/server-administration/configuring-nodejs-app-to-domain-with-nginx-reverse-proxy/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Recommended and simple way to install and use Drush 12.x for Drupal 10</title>
		<link>https://itkarthik.net/cms/drupal/recommended-and-simple-way-to-install-and-use-drush-12-x-for-drupal-10/</link>
					<comments>https://itkarthik.net/cms/drupal/recommended-and-simple-way-to-install-and-use-drush-12-x-for-drupal-10/#respond</comments>
		
		<dc:creator><![CDATA[karthik]]></dc:creator>
		<pubDate>Sat, 23 Dec 2023 17:18:13 +0000</pubDate>
				<category><![CDATA[Content Management]]></category>
		<category><![CDATA[Drupal]]></category>
		<guid isPermaLink="false">https://itkarthik.net/?p=171</guid>

					<description><![CDATA[<p>This is the best and recommended method to install and use drush for your drupal installation. Make sure you have already installed composer. In the root of your Drupal Project &#8230; </p>
<p>The post <a href="https://itkarthik.net/cms/drupal/recommended-and-simple-way-to-install-and-use-drush-12-x-for-drupal-10/">Recommended and simple way to install and use Drush 12.x for Drupal 10</a> appeared first on <a href="https://itkarthik.net">IT Karthik.Net</a>.</p>
]]></description>
		
					<wfw:commentRss>https://itkarthik.net/cms/drupal/recommended-and-simple-way-to-install-and-use-drush-12-x-for-drupal-10/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Compare AWS SES, Elastic Email, SendGrid &#038; Mailjet</title>
		<link>https://itkarthik.net/digital-marketing/email-marketing/compare-aws-ses-elastic-email-sendgrid-mailjet/</link>
					<comments>https://itkarthik.net/digital-marketing/email-marketing/compare-aws-ses-elastic-email-sendgrid-mailjet/#respond</comments>
		
		<dc:creator><![CDATA[karthik]]></dc:creator>
		<pubDate>Tue, 25 Oct 2022 15:13:37 +0000</pubDate>
				<category><![CDATA[Digital Marketing]]></category>
		<category><![CDATA[Email Marketing]]></category>
		<guid isPermaLink="false">https://itkarthik.net/?p=150</guid>

					<description><![CDATA[<p>Here is a quick comparison between the various Email marketing services, Elastic Email, Send Grid, and MailJet. Why is this combination chosen? Many users who purchased Sendy and are unable &#8230; </p>
<p>The post <a href="https://itkarthik.net/digital-marketing/email-marketing/compare-aws-ses-elastic-email-sendgrid-mailjet/">Compare AWS SES, Elastic Email, SendGrid &#038; Mailjet</a> appeared first on <a href="https://itkarthik.net">IT Karthik.Net</a>.</p>
]]></description>
		
					<wfw:commentRss>https://itkarthik.net/digital-marketing/email-marketing/compare-aws-ses-elastic-email-sendgrid-mailjet/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Apache stops automatically &#8211; Mutex Error</title>
		<link>https://itkarthik.net/server-administration/apache-stops-automatically-mutex-error/</link>
					<comments>https://itkarthik.net/server-administration/apache-stops-automatically-mutex-error/#respond</comments>
		
		<dc:creator><![CDATA[karthik]]></dc:creator>
		<pubDate>Mon, 17 Jan 2022 15:28:16 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Server Administration]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<guid isPermaLink="false">https://itkarthik.net/?p=117</guid>

					<description><![CDATA[<p>Sometimes apache server stops automatically without any interaction. When we look for the errors in /var/log/apache2/error.log, it shows the following lines. [mpm_prefork:emerg] [pid 1879] (43)Identifier removed: AH00144: couldn&#8217;t grab the &#8230; </p>
<p>The post <a href="https://itkarthik.net/server-administration/apache-stops-automatically-mutex-error/">Apache stops automatically &#8211; Mutex Error</a> appeared first on <a href="https://itkarthik.net">IT Karthik.Net</a>.</p>
]]></description>
		
					<wfw:commentRss>https://itkarthik.net/server-administration/apache-stops-automatically-mutex-error/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Disable SQL Full Group By Mode Permanently</title>
		<link>https://itkarthik.net/linux/disable-sql-full-group-mode-permanently/</link>
					<comments>https://itkarthik.net/linux/disable-sql-full-group-mode-permanently/#respond</comments>
		
		<dc:creator><![CDATA[karthik]]></dc:creator>
		<pubDate>Mon, 22 Nov 2021 14:32:04 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Server Administration]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Troubleshooting]]></category>
		<category><![CDATA[Ubuntu Linux]]></category>
		<guid isPermaLink="false">https://itkarthik.net/?p=108</guid>

					<description><![CDATA[<p>How to disable sql mode ONLY_FULL_GROUP_BY mode permanently? Using the following SQL query will disable the SQL Full Group by Mode only for temporary. i.e., If you restart the server &#8230; </p>
<p>The post <a href="https://itkarthik.net/linux/disable-sql-full-group-mode-permanently/">Disable SQL Full Group By Mode Permanently</a> appeared first on <a href="https://itkarthik.net">IT Karthik.Net</a>.</p>
]]></description>
		
					<wfw:commentRss>https://itkarthik.net/linux/disable-sql-full-group-mode-permanently/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Install Virtualmin Control Panel on Ubuntu</title>
		<link>https://itkarthik.net/server-administration/install-virtualmin-control-panel-on-ubuntu/</link>
					<comments>https://itkarthik.net/server-administration/install-virtualmin-control-panel-on-ubuntu/#respond</comments>
		
		<dc:creator><![CDATA[karthik]]></dc:creator>
		<pubDate>Fri, 15 Oct 2021 02:18:00 +0000</pubDate>
				<category><![CDATA[Server Administration]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Ubuntu Linux]]></category>
		<category><![CDATA[Virtualmin]]></category>
		<category><![CDATA[Webmin]]></category>
		<guid isPermaLink="false">https://itkarthik.net/?p=99</guid>

					<description><![CDATA[<p>Virtualmin GPL is a free control panel that will make the server administration work very easy. It&#8217;s very simple to install and use. Thanks to the open-source community and the &#8230; </p>
<p>The post <a href="https://itkarthik.net/server-administration/install-virtualmin-control-panel-on-ubuntu/">Install Virtualmin Control Panel on Ubuntu</a> appeared first on <a href="https://itkarthik.net">IT Karthik.Net</a>.</p>
]]></description>
		
					<wfw:commentRss>https://itkarthik.net/server-administration/install-virtualmin-control-panel-on-ubuntu/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>PHP Shows blank page &#8211; set display all errors</title>
		<link>https://itkarthik.net/programming/php-shows-blank-page-set-display-all-errors/</link>
					<comments>https://itkarthik.net/programming/php-shows-blank-page-set-display-all-errors/#respond</comments>
		
		<dc:creator><![CDATA[karthik]]></dc:creator>
		<pubDate>Thu, 14 Oct 2021 12:10:07 +0000</pubDate>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Programming TIps]]></category>
		<guid isPermaLink="false">https://itkarthik.net/?p=88</guid>

					<description><![CDATA[<p>If you see a blank page instead of showing errors when running PHP scripts, PHP is not enabled to show errors. This can be enabled by modifying configuration files, php.ini &#8230; </p>
<p>The post <a href="https://itkarthik.net/programming/php-shows-blank-page-set-display-all-errors/">PHP Shows blank page &#8211; set display all errors</a> appeared first on <a href="https://itkarthik.net">IT Karthik.Net</a>.</p>
]]></description>
		
					<wfw:commentRss>https://itkarthik.net/programming/php-shows-blank-page-set-display-all-errors/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Best free Control Panel for Ubuntu Server 2021</title>
		<link>https://itkarthik.net/linux/ubuntu/best-free-control-panel-for-ubuntu-server-2021/</link>
					<comments>https://itkarthik.net/linux/ubuntu/best-free-control-panel-for-ubuntu-server-2021/#respond</comments>
		
		<dc:creator><![CDATA[karthik]]></dc:creator>
		<pubDate>Mon, 04 Oct 2021 15:40:55 +0000</pubDate>
				<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Ubuntu Linux]]></category>
		<category><![CDATA[Webmin]]></category>
		<guid isPermaLink="false">https://itkarthik.net/?p=76</guid>

					<description><![CDATA[<p>cPanel is the most used control panel in Internet World, but their cost is very high. Also, it will not support Debian-based Linux operating systems like Ubuntu. So, there are &#8230; </p>
<p>The post <a href="https://itkarthik.net/linux/ubuntu/best-free-control-panel-for-ubuntu-server-2021/">Best free Control Panel for Ubuntu Server 2021</a> appeared first on <a href="https://itkarthik.net">IT Karthik.Net</a>.</p>
]]></description>
		
					<wfw:commentRss>https://itkarthik.net/linux/ubuntu/best-free-control-panel-for-ubuntu-server-2021/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
