<?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>Linux | Tutes Club</title>
	<atom:link href="https://tutes.in/category/linux/feed/" rel="self" type="application/rss+xml" />
	<link>https://tutes.in</link>
	<description>Tutorials for all</description>
	<lastBuildDate>Tue, 28 Dec 2021 07:09:18 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>basic cwp with jenkins and nodejs</title>
		<link>https://tutes.in/basic-cwp-with-jenkins-and-nodejs/</link>
					<comments>https://tutes.in/basic-cwp-with-jenkins-and-nodejs/#respond</comments>
		
		<dc:creator><![CDATA[Harshvardhan Malpani]]></dc:creator>
		<pubDate>Tue, 28 Dec 2021 07:09:16 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Scripts]]></category>
		<guid isPermaLink="false">https://tutes.in/?p=2721</guid>

					<description><![CDATA[]]></description>
		
					<wfw:commentRss>https://tutes.in/basic-cwp-with-jenkins-and-nodejs/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Installing a testing instance for Magento CLI only</title>
		<link>https://tutes.in/installing-a-testing-instance-for-magento-cli-only/</link>
					<comments>https://tutes.in/installing-a-testing-instance-for-magento-cli-only/#respond</comments>
		
		<dc:creator><![CDATA[Harshvardhan Malpani]]></dc:creator>
		<pubDate>Thu, 04 Feb 2021 05:25:40 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Magento]]></category>
		<category><![CDATA[Scripts]]></category>
		<guid isPermaLink="false">https://tutes.in/?p=2645</guid>

					<description><![CDATA[<p>Prerequisite: Magento repo access keys Mysql Database, username and password a domain name pointing to a server if you dont have access key, get a pair here : https://marketplace.magento.com/customer/accessKeys/ In the above command, you can change version/subversion of magento repo. You can also change the install directory After the successful run of above command: YOu [&#8230;]</p>
The post <a href="https://tutes.in/installing-a-testing-instance-for-magento-cli-only/">Installing a testing instance for Magento CLI only</a> first appeared on <a href="https://tutes.in">Tutes Club</a>.]]></description>
		
					<wfw:commentRss>https://tutes.in/installing-a-testing-instance-for-magento-cli-only/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Basic Authentication with Nginx with proxy port (react/node app etc)</title>
		<link>https://tutes.in/basic-authentication-with-nginx-with-proxy-port-react-node-app-etc/</link>
					<comments>https://tutes.in/basic-authentication-with-nginx-with-proxy-port-react-node-app-etc/#respond</comments>
		
		<dc:creator><![CDATA[Harshvardhan Malpani]]></dc:creator>
		<pubDate>Fri, 22 Jan 2021 19:39:18 +0000</pubDate>
				<category><![CDATA[Apache directives]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[auth]]></category>
		<category><![CDATA[nginx]]></category>
		<guid isPermaLink="false">https://tutes.in/?p=2639</guid>

					<description><![CDATA[<p>Reference: https://docs.nginx.com/nginx/admin-guide/security-controls/configuring-http-basic-authentication/ Requirements: apache2-utils&#160;or&#160;httpd-tools Use htpasswd utility and create a .htpasswd file, see reference After that, just add lines in nginx conf Restart nginx now or test first using &#8220;nginx -t&#8221;</p>
The post <a href="https://tutes.in/basic-authentication-with-nginx-with-proxy-port-react-node-app-etc/">Basic Authentication with Nginx with proxy port (react/node app etc)</a> first appeared on <a href="https://tutes.in">Tutes Club</a>.]]></description>
		
					<wfw:commentRss>https://tutes.in/basic-authentication-with-nginx-with-proxy-port-react-node-app-etc/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Jenkins auto deploying flask in test env with last build process kill and pipenv</title>
		<link>https://tutes.in/jenkins-auto-deploying-flask-in-test-env-with-last-build-process-kill-and-pipenv/</link>
					<comments>https://tutes.in/jenkins-auto-deploying-flask-in-test-env-with-last-build-process-kill-and-pipenv/#respond</comments>
		
		<dc:creator><![CDATA[Harshvardhan Malpani]]></dc:creator>
		<pubDate>Mon, 22 Jun 2020 14:25:39 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Scripts]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[auto-deploy]]></category>
		<category><![CDATA[jenkins]]></category>
		<category><![CDATA[pipenv]]></category>
		<category><![CDATA[python]]></category>
		<guid isPermaLink="false">https://tutes.in/?p=2595</guid>

					<description><![CDATA[<p>killlastbuild.sh can have anything inside it depending upon your project requirements. I put 2 process killers to kill background-ed daemon processes from previous build command</p>
The post <a href="https://tutes.in/jenkins-auto-deploying-flask-in-test-env-with-last-build-process-kill-and-pipenv/">Jenkins auto deploying flask in test env with last build process kill and pipenv</a> first appeared on <a href="https://tutes.in">Tutes Club</a>.]]></description>
		
					<wfw:commentRss>https://tutes.in/jenkins-auto-deploying-flask-in-test-env-with-last-build-process-kill-and-pipenv/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Total inode count for a particular user in linux</title>
		<link>https://tutes.in/total-inode-count-for-a-particular-user-in-linux/</link>
					<comments>https://tutes.in/total-inode-count-for-a-particular-user-in-linux/#respond</comments>
		
		<dc:creator><![CDATA[Harshvardhan Malpani]]></dc:creator>
		<pubDate>Mon, 17 Feb 2020 09:52:44 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<guid isPermaLink="false">https://tutes.in/?p=2566</guid>

					<description><![CDATA[<p>Inode usage for current working directory Use cd ~ to change pwd to current user home Reference: Magesh from 2daygeek : https://www.2daygeek.com/linux-check-count-inode-usage/</p>
The post <a href="https://tutes.in/total-inode-count-for-a-particular-user-in-linux/">Total inode count for a particular user in linux</a> first appeared on <a href="https://tutes.in">Tutes Club</a>.]]></description>
		
					<wfw:commentRss>https://tutes.in/total-inode-count-for-a-particular-user-in-linux/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to solve MySQL server gone away error Maria Db update on cPanel and WHM?</title>
		<link>https://tutes.in/how-to-solve-mysql-server-gone-away-error-maria-db-update-on-cpanel-and-whm/</link>
					<comments>https://tutes.in/how-to-solve-mysql-server-gone-away-error-maria-db-update-on-cpanel-and-whm/#respond</comments>
		
		<dc:creator><![CDATA[Harshvardhan Malpani]]></dc:creator>
		<pubDate>Wed, 06 Nov 2019 18:44:15 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Error 2006]]></category>
		<category><![CDATA[Error 2013]]></category>
		<category><![CDATA[MySQL server has gone away]]></category>
		<guid isPermaLink="false">https://tutes.in/?p=2546</guid>

					<description><![CDATA[<p>This is related to new MariaDb upgrade from 10.1.41 to 10.1.42 and also for servers which were updated from 10.2.27 to 10.2.28 Go to solution ( Special Thanks to @Valetia ) You will see errors in following formats/messages: No file or input found MySQL Server has gone away Connection to MySQL Server failed sqlstate[hy000]: general [&#8230;]</p>
The post <a href="https://tutes.in/how-to-solve-mysql-server-gone-away-error-maria-db-update-on-cpanel-and-whm/">How to solve MySQL server gone away error Maria Db update on cPanel and WHM?</a> first appeared on <a href="https://tutes.in">Tutes Club</a>.]]></description>
		
					<wfw:commentRss>https://tutes.in/how-to-solve-mysql-server-gone-away-error-maria-db-update-on-cpanel-and-whm/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to fix Composer should be invoked via the CLI version of PHP, not the cgi-fcgi SAPI error in SSH?</title>
		<link>https://tutes.in/how-to-fix-composer-should-be-invoked-via-the-cli-version-of-php-not-the-cgi-fcgi-sapi-error-in-ssh/</link>
					<comments>https://tutes.in/how-to-fix-composer-should-be-invoked-via-the-cli-version-of-php-not-the-cgi-fcgi-sapi-error-in-ssh/#respond</comments>
		
		<dc:creator><![CDATA[Harshvardhan Malpani]]></dc:creator>
		<pubDate>Tue, 12 Feb 2019 17:58:38 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[bashrc]]></category>
		<category><![CDATA[composer]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[fcgi]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[php-cli]]></category>
		<category><![CDATA[sapi]]></category>
		<category><![CDATA[ssh]]></category>
		<guid isPermaLink="false">https://tutes.in/?p=2341</guid>

					<description><![CDATA[<p>Put this in your bash profile and run source ~/.bashrc As Composer is now available via WHM you can use this to find it: This returned path &#8220;/opt/cpanel/composer/bin/composer&#8221; for me. If this returns nothing then disregard the rest of this answer, as Composer is not available to you at system level. You can now use&#160;php-cli&#160;to [&#8230;]</p>
The post <a href="https://tutes.in/how-to-fix-composer-should-be-invoked-via-the-cli-version-of-php-not-the-cgi-fcgi-sapi-error-in-ssh/">How to fix Composer should be invoked via the CLI version of PHP, not the cgi-fcgi SAPI error in SSH?</a> first appeared on <a href="https://tutes.in">Tutes Club</a>.]]></description>
		
					<wfw:commentRss>https://tutes.in/how-to-fix-composer-should-be-invoked-via-the-cli-version-of-php-not-the-cgi-fcgi-sapi-error-in-ssh/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to edit default python version for a linux user?</title>
		<link>https://tutes.in/how-to-edit-default-python-version-for-a-linux-user/</link>
					<comments>https://tutes.in/how-to-edit-default-python-version-for-a-linux-user/#respond</comments>
		
		<dc:creator><![CDATA[Harshvardhan Malpani]]></dc:creator>
		<pubDate>Mon, 31 Dec 2018 10:53:46 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Scripts]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[ssh]]></category>
		<guid isPermaLink="false">https://tutes.club/?p=2090</guid>

					<description><![CDATA[<p>Edit the bash profile and add an alias using the following code Put the following line of code in .bashrc file and alter the python3.6 path as per your new installation Use CTRL x to exit and save After that you need to reload the source, so use the following command and you are good [&#8230;]</p>
The post <a href="https://tutes.in/how-to-edit-default-python-version-for-a-linux-user/">How to edit default python version for a linux user?</a> first appeared on <a href="https://tutes.in">Tutes Club</a>.]]></description>
		
					<wfw:commentRss>https://tutes.in/how-to-edit-default-python-version-for-a-linux-user/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Windows v/s Linux. What&#8217;s your choice?</title>
		<link>https://tutes.in/windows-v-s-linux-whats-your-choice/</link>
					<comments>https://tutes.in/windows-v-s-linux-whats-your-choice/#respond</comments>
		
		<dc:creator><![CDATA[Harshvardhan Malpani]]></dc:creator>
		<pubDate>Thu, 01 Nov 2018 08:32:02 +0000</pubDate>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[operating system]]></category>
		<category><![CDATA[Windows]]></category>
		<guid isPermaLink="false">https://tutes.club/?p=1873</guid>

					<description><![CDATA[<p>Hi Everyone. Today we are going to talk about the two operating systems. Windows and Linux. Both of them have their own pros and cons. Offcourse Windows have its monopoly with 88% plus market shares. Although slowly but Linux has started getting attention and getting more popular day by day. Windows has dominated the market [&#8230;]</p>
The post <a href="https://tutes.in/windows-v-s-linux-whats-your-choice/">Windows v/s Linux. What’s your choice?</a> first appeared on <a href="https://tutes.in">Tutes Club</a>.]]></description>
		
					<wfw:commentRss>https://tutes.in/windows-v-s-linux-whats-your-choice/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to repair a MySQL database?</title>
		<link>https://tutes.in/how-to-repair-a-mysql-database/</link>
					<comments>https://tutes.in/how-to-repair-a-mysql-database/#respond</comments>
		
		<dc:creator><![CDATA[Harshvardhan Malpani]]></dc:creator>
		<pubDate>Tue, 30 Oct 2018 08:20:31 +0000</pubDate>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[Windows]]></category>
		<guid isPermaLink="false">https://tutes.club/?p=1867</guid>

					<description><![CDATA[<p>Hello! Good to see you. This is going to be a very important article because we are about to discuss  &#8220;How to repair a MySQL database?&#8221; Why repair MySQL Database? Databases can become corrupted for any number of reasons, from software defects to hardware issues. If this occurs, you can try to repair the database. [&#8230;]</p>
The post <a href="https://tutes.in/how-to-repair-a-mysql-database/">How to repair a MySQL database?</a> first appeared on <a href="https://tutes.in">Tutes Club</a>.]]></description>
		
					<wfw:commentRss>https://tutes.in/how-to-repair-a-mysql-database/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
