<?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>How to Archives - Enlinux</title>
	<atom:link href="https://www.enlinux.com/tag/how-to/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.enlinux.com/tag/how-to/</link>
	<description>Linux Command Line Usage with Example</description>
	<lastBuildDate>Sat, 02 Oct 2021 04:27:18 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.7.2</generator>

<image>
	<url>https://www.enlinux.com/wp-content/uploads/2020/06/cropped-Enlinux-Fav-32x32.png</url>
	<title>How to Archives - Enlinux</title>
	<link>https://www.enlinux.com/tag/how-to/</link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">178986394</site>	<item>
		<title>How to Create Virtual Machine using virt-install Command</title>
		<link>https://www.enlinux.com/create-virtual-machine-using-virt-install/</link>
					<comments>https://www.enlinux.com/create-virtual-machine-using-virt-install/#respond</comments>
		
		<dc:creator><![CDATA[Seth]]></dc:creator>
		<pubDate>Sat, 04 Sep 2021 06:37:32 +0000</pubDate>
				<category><![CDATA[Linux Articles]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[KVM]]></category>
		<category><![CDATA[Linux Commands]]></category>
		<category><![CDATA[Red Hat Enterprise]]></category>
		<category><![CDATA[Virtual Machine]]></category>
		<guid isPermaLink="false">https://www.enlinux.com/?p=682</guid>

					<description><![CDATA[<p>The virt-install command is what we are going to use for creating a virtual machine in a KVM environment. This tool can be used in both interactive and non-interactive mode. To create Virtual Machine using virt-install command, the KVM need to be installed on your host machine. Read the article...</p>
<p>The post <a href="https://www.enlinux.com/create-virtual-machine-using-virt-install/">How to Create Virtual Machine using virt-install Command</a> appeared first on <a href="https://www.enlinux.com">Enlinux</a>.</p>
]]></description>
		
					<wfw:commentRss>https://www.enlinux.com/create-virtual-machine-using-virt-install/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">682</post-id>	</item>
		<item>
		<title>Default Journal Log Files Locations in Linux</title>
		<link>https://www.enlinux.com/journal-log-files-locations/</link>
					<comments>https://www.enlinux.com/journal-log-files-locations/#respond</comments>
		
		<dc:creator><![CDATA[Seth]]></dc:creator>
		<pubDate>Fri, 03 Sep 2021 04:38:45 +0000</pubDate>
				<category><![CDATA[Linux Articles]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[Journalctl]]></category>
		<category><![CDATA[Monitoring System]]></category>
		<category><![CDATA[Red Hat Enterprise]]></category>
		<category><![CDATA[System logs]]></category>
		<guid isPermaLink="false">https://www.enlinux.com/?p=670</guid>

					<description><![CDATA[<p>There are two locations we are most likely to find the &#8216;systemd&#8217; journal files in Linux Red Hat system. The default journal log files locations are: /var/log/journal Persistent journals are stored in the default location of /var/log/journal, if it exists. /run/log/journal Volatile journals are stored in the default directory of...</p>
<p>The post <a href="https://www.enlinux.com/journal-log-files-locations/">Default Journal Log Files Locations in Linux</a> appeared first on <a href="https://www.enlinux.com">Enlinux</a>.</p>
]]></description>
		
					<wfw:commentRss>https://www.enlinux.com/journal-log-files-locations/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">670</post-id>	</item>
		<item>
		<title>How to Reset Red Hat Root Password on Boot</title>
		<link>https://www.enlinux.com/reset-red-hat-root-password-boot/</link>
					<comments>https://www.enlinux.com/reset-red-hat-root-password-boot/#respond</comments>
		
		<dc:creator><![CDATA[Seth]]></dc:creator>
		<pubDate>Fri, 03 Sep 2021 01:12:40 +0000</pubDate>
				<category><![CDATA[Linux Articles]]></category>
		<category><![CDATA[CentOS]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[Red Hat Enterprise]]></category>
		<category><![CDATA[Red Hat Linux]]></category>
		<guid isPermaLink="false">https://www.enlinux.com/?p=660</guid>

					<description><![CDATA[<p>The root password of a system is important and complying well with a secure password standard. If the existing root password is no longer satisfactory or is forgotten, you can change or reset it both as the&#160;root&#160;user and a non-root user. To reset root password of Red hat system, you...</p>
<p>The post <a href="https://www.enlinux.com/reset-red-hat-root-password-boot/">How to Reset Red Hat Root Password on Boot</a> appeared first on <a href="https://www.enlinux.com">Enlinux</a>.</p>
]]></description>
		
					<wfw:commentRss>https://www.enlinux.com/reset-red-hat-root-password-boot/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">660</post-id>	</item>
		<item>
		<title>How to Create Multiple Users with Bash Script in Linux</title>
		<link>https://www.enlinux.com/create-multiple-users-bash-scripts/</link>
					<comments>https://www.enlinux.com/create-multiple-users-bash-scripts/#respond</comments>
		
		<dc:creator><![CDATA[Seth]]></dc:creator>
		<pubDate>Thu, 02 Sep 2021 06:55:50 +0000</pubDate>
				<category><![CDATA[Linux Articles]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[Linux Bash Scripting]]></category>
		<category><![CDATA[Linux Commands]]></category>
		<guid isPermaLink="false">https://www.enlinux.com/?p=656</guid>

					<description><![CDATA[<p>Writing a simple Linux bash script to create multiple users accounts helps you approach user account creation in Linux a bit faster. But this just a simple bash script to create multiple users. You are free to add more options and features this script. We would appreciate if your share...</p>
<p>The post <a href="https://www.enlinux.com/create-multiple-users-bash-scripts/">How to Create Multiple Users with Bash Script in Linux</a> appeared first on <a href="https://www.enlinux.com">Enlinux</a>.</p>
]]></description>
		
					<wfw:commentRss>https://www.enlinux.com/create-multiple-users-bash-scripts/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">656</post-id>	</item>
		<item>
		<title>How to write Linux Bash ping Script to ping multiple Servers</title>
		<link>https://www.enlinux.com/linux-bash-ping-script-ping-multiple-servers/</link>
					<comments>https://www.enlinux.com/linux-bash-ping-script-ping-multiple-servers/#comments</comments>
		
		<dc:creator><![CDATA[Seth]]></dc:creator>
		<pubDate>Fri, 06 Aug 2021 02:22:40 +0000</pubDate>
				<category><![CDATA[Linux Articles]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[Linux Bash Scripting]]></category>
		<category><![CDATA[Linux Commands]]></category>
		<guid isPermaLink="false">https://www.enlinux.com/?p=627</guid>

					<description><![CDATA[<p>Linux Bash scripting is easy and awesome to learn for automation. To write a Linux bash ping script to ping multiple servers or IP addresses, we need some Linux command line such as ping command, echo command, for loop, and sed command or awk command, for organising a clear output...</p>
<p>The post <a href="https://www.enlinux.com/linux-bash-ping-script-ping-multiple-servers/">How to write Linux Bash ping Script to ping multiple Servers</a> appeared first on <a href="https://www.enlinux.com">Enlinux</a>.</p>
]]></description>
		
					<wfw:commentRss>https://www.enlinux.com/linux-bash-ping-script-ping-multiple-servers/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">627</post-id>	</item>
		<item>
		<title>Fixed: no acceptable C compiler found in $PATH</title>
		<link>https://www.enlinux.com/no-acceptable-c-compiler-found/</link>
					<comments>https://www.enlinux.com/no-acceptable-c-compiler-found/#respond</comments>
		
		<dc:creator><![CDATA[Seth]]></dc:creator>
		<pubDate>Thu, 24 Jun 2021 08:42:42 +0000</pubDate>
				<category><![CDATA[Linux Articles]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[Linux Commands]]></category>
		<category><![CDATA[Red Hat Linux]]></category>
		<guid isPermaLink="false">https://www.enlinux.com/?p=617</guid>

					<description><![CDATA[<p>The configure error: no acceptable C compiler found in $PATH is occurring when we running code that needs a compiler to compile it. The solution of no acceptable C compiler found in $PATH is installing the gcc compiler or &#8220;Developer Tools&#8221; on your machine. For RedHat and CentOS: For Debian...</p>
<p>The post <a href="https://www.enlinux.com/no-acceptable-c-compiler-found/">Fixed: no acceptable C compiler found in $PATH</a> appeared first on <a href="https://www.enlinux.com">Enlinux</a>.</p>
]]></description>
		
					<wfw:commentRss>https://www.enlinux.com/no-acceptable-c-compiler-found/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">617</post-id>	</item>
		<item>
		<title>Ultimate Bash Keyboard Shortcuts</title>
		<link>https://www.enlinux.com/bash-keyboard-shortcuts/</link>
					<comments>https://www.enlinux.com/bash-keyboard-shortcuts/#comments</comments>
		
		<dc:creator><![CDATA[Seth]]></dc:creator>
		<pubDate>Tue, 22 Sep 2020 01:46:40 +0000</pubDate>
				<category><![CDATA[Linux Articles]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[Keyboard Shortcuts]]></category>
		<category><![CDATA[Linux Commands]]></category>
		<guid isPermaLink="false">https://www.enlinux.com/?p=600</guid>

					<description><![CDATA[<p>This guide provides you with an ultimate list of bash keyboard shortcuts that can help you use your shell more efficiently. If you cannot use a mouse or pointing device at all, see Keyboard navigation for more information on navigating user interfaces with only the keyboard. Bash Keyboard Shortcuts These...</p>
<p>The post <a href="https://www.enlinux.com/bash-keyboard-shortcuts/">Ultimate Bash Keyboard Shortcuts</a> appeared first on <a href="https://www.enlinux.com">Enlinux</a>.</p>
]]></description>
		
					<wfw:commentRss>https://www.enlinux.com/bash-keyboard-shortcuts/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">600</post-id>	</item>
		<item>
		<title>How to Install KVM on Ubuntu Server &#038; Desktop 20.04</title>
		<link>https://www.enlinux.com/install-kvm-ubuntu-server-desktop/</link>
					<comments>https://www.enlinux.com/install-kvm-ubuntu-server-desktop/#respond</comments>
		
		<dc:creator><![CDATA[Seth]]></dc:creator>
		<pubDate>Sun, 30 Aug 2020 10:04:07 +0000</pubDate>
				<category><![CDATA[Linux Articles]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[KVM]]></category>
		<category><![CDATA[Red Hat Linux]]></category>
		<category><![CDATA[Virtual Machine]]></category>
		<category><![CDATA[Virtualization]]></category>
		<guid isPermaLink="false">https://www.enlinux.com/?p=500</guid>

					<description><![CDATA[<p>A clear step by step guide to install KVM on Ubuntu Server or Desktop. The (KVM) Kernel-based Virtual Machine is a virtualization module in the Linux kernel that allows the kernel to function as a hypervisor. KVM requires a processor with hardware virtualization extensions, such as Intel-VT or AMD-V. KVM...</p>
<p>The post <a href="https://www.enlinux.com/install-kvm-ubuntu-server-desktop/">How to Install KVM on Ubuntu Server &#038; Desktop 20.04</a> appeared first on <a href="https://www.enlinux.com">Enlinux</a>.</p>
]]></description>
		
					<wfw:commentRss>https://www.enlinux.com/install-kvm-ubuntu-server-desktop/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">500</post-id>	</item>
		<item>
		<title>Linux Boot Process in Short Details</title>
		<link>https://www.enlinux.com/linux-boot-process-details/</link>
					<comments>https://www.enlinux.com/linux-boot-process-details/#respond</comments>
		
		<dc:creator><![CDATA[Seth]]></dc:creator>
		<pubDate>Fri, 28 Aug 2020 01:13:47 +0000</pubDate>
				<category><![CDATA[Linux Articles]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[Linux Boot Process]]></category>
		<category><![CDATA[Red Hat Linux]]></category>
		<guid isPermaLink="false">https://www.enlinux.com/?p=494</guid>

					<description><![CDATA[<p>It is a high-level review of the Linux boot process in details and short step by step which helps you remember the Linux boot process for always. Linux Boot Process Let&#8217;s begin it from BIOS and finished them with Systemd which determine the system targets or Runlevels in Linux. This...</p>
<p>The post <a href="https://www.enlinux.com/linux-boot-process-details/">Linux Boot Process in Short Details</a> appeared first on <a href="https://www.enlinux.com">Enlinux</a>.</p>
]]></description>
		
					<wfw:commentRss>https://www.enlinux.com/linux-boot-process-details/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">494</post-id>	</item>
		<item>
		<title>How to Change SSH Connection Timeout in Linux</title>
		<link>https://www.enlinux.com/change-ssh-connection-timeout/</link>
					<comments>https://www.enlinux.com/change-ssh-connection-timeout/#respond</comments>
		
		<dc:creator><![CDATA[Seth]]></dc:creator>
		<pubDate>Mon, 17 Aug 2020 05:16:36 +0000</pubDate>
				<category><![CDATA[Linux Articles]]></category>
		<category><![CDATA[CentOS]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[Red Hat Enterprise]]></category>
		<category><![CDATA[SSH]]></category>
		<category><![CDATA[SSH Server]]></category>
		<guid isPermaLink="false">https://www.enlinux.com/?p=375</guid>

					<description><![CDATA[<p>The ssh connection timeout due to inactivity is annoying and won&#8217;t let you focus on doing your tasks. But you can easily change the SSH connection timeout limit and keep the SSH session alive even after some inactivity. It will happen by sending a “null packet” between the client and...</p>
<p>The post <a href="https://www.enlinux.com/change-ssh-connection-timeout/">How to Change SSH Connection Timeout in Linux</a> appeared first on <a href="https://www.enlinux.com">Enlinux</a>.</p>
]]></description>
		
					<wfw:commentRss>https://www.enlinux.com/change-ssh-connection-timeout/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">375</post-id>	</item>
	</channel>
</rss>
