<?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/tag/linux/feed/" rel="self" type="application/rss+xml" />
	<link>https://tutes.in</link>
	<description>Tutorials for all</description>
	<lastBuildDate>Thu, 17 Jan 2019 17:04:09 +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>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>
		<item>
		<title>Linux commands for SSH</title>
		<link>https://tutes.in/linux-commands-for-ssh/</link>
					<comments>https://tutes.in/linux-commands-for-ssh/#respond</comments>
		
		<dc:creator><![CDATA[Harshvardhan Malpani]]></dc:creator>
		<pubDate>Fri, 27 Jul 2018 07:37:13 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[ssh]]></category>
		<guid isPermaLink="false">https://tutes.club/?p=1474</guid>

					<description><![CDATA[<p>tar&#8211; to create archive files(.zip, .tar) Syntax: tar [options] [archive-file] [file or directory to be archived] Options: -c : Creates Archive -x : Extract the archive -f : creates archive with given filename -t : displays or lists files in archived file -u : archives and adds to an existing archive file -v : Displays [&#8230;]</p>
The post <a href="https://tutes.in/linux-commands-for-ssh/">Linux commands for SSH</a> first appeared on <a href="https://tutes.in">Tutes Club</a>.]]></description>
		
					<wfw:commentRss>https://tutes.in/linux-commands-for-ssh/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>RPM repo not found connection errors on Centos Redhat duplicate problems</title>
		<link>https://tutes.in/rpm-repo-not-found-connection-errors-on-centos-redhat-duplicate-problems/</link>
					<comments>https://tutes.in/rpm-repo-not-found-connection-errors-on-centos-redhat-duplicate-problems/#respond</comments>
		
		<dc:creator><![CDATA[Harshvardhan Malpani]]></dc:creator>
		<pubDate>Tue, 24 Jul 2018 17:00:34 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Scripts]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[centos]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[yum]]></category>
		<guid isPermaLink="false">https://tutes.club/?p=1467</guid>

					<description><![CDATA[<p>yum -y update command failing Command line will show messages like xxx is outdated and v abc will be installed but at the end it shows duplicate binary, please remove duplicate first. Process Backup first Integrity Check Find Problems Identify duplicates Clean duplicates re build conf cache update command remove backup file .prev if successfully [&#8230;]</p>
The post <a href="https://tutes.in/rpm-repo-not-found-connection-errors-on-centos-redhat-duplicate-problems/">RPM repo not found connection errors on Centos Redhat duplicate problems</a> first appeared on <a href="https://tutes.in">Tutes Club</a>.]]></description>
		
					<wfw:commentRss>https://tutes.in/rpm-repo-not-found-connection-errors-on-centos-redhat-duplicate-problems/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Linux &#8211; Rescue disk how to reset root password and unblock yourself if locked out</title>
		<link>https://tutes.in/linux-rescue-disk-how-to-reset-root-password-and-unblock-yourself-if-locked-out/</link>
					<comments>https://tutes.in/linux-rescue-disk-how-to-reset-root-password-and-unblock-yourself-if-locked-out/#respond</comments>
		
		<dc:creator><![CDATA[Harshvardhan Malpani]]></dc:creator>
		<pubDate>Mon, 23 Jul 2018 21:14:17 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[hacked]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[locked out]]></category>
		<category><![CDATA[recovery]]></category>
		<category><![CDATA[resque]]></category>
		<guid isPermaLink="false">https://tutes.club/?p=1461</guid>

					<description><![CDATA[<p>Centos as test server Current situation &#8211; you are locked out, cant use WHM or SSH or anything else to login. You may or may not remember the password. In any case you can reproduce the following steps to unblock yourself. 1. Use any other linux OS cd which can run live. I prefer FINNIX [&#8230;]</p>
The post <a href="https://tutes.in/linux-rescue-disk-how-to-reset-root-password-and-unblock-yourself-if-locked-out/">Linux – Rescue disk how to reset root password and unblock yourself if locked out</a> first appeared on <a href="https://tutes.in">Tutes Club</a>.]]></description>
		
					<wfw:commentRss>https://tutes.in/linux-rescue-disk-how-to-reset-root-password-and-unblock-yourself-if-locked-out/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Linux Bash &#8211; How to change all filenames to uppercase leaving the file extension unchanged</title>
		<link>https://tutes.in/linux-bash-how-to-change-all-filenames-to-uppercase-leaving-the-file-extension-unchanged/</link>
					<comments>https://tutes.in/linux-bash-how-to-change-all-filenames-to-uppercase-leaving-the-file-extension-unchanged/#respond</comments>
		
		<dc:creator><![CDATA[Harshvardhan Malpani]]></dc:creator>
		<pubDate>Wed, 28 Feb 2018 11:14:00 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Scripts]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[rename files]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[shell]]></category>
		<category><![CDATA[uppercase]]></category>
		<guid isPermaLink="false">https://tutes.club/?p=181</guid>

					<description><![CDATA[<p>use this simple code in bash shell. The following code will change all xxx.jpg files to XXX.jpg in any particular working directory.</p>
The post <a href="https://tutes.in/linux-bash-how-to-change-all-filenames-to-uppercase-leaving-the-file-extension-unchanged/">Linux Bash – How to change all filenames to uppercase leaving the file extension unchanged</a> first appeared on <a href="https://tutes.in">Tutes Club</a>.]]></description>
		
					<wfw:commentRss>https://tutes.in/linux-bash-how-to-change-all-filenames-to-uppercase-leaving-the-file-extension-unchanged/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Compressing images directly on web server &#8211; Better Pagespeed tips</title>
		<link>https://tutes.in/compressing-images-directly-on-web-server-better-pagespeed-tips/</link>
					<comments>https://tutes.in/compressing-images-directly-on-web-server-better-pagespeed-tips/#respond</comments>
		
		<dc:creator><![CDATA[Harshvardhan Malpani]]></dc:creator>
		<pubDate>Fri, 02 Feb 2018 20:45:30 +0000</pubDate>
				<category><![CDATA[Tools]]></category>
		<category><![CDATA[bulk compression]]></category>
		<category><![CDATA[centos]]></category>
		<category><![CDATA[compressing photos]]></category>
		<category><![CDATA[image compression]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[optipng]]></category>
		<category><![CDATA[png compression]]></category>
		<guid isPermaLink="false">https://tutes.club/?p=148</guid>

					<description><![CDATA[<p>for png, install on centos using command for a single image move to folder in which pngs are stored and use the following command: this will overwrite all pngs, o7 is switch for number of tries. o5 will be less time consuming though. -quiet makes it muted, outputs nothing. -strip all will try to remove [&#8230;]</p>
The post <a href="https://tutes.in/compressing-images-directly-on-web-server-better-pagespeed-tips/">Compressing images directly on web server – Better Pagespeed tips</a> first appeared on <a href="https://tutes.in">Tutes Club</a>.]]></description>
		
					<wfw:commentRss>https://tutes.in/compressing-images-directly-on-web-server-better-pagespeed-tips/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
