<?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>Automation Dojos</title>
	<atom:link href="https://www.automationdojos.com/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.automationdojos.com/</link>
	<description>Applied Automation Ops</description>
	<lastBuildDate>Sat, 25 Mar 2023 13:13:03 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	

<image>
	<url>https://www.automationdojos.com/wp-content/uploads/2021/06/Adjo_X_fav_32.png</url>
	<title>Automation Dojos</title>
	<link>https://www.automationdojos.com/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>CronTab Basic Commands With Examples</title>
		<link>https://www.automationdojos.com/crontab-basic-commands-examples/</link>
					<comments>https://www.automationdojos.com/crontab-basic-commands-examples/#respond</comments>
		
		<dc:creator><![CDATA[Tushar Sharma]]></dc:creator>
		<pubDate>Fri, 25 Feb 2022 12:53:00 +0000</pubDate>
				<category><![CDATA[Github Gists]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Linux Gists]]></category>
		<category><![CDATA[crontab]]></category>
		<category><![CDATA[github-gists]]></category>
		<category><![CDATA[linux]]></category>
		<guid isPermaLink="false">https://www.automationdojos.com/?p=25464</guid>

					<description><![CDATA[<p><a href="https://www.automationdojos.com/crontab-basic-commands-examples/">CronTab Basic Commands With Examples</a> | As Published On <a href="https://www.automationdojos.com">Automation Dojos</a></p>
<p><img width="575" height="345" src="https://www.automationdojos.com/wp-content/uploads/2023/03/post-crontab-basic.png" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="" decoding="async" fetchpriority="high" srcset="https://www.automationdojos.com/wp-content/uploads/2023/03/post-crontab-basic.png 575w, https://www.automationdojos.com/wp-content/uploads/2023/03/post-crontab-basic-300x180.png 300w, https://www.automationdojos.com/wp-content/uploads/2023/03/post-crontab-basic-150x90.png 150w, https://www.automationdojos.com/wp-content/uploads/2023/03/post-crontab-basic-200x120.png 200w, https://www.automationdojos.com/wp-content/uploads/2023/03/post-crontab-basic-400x240.png 400w" sizes="(max-width: 575px) 100vw, 575px" wpfc-lazyload-disable="true" /></p>
<p>Cron is a time-based job scheduler in Unix-like operating systems, which is used to automate repetitive tasks. It is a daemon (a background process) that runs continuously and executes commands at specified times, called cronjobs. A cronjob can be any command, script or program that needs to be executed at a specific time or interval. [&#8230;]</p>
<p>The post <a href="https://www.automationdojos.com/crontab-basic-commands-examples/">CronTab Basic Commands With Examples</a> appeared first on <a href="https://www.automationdojos.com">Automation Dojos</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><a href="https://www.automationdojos.com/crontab-basic-commands-examples/">CronTab Basic Commands With Examples</a> | As Published On <a href="https://www.automationdojos.com">Automation Dojos</a></p>
<p><img width="575" height="345" src="https://www.automationdojos.com/wp-content/uploads/2023/03/post-crontab-basic.png" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="" decoding="async" srcset="https://www.automationdojos.com/wp-content/uploads/2023/03/post-crontab-basic.png 575w, https://www.automationdojos.com/wp-content/uploads/2023/03/post-crontab-basic-300x180.png 300w, https://www.automationdojos.com/wp-content/uploads/2023/03/post-crontab-basic-150x90.png 150w, https://www.automationdojos.com/wp-content/uploads/2023/03/post-crontab-basic-200x120.png 200w, https://www.automationdojos.com/wp-content/uploads/2023/03/post-crontab-basic-400x240.png 400w" sizes="(max-width: 575px) 100vw, 575px" wpfc-lazyload-disable="true" /></p>
<p class="proj-desc-hide">Cron is a time-based job scheduler in Unix-like operating systems, which is used to automate repetitive tasks. It is a daemon (a background process) that runs continuously and executes commands at specified times, called cronjobs. A cronjob can be any command, script or program that needs to be executed at a specific time or interval.</p>

<p class="proj-desc-hide">The crontab is a file used by cron to schedule the execution of cronjobs. Each user on the system has their own crontab file, which is stored in the /var/spool/cron directory. The crontab file contains the instructions for the cron daemon on when to run a command, and what command to run. The syntax for the crontab file can seem a bit confusing at first, but it&#8217;s actually quite simple once you understand the structure.</p>



<div><script src="https://gist.github.com/f809966ed813904382602131c82db995.js"></script></div>
<p>The post <a href="https://www.automationdojos.com/crontab-basic-commands-examples/">CronTab Basic Commands With Examples</a> appeared first on <a href="https://www.automationdojos.com">Automation Dojos</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.automationdojos.com/crontab-basic-commands-examples/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Basic PowerShell Commands That You Should Know</title>
		<link>https://www.automationdojos.com/basic-powershell-commands/</link>
					<comments>https://www.automationdojos.com/basic-powershell-commands/#respond</comments>
		
		<dc:creator><![CDATA[Tushar Sharma]]></dc:creator>
		<pubDate>Sun, 20 Feb 2022 15:51:00 +0000</pubDate>
				<category><![CDATA[PowerShell]]></category>
		<category><![CDATA[commands]]></category>
		<category><![CDATA[powershell]]></category>
		<category><![CDATA[WindowsPowerShell]]></category>
		<guid isPermaLink="false">https://www.automationdojos.com/?p=25359</guid>

					<description><![CDATA[<p><a href="https://www.automationdojos.com/basic-powershell-commands/">Basic PowerShell Commands That You Should Know</a> | As Published On <a href="https://www.automationdojos.com">Automation Dojos</a></p>
<p><img width="575" height="345" src="https://www.automationdojos.com/wp-content/uploads/2023/03/post-powershell-cmds.png" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="" decoding="async" srcset="https://www.automationdojos.com/wp-content/uploads/2023/03/post-powershell-cmds.png 575w, https://www.automationdojos.com/wp-content/uploads/2023/03/post-powershell-cmds-300x180.png 300w, https://www.automationdojos.com/wp-content/uploads/2023/03/post-powershell-cmds-150x90.png 150w, https://www.automationdojos.com/wp-content/uploads/2023/03/post-powershell-cmds-200x120.png 200w, https://www.automationdojos.com/wp-content/uploads/2023/03/post-powershell-cmds-400x240.png 400w" sizes="(max-width: 575px) 100vw, 575px" wpfc-lazyload-disable="true" /></p>
<p>One of the key benefits of PowerShell is its object-oriented nature. Instead of working with text-based output like traditional command-line interfaces, PowerShell returns objects that can be easily manipulated using its built-in cmdlets (pronounced &#8220;command-lets&#8221;). This makes it easy to automate complex tasks, as administrators can pipe the output of one cmdlet to another, building [&#8230;]</p>
<p>The post <a href="https://www.automationdojos.com/basic-powershell-commands/">Basic PowerShell Commands That You Should Know</a> appeared first on <a href="https://www.automationdojos.com">Automation Dojos</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><a href="https://www.automationdojos.com/basic-powershell-commands/">Basic PowerShell Commands That You Should Know</a> | As Published On <a href="https://www.automationdojos.com">Automation Dojos</a></p>
<p><img width="575" height="345" src="https://www.automationdojos.com/wp-content/uploads/2023/03/post-powershell-cmds.png" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://www.automationdojos.com/wp-content/uploads/2023/03/post-powershell-cmds.png 575w, https://www.automationdojos.com/wp-content/uploads/2023/03/post-powershell-cmds-300x180.png 300w, https://www.automationdojos.com/wp-content/uploads/2023/03/post-powershell-cmds-150x90.png 150w, https://www.automationdojos.com/wp-content/uploads/2023/03/post-powershell-cmds-200x120.png 200w, https://www.automationdojos.com/wp-content/uploads/2023/03/post-powershell-cmds-400x240.png 400w" sizes="auto, (max-width: 575px) 100vw, 575px" wpfc-lazyload-disable="true" /></p><div role="navigation" aria-label="Table of Contents" class="simpletoc blog-post-toc toc-none wp-block-simpletoc-toc"><h2 class="simpletoc-title">Table of Contents</h2>
<ul class="simpletoc-list">
<li><a href="#commands-to-find-other-commands">Commands To Find Other Commands</a>

</li>
<li><a href="#essential-powershell-commands">Essential PowerShell Commands</a>
</li></ul></div>


<p>One of the key benefits of PowerShell is its object-oriented nature. Instead of working with text-based output like traditional command-line interfaces, PowerShell returns objects that can be easily manipulated using its built-in cmdlets (pronounced &#8220;command-lets&#8221;). This makes it easy to automate complex tasks, as administrators can pipe the output of one cmdlet to another, building up a chain of commands that perform a series of operations on an object. </p>


<h2 class="wp-block-heading" id="commands-to-find-other-commands">Commands To Find Other Commands</h2>


<p>I consider this set of commands very useful because they are used to discover other commands. These commands help in discovering syntax, usage, and members of other commands so you don&#8217;t have to memorize the full commands catalog. Here are the most useful and frequently used commands that you must know:</p>


<div class="su-table su-table-responsive su-table-alternate">
<table>
<tbody>
<tr>
<td><b>Commands</b></td>
<td><b>Description</b></td>
</tr>
<tr>
<td><span class="su-label su-label-type-black">Get-Member</span></td>
<td>Gets the properties and methods of objects. You can use following parameters to this command: <i>-Name, -InputObject, -MemberType, -Static, -View</i></td>
</tr>
<tr>
<td><span class="su-label su-label-type-black">Get-Command</span></td>
<td>Sets the maximum number of digits allowed in the integer portion of a numberThe Get-Command cmdlet gets all commands that are installed on the computer, including <i>cmdlets, aliases, functions, filters, scripts, and applications</i>. Get-Command gets the commands from PowerShell modules and commands that were imported from other sessions</td>
</tr>
<tr>
<td><span class="su-label su-label-type-black">Get-Help</span></td>
<td>Helps you learn how to use commands. Following parameters can be used: <i>-Full, -Detailed, _-Examples, -Online, -Parameter, -ShowWindow</i></td>
</tr>
</tbody>
</table>
</div>



<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>


<h2 class="wp-block-heading" id="essential-powershell-commands">Essential PowerShell Commands</h2>


<p>Here is a list of basic PowerShell commands that you should know.</p>


<div class="su-table su-table-responsive su-table-alternate">
<table>
<tbody>
<tr>
<td><b>Commands</b></td>
<td><b>Description</b></td>
</tr>
<tr>
<td><span class="su-label su-label-type-black">Set-Location</span></td>
<td>This cmdlet sets the working location to a specified location. That location could be a directory, a subdirectory, a registry location, or any provider path. Used as an alternative to the CD command. Parameter <i>-Path</i></td>
</tr>
<tr>
<td><span class="su-label su-label-type-black">Get-ChildItem</span></td>
<td>Gets the items and child items in one or more specified locations. Parameter <i>-Path</i></td>
</tr>
<tr>
<td><span class="su-label su-label-type-black">Set-ExecutionPolicy</span></td>
<td>Scripting is disabled by default to prevent malicious scripts from executing in the PowerShell environment. The Set-ExecutionPolicy cmdlet&#8217;s default scope is LocalMachine, which affects everyone who uses the computer. To change the execution policy for LocalMachine, start PowerShell with Run as Administrator. You can set one of four security levels <i>(a) Restricted (b) All Signed (c) Remote Signed (d) Unrestricted</i></td>
</tr>
<tr>
<td><span class="su-label su-label-type-black">Get-ExecutionPolicy</span></td>
<td>Gets the execution policies for the current session. To display the execution policies for each scope in the order of precedence, use <i>Get-ExecutionPolicy -List</i>. To see the effective execution policy for your PowerShell session use Get-ExecutionPolicy with no parameters</td>
</tr>
<tr>
<td><span class="su-label su-label-type-black">Get-Service</span></td>
<td>Gets the processes that are running on the local computer</td>
</tr>
<tr>
<td><span class="su-label su-label-type-black">Get-Process</span></td>
<td>Gets the services on the computer</td>
</tr>
<tr>
<td><span class="su-label su-label-type-black">Export-CSV</span></td>
<td>Lets you export data to a CSV file. e.g. <i>&#8216;Get-Command | Export-CSV Commands.csv&#8217;</i></td>
</tr>
<tr>
<td><span class="su-label su-label-type-black">ConvertTo-Html</span></td>
<td>You can use this cmdlet to display the output of a command in a Web page. The command takes in the output file you want to convert and the filename you want to save it with. E.g. <i>Get-Command | ConvertTo-Html &gt; Commands.html</i></td>
</tr>
<tr>
<td><span class="su-label su-label-type-black">Get-Module</span></td>
<td>The Get-Module cmdlet lists the PowerShell modules that have been imported, or that can be imported, into a PowerShell session. Without parameters, Get-Module gets modules that have been imported into the current session</td>
</tr>
<tr>
<td><span class="su-label su-label-type-black">Get-Module -ListAvailable</span></td>
<td>This command gets the modules that are installed on the computer and can be imported into the current session. Get-Module looks for available modules in the path specified by the <i>$env:PSModulePath</i> environment variable</td>
</tr>
<tr>
<td><span class="su-label su-label-type-black">Get-InstalledModule</span></td>
<td>This cmdlet gets PowerShell modules that are installed on a computer using PowerShellGet</td>
</tr>
<tr>
<td><span class="su-label su-label-type-black">Copy-Item</span></td>
<td>This cmdlet copies an item from one location to another location in the same namespace. To copy files and folders, type Copy-Item followed by the source <i>-Path, -Destination parameter, and destination address.</i> e.g. <i>Copy-Item &#8220;E:\Directory1&#8221; -Destination &#8220;E:\Directory2&#8221; -Recurse</i></td>
</tr>
<tr>
<td><span class="su-label su-label-type-black">Move-Item</span></td>
<td>This cmdlet moves an item, including its properties, contents, and child items, from one location to another location. The locations must be supported by the same provider. e.g. <i>Move-Item -Path &#8220;E:\Folder1&#8221; -Destination &#8220;E:\Folder2&#8221;</i></td>
</tr>
<tr>
<td><span class="su-label su-label-type-black">Get-Content</span></td>
<td>This cmdlet lets you view the content of an item item without using a text editor. <i>E.g. Get-Content &#8220;E:\Folder1\Test.txt&#8221;</i></td>
</tr>
</tbody>
</table>
</div>



<div style="height:30px" aria-hidden="true" class="wp-block-spacer"></div>



<p></p>
<p>The post <a href="https://www.automationdojos.com/basic-powershell-commands/">Basic PowerShell Commands That You Should Know</a> appeared first on <a href="https://www.automationdojos.com">Automation Dojos</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.automationdojos.com/basic-powershell-commands/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How To Always Open Files in New Tab in VSCode</title>
		<link>https://www.automationdojos.com/how-to-always-open-files-in-new-tab-in-vscode/</link>
					<comments>https://www.automationdojos.com/how-to-always-open-files-in-new-tab-in-vscode/#respond</comments>
		
		<dc:creator><![CDATA[Tushar Sharma]]></dc:creator>
		<pubDate>Thu, 20 Jan 2022 14:11:00 +0000</pubDate>
				<category><![CDATA[IDE Editors]]></category>
		<category><![CDATA[VS Code]]></category>
		<category><![CDATA[ide]]></category>
		<category><![CDATA[ide-editors]]></category>
		<category><![CDATA[visual-studio]]></category>
		<category><![CDATA[vscode]]></category>
		<guid isPermaLink="false">https://www.automationdojos.com/?p=25335</guid>

					<description><![CDATA[<p><a href="https://www.automationdojos.com/how-to-always-open-files-in-new-tab-in-vscode/">How To Always Open Files in New Tab in VSCode</a> | As Published On <a href="https://www.automationdojos.com">Automation Dojos</a></p>
<p><img width="575" height="345" src="https://www.automationdojos.com/wp-content/uploads/2022/01/post-vscode-preview-mode-fimg.png" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://www.automationdojos.com/wp-content/uploads/2022/01/post-vscode-preview-mode-fimg.png 575w, https://www.automationdojos.com/wp-content/uploads/2022/01/post-vscode-preview-mode-fimg-300x180.png 300w, https://www.automationdojos.com/wp-content/uploads/2022/01/post-vscode-preview-mode-fimg-150x90.png 150w, https://www.automationdojos.com/wp-content/uploads/2022/01/post-vscode-preview-mode-fimg-200x120.png 200w, https://www.automationdojos.com/wp-content/uploads/2022/01/post-vscode-preview-mode-fimg-400x240.png 400w" sizes="auto, (max-width: 575px) 100vw, 575px" wpfc-lazyload-disable="true" /></p>
<p>The VSCode has rocketed its way to one of the top development IDEs due to its fresh look, usability, tons of feature sets, and customization options besides being very lightweight. But such extensive customization options at times do overwhelm the user and sometimes make it a tedious task to find the precise customization option to [&#8230;]</p>
<p>The post <a href="https://www.automationdojos.com/how-to-always-open-files-in-new-tab-in-vscode/">How To Always Open Files in New Tab in VSCode</a> appeared first on <a href="https://www.automationdojos.com">Automation Dojos</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><a href="https://www.automationdojos.com/how-to-always-open-files-in-new-tab-in-vscode/">How To Always Open Files in New Tab in VSCode</a> | As Published On <a href="https://www.automationdojos.com">Automation Dojos</a></p>
<div role="navigation" aria-label="Table of Contents" class="simpletoc blog-post-toc toc-none wp-block-simpletoc-toc"><h2 class="simpletoc-title">Table of Contents</h2>
<ul class="simpletoc-list">
<li><a href="#1-problem-description">1. Problem Description</a>

</li>
<li><a href="#2-what-is-preview-mode-and-why">2. What is Preview Mode and Why?</a>

</li>
<li><a href="#3-open-files-in-new-tab-while-in-preview-mode">3. Open Files in New Tab While in Preview Mode</a>


<ul><li>
<a href="#31-open-files-using-doubleclick">3.1. Open Files Using Double-Click</a>

</li>
<li><a href="#32-rightclick-tab-options-keep-open">3.2. Right-Click Tab Options (Keep Open)</a>

</li>
<li><a href="#33-doubleclick-the-tab">3.3. Double-Click the Tab</a>

</li>
</ul>
<li><a href="#4-set-vscode-to-always-open-files-in-new-tab">4. Set VSCode To Always Open Files in New Tab</a>


<ul><li>
<a href="#41-vscode-settings-ui">4.1 VSCode Settings UI</a>

</li>
<li><a href="#42-vscode-settings-json">4.2 VSCode Settings Json</a>
</li>
</ul>
</li></ul></div>


<p>The VSCode has rocketed its way to one of the top development IDEs due to its fresh look, usability, tons of feature sets, and customization options besides being very lightweight. But such extensive customization options at times do overwhelm the user and sometimes make it a tedious task to find the precise customization option to tweak to meet your goals.</p>



<p>Though the VSCode team has done an excellent job by introducing the <em><strong>‘command palette’</strong></em> <span class="su-label su-label-type-default">(Ctrl+Shift+P)</span>, which indeed makes it very easy to find almost anything that VSCode has to offer, however, in order to make use of ‘command palette’ you still need to know the precise <em>‘keyword’</em> to search. I recently encountered one such problem and despite the ‘command palette’, I had to scan through several settings, eventually locating the solution.</p>


<h1 class="wp-block-heading" id="1-problem-description">1. Problem Description</h1>


<p>I noticed whenever I opened any file in VSCode, it used to open the file in the already opened tab of the editor. Every time I clicked on any file to open it would replace the previously opened file with the new file in the same tab rather than opening the new file in a new tab. Because of this, I not only used to lose the previously opened file but was also stuck with a single tab.</p>



<p>My investigation revealed that this was happening due to the VSCode editor’s feature called <strong>‘Preview Mode’</strong>. This mode is enabled by <em>default </em>and you can easily identify that you are opening the editor tab in ‘Preview Mode’ by noticing that the tab name is written in ‘italicized’ letters, as shown below.</p>



<div><a href="https://www.automationdojos.com/wp-content/uploads/2023/03/post-vscode-pmode-1.png" class="td-modal-image"><figure class="wp-block-image size-full td-img-style-shadow"><img loading="lazy" decoding="async" width="1014" height="507" src="https://www.automationdojos.com/wp-content/uploads/2023/03/post-vscode-pmode-1.png" alt="" class="wp-image-25343" srcset="https://www.automationdojos.com/wp-content/uploads/2023/03/post-vscode-pmode-1.png 1014w, https://www.automationdojos.com/wp-content/uploads/2023/03/post-vscode-pmode-1-300x150.png 300w, https://www.automationdojos.com/wp-content/uploads/2023/03/post-vscode-pmode-1-768x384.png 768w, https://www.automationdojos.com/wp-content/uploads/2023/03/post-vscode-pmode-1-150x75.png 150w, https://www.automationdojos.com/wp-content/uploads/2023/03/post-vscode-pmode-1-696x348.png 696w, https://www.automationdojos.com/wp-content/uploads/2023/03/post-vscode-pmode-1-840x420.png 840w, https://www.automationdojos.com/wp-content/uploads/2023/03/post-vscode-pmode-1-200x100.png 200w, https://www.automationdojos.com/wp-content/uploads/2023/03/post-vscode-pmode-1-400x200.png 400w" sizes="auto, (max-width: 1014px) 100vw, 1014px" /></figure></a></div>



<p>Hence if you see your editor tab name is <strong>‘italicized’</strong> that means you are viewing in ‘Preview Mode’. This is the reason you are not able to open new</p>


<h1 class="wp-block-heading" id="2-what-is-preview-mode-and-why">2. What is Preview Mode and Why?</h1>


<p>I guess the problem description in the above section duly explains what is <em>‘Preview Mode’</em>, so the next question arises, why? At the onset, it may seem an annoying feature and one may even assume that reason behind having this enabled by default must be a bug or design issue in VSCode release. However this is not the case and In fact, most likely this is a deliberately designed feature introduced for optimizing the user experience or even performance.</p>



<p>Consider the example, where a developer might click on a number of files to view/read the code or maybe during debugging but eventually ends up working on just a single file. This is a very usual scenario and may happen repeatedly and frequently. But this also means that the developer would have opened a lot of files (and hence tabs) during the course of work. Obviously, this would clutter the view of the editor gradually decreasing the usability or even efficiency. Hence the ‘Preview Mode’!</p>


<h1 class="wp-block-heading" id="3-open-files-in-new-tab-while-in-preview-mode">3. Open Files in New Tab While in Preview Mode</h1>


<p>While in <em>‘Preview Mode’</em>, you can still open files in a new tab. Given below are a couple of ways you can do this:</p>


<h2 class="wp-block-heading" id="31-open-files-using-doubleclick">3.1. Open Files Using Double-Click</h2>


<p>You can use the double click to open each successive file. Using double click the successive files would open in a new tab while retaining the existing tabs.</p>



<div><a href="https://www.automationdojos.com/wp-content/uploads/2023/03/VSCode-PreviewMode1.gif" class="td-modal-image"><figure class="wp-block-image size-full td-img-style-shadow"><img wpfc-lazyload-disable="true" loading="lazy" decoding="async" width="1096" height="578" src="https://www.automationdojos.com/wp-content/uploads/2023/03/VSCode-PreviewMode1.gif" alt="" class="wp-image-25351"/></figure></a></div>


<h2 class="wp-block-heading" id="32-rightclick-tab-options-keep-open">3.2. Right-Click Tab Options (Keep Open)</h2>


<p>Another way to keep the existing ‘Preview Mode’ tab open is by right-clicking on the ‘Preview Mode’ tab and selecting the option called ‘Keep Open’ from right-click context menu.</p>



<div><a href="https://www.automationdojos.com/wp-content/uploads/2023/03/post-vscode-pmode-2-1024x624.png" class="td-modal-image"><figure class="wp-block-image size-large td-img-style-shadow"><img loading="lazy" decoding="async" width="1024" height="624" src="https://www.automationdojos.com/wp-content/uploads/2023/03/post-vscode-pmode-2-1024x624.png" alt="" class="wp-image-25345" srcset="https://www.automationdojos.com/wp-content/uploads/2023/03/post-vscode-pmode-2-1024x624.png 1024w, https://www.automationdojos.com/wp-content/uploads/2023/03/post-vscode-pmode-2-300x183.png 300w, https://www.automationdojos.com/wp-content/uploads/2023/03/post-vscode-pmode-2-768x468.png 768w, https://www.automationdojos.com/wp-content/uploads/2023/03/post-vscode-pmode-2-150x91.png 150w, https://www.automationdojos.com/wp-content/uploads/2023/03/post-vscode-pmode-2-696x424.png 696w, https://www.automationdojos.com/wp-content/uploads/2023/03/post-vscode-pmode-2-1068x651.png 1068w, https://www.automationdojos.com/wp-content/uploads/2023/03/post-vscode-pmode-2-689x420.png 689w, https://www.automationdojos.com/wp-content/uploads/2023/03/post-vscode-pmode-2-200x122.png 200w, https://www.automationdojos.com/wp-content/uploads/2023/03/post-vscode-pmode-2-400x244.png 400w, https://www.automationdojos.com/wp-content/uploads/2023/03/post-vscode-pmode-2.png 1122w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></figure></a></div>


<h2 class="wp-block-heading" id="33-doubleclick-the-tab">3.3. Double-Click the Tab</h2>


<p>If the tab you are working on is already open in ‘Preview Mode’ and you want this tab to remain open then you can do so by simply double-clicking on the tab. Doing so would make the tab to lose ‘Preview Mode’ and next time when you click on another file, that file would open in a new tab.</p>



<div><a href="https://www.automationdojos.com/wp-content/uploads/2023/03/VSCode-PreviewMode2.gif" class="td-modal-image"><figure class="wp-block-image size-full"><img wpfc-lazyload-disable="true" loading="lazy" decoding="async" width="1096" height="578" src="https://www.automationdojos.com/wp-content/uploads/2023/03/VSCode-PreviewMode2.gif" alt="" class="wp-image-25353"/></figure></a></div>


<h1 class="wp-block-heading" id="4-set-vscode-to-always-open-files-in-new-tab">4. Set VSCode To Always Open Files in New Tab</h1>


<p>If you are not a big fan of <em>‘Preview Mode’</em> and you want to permanently get rid of this feature, you can turn this feature off. Once the ‘Preview Mode’ is turned off, every file you open would open in a new tab. Here are couple of ways you can achieve this.</p>


<h2 class="wp-block-heading" id="41-vscode-settings-ui">4.1 VSCode Settings UI</h2>


<p>You can turn off <em>‘Preview Mode’</em> via the VSCode settings UI. To do so, open VSCode settings and search for ‘enable preview’. Locate the two settings named the following:</p>



<pre class="wp-block-code"><code>Workbench › Editor: Enable Preview
Workbench › Editor: Enable Preview from Quick Open</code></pre>



<div><a href="https://www.automationdojos.com/wp-content/uploads/2023/03/post-vscode-pmode-3-1024x628.png" class="td-modal-image"><figure class="wp-block-image size-large td-img-style-shadow"><img loading="lazy" decoding="async" width="1024" height="628" src="https://www.automationdojos.com/wp-content/uploads/2023/03/post-vscode-pmode-3-1024x628.png" alt="" class="wp-image-25346" srcset="https://www.automationdojos.com/wp-content/uploads/2023/03/post-vscode-pmode-3-1024x628.png 1024w, https://www.automationdojos.com/wp-content/uploads/2023/03/post-vscode-pmode-3-300x184.png 300w, https://www.automationdojos.com/wp-content/uploads/2023/03/post-vscode-pmode-3-768x471.png 768w, https://www.automationdojos.com/wp-content/uploads/2023/03/post-vscode-pmode-3-150x92.png 150w, https://www.automationdojos.com/wp-content/uploads/2023/03/post-vscode-pmode-3-696x427.png 696w, https://www.automationdojos.com/wp-content/uploads/2023/03/post-vscode-pmode-3-685x420.png 685w, https://www.automationdojos.com/wp-content/uploads/2023/03/post-vscode-pmode-3-200x123.png 200w, https://www.automationdojos.com/wp-content/uploads/2023/03/post-vscode-pmode-3-400x245.png 400w, https://www.automationdojos.com/wp-content/uploads/2023/03/post-vscode-pmode-3.png 1029w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></figure></a></div>



<p>&nbsp;Uncheck both the settings and this would disable the <em>‘Preview Mode’</em>.</p>


<h2 class="wp-block-heading" id="42-vscode-settings-json">4.2 VSCode Settings Json</h2>


<p>Finally, if you prefer to turn off ‘Preview Mode’ via modifying the settings.json for the user. Open the settings.json and look for the following two keys and set their value to ‘false’ as shown below:</p>



<pre class="wp-block-code"><code>"workbench.editor.enablePreview": false,
"workbench.editor.enablePreviewFromQuickOpen": false</code></pre>



<p></p>
<p>The post <a href="https://www.automationdojos.com/how-to-always-open-files-in-new-tab-in-vscode/">How To Always Open Files in New Tab in VSCode</a> appeared first on <a href="https://www.automationdojos.com">Automation Dojos</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.automationdojos.com/how-to-always-open-files-in-new-tab-in-vscode/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How To Install Oh-My-Posh On Windows PowerShell</title>
		<link>https://www.automationdojos.com/how-to-install-oh-my-posh-on-windows-powershell/</link>
					<comments>https://www.automationdojos.com/how-to-install-oh-my-posh-on-windows-powershell/#respond</comments>
		
		<dc:creator><![CDATA[Tushar Sharma]]></dc:creator>
		<pubDate>Fri, 14 Jan 2022 11:42:52 +0000</pubDate>
				<category><![CDATA[How-To PowerShell]]></category>
		<category><![CDATA[PowerShell]]></category>
		<category><![CDATA[PowerShell Gists]]></category>
		<category><![CDATA[oh-my-posh]]></category>
		<category><![CDATA[powershell]]></category>
		<category><![CDATA[theme]]></category>
		<category><![CDATA[WindowsPowerShell]]></category>
		<guid isPermaLink="false">https://www.automationdojos.com/?p=25326</guid>

					<description><![CDATA[<p><a href="https://www.automationdojos.com/how-to-install-oh-my-posh-on-windows-powershell/">How To Install Oh-My-Posh On Windows PowerShell</a> | As Published On <a href="https://www.automationdojos.com">Automation Dojos</a></p>
<p><img width="575" height="345" src="https://www.automationdojos.com/wp-content/uploads/2023/03/post-installing-oh-my-posh.png" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://www.automationdojos.com/wp-content/uploads/2023/03/post-installing-oh-my-posh.png 575w, https://www.automationdojos.com/wp-content/uploads/2023/03/post-installing-oh-my-posh-300x180.png 300w, https://www.automationdojos.com/wp-content/uploads/2023/03/post-installing-oh-my-posh-150x90.png 150w, https://www.automationdojos.com/wp-content/uploads/2023/03/post-installing-oh-my-posh-200x120.png 200w, https://www.automationdojos.com/wp-content/uploads/2023/03/post-installing-oh-my-posh-400x240.png 400w" sizes="auto, (max-width: 575px) 100vw, 575px" wpfc-lazyload-disable="true" /></p>
<p>Oh-My-Posh is a powerful custom prompt engine for any shell that has the ability to adjust the prompt string with a function or variable. It does not only beautify the terminal, but it also increases the work efficiency by adding lot of features related to usability, hints, history etc. It also comes with a good [&#8230;]</p>
<p>The post <a href="https://www.automationdojos.com/how-to-install-oh-my-posh-on-windows-powershell/">How To Install Oh-My-Posh On Windows PowerShell</a> appeared first on <a href="https://www.automationdojos.com">Automation Dojos</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><a href="https://www.automationdojos.com/how-to-install-oh-my-posh-on-windows-powershell/">How To Install Oh-My-Posh On Windows PowerShell</a> | As Published On <a href="https://www.automationdojos.com">Automation Dojos</a></p>
<p><img width="575" height="345" src="https://www.automationdojos.com/wp-content/uploads/2023/03/post-installing-oh-my-posh.png" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://www.automationdojos.com/wp-content/uploads/2023/03/post-installing-oh-my-posh.png 575w, https://www.automationdojos.com/wp-content/uploads/2023/03/post-installing-oh-my-posh-300x180.png 300w, https://www.automationdojos.com/wp-content/uploads/2023/03/post-installing-oh-my-posh-150x90.png 150w, https://www.automationdojos.com/wp-content/uploads/2023/03/post-installing-oh-my-posh-200x120.png 200w, https://www.automationdojos.com/wp-content/uploads/2023/03/post-installing-oh-my-posh-400x240.png 400w" sizes="auto, (max-width: 575px) 100vw, 575px" wpfc-lazyload-disable="true" /></p>
<p class="proj-desc-hide">Oh-My-Posh is a powerful custom prompt engine for any shell that has the ability to adjust the prompt string with a function or variable. It does not only beautify the terminal, but it also increases the work efficiency by adding lot of features related to usability, hints, history etc. It also comes with a good number of pre-built themes for your prompt, so you can either choose one, customize a pre-built theme or even create a new one.</p>



<div><script src="https://gist.github.com/d7904b76af760430ad086473da759d97.js"></script></div>
<p>The post <a href="https://www.automationdojos.com/how-to-install-oh-my-posh-on-windows-powershell/">How To Install Oh-My-Posh On Windows PowerShell</a> appeared first on <a href="https://www.automationdojos.com">Automation Dojos</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.automationdojos.com/how-to-install-oh-my-posh-on-windows-powershell/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Common OpenSSH Commands Reference</title>
		<link>https://www.automationdojos.com/openssh-commands-reference/</link>
					<comments>https://www.automationdojos.com/openssh-commands-reference/#respond</comments>
		
		<dc:creator><![CDATA[Tushar Sharma]]></dc:creator>
		<pubDate>Thu, 16 Dec 2021 02:30:00 +0000</pubDate>
				<category><![CDATA[Git]]></category>
		<category><![CDATA[Git Gists]]></category>
		<category><![CDATA[Github Gists]]></category>
		<category><![CDATA[git]]></category>
		<category><![CDATA[github-gists]]></category>
		<category><![CDATA[OpenSSH]]></category>
		<category><![CDATA[ssh]]></category>
		<category><![CDATA[ssh commands]]></category>
		<guid isPermaLink="false">https://www.automationdojos.com/?p=23501</guid>

					<description><![CDATA[<p><a href="https://www.automationdojos.com/openssh-commands-reference/">Common OpenSSH Commands Reference</a> | As Published On <a href="https://www.automationdojos.com">Automation Dojos</a></p>
<p><img width="575" height="345" src="https://www.automationdojos.com/wp-content/uploads/2022/03/post-openssh-cmds.png" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://www.automationdojos.com/wp-content/uploads/2022/03/post-openssh-cmds.png 575w, https://www.automationdojos.com/wp-content/uploads/2022/03/post-openssh-cmds-300x180.png 300w, https://www.automationdojos.com/wp-content/uploads/2022/03/post-openssh-cmds-150x90.png 150w, https://www.automationdojos.com/wp-content/uploads/2022/03/post-openssh-cmds-200x120.png 200w, https://www.automationdojos.com/wp-content/uploads/2022/03/post-openssh-cmds-400x240.png 400w" sizes="auto, (max-width: 575px) 100vw, 575px" wpfc-lazyload-disable="true" /></p>
<p>Secure Shell, sometimes referred to as Secure Socket Shell (SSH), is a protocol which allows you to connect securely to a remote computer or a server by using a text-based interface. OpenSSH is an an open source SSH tool—widely used for Linux distributions. The same OpenSSH tool is also supplied/packaged by default with Git and [&#8230;]</p>
<p>The post <a href="https://www.automationdojos.com/openssh-commands-reference/">Common OpenSSH Commands Reference</a> appeared first on <a href="https://www.automationdojos.com">Automation Dojos</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><a href="https://www.automationdojos.com/openssh-commands-reference/">Common OpenSSH Commands Reference</a> | As Published On <a href="https://www.automationdojos.com">Automation Dojos</a></p>
<p><img width="575" height="345" src="https://www.automationdojos.com/wp-content/uploads/2022/03/post-openssh-cmds.png" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://www.automationdojos.com/wp-content/uploads/2022/03/post-openssh-cmds.png 575w, https://www.automationdojos.com/wp-content/uploads/2022/03/post-openssh-cmds-300x180.png 300w, https://www.automationdojos.com/wp-content/uploads/2022/03/post-openssh-cmds-150x90.png 150w, https://www.automationdojos.com/wp-content/uploads/2022/03/post-openssh-cmds-200x120.png 200w, https://www.automationdojos.com/wp-content/uploads/2022/03/post-openssh-cmds-400x240.png 400w" sizes="auto, (max-width: 575px) 100vw, 575px" wpfc-lazyload-disable="true" /></p>
<p class="proj-desc-hide">Secure Shell, sometimes referred to as Secure Socket Shell (SSH), is a protocol which allows you to connect securely to a remote computer or a server by using a text-based interface. OpenSSH is an an open source SSH tool—widely used for Linux distributions. The same OpenSSH tool is also supplied/packaged by default with Git and enables Git authentication via SSH protocol. A common example of this is GitHub authentication and workflows using SSH. Here’s a quick look at some common SSH commands.</p>



<div><script src="https://gist.github.com/d0096d5a5fdb9b0e602243108a6b3f0b.js"></script></div>
<p>The post <a href="https://www.automationdojos.com/openssh-commands-reference/">Common OpenSSH Commands Reference</a> appeared first on <a href="https://www.automationdojos.com">Automation Dojos</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.automationdojos.com/openssh-commands-reference/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Why WordPress Installation Ends Up with latest version?</title>
		<link>https://www.automationdojos.com/why-wordpress-installation-ends-up-with-latest-version/</link>
					<comments>https://www.automationdojos.com/why-wordpress-installation-ends-up-with-latest-version/#respond</comments>
		
		<dc:creator><![CDATA[Tushar Sharma]]></dc:creator>
		<pubDate>Sun, 14 Nov 2021 15:06:00 +0000</pubDate>
				<category><![CDATA[Web Dev]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[web-development]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[xampp]]></category>
		<guid isPermaLink="false">https://www.automationdojos.com/?p=23860</guid>

					<description><![CDATA[<p><a href="https://www.automationdojos.com/why-wordpress-installation-ends-up-with-latest-version/">Why WordPress Installation Ends Up with latest version?</a> | As Published On <a href="https://www.automationdojos.com">Automation Dojos</a></p>
<p><img width="575" height="345" src="https://www.automationdojos.com/wp-content/uploads/2022/04/post-wordpress-auto-update.png" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://www.automationdojos.com/wp-content/uploads/2022/04/post-wordpress-auto-update.png 575w, https://www.automationdojos.com/wp-content/uploads/2022/04/post-wordpress-auto-update-300x180.png 300w, https://www.automationdojos.com/wp-content/uploads/2022/04/post-wordpress-auto-update-150x90.png 150w, https://www.automationdojos.com/wp-content/uploads/2022/04/post-wordpress-auto-update-200x120.png 200w, https://www.automationdojos.com/wp-content/uploads/2022/04/post-wordpress-auto-update-400x240.png 400w" sizes="auto, (max-width: 575px) 100vw, 575px" wpfc-lazyload-disable="true" /></p>
<p>1. Why You Need Older WordPress Versions Of course, running the latest version of WordPress is the best option for any website, but at times, there could be specific scenarios that may require working with an ‘older’ version of WordPress. For example, a very common scenario is when you may want to test a WordPress [&#8230;]</p>
<p>The post <a href="https://www.automationdojos.com/why-wordpress-installation-ends-up-with-latest-version/">Why WordPress Installation Ends Up with latest version?</a> appeared first on <a href="https://www.automationdojos.com">Automation Dojos</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><a href="https://www.automationdojos.com/why-wordpress-installation-ends-up-with-latest-version/">Why WordPress Installation Ends Up with latest version?</a> | As Published On <a href="https://www.automationdojos.com">Automation Dojos</a></p>
<div role="navigation" aria-label="Table of Contents" class="simpletoc blog-post-toc wp-block-simpletoc-toc"><h2 class="simpletoc-title">Table of Contents</h2>
<ul class="simpletoc-list">
<li><a href="#1-why-you-need-older-wordpress-versions">1. Why You Need Older WordPress Versions</a>

</li>
<li><a href="#2-why-installation-ends-up-as-latest-version">2. Why Installation Ends Up As Latest Version</a>

</li>
<li><a href="#3-wordpress-automatic-update-feature">3. WordPress Automatic Update Feature</a>

</li>
<li><a href="#4-how-to-install-older-wordpress-version">4. How To Install Older WordPress Version</a>

</li>
<li><a href="#5-launch-xampp-and-start-servers">5. Launch XAMPP and Start Servers</a>


<ul><li>
<a href="#51-start-apache-and-mysql-servers">5.1. Start Apache and MySQL Servers</a>

</li>
</ul>
<li><a href="#6-creating-database-using-xampp">6. Creating Database using XAMPP</a>


<ul><li>
<a href="#61-launch-phpmyadmin">6.1. Launch PHPMyAdmin</a>

</li>
<li><a href="#62-create-database-for-your-wordpress">6.2. Create Database for your WordPress</a>

</li>
</ul>
<li><a href="#7-download-and-set-up-wordpress-folder">7. Download and Set Up WordPress Folder</a>


<ul><li>
<a href="#71-download-wordpress-from-archives">7.1. Download WordPress from Archives</a>

</li>
<li><a href="#72-create-project-folder-to-host-wordpress">7.2. Create project folder to host WordPress</a>

</li>
<li><a href="#73-extract-wordpress-files-into-folder">7.3. Extract WordPress files into folder</a>

</li>
</ul>
<li><a href="#8-edit-wordpress-configuration-file">8. Edit WordPress Configuration File</a>


<ul><li>
<a href="#81-make-a-copy-of-sample-config-file">8.1. Make a Copy of Sample Config File</a>

</li>
<li><a href="#82-input-database-details-into-config-file">8.2. Input database details into config file</a>

</li>
<li><a href="#83-disable-autoupdate-wordpress-feature">8.3. Disable &#8216;auto-update&#8217; WordPress feature</a>

</li>
</ul>
<li><a href="#9-start-wordpress-installation">9. Start WordPress Installation</a>


<ul><li>
<a href="#91-start-wordpress-install-process">9.1. Start WordPress install process</a>

</li>
<li><a href="#92-log-on-to-wordpress-dashboard-amp-verify">9.2. Log on to WordPress Dashboard &amp; Verify</a>
</li>
</ul>
</li></ul></div>

<h2 class="wp-block-heading" id="1-why-you-need-older-wordpress-versions">1. Why You Need Older WordPress Versions</h2>


<p>Of course, running the latest version of WordPress is the best option for any website, but at times, there could be specific scenarios that may require working with an <em>‘older’</em> version of WordPress. </p>



<p>For example, a very common scenario is when you may want to test a WordPress version upgrade on your localhost or dev/staging environment before upgrading the live environment. Similarly, there could be a variety of other reasons for installing older WordPress versions.</p>



<p>In our earlier article, we already saw <a href="https://www.automationdojos.com/install-wordpress-locally-using-xampp">How To Install WordPress Locally using XAMPP,</a> however, the installation steps discussed in that post do not apply to installing an <em>‘older’</em> WordPress version. By <strong>older</strong> we mean <strong>WordPress version 5.6 and above</strong>. </p>



<p>Hence, in this article, we will specifically go through the steps for installing WordPress version 5.6 and above, locally on Windows using XAMPP.</p>



<div style="height:1px" aria-hidden="true" class="wp-block-spacer"></div>


<h2 class="wp-block-heading" id="2-why-installation-ends-up-as-latest-version">2. Why Installation Ends Up As Latest Version</h2>


<p>Though installing WordPress locally using XAMPP is a fairly simple process, however, when installing any WordPress versions starting WordPress 5.6, there is a <em>catch</em>! </p>



<p>The <strong>catch is</strong> the <strong>‘automatic-update’ </strong>feature of WordPress, which is <strong>&#8216;ON&#8217;</strong> by default since v5.6, and that is the reason for users starting out the WordPress installation using older WordPress versions (&gt; v5.6 but not the latest) but still ending up with the latest WordPress version soon after the installation process. </p>



<p>Because by the time installation using an older version is completed, in the backend WordPress automatically upgrades the core version to the latest available version at the time. Of course, for this to happen your localhost needs an active internet connection.</p>


<h2 class="wp-block-heading" id="3-wordpress-automatic-update-feature">3. WordPress Automatic Update Feature</h2>


<p> There are four types of WordPress updates:</p>


<div class="su-list" style="margin-left:0px">



<ul class="wp-block-list">
<li><i class="sui sui-refresh" style="color:#68b63a"></i> <strong>Core updates</strong></li>



<li><i class="sui sui-refresh" style="color:#68b63a"></i> <strong>Plugin updates</strong></li>



<li><i class="sui sui-refresh" style="color:#68b63a"></i> <strong>Theme updates</strong></li>



<li><i class="sui sui-refresh" style="color:#68b63a"></i> <strong>Translation file updates</strong></li>
</ul>


</div>



<p>The Core updates are further subdivided into three types:</p>


<div class="su-list" style="margin-left:0px">



<ul class="wp-block-list">
<li><i class="sui sui-refresh" style="color:#68b63a"></i> <strong>Core development updates</strong></li>



<li><i class="sui sui-refresh" style="color:#68b63a"></i> <strong>Minor core release updates</strong></li>



<li><i class="sui sui-refresh" style="color:#68b63a"></i> <strong>Major core release&nbsp;updates</strong></li>
</ul>


</div>



<p>The ‘automatic updates’ feature for ‘minor’ releases was introduced in <strong>WordPress 3.7</strong> version. This allowed WordPress to automatically install new <strong><em>minor</em> </strong>and <em><strong>security releases</strong></em> to improve your website security. </p>



<p>However, starting <strong>WordPress 5.6</strong>, <em>by default</em>, every WordPress site has &#8216;automatic updates&#8217; <strong><em>enabled</em> </strong>for both <em><strong>minor</strong></em> and <em><strong>major releases</strong></em>. This meant, that if you install any version starting WordPress 5.6 onwards (i.e., 5.6, 5.7, 5.8, etc.), your WordPress instance would automatically get updated to the latest available WordPress version at the time.</p>


<h2 class="wp-block-heading" id="4-how-to-install-older-wordpress-version">4. How To Install Older WordPress Version</h2>


<p>In order to install any older (&gt;v5.6 but not latest) version of the WordPress, you would need to <strong>stop</strong> the <strong>‘automatic update’</strong> feature even before the WordPress installation begins else as soon as you finish the installation, the WordPress would automatically get updated to the latest version available at the time, without notifying you. Here are the steps you should take to install an earlier version of WordPress other than the latest.</p>



<div style="height:1px" aria-hidden="true" class="wp-block-spacer"></div>


<h2 class="wp-block-heading" id="5-launch-xampp-and-start-servers">5. Launch XAMPP and Start Servers</h2>


<div class="notice2"><p><strong>NOTE : </strong>
For this article, we are assuming that you already have a working XAMPP installation on your localhost. If you don’t have XAMPP installation on your system, please refer to this article about <a href="https://www.automationdojos.com/how-to-install-xampp/">How To Install XAMPP on Windows</a> and complete the XAMPP installation before following the below steps.</p><div class="module-icon"></div></div>


<h3 class="wp-block-heading" id="51-start-apache-and-mysql-servers">5.1. Start Apache and MySQL Servers</h3>


<p>Launch the XAMPP Control Panel as &#8216;Administrator&#8217; and start the Apache Server as well as MySQL Server. You can do that by clicking on “Start” next to the modules.</p>



<figure class="wp-block-image size-large is-style-default"><img loading="lazy" decoding="async" width="678" height="538" src="https://www.automationdojos.com/wp-content/uploads/2021/09/post-wordpress-install-4.png" alt="" class="wp-image-22426" srcset="https://www.automationdojos.com/wp-content/uploads/2021/09/post-wordpress-install-4.png 678w, https://www.automationdojos.com/wp-content/uploads/2021/09/post-wordpress-install-4-300x238.png 300w, https://www.automationdojos.com/wp-content/uploads/2021/09/post-wordpress-install-4-150x119.png 150w, https://www.automationdojos.com/wp-content/uploads/2021/09/post-wordpress-install-4-529x420.png 529w, https://www.automationdojos.com/wp-content/uploads/2021/09/post-wordpress-install-4-200x159.png 200w, https://www.automationdojos.com/wp-content/uploads/2021/09/post-wordpress-install-4-400x317.png 400w" sizes="auto, (max-width: 678px) 100vw, 678px" /></figure>



<div style="height:10px" aria-hidden="true" class="wp-block-spacer"></div>


<h2 class="wp-block-heading" id="6-creating-database-using-xampp">6. Creating Database using XAMPP</h2>


<p>Next, let us start by creating a database for WordPress using PHPMyAdmin.</p>


<h3 class="wp-block-heading" id="61-launch-phpmyadmin">6.1. Launch PHPMyAdmin</h3>


<p>Open a new browser tab and type the following URL to launch PHPMyAdmin, <span class="su-label su-label-type-default">http://localhost/phpmyadmin/ </span>. This should launch the following web interface</p>



<figure class="wp-block-image size-full is-style-default"><img loading="lazy" decoding="async" width="1260" height="696" src="https://www.automationdojos.com/wp-content/uploads/2021/09/post-wordpress-install-5.png" alt="" class="wp-image-22427" srcset="https://www.automationdojos.com/wp-content/uploads/2021/09/post-wordpress-install-5.png 1260w, https://www.automationdojos.com/wp-content/uploads/2021/09/post-wordpress-install-5-300x166.png 300w, https://www.automationdojos.com/wp-content/uploads/2021/09/post-wordpress-install-5-1024x566.png 1024w, https://www.automationdojos.com/wp-content/uploads/2021/09/post-wordpress-install-5-768x424.png 768w, https://www.automationdojos.com/wp-content/uploads/2021/09/post-wordpress-install-5-150x83.png 150w, https://www.automationdojos.com/wp-content/uploads/2021/09/post-wordpress-install-5-696x385.png 696w, https://www.automationdojos.com/wp-content/uploads/2021/09/post-wordpress-install-5-1068x590.png 1068w, https://www.automationdojos.com/wp-content/uploads/2021/09/post-wordpress-install-5-760x420.png 760w, https://www.automationdojos.com/wp-content/uploads/2021/09/post-wordpress-install-5-200x110.png 200w, https://www.automationdojos.com/wp-content/uploads/2021/09/post-wordpress-install-5-400x221.png 400w" sizes="auto, (max-width: 1260px) 100vw, 1260px" /></figure>


<h3 class="wp-block-heading" id="62-create-database-for-your-wordpress">6.2. Create Database for your WordPress</h3>


<p>Navigate to the Databases tab at the top of the page of phpMyAdmin. Provide a name for your new database. In my case here, I am creating a database with the name &#8216;mywebsite_db&#8217;. After you have filled in your database name, click on the ‘Create’ button to continue.</p>



<figure class="wp-block-image size-full is-style-default"><img loading="lazy" decoding="async" width="1231" height="665" src="https://www.automationdojos.com/wp-content/uploads/2021/09/post-wordpress-install-6.png" alt="" class="wp-image-22429" srcset="https://www.automationdojos.com/wp-content/uploads/2021/09/post-wordpress-install-6.png 1231w, https://www.automationdojos.com/wp-content/uploads/2021/09/post-wordpress-install-6-300x162.png 300w, https://www.automationdojos.com/wp-content/uploads/2021/09/post-wordpress-install-6-1024x553.png 1024w, https://www.automationdojos.com/wp-content/uploads/2021/09/post-wordpress-install-6-768x415.png 768w, https://www.automationdojos.com/wp-content/uploads/2021/09/post-wordpress-install-6-150x81.png 150w, https://www.automationdojos.com/wp-content/uploads/2021/09/post-wordpress-install-6-696x376.png 696w, https://www.automationdojos.com/wp-content/uploads/2021/09/post-wordpress-install-6-1068x577.png 1068w, https://www.automationdojos.com/wp-content/uploads/2021/09/post-wordpress-install-6-777x420.png 777w, https://www.automationdojos.com/wp-content/uploads/2021/09/post-wordpress-install-6-200x108.png 200w, https://www.automationdojos.com/wp-content/uploads/2021/09/post-wordpress-install-6-400x216.png 400w" sizes="auto, (max-width: 1231px) 100vw, 1231px" /></figure>



<p>This step concludes your database creation for the WordPress website. Now let us move on to install and configure the WordPress site.</p>



<div style="height:10px" aria-hidden="true" class="wp-block-spacer"></div>


<h2 class="wp-block-heading" id="7-download-and-set-up-wordpress-folder">7. Download and Set Up WordPress Folder</h2>

<h3 class="wp-block-heading" id="71-download-wordpress-from-archives">7.1. Download WordPress from Archives</h3>


<p>Download an older WordPress version of your choice from the WordPress release archives page as shown.</p>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="1123" height="1041" src="https://www.automationdojos.com/wp-content/uploads/2022/04/post-wordpress-auto-update1.png" alt="" class="wp-image-23882" srcset="https://www.automationdojos.com/wp-content/uploads/2022/04/post-wordpress-auto-update1.png 1123w, https://www.automationdojos.com/wp-content/uploads/2022/04/post-wordpress-auto-update1-300x278.png 300w, https://www.automationdojos.com/wp-content/uploads/2022/04/post-wordpress-auto-update1-1024x949.png 1024w, https://www.automationdojos.com/wp-content/uploads/2022/04/post-wordpress-auto-update1-768x712.png 768w, https://www.automationdojos.com/wp-content/uploads/2022/04/post-wordpress-auto-update1-150x139.png 150w, https://www.automationdojos.com/wp-content/uploads/2022/04/post-wordpress-auto-update1-696x645.png 696w, https://www.automationdojos.com/wp-content/uploads/2022/04/post-wordpress-auto-update1-1068x990.png 1068w, https://www.automationdojos.com/wp-content/uploads/2022/04/post-wordpress-auto-update1-453x420.png 453w, https://www.automationdojos.com/wp-content/uploads/2022/04/post-wordpress-auto-update1-200x185.png 200w, https://www.automationdojos.com/wp-content/uploads/2022/04/post-wordpress-auto-update1-400x371.png 400w" sizes="auto, (max-width: 1123px) 100vw, 1123px" /></figure>


<h3 class="wp-block-heading" id="72-create-project-folder-to-host-wordpress">7.2. Create project folder to host WordPress</h3>


<p>Create your project folder inside XAMPP’s htdocs to host your WordPress files. Proceed with creating a new folder into XAMPP’s htdocs folder for your site and provide a name of your choice. For example, I am going to name it as ‘mywebsite’.</p>



<figure class="wp-block-image size-large is-style-default"><img loading="lazy" decoding="async" width="1014" height="556" src="https://www.automationdojos.com/wp-content/uploads/2021/09/post-wordpress-install-7.png" alt="" class="wp-image-22431" srcset="https://www.automationdojos.com/wp-content/uploads/2021/09/post-wordpress-install-7.png 1014w, https://www.automationdojos.com/wp-content/uploads/2021/09/post-wordpress-install-7-300x164.png 300w, https://www.automationdojos.com/wp-content/uploads/2021/09/post-wordpress-install-7-768x421.png 768w, https://www.automationdojos.com/wp-content/uploads/2021/09/post-wordpress-install-7-150x82.png 150w, https://www.automationdojos.com/wp-content/uploads/2021/09/post-wordpress-install-7-696x382.png 696w, https://www.automationdojos.com/wp-content/uploads/2021/09/post-wordpress-install-7-766x420.png 766w, https://www.automationdojos.com/wp-content/uploads/2021/09/post-wordpress-install-7-200x110.png 200w, https://www.automationdojos.com/wp-content/uploads/2021/09/post-wordpress-install-7-400x219.png 400w" sizes="auto, (max-width: 1014px) 100vw, 1014px" /></figure>


<h3 class="wp-block-heading" id="73-extract-wordpress-files-into-folder">7.3. Extract WordPress files into folder</h3>


<p>To install WordPress locally, you need to extract WordPress files (unzip) into the newly created folder inside ‘htdocs’, in our case we will copy it into ‘mywebsite’ folder which we created.</p>



<figure class="wp-block-image size-large is-style-default"><img loading="lazy" decoding="async" width="1001" height="539" src="https://www.automationdojos.com/wp-content/uploads/2021/09/post-wordpress-install-8.png" alt="" class="wp-image-22432" srcset="https://www.automationdojos.com/wp-content/uploads/2021/09/post-wordpress-install-8.png 1001w, https://www.automationdojos.com/wp-content/uploads/2021/09/post-wordpress-install-8-300x162.png 300w, https://www.automationdojos.com/wp-content/uploads/2021/09/post-wordpress-install-8-768x414.png 768w, https://www.automationdojos.com/wp-content/uploads/2021/09/post-wordpress-install-8-150x81.png 150w, https://www.automationdojos.com/wp-content/uploads/2021/09/post-wordpress-install-8-696x375.png 696w, https://www.automationdojos.com/wp-content/uploads/2021/09/post-wordpress-install-8-780x420.png 780w, https://www.automationdojos.com/wp-content/uploads/2021/09/post-wordpress-install-8-200x108.png 200w, https://www.automationdojos.com/wp-content/uploads/2021/09/post-wordpress-install-8-400x215.png 400w" sizes="auto, (max-width: 1001px) 100vw, 1001px" /></figure>



<div style="height:5px" aria-hidden="true" class="wp-block-spacer"></div>


<h2 class="wp-block-heading" id="8-edit-wordpress-configuration-file">8. Edit WordPress Configuration File</h2>


<p>As mentioned earlier, just before we start the WordPress installation, we should disable the &#8216;automatic-update&#8217; feature of WordPress so that it does not automatically upgrade our chosen version. </p>



<p>If we skip this step, then WordPress would automatically upgrade itself to the latest version available at the time (provided it has access to the internet) soon after the installation completes.</p>


<h3 class="wp-block-heading" id="81-make-a-copy-of-sample-config-file">8.1. Make a Copy of Sample Config File</h3>


<p>Navigate to the WordPress project folder and locate the sample configuration file with the name &#8216;wp-config-sample.php&#8217;.</p>



<p>Make a copy of the  <strong>&#8216;wp-config-sample.php&#8217;</strong> in the same folder and name it as  <strong>&#8216;wp-config.php&#8217;</strong>. This will be our WordPress configuration file which we will edit in the next step.</p>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="1001" height="539" src="https://www.automationdojos.com/wp-content/uploads/2022/04/post-wordpress-auto-update2.png" alt="" class="wp-image-23917" srcset="https://www.automationdojos.com/wp-content/uploads/2022/04/post-wordpress-auto-update2.png 1001w, https://www.automationdojos.com/wp-content/uploads/2022/04/post-wordpress-auto-update2-300x162.png 300w, https://www.automationdojos.com/wp-content/uploads/2022/04/post-wordpress-auto-update2-768x414.png 768w, https://www.automationdojos.com/wp-content/uploads/2022/04/post-wordpress-auto-update2-150x81.png 150w, https://www.automationdojos.com/wp-content/uploads/2022/04/post-wordpress-auto-update2-696x375.png 696w, https://www.automationdojos.com/wp-content/uploads/2022/04/post-wordpress-auto-update2-780x420.png 780w, https://www.automationdojos.com/wp-content/uploads/2022/04/post-wordpress-auto-update2-200x108.png 200w, https://www.automationdojos.com/wp-content/uploads/2022/04/post-wordpress-auto-update2-400x215.png 400w" sizes="auto, (max-width: 1001px) 100vw, 1001px" /></figure>


<h3 class="wp-block-heading" id="82-input-database-details-into-config-file">8.2. Input database details into config file</h3>


<p>Open the WordPress configuration file you created in the earlier step, for editing. Fill in the values for the following parameters as per your database environment credentials.</p>


<div class="su-list" style="margin-left:0px">



<ul class="wp-block-list">
<li><i class="sui sui-database" style="color:#777"></i> <strong>DB_NAME </strong>[your database name]</li>



<li><i class="sui sui-database" style="color:#777"></i> <strong>DB_USER</strong> [fill in user as &#8216;root&#8217;]</li>



<li><i class="sui sui-database" style="color:#777"></i> <strong>DB_PASSWORD</strong> [no password, leave blank]</li>



<li><i class="sui sui-database" style="color:#777"></i> <strong>DB_HOST</strong> [fill in &#8216;localhost&#8217;]</li>
</ul>


</div>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="844" height="821" src="https://www.automationdojos.com/wp-content/uploads/2022/04/post-wordpress-auto-update3-1.png" alt="" class="wp-image-23924" srcset="https://www.automationdojos.com/wp-content/uploads/2022/04/post-wordpress-auto-update3-1.png 844w, https://www.automationdojos.com/wp-content/uploads/2022/04/post-wordpress-auto-update3-1-300x292.png 300w, https://www.automationdojos.com/wp-content/uploads/2022/04/post-wordpress-auto-update3-1-768x747.png 768w, https://www.automationdojos.com/wp-content/uploads/2022/04/post-wordpress-auto-update3-1-150x146.png 150w, https://www.automationdojos.com/wp-content/uploads/2022/04/post-wordpress-auto-update3-1-696x677.png 696w, https://www.automationdojos.com/wp-content/uploads/2022/04/post-wordpress-auto-update3-1-432x420.png 432w, https://www.automationdojos.com/wp-content/uploads/2022/04/post-wordpress-auto-update3-1-200x195.png 200w, https://www.automationdojos.com/wp-content/uploads/2022/04/post-wordpress-auto-update3-1-400x389.png 400w" sizes="auto, (max-width: 844px) 100vw, 844px" /></figure>



<p>Leave all other parameters in the configuration file to default as-is. Save the file and move to the next step.</p>


<h3 class="wp-block-heading" id="83-disable-autoupdate-wordpress-feature">8.3. Disable &#8216;auto-update&#8217; WordPress feature</h3>


<p>As discussed earlier, since we want to install an earlier version of WordPress (not the latest), hence we need to disable the &#8216;automatic-update&#8217; feature of WordPress. You can do this by adding the following parameter in your &#8216;wp-config.php&#8217; file.</p>



<pre class="wp-block-code"><code>/** Disable Development, Minor, and Major updates */
define( 'WP_AUTO_UPDATE_CORE', 'false' );</code></pre>



<div style="height:15px" aria-hidden="true" class="wp-block-spacer"></div>



<p>Since <span class="su-label su-label-type-default">WP_AUTO_UPDATE_CORE</span> can be defined with one of three values, each producing a different behavior:</p>


<div class="su-list" style="margin-left:0px">



<ul class="wp-block-list">
<li><i class="sui sui-gears" style="color:#777"></i> Value of&nbsp;<code>true</code>&nbsp;– Development, minor, and major updates are all&nbsp;<strong>enabled</strong></li>



<li><i class="sui sui-gears" style="color:#777"></i> Value of&nbsp;<code>false</code>&nbsp;– Development, minor, and major updates are all&nbsp;<strong>disabled</strong></li>



<li><i class="sui sui-gears" style="color:#777"></i> Value of&nbsp;<code>'minor'</code>&nbsp;– Minor updates are&nbsp;<strong>enabled</strong>, development and major updates are&nbsp;<strong>disabled</strong></li>
</ul>



<p></p>


</div>



<p>Hence, rather than disabling all kinds of updates, a better option is to at least enable minor and security auto-updates. We can do so using the following:</p>



<pre class="wp-block-code"><code>/** Enables Automatic Minor Updates Only */
define( 'WP_AUTO_UPDATE_CORE', 'minor' );</code></pre>



<p>So let us add the above parameter and values in our &#8216;wp-config.php&#8217; file. You can add these lines towards the end of your configuration file as shown in the screenshot.</p>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="846" height="826" src="https://www.automationdojos.com/wp-content/uploads/2022/04/post-wordpress-auto-update4.png" alt="" class="wp-image-23923" srcset="https://www.automationdojos.com/wp-content/uploads/2022/04/post-wordpress-auto-update4.png 846w, https://www.automationdojos.com/wp-content/uploads/2022/04/post-wordpress-auto-update4-300x293.png 300w, https://www.automationdojos.com/wp-content/uploads/2022/04/post-wordpress-auto-update4-768x750.png 768w, https://www.automationdojos.com/wp-content/uploads/2022/04/post-wordpress-auto-update4-150x146.png 150w, https://www.automationdojos.com/wp-content/uploads/2022/04/post-wordpress-auto-update4-696x680.png 696w, https://www.automationdojos.com/wp-content/uploads/2022/04/post-wordpress-auto-update4-430x420.png 430w, https://www.automationdojos.com/wp-content/uploads/2022/04/post-wordpress-auto-update4-200x195.png 200w, https://www.automationdojos.com/wp-content/uploads/2022/04/post-wordpress-auto-update4-400x391.png 400w" sizes="auto, (max-width: 846px) 100vw, 846px" /></figure>



<div style="height:6px" aria-hidden="true" class="wp-block-spacer"></div>


<h2 class="wp-block-heading" id="9-start-wordpress-installation">9. Start WordPress Installation</h2>


<p>Since we have now set up our database as well as the WordPress config (wp-config.php), we are all set to start the WordPress installation.</p>


<h3 class="wp-block-heading" id="91-start-wordpress-install-process">9.1. Start WordPress install process</h3>


<p>Launch your web browser and enter the following URL in your browser &#8211; </p>



<span class="su-label su-label-type-default">http://localhost/[Name of Your project folder created inside htdocs]</span>



<p>In my case, this is &#8211;  <span class="su-label su-label-type-default">http://localhost/mywebsite/ </span> </p>



<p>This will load the WordPress installation wizard and you’ll be asked to provide your website and website admin details. Fill in the required details and click on the ‘Install WordPress’ button.</p>



<figure class="wp-block-image size-full is-style-default"><img loading="lazy" decoding="async" width="1099" height="954" src="https://www.automationdojos.com/wp-content/uploads/2021/09/post-wordpress-install-12.png" alt="" class="wp-image-22436" srcset="https://www.automationdojos.com/wp-content/uploads/2021/09/post-wordpress-install-12.png 1099w, https://www.automationdojos.com/wp-content/uploads/2021/09/post-wordpress-install-12-300x260.png 300w, https://www.automationdojos.com/wp-content/uploads/2021/09/post-wordpress-install-12-1024x889.png 1024w, https://www.automationdojos.com/wp-content/uploads/2021/09/post-wordpress-install-12-768x667.png 768w, https://www.automationdojos.com/wp-content/uploads/2021/09/post-wordpress-install-12-150x130.png 150w, https://www.automationdojos.com/wp-content/uploads/2021/09/post-wordpress-install-12-696x604.png 696w, https://www.automationdojos.com/wp-content/uploads/2021/09/post-wordpress-install-12-1068x927.png 1068w, https://www.automationdojos.com/wp-content/uploads/2021/09/post-wordpress-install-12-484x420.png 484w, https://www.automationdojos.com/wp-content/uploads/2021/09/post-wordpress-install-12-200x174.png 200w, https://www.automationdojos.com/wp-content/uploads/2021/09/post-wordpress-install-12-400x347.png 400w" sizes="auto, (max-width: 1099px) 100vw, 1099px" /></figure>



<p>Once the installation is complete, you should see the following screen.</p>



<figure class="wp-block-image size-full is-style-default"><img loading="lazy" decoding="async" width="953" height="545" src="https://www.automationdojos.com/wp-content/uploads/2021/09/post-wordpress-install-13.png" alt="" class="wp-image-22437" srcset="https://www.automationdojos.com/wp-content/uploads/2021/09/post-wordpress-install-13.png 953w, https://www.automationdojos.com/wp-content/uploads/2021/09/post-wordpress-install-13-300x172.png 300w, https://www.automationdojos.com/wp-content/uploads/2021/09/post-wordpress-install-13-768x439.png 768w, https://www.automationdojos.com/wp-content/uploads/2021/09/post-wordpress-install-13-150x86.png 150w, https://www.automationdojos.com/wp-content/uploads/2021/09/post-wordpress-install-13-696x398.png 696w, https://www.automationdojos.com/wp-content/uploads/2021/09/post-wordpress-install-13-734x420.png 734w, https://www.automationdojos.com/wp-content/uploads/2021/09/post-wordpress-install-13-200x114.png 200w, https://www.automationdojos.com/wp-content/uploads/2021/09/post-wordpress-install-13-400x229.png 400w" sizes="auto, (max-width: 953px) 100vw, 953px" /></figure>


<h3 class="wp-block-heading" id="92-log-on-to-wordpress-dashboard-amp-verify">9.2. Log on to WordPress Dashboard &amp; Verify</h3>


<p>Next, enter your credentials and login to your WordPress site dashboard.</p>



<figure class="wp-block-image size-large is-style-default"><img loading="lazy" decoding="async" width="929" height="605" src="https://www.automationdojos.com/wp-content/uploads/2021/09/post-wordpress-install-14.png" alt="" class="wp-image-22438" srcset="https://www.automationdojos.com/wp-content/uploads/2021/09/post-wordpress-install-14.png 929w, https://www.automationdojos.com/wp-content/uploads/2021/09/post-wordpress-install-14-300x195.png 300w, https://www.automationdojos.com/wp-content/uploads/2021/09/post-wordpress-install-14-768x500.png 768w, https://www.automationdojos.com/wp-content/uploads/2021/09/post-wordpress-install-14-150x98.png 150w, https://www.automationdojos.com/wp-content/uploads/2021/09/post-wordpress-install-14-696x453.png 696w, https://www.automationdojos.com/wp-content/uploads/2021/09/post-wordpress-install-14-645x420.png 645w, https://www.automationdojos.com/wp-content/uploads/2021/09/post-wordpress-install-14-200x130.png 200w, https://www.automationdojos.com/wp-content/uploads/2021/09/post-wordpress-install-14-400x260.png 400w" sizes="auto, (max-width: 929px) 100vw, 929px" /></figure>



<p>Finally, you’ll reach your admin dashboard. It looks like this. Now verify the WordPress version. It should be the same version that you started with.</p>



<figure class="wp-block-image size-large is-style-default"><img loading="lazy" decoding="async" width="1024" height="754" src="https://www.automationdojos.com/wp-content/uploads/2021/09/post-wordpress-install-15-1024x754.png" alt="" class="wp-image-22439" srcset="https://www.automationdojos.com/wp-content/uploads/2021/09/post-wordpress-install-15-1024x754.png 1024w, https://www.automationdojos.com/wp-content/uploads/2021/09/post-wordpress-install-15-300x221.png 300w, https://www.automationdojos.com/wp-content/uploads/2021/09/post-wordpress-install-15-768x565.png 768w, https://www.automationdojos.com/wp-content/uploads/2021/09/post-wordpress-install-15-150x110.png 150w, https://www.automationdojos.com/wp-content/uploads/2021/09/post-wordpress-install-15-696x512.png 696w, https://www.automationdojos.com/wp-content/uploads/2021/09/post-wordpress-install-15-571x420.png 571w, https://www.automationdojos.com/wp-content/uploads/2021/09/post-wordpress-install-15-80x60.png 80w, https://www.automationdojos.com/wp-content/uploads/2021/09/post-wordpress-install-15-200x147.png 200w, https://www.automationdojos.com/wp-content/uploads/2021/09/post-wordpress-install-15-400x294.png 400w, https://www.automationdojos.com/wp-content/uploads/2021/09/post-wordpress-install-15.png 1060w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></figure>



<div style="height:10px" aria-hidden="true" class="wp-block-spacer"></div>



<div class="attention2"><p><strong>NOTE :</strong> Since we have disabled automatic updates for &#8216;major&#8217; WordPress versions. Hence bear in mind that you will have to &#8216;manually&#8217; update your WordPress &#8216;major&#8217; version </p><div class="module-icon"></div></div>


[td_smart_list_end]<p>The post <a href="https://www.automationdojos.com/why-wordpress-installation-ends-up-with-latest-version/">Why WordPress Installation Ends Up with latest version?</a> appeared first on <a href="https://www.automationdojos.com">Automation Dojos</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.automationdojos.com/why-wordpress-installation-ends-up-with-latest-version/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How To Add SSH Private Keys to Eclipse</title>
		<link>https://www.automationdojos.com/add-ssh-private-keys-to-eclipse/</link>
					<comments>https://www.automationdojos.com/add-ssh-private-keys-to-eclipse/#respond</comments>
		
		<dc:creator><![CDATA[Tushar Sharma]]></dc:creator>
		<pubDate>Sun, 14 Nov 2021 13:15:00 +0000</pubDate>
				<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[How-To]]></category>
		<category><![CDATA[IDE Editors]]></category>
		<category><![CDATA[eclipse]]></category>
		<category><![CDATA[ide]]></category>
		<category><![CDATA[ide-editors]]></category>
		<category><![CDATA[ssh]]></category>
		<category><![CDATA[ssh-agent]]></category>
		<guid isPermaLink="false">https://www.automationdojos.com/?p=23483</guid>

					<description><![CDATA[<p><a href="https://www.automationdojos.com/add-ssh-private-keys-to-eclipse/">How To Add SSH Private Keys to Eclipse</a> | As Published On <a href="https://www.automationdojos.com">Automation Dojos</a></p>
<p><img width="575" height="345" src="https://www.automationdojos.com/wp-content/uploads/2022/03/post-eclipse-sshkeys.png" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://www.automationdojos.com/wp-content/uploads/2022/03/post-eclipse-sshkeys.png 575w, https://www.automationdojos.com/wp-content/uploads/2022/03/post-eclipse-sshkeys-300x180.png 300w, https://www.automationdojos.com/wp-content/uploads/2022/03/post-eclipse-sshkeys-150x90.png 150w, https://www.automationdojos.com/wp-content/uploads/2022/03/post-eclipse-sshkeys-200x120.png 200w, https://www.automationdojos.com/wp-content/uploads/2022/03/post-eclipse-sshkeys-400x240.png 400w" sizes="auto, (max-width: 575px) 100vw, 575px" wpfc-lazyload-disable="true" /></p>
<p>One of the common use cases for accessing Git repositories on Github is authentication via SSH keys. This offers a secure way of working with Github repositories using SSH protocol. If you use Eclipse IDE for development and want to use the same for Git workflows like ‘commit’, ‘pull’, ‘push’ etc. you can easily do [&#8230;]</p>
<p>The post <a href="https://www.automationdojos.com/add-ssh-private-keys-to-eclipse/">How To Add SSH Private Keys to Eclipse</a> appeared first on <a href="https://www.automationdojos.com">Automation Dojos</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><a href="https://www.automationdojos.com/add-ssh-private-keys-to-eclipse/">How To Add SSH Private Keys to Eclipse</a> | As Published On <a href="https://www.automationdojos.com">Automation Dojos</a></p>
<div role="navigation" aria-label="Table of Contents" class="simpletoc blog-post-toc toc-numeric wp-block-simpletoc-toc"><h2 class="simpletoc-title">Table of Contents</h2>
<ul class="simpletoc-list">
<li><a href="#open-eclipse-preferences">Open Eclipse Preferences</a>

</li>
<li><a href="#navigate-to-ssh-preferences">Navigate to SSH Preferences</a>

</li>
<li><a href="#open-general-ssh2-settings">Open General SSH2 Settings</a>

</li>
<li><a href="#set-ssh-home-location">Set SSH Home Location</a>

</li>
<li><a href="#set-ssh-private-keys">Set SSH Private Key/s</a>

</li>
<li><a href="#setverify-authentication-method">Set/Verify Authentication Method</a>

</li>
<li><a href="#optional-save-ssh-key-passphrase-in-secure-store">Optional: Save SSH Key &#8216;Passphrase&#8217; in Secure Store</a>
</li></ul></div>


<p>One of the common use cases for accessing Git repositories on Github is authentication via SSH keys. This offers a secure way of working with Github repositories using SSH protocol.</p>



<p>If you use Eclipse IDE for development and want to use the same for Git workflows like <em>‘commit’, ‘pull’, ‘push’</em> etc. you can easily do so by installing one of the Git plugins for Eclipse for example <strong><em>‘EGit’</em></strong>. By default Eclipse (EGit) would prompt you for username/password while doing Git workflows like ‘push’, you also have the option to save your Git credentials within Eclipse so you don’t have to provide your credentials every time.</p>



<p>However, if you use SSH keys for Git workflows rather than username/password, here is how you can add SSH keys to Eclipse so Eclipse does not prompt you for credentials while doing Git workflows.</p>


<h3 class="wp-block-heading" id="open-eclipse-preferences">Open Eclipse Preferences</h3>


<p>Open the Eclipse Preferences via  <em>Window &gt; Preferences </em></p>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="903" height="705" src="https://www.automationdojos.com/wp-content/uploads/2022/03/post-eclipse-sshkeys-1.png" alt="" class="wp-image-23485" srcset="https://www.automationdojos.com/wp-content/uploads/2022/03/post-eclipse-sshkeys-1.png 903w, https://www.automationdojos.com/wp-content/uploads/2022/03/post-eclipse-sshkeys-1-300x234.png 300w, https://www.automationdojos.com/wp-content/uploads/2022/03/post-eclipse-sshkeys-1-768x600.png 768w, https://www.automationdojos.com/wp-content/uploads/2022/03/post-eclipse-sshkeys-1-150x117.png 150w, https://www.automationdojos.com/wp-content/uploads/2022/03/post-eclipse-sshkeys-1-696x543.png 696w, https://www.automationdojos.com/wp-content/uploads/2022/03/post-eclipse-sshkeys-1-538x420.png 538w, https://www.automationdojos.com/wp-content/uploads/2022/03/post-eclipse-sshkeys-1-200x156.png 200w, https://www.automationdojos.com/wp-content/uploads/2022/03/post-eclipse-sshkeys-1-400x312.png 400w" sizes="auto, (max-width: 903px) 100vw, 903px" /></figure>


<h3 class="wp-block-heading" id="navigate-to-ssh-preferences">Navigate to SSH Preferences</h3>


<p>Now type in ‘SSH’ in the search box on the &#8216;Preferences&#8217; window</p>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="903" height="706" src="https://www.automationdojos.com/wp-content/uploads/2022/03/post-eclipse-sshkeys-2.png" alt="" class="wp-image-23486" srcset="https://www.automationdojos.com/wp-content/uploads/2022/03/post-eclipse-sshkeys-2.png 903w, https://www.automationdojos.com/wp-content/uploads/2022/03/post-eclipse-sshkeys-2-300x235.png 300w, https://www.automationdojos.com/wp-content/uploads/2022/03/post-eclipse-sshkeys-2-768x600.png 768w, https://www.automationdojos.com/wp-content/uploads/2022/03/post-eclipse-sshkeys-2-150x117.png 150w, https://www.automationdojos.com/wp-content/uploads/2022/03/post-eclipse-sshkeys-2-696x544.png 696w, https://www.automationdojos.com/wp-content/uploads/2022/03/post-eclipse-sshkeys-2-537x420.png 537w, https://www.automationdojos.com/wp-content/uploads/2022/03/post-eclipse-sshkeys-2-200x156.png 200w, https://www.automationdojos.com/wp-content/uploads/2022/03/post-eclipse-sshkeys-2-400x313.png 400w" sizes="auto, (max-width: 903px) 100vw, 903px" /></figure>


<h3 class="wp-block-heading" id="open-general-ssh2-settings">Open General SSH2 Settings</h3>


<p>Click on ‘SSH’ under, <em>General &gt; Network Connections &gt; SSH2</em> and open Tab named ‘General’</p>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="900" height="704" src="https://www.automationdojos.com/wp-content/uploads/2022/03/post-eclipse-sshkeys-3.png" alt="" class="wp-image-23487" srcset="https://www.automationdojos.com/wp-content/uploads/2022/03/post-eclipse-sshkeys-3.png 900w, https://www.automationdojos.com/wp-content/uploads/2022/03/post-eclipse-sshkeys-3-300x235.png 300w, https://www.automationdojos.com/wp-content/uploads/2022/03/post-eclipse-sshkeys-3-768x601.png 768w, https://www.automationdojos.com/wp-content/uploads/2022/03/post-eclipse-sshkeys-3-150x117.png 150w, https://www.automationdojos.com/wp-content/uploads/2022/03/post-eclipse-sshkeys-3-696x544.png 696w, https://www.automationdojos.com/wp-content/uploads/2022/03/post-eclipse-sshkeys-3-537x420.png 537w, https://www.automationdojos.com/wp-content/uploads/2022/03/post-eclipse-sshkeys-3-200x156.png 200w, https://www.automationdojos.com/wp-content/uploads/2022/03/post-eclipse-sshkeys-3-400x313.png 400w" sizes="auto, (max-width: 900px) 100vw, 900px" /></figure>


<h3 class="wp-block-heading" id="set-ssh-home-location">Set SSH Home Location</h3>


<p>On the SSH preferences window, check that you have correctly set your ‘SSH2 Home’ location (path).</p>



<p>Assuming you have local Git installation on your system, the standard path to .ssh home would usually be <strong>‘.ssh’</strong> folder in the user home directory e.g <strong><em>&lt;userhome&gt;/&lt;.ssh&gt;</em></strong></p>



<p>In case you store your keys somewhere else other than the standard SSH home then you can specify that location as path to SSH home.</p>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="900" height="704" src="https://www.automationdojos.com/wp-content/uploads/2022/03/post-eclipse-sshkeys-4.png" alt="" class="wp-image-23488" srcset="https://www.automationdojos.com/wp-content/uploads/2022/03/post-eclipse-sshkeys-4.png 900w, https://www.automationdojos.com/wp-content/uploads/2022/03/post-eclipse-sshkeys-4-300x235.png 300w, https://www.automationdojos.com/wp-content/uploads/2022/03/post-eclipse-sshkeys-4-768x601.png 768w, https://www.automationdojos.com/wp-content/uploads/2022/03/post-eclipse-sshkeys-4-150x117.png 150w, https://www.automationdojos.com/wp-content/uploads/2022/03/post-eclipse-sshkeys-4-696x544.png 696w, https://www.automationdojos.com/wp-content/uploads/2022/03/post-eclipse-sshkeys-4-537x420.png 537w, https://www.automationdojos.com/wp-content/uploads/2022/03/post-eclipse-sshkeys-4-200x156.png 200w, https://www.automationdojos.com/wp-content/uploads/2022/03/post-eclipse-sshkeys-4-400x313.png 400w" sizes="auto, (max-width: 900px) 100vw, 900px" /></figure>


<h3 class="wp-block-heading" id="set-ssh-private-keys">Set SSH Private Key/s</h3>


<p>While on the SSH window, now click on the <em>‘Add Private Key’</em> button and browse to the location of your SSH private key and select your SSH key.</p>



<p>You can specify/load multiple SSH keys using this window separated by commas.</p>



<p>Click Apply to save your changes.</p>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="900" height="704" src="https://www.automationdojos.com/wp-content/uploads/2022/03/post-eclipse-sshkeys-5.png" alt="" class="wp-image-23489" srcset="https://www.automationdojos.com/wp-content/uploads/2022/03/post-eclipse-sshkeys-5.png 900w, https://www.automationdojos.com/wp-content/uploads/2022/03/post-eclipse-sshkeys-5-300x235.png 300w, https://www.automationdojos.com/wp-content/uploads/2022/03/post-eclipse-sshkeys-5-768x601.png 768w, https://www.automationdojos.com/wp-content/uploads/2022/03/post-eclipse-sshkeys-5-150x117.png 150w, https://www.automationdojos.com/wp-content/uploads/2022/03/post-eclipse-sshkeys-5-696x544.png 696w, https://www.automationdojos.com/wp-content/uploads/2022/03/post-eclipse-sshkeys-5-537x420.png 537w, https://www.automationdojos.com/wp-content/uploads/2022/03/post-eclipse-sshkeys-5-200x156.png 200w, https://www.automationdojos.com/wp-content/uploads/2022/03/post-eclipse-sshkeys-5-400x313.png 400w" sizes="auto, (max-width: 900px) 100vw, 900px" /></figure>


<h3 class="wp-block-heading" id="setverify-authentication-method">Set/Verify Authentication Method</h3>


<p>Next, while on the SSH preferences window, select the tab named <em>‘Authentication Methods’</em> and make sure you select/check the <strong>‘publickey’</strong> option. Click Apply to save your changes.</p>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="903" height="703" src="https://www.automationdojos.com/wp-content/uploads/2022/03/post-eclipse-sshkeys-6.png" alt="" class="wp-image-23490" srcset="https://www.automationdojos.com/wp-content/uploads/2022/03/post-eclipse-sshkeys-6.png 903w, https://www.automationdojos.com/wp-content/uploads/2022/03/post-eclipse-sshkeys-6-300x234.png 300w, https://www.automationdojos.com/wp-content/uploads/2022/03/post-eclipse-sshkeys-6-768x598.png 768w, https://www.automationdojos.com/wp-content/uploads/2022/03/post-eclipse-sshkeys-6-150x117.png 150w, https://www.automationdojos.com/wp-content/uploads/2022/03/post-eclipse-sshkeys-6-696x542.png 696w, https://www.automationdojos.com/wp-content/uploads/2022/03/post-eclipse-sshkeys-6-539x420.png 539w, https://www.automationdojos.com/wp-content/uploads/2022/03/post-eclipse-sshkeys-6-200x156.png 200w, https://www.automationdojos.com/wp-content/uploads/2022/03/post-eclipse-sshkeys-6-400x311.png 400w" sizes="auto, (max-width: 903px) 100vw, 903px" /></figure>


<h3 class="wp-block-heading" id="optional-save-ssh-key-passphrase-in-secure-store">Optional: Save SSH Key &#8216;Passphrase&#8217; in Secure Store</h3>


<p>If you have a ‘passphrase’ (password) set on your SSH key then you also have the option to save your passphrase in <strong>Secure Store</strong> using Eclipse. If you save your passphrase using this option then Eclipse would not prompt you for a passphrase while doing Git workflows.</p>



<p>For storing your passphrase within Eclipse Secure Store, type ‘Git’ in the search box on the <em>&#8216;Preferences&#8217;</em> window and navigate to <em>Version Control (Team) &gt; Git</em> and select (check) the option ‘Store SSH Key Passphrase in secure store’</p>



<p>Click Apply and Close to save your changes. DONE!</p>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="889" height="691" src="https://www.automationdojos.com/wp-content/uploads/2022/03/post-eclipse-sshkeys-8.png" alt="" class="wp-image-23491" srcset="https://www.automationdojos.com/wp-content/uploads/2022/03/post-eclipse-sshkeys-8.png 889w, https://www.automationdojos.com/wp-content/uploads/2022/03/post-eclipse-sshkeys-8-300x233.png 300w, https://www.automationdojos.com/wp-content/uploads/2022/03/post-eclipse-sshkeys-8-768x597.png 768w, https://www.automationdojos.com/wp-content/uploads/2022/03/post-eclipse-sshkeys-8-150x117.png 150w, https://www.automationdojos.com/wp-content/uploads/2022/03/post-eclipse-sshkeys-8-696x541.png 696w, https://www.automationdojos.com/wp-content/uploads/2022/03/post-eclipse-sshkeys-8-540x420.png 540w, https://www.automationdojos.com/wp-content/uploads/2022/03/post-eclipse-sshkeys-8-200x155.png 200w, https://www.automationdojos.com/wp-content/uploads/2022/03/post-eclipse-sshkeys-8-400x311.png 400w" sizes="auto, (max-width: 889px) 100vw, 889px" /></figure>


[td_smart_list_end]<p>The post <a href="https://www.automationdojos.com/add-ssh-private-keys-to-eclipse/">How To Add SSH Private Keys to Eclipse</a> appeared first on <a href="https://www.automationdojos.com">Automation Dojos</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.automationdojos.com/add-ssh-private-keys-to-eclipse/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Common Git Commands Reference</title>
		<link>https://www.automationdojos.com/common-git-commands/</link>
					<comments>https://www.automationdojos.com/common-git-commands/#respond</comments>
		
		<dc:creator><![CDATA[Tushar Sharma]]></dc:creator>
		<pubDate>Wed, 20 Oct 2021 15:07:00 +0000</pubDate>
				<category><![CDATA[Git]]></category>
		<category><![CDATA[Git Gists]]></category>
		<category><![CDATA[Github Gists]]></category>
		<category><![CDATA[git]]></category>
		<category><![CDATA[git commands]]></category>
		<category><![CDATA[git-for-windows]]></category>
		<category><![CDATA[github-gists]]></category>
		<guid isPermaLink="false">https://www.automationdojos.com/?p=23494</guid>

					<description><![CDATA[<p><a href="https://www.automationdojos.com/common-git-commands/">Common Git Commands Reference</a> | As Published On <a href="https://www.automationdojos.com">Automation Dojos</a></p>
<p><img width="575" height="345" src="https://www.automationdojos.com/wp-content/uploads/2021/12/post-git-commands-gist-fimg.png" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://www.automationdojos.com/wp-content/uploads/2021/12/post-git-commands-gist-fimg.png 575w, https://www.automationdojos.com/wp-content/uploads/2021/12/post-git-commands-gist-fimg-300x180.png 300w, https://www.automationdojos.com/wp-content/uploads/2021/12/post-git-commands-gist-fimg-150x90.png 150w, https://www.automationdojos.com/wp-content/uploads/2021/12/post-git-commands-gist-fimg-200x120.png 200w, https://www.automationdojos.com/wp-content/uploads/2021/12/post-git-commands-gist-fimg-400x240.png 400w" sizes="auto, (max-width: 575px) 100vw, 575px" wpfc-lazyload-disable="true" /></p>
<p>Git is the most popular distributed version control system which is currently an actively maintained open-source project. Git supports many command-line tools and graphical user interfaces. Since there are many Git commands you can use, mastering Git takes time. The following set of commands are probably the most commonly used commands that you should know [&#8230;]</p>
<p>The post <a href="https://www.automationdojos.com/common-git-commands/">Common Git Commands Reference</a> appeared first on <a href="https://www.automationdojos.com">Automation Dojos</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><a href="https://www.automationdojos.com/common-git-commands/">Common Git Commands Reference</a> | As Published On <a href="https://www.automationdojos.com">Automation Dojos</a></p>
<p><img width="575" height="345" src="https://www.automationdojos.com/wp-content/uploads/2021/12/post-git-commands-gist-fimg.png" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://www.automationdojos.com/wp-content/uploads/2021/12/post-git-commands-gist-fimg.png 575w, https://www.automationdojos.com/wp-content/uploads/2021/12/post-git-commands-gist-fimg-300x180.png 300w, https://www.automationdojos.com/wp-content/uploads/2021/12/post-git-commands-gist-fimg-150x90.png 150w, https://www.automationdojos.com/wp-content/uploads/2021/12/post-git-commands-gist-fimg-200x120.png 200w, https://www.automationdojos.com/wp-content/uploads/2021/12/post-git-commands-gist-fimg-400x240.png 400w" sizes="auto, (max-width: 575px) 100vw, 575px" wpfc-lazyload-disable="true" /></p>
<p class="proj-desc-hide">Git is the most popular distributed version control system which is currently an actively maintained open-source project. Git supports many command-line tools and graphical user interfaces. Since there are many Git commands you can use, mastering Git takes time. The following set of commands are probably the most commonly used commands that you should know as you may use it quite frequently.</p>



<div><script src="https://gist.github.com/cf5ae65acdfc4202462024c0e90f34ba.js"></script></div>
<p>The post <a href="https://www.automationdojos.com/common-git-commands/">Common Git Commands Reference</a> appeared first on <a href="https://www.automationdojos.com">Automation Dojos</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.automationdojos.com/common-git-commands/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How To Change Your Default Linux Shell</title>
		<link>https://www.automationdojos.com/change-default-linux-shell/</link>
					<comments>https://www.automationdojos.com/change-default-linux-shell/#respond</comments>
		
		<dc:creator><![CDATA[Tushar Sharma]]></dc:creator>
		<pubDate>Thu, 07 Oct 2021 13:00:00 +0000</pubDate>
				<category><![CDATA[Github Gists]]></category>
		<category><![CDATA[How-To]]></category>
		<category><![CDATA[How-To Linux]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Linux Gists]]></category>
		<category><![CDATA[how-to-linux]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[linux-shell]]></category>
		<category><![CDATA[shell-session]]></category>
		<guid isPermaLink="false">https://www.automationdojos.com/?p=22904</guid>

					<description><![CDATA[<p><a href="https://www.automationdojos.com/change-default-linux-shell/">How To Change Your Default Linux Shell</a> | As Published On <a href="https://www.automationdojos.com">Automation Dojos</a></p>
<p><img width="575" height="345" src="https://www.automationdojos.com/wp-content/uploads/2021/12/post-change-linux-shell.png" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://www.automationdojos.com/wp-content/uploads/2021/12/post-change-linux-shell.png 575w, https://www.automationdojos.com/wp-content/uploads/2021/12/post-change-linux-shell-300x180.png 300w, https://www.automationdojos.com/wp-content/uploads/2021/12/post-change-linux-shell-150x90.png 150w, https://www.automationdojos.com/wp-content/uploads/2021/12/post-change-linux-shell-200x120.png 200w, https://www.automationdojos.com/wp-content/uploads/2021/12/post-change-linux-shell-400x240.png 400w" sizes="auto, (max-width: 575px) 100vw, 575px" wpfc-lazyload-disable="true" /></p>
<p>The shell is a program that accepts and interprets commands. Besides bash, Linux supports many other shell programs, such as ksh, zsh, csh, and fish. Each of these shells have some unique features that sets them apart from other shells. In this article, we shall see multiple methods you could use to change a user’s [&#8230;]</p>
<p>The post <a href="https://www.automationdojos.com/change-default-linux-shell/">How To Change Your Default Linux Shell</a> appeared first on <a href="https://www.automationdojos.com">Automation Dojos</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><a href="https://www.automationdojos.com/change-default-linux-shell/">How To Change Your Default Linux Shell</a> | As Published On <a href="https://www.automationdojos.com">Automation Dojos</a></p>
<p><img width="575" height="345" src="https://www.automationdojos.com/wp-content/uploads/2021/12/post-change-linux-shell.png" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://www.automationdojos.com/wp-content/uploads/2021/12/post-change-linux-shell.png 575w, https://www.automationdojos.com/wp-content/uploads/2021/12/post-change-linux-shell-300x180.png 300w, https://www.automationdojos.com/wp-content/uploads/2021/12/post-change-linux-shell-150x90.png 150w, https://www.automationdojos.com/wp-content/uploads/2021/12/post-change-linux-shell-200x120.png 200w, https://www.automationdojos.com/wp-content/uploads/2021/12/post-change-linux-shell-400x240.png 400w" sizes="auto, (max-width: 575px) 100vw, 575px" wpfc-lazyload-disable="true" /></p>
<p class="proj-desc-hide">The shell is a program that accepts and interprets commands. Besides bash, Linux supports many other shell programs, such as ksh, zsh, csh, and fish. Each of these shells have some unique features that sets them apart from other shells. In this article, we shall see multiple methods you could use to change a user’s shell in Linux</p>



<div><script src="https://gist.github.com/99fd4b104a55e77cbbad067402da3222.js"></script></div>
<p>The post <a href="https://www.automationdojos.com/change-default-linux-shell/">How To Change Your Default Linux Shell</a> appeared first on <a href="https://www.automationdojos.com">Automation Dojos</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.automationdojos.com/change-default-linux-shell/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How To Install WordPress Locally using XAMPP</title>
		<link>https://www.automationdojos.com/install-wordpress-locally-using-xampp/</link>
					<comments>https://www.automationdojos.com/install-wordpress-locally-using-xampp/#comments</comments>
		
		<dc:creator><![CDATA[Tushar Sharma]]></dc:creator>
		<pubDate>Mon, 20 Sep 2021 12:28:00 +0000</pubDate>
				<category><![CDATA[How-To]]></category>
		<category><![CDATA[Web Dev]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[web-development]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[xampp]]></category>
		<guid isPermaLink="false">https://www.automationdojos.com/?p=22417</guid>

					<description><![CDATA[<p><a href="https://www.automationdojos.com/install-wordpress-locally-using-xampp/">How To Install WordPress Locally using XAMPP</a> | As Published On <a href="https://www.automationdojos.com">Automation Dojos</a></p>
<p><img width="575" height="345" src="https://www.automationdojos.com/wp-content/uploads/2021/09/post-wordpress-install-fimage.png" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://www.automationdojos.com/wp-content/uploads/2021/09/post-wordpress-install-fimage.png 575w, https://www.automationdojos.com/wp-content/uploads/2021/09/post-wordpress-install-fimage-300x180.png 300w, https://www.automationdojos.com/wp-content/uploads/2021/09/post-wordpress-install-fimage-150x90.png 150w, https://www.automationdojos.com/wp-content/uploads/2021/09/post-wordpress-install-fimage-200x120.png 200w, https://www.automationdojos.com/wp-content/uploads/2021/09/post-wordpress-install-fimage-400x240.png 400w" sizes="auto, (max-width: 575px) 100vw, 575px" wpfc-lazyload-disable="true" /></p>
<p>1. Introduction Installing WordPress on your computer helps you try out WordPress, test themes and plugins, and learn WordPress development.&#160; It lets you operate a website within your own computer. The website isn’t visible to other people. So, you can make an experiment with the design components, plugins, settings, etc. there. However, WordPress is not [&#8230;]</p>
<p>The post <a href="https://www.automationdojos.com/install-wordpress-locally-using-xampp/">How To Install WordPress Locally using XAMPP</a> appeared first on <a href="https://www.automationdojos.com">Automation Dojos</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><a href="https://www.automationdojos.com/install-wordpress-locally-using-xampp/">How To Install WordPress Locally using XAMPP</a> | As Published On <a href="https://www.automationdojos.com">Automation Dojos</a></p>
<div role="navigation" aria-label="Table of Contents" class="simpletoc blog-post-toc wp-block-simpletoc-toc"><h2 class="simpletoc-title">Table of Contents</h2>
<ul class="simpletoc-list">
<li><a href="#1-introduction">1. Introduction</a>

</li>
<li><a href="#2-what-is-xampp">2. What is XAMPP?</a>

</li>
<li><a href="#3-installing-xampp-on-windows">3. Installing XAMPP on Windows</a>


<ul><li>
<a href="#31-download-xampp-installer-for-windows">3.1. Download XAMPP installer for windows</a>

</li>
<li><a href="#32-plan-location-of-xampp-binaries-root">3.2. Plan location of XAMPP binaries (Root)</a>

</li>
<li><a href="#33-run-installer-and-complete-installation">3.3. Run Installer and complete installation</a>

</li>
<li><a href="#34-start-apache-and-mysql-servers">3.4. Start Apache and MySQL Servers</a>

</li>
<li><a href="#35-verify-your-server-installations">3.5. Verify your server installations</a>

</li>
</ul>
<li><a href="#4-creating-database-using-xampp">4. Creating Database using XAMPP</a>


<ul><li>
<a href="#41-launch-phpmyadmin">4.1. Launch PHPMyAdmin</a>

</li>
<li><a href="#42-create-database-for-your-wordpress">4.2. Create Database for your WordPress</a>

</li>
</ul>
<li><a href="#5-installing-wordpress-locally-with-xampp">5. Installing WordPress Locally with XAMPP</a>


<ul><li>
<a href="#51-download-the-latest-version-of-wordpress">5.1. Download the latest version of WordPress</a>

</li>
<li><a href="#52-create-project-folder-to-host-wordpress">5.2. Create Project Folder to Host WordPress</a>

</li>
<li><a href="#53-extract-wordpress-files-into-project-folder">5.3. Extract WordPress Files into Project Folder</a>

</li>
<li><a href="#54-start-wordpress-setup-amp-install-process">5.4. Start WordPress Setup &amp; Install Process</a>

</li>
<li><a href="#55-enter-database-details">5.5. Enter database details</a>

</li>
<li><a href="#56-confirm-the-installation-start">5.6. Confirm the installation start</a>

</li>
<li><a href="#57-setup-your-site-and-admin-credentials">5.7. Setup your Site and Admin Credentials</a>

</li>
<li><a href="#58-log-on-to-your-wordpress-dashboard">5.8. Log on to your WordPress Dashboard</a>
</li>
</ul>
</li></ul></div>

<h2 class="wp-block-heading" id="1-introduction">1. Introduction</h2>


<p>Installing WordPress on your computer helps you try out WordPress, test themes and plugins, and learn WordPress development.&nbsp; It lets you operate a website within your own computer. The website isn’t visible to other people. So, you can make an experiment with the design components, plugins, settings, etc. there.</p>



<p>However, WordPress is not something that can be installed on your computer on its own. For installing you would need a web server and database. That is where XAMPP comes into the picture.</p>


<h2 class="wp-block-heading" id="2-what-is-xampp">2. What is XAMPP?</h2>


<p>XAMPP is a local server that you can install on your laptop/desktop to mimic an actual web server.</p>



<p>It’s a completely free, open-source Apache server distribution with MariaDB (formerly MySQL), PHP, and Perl. XAMPP is available for all major operating systems and is extremely easy to install and use. Here is what XAMPP stands for:</p>


<div class="su-list" style="margin-left:0px">



<ul class="wp-block-list">
<li><i class="sui sui-hand-o-right" style="color:#18a10e"></i> X — cross-platform (X), as it supports multiple operating systems</li>



<li><i class="sui sui-hand-o-right" style="color:#18a10e"></i> A — Apache HTTP Server</li>



<li><i class="sui sui-hand-o-right" style="color:#18a10e"></i> M — MariaDB (formerly MySQL)</li>



<li><i class="sui sui-hand-o-right" style="color:#18a10e"></i> P — PHP</li>



<li><i class="sui sui-hand-o-right" style="color:#18a10e"></i> P — PERL</li>
</ul>


</div>



<p>Apart from the core components mentioned above, XAMPP usually comes with other useful tools such as Mercury mail server, phpMyAdmin for database administration, Webalizer for web server log analysis, OpenSSL, Apache Tomcat for running Java code, and FileZilla FTP server.</p>



<div style="height:5px" aria-hidden="true" class="wp-block-spacer"></div>


<h2 class="wp-block-heading" id="3-installing-xampp-on-windows">3. Installing XAMPP on Windows</h2>


<div class="notice2"><p><strong>NOTE : </strong>The procedure mentioned in this article would result in latest version of WordPress. If you are looking for installing any older version of WordPress (but not latest) then you should refer to article, <a href="https://www.automationdojos.com/why-wordpress-installation-ends-up-with-latest-version/" target="_blank" rel="noopener">Why WordPress Installation Ends Up with latest version</a></p><div class="module-icon"></div></div>


<h3 class="wp-block-heading" id="31-download-xampp-installer-for-windows">3.1. <strong>Download XAMPP installer for windows</strong></h3>


<p>Download the latest XAMPP installer for windows from&nbsp;<a href="https://www.apachefriends.org/index.html" target="_blank" rel="noreferrer noopener">Apache Friends Website</a></p>



<figure class="wp-block-image size-full is-style-default"><img loading="lazy" decoding="async" width="1477" height="773" src="https://www.automationdojos.com/wp-content/uploads/2021/11/post-install-xampp-1.png" alt="" class="wp-image-22122" srcset="https://www.automationdojos.com/wp-content/uploads/2021/11/post-install-xampp-1.png 1477w, https://www.automationdojos.com/wp-content/uploads/2021/11/post-install-xampp-1-300x157.png 300w, https://www.automationdojos.com/wp-content/uploads/2021/11/post-install-xampp-1-1024x536.png 1024w, https://www.automationdojos.com/wp-content/uploads/2021/11/post-install-xampp-1-768x402.png 768w, https://www.automationdojos.com/wp-content/uploads/2021/11/post-install-xampp-1-150x79.png 150w, https://www.automationdojos.com/wp-content/uploads/2021/11/post-install-xampp-1-696x364.png 696w, https://www.automationdojos.com/wp-content/uploads/2021/11/post-install-xampp-1-1068x559.png 1068w, https://www.automationdojos.com/wp-content/uploads/2021/11/post-install-xampp-1-803x420.png 803w, https://www.automationdojos.com/wp-content/uploads/2021/11/post-install-xampp-1-200x105.png 200w, https://www.automationdojos.com/wp-content/uploads/2021/11/post-install-xampp-1-400x209.png 400w" sizes="auto, (max-width: 1477px) 100vw, 1477px" /></figure>


<h3 class="wp-block-heading" id="32-plan-location-of-xampp-binaries-root">3.2. Plan location of XAMPP binaries (Root)</h3>


<p>Before running the installer. Carefully plan/choose the location for XAMPP binaries or root folders. Make a note of the following while choosing the location &#8211;</p>



<p>Your Website and Project files would reside inside the XAMPP folder. Best to choose data drive or partition with Admin access.&nbsp;Prefer not to install in &#8216;Program Files&#8217; due to UAC and Windows security restrictions may potentially cause problems.</p>



<figure class="wp-block-image size-large is-style-default"><img loading="lazy" decoding="async" width="966" height="570" src="https://www.automationdojos.com/wp-content/uploads/2021/11/post-install-xampp-3.png" alt="" class="wp-image-22124" srcset="https://www.automationdojos.com/wp-content/uploads/2021/11/post-install-xampp-3.png 966w, https://www.automationdojos.com/wp-content/uploads/2021/11/post-install-xampp-3-300x177.png 300w, https://www.automationdojos.com/wp-content/uploads/2021/11/post-install-xampp-3-768x453.png 768w, https://www.automationdojos.com/wp-content/uploads/2021/11/post-install-xampp-3-150x89.png 150w, https://www.automationdojos.com/wp-content/uploads/2021/11/post-install-xampp-3-696x411.png 696w, https://www.automationdojos.com/wp-content/uploads/2021/11/post-install-xampp-3-712x420.png 712w, https://www.automationdojos.com/wp-content/uploads/2021/11/post-install-xampp-3-200x118.png 200w, https://www.automationdojos.com/wp-content/uploads/2021/11/post-install-xampp-3-400x236.png 400w" sizes="auto, (max-width: 966px) 100vw, 966px" /></figure>


<h3 class="wp-block-heading" id="33-run-installer-and-complete-installation">3.3. <strong>Run Installer and complete installation</strong></h3>


<p>Run the XAMPP installer as &#8216;Administrator&#8217; and complete the installation process.</p>



<figure class="wp-block-image size-large is-style-default"><img loading="lazy" decoding="async" width="964" height="453" src="https://www.automationdojos.com/wp-content/uploads/2021/11/post-install-xampp-4.png" alt="" class="wp-image-22125" srcset="https://www.automationdojos.com/wp-content/uploads/2021/11/post-install-xampp-4.png 964w, https://www.automationdojos.com/wp-content/uploads/2021/11/post-install-xampp-4-300x141.png 300w, https://www.automationdojos.com/wp-content/uploads/2021/11/post-install-xampp-4-768x361.png 768w, https://www.automationdojos.com/wp-content/uploads/2021/11/post-install-xampp-4-150x70.png 150w, https://www.automationdojos.com/wp-content/uploads/2021/11/post-install-xampp-4-696x327.png 696w, https://www.automationdojos.com/wp-content/uploads/2021/11/post-install-xampp-4-894x420.png 894w, https://www.automationdojos.com/wp-content/uploads/2021/11/post-install-xampp-4-200x94.png 200w, https://www.automationdojos.com/wp-content/uploads/2021/11/post-install-xampp-4-400x188.png 400w" sizes="auto, (max-width: 964px) 100vw, 964px" /></figure>



<figure class="wp-block-image size-large is-style-default"><img loading="lazy" decoding="async" width="506" height="435" src="https://www.automationdojos.com/wp-content/uploads/2021/11/post-install-xampp-7.png" alt="" class="wp-image-22128" srcset="https://www.automationdojos.com/wp-content/uploads/2021/11/post-install-xampp-7.png 506w, https://www.automationdojos.com/wp-content/uploads/2021/11/post-install-xampp-7-300x258.png 300w, https://www.automationdojos.com/wp-content/uploads/2021/11/post-install-xampp-7-150x129.png 150w, https://www.automationdojos.com/wp-content/uploads/2021/11/post-install-xampp-7-489x420.png 489w, https://www.automationdojos.com/wp-content/uploads/2021/11/post-install-xampp-7-200x172.png 200w, https://www.automationdojos.com/wp-content/uploads/2021/11/post-install-xampp-7-400x344.png 400w" sizes="auto, (max-width: 506px) 100vw, 506px" /></figure>



<figure class="wp-block-image size-large is-style-default"><img loading="lazy" decoding="async" width="508" height="431" src="https://www.automationdojos.com/wp-content/uploads/2021/11/post-install-xampp-8.png" alt="" class="wp-image-22129" srcset="https://www.automationdojos.com/wp-content/uploads/2021/11/post-install-xampp-8.png 508w, https://www.automationdojos.com/wp-content/uploads/2021/11/post-install-xampp-8-300x255.png 300w, https://www.automationdojos.com/wp-content/uploads/2021/11/post-install-xampp-8-150x127.png 150w, https://www.automationdojos.com/wp-content/uploads/2021/11/post-install-xampp-8-495x420.png 495w, https://www.automationdojos.com/wp-content/uploads/2021/11/post-install-xampp-8-200x170.png 200w, https://www.automationdojos.com/wp-content/uploads/2021/11/post-install-xampp-8-400x339.png 400w" sizes="auto, (max-width: 508px) 100vw, 508px" /></figure>



<figure class="wp-block-image size-large is-style-default"><img loading="lazy" decoding="async" width="507" height="430" src="https://www.automationdojos.com/wp-content/uploads/2021/11/post-install-xampp-14.png" alt="" class="wp-image-22112" srcset="https://www.automationdojos.com/wp-content/uploads/2021/11/post-install-xampp-14.png 507w, https://www.automationdojos.com/wp-content/uploads/2021/11/post-install-xampp-14-300x254.png 300w, https://www.automationdojos.com/wp-content/uploads/2021/11/post-install-xampp-14-150x127.png 150w, https://www.automationdojos.com/wp-content/uploads/2021/11/post-install-xampp-14-495x420.png 495w, https://www.automationdojos.com/wp-content/uploads/2021/11/post-install-xampp-14-200x170.png 200w, https://www.automationdojos.com/wp-content/uploads/2021/11/post-install-xampp-14-400x339.png 400w" sizes="auto, (max-width: 507px) 100vw, 507px" /></figure>



<figure class="wp-block-image size-large is-style-default"><img loading="lazy" decoding="async" width="505" height="431" src="https://www.automationdojos.com/wp-content/uploads/2021/11/post-install-xampp-15.png" alt="" class="wp-image-22113" srcset="https://www.automationdojos.com/wp-content/uploads/2021/11/post-install-xampp-15.png 505w, https://www.automationdojos.com/wp-content/uploads/2021/11/post-install-xampp-15-300x256.png 300w, https://www.automationdojos.com/wp-content/uploads/2021/11/post-install-xampp-15-150x128.png 150w, https://www.automationdojos.com/wp-content/uploads/2021/11/post-install-xampp-15-492x420.png 492w, https://www.automationdojos.com/wp-content/uploads/2021/11/post-install-xampp-15-200x171.png 200w, https://www.automationdojos.com/wp-content/uploads/2021/11/post-install-xampp-15-400x341.png 400w" sizes="auto, (max-width: 505px) 100vw, 505px" /></figure>


<h3 class="wp-block-heading" id="34-start-apache-and-mysql-servers">3.4. Start Apache and MySQL Servers</h3>


<p>Launch the XAMPP Control Panel as &#8216;Administrator&#8217; and start the Apache Server as well as MySQL Server. You can do that by clicking on “Start” next to the modules.</p>



<figure class="wp-block-image size-large is-style-default"><img loading="lazy" decoding="async" width="678" height="538" src="https://www.automationdojos.com/wp-content/uploads/2021/09/post-wordpress-install-4.png" alt="" class="wp-image-22426" srcset="https://www.automationdojos.com/wp-content/uploads/2021/09/post-wordpress-install-4.png 678w, https://www.automationdojos.com/wp-content/uploads/2021/09/post-wordpress-install-4-300x238.png 300w, https://www.automationdojos.com/wp-content/uploads/2021/09/post-wordpress-install-4-150x119.png 150w, https://www.automationdojos.com/wp-content/uploads/2021/09/post-wordpress-install-4-529x420.png 529w, https://www.automationdojos.com/wp-content/uploads/2021/09/post-wordpress-install-4-200x159.png 200w, https://www.automationdojos.com/wp-content/uploads/2021/09/post-wordpress-install-4-400x317.png 400w" sizes="auto, (max-width: 678px) 100vw, 678px" /></figure>


<h3 class="wp-block-heading" id="35-verify-your-server-installations">3.5. Verify your server installations</h3>


<p>Launch browser and type in localhost to check if Apache service is running fine. If you see the above webpage loading properly that means our installation has been successful.</p>



<figure class="wp-block-image size-full is-style-default"><img loading="lazy" decoding="async" width="1459" height="655" src="https://www.automationdojos.com/wp-content/uploads/2021/11/post-install-xampp-16-1.png" alt="" class="wp-image-22115" srcset="https://www.automationdojos.com/wp-content/uploads/2021/11/post-install-xampp-16-1.png 1459w, https://www.automationdojos.com/wp-content/uploads/2021/11/post-install-xampp-16-1-300x135.png 300w, https://www.automationdojos.com/wp-content/uploads/2021/11/post-install-xampp-16-1-1024x460.png 1024w, https://www.automationdojos.com/wp-content/uploads/2021/11/post-install-xampp-16-1-768x345.png 768w, https://www.automationdojos.com/wp-content/uploads/2021/11/post-install-xampp-16-1-150x67.png 150w, https://www.automationdojos.com/wp-content/uploads/2021/11/post-install-xampp-16-1-696x312.png 696w, https://www.automationdojos.com/wp-content/uploads/2021/11/post-install-xampp-16-1-1068x479.png 1068w, https://www.automationdojos.com/wp-content/uploads/2021/11/post-install-xampp-16-1-936x420.png 936w, https://www.automationdojos.com/wp-content/uploads/2021/11/post-install-xampp-16-1-200x90.png 200w, https://www.automationdojos.com/wp-content/uploads/2021/11/post-install-xampp-16-1-400x180.png 400w" sizes="auto, (max-width: 1459px) 100vw, 1459px" /></figure>



<div style="height:5px" aria-hidden="true" class="wp-block-spacer"></div>


<h2 class="wp-block-heading" id="4-creating-database-using-xampp">4. Creating Database using XAMPP</h2>


<p> Next, let us create a database for WordPress using PHPMyAdmin. </p>


<h3 class="wp-block-heading" id="41-launch-phpmyadmin">4.1. Launch PHPMyAdmin</h3>


<p>Open a new browser tab and type the following URL to launch PHPMyAdmin, <span class="su-label su-label-type-default">http://localhost/phpmyadmin/ </span>. This should launch the following web interface</p>



<figure class="wp-block-image size-full is-style-default"><img loading="lazy" decoding="async" width="1260" height="696" src="https://www.automationdojos.com/wp-content/uploads/2021/09/post-wordpress-install-5.png" alt="" class="wp-image-22427" srcset="https://www.automationdojos.com/wp-content/uploads/2021/09/post-wordpress-install-5.png 1260w, https://www.automationdojos.com/wp-content/uploads/2021/09/post-wordpress-install-5-300x166.png 300w, https://www.automationdojos.com/wp-content/uploads/2021/09/post-wordpress-install-5-1024x566.png 1024w, https://www.automationdojos.com/wp-content/uploads/2021/09/post-wordpress-install-5-768x424.png 768w, https://www.automationdojos.com/wp-content/uploads/2021/09/post-wordpress-install-5-150x83.png 150w, https://www.automationdojos.com/wp-content/uploads/2021/09/post-wordpress-install-5-696x385.png 696w, https://www.automationdojos.com/wp-content/uploads/2021/09/post-wordpress-install-5-1068x590.png 1068w, https://www.automationdojos.com/wp-content/uploads/2021/09/post-wordpress-install-5-760x420.png 760w, https://www.automationdojos.com/wp-content/uploads/2021/09/post-wordpress-install-5-200x110.png 200w, https://www.automationdojos.com/wp-content/uploads/2021/09/post-wordpress-install-5-400x221.png 400w" sizes="auto, (max-width: 1260px) 100vw, 1260px" /></figure>


<h3 class="wp-block-heading" id="42-create-database-for-your-wordpress">4.2. Create Database for your WordPress</h3>


<p>Navigate to the Databases tab at the top of the page of phpMyAdmin. Provide a name for your new database. After that, click on the ‘Create’ button to continue.</p>



<figure class="wp-block-image size-full is-style-default"><img loading="lazy" decoding="async" width="1231" height="665" src="https://www.automationdojos.com/wp-content/uploads/2021/09/post-wordpress-install-6.png" alt="" class="wp-image-22429" srcset="https://www.automationdojos.com/wp-content/uploads/2021/09/post-wordpress-install-6.png 1231w, https://www.automationdojos.com/wp-content/uploads/2021/09/post-wordpress-install-6-300x162.png 300w, https://www.automationdojos.com/wp-content/uploads/2021/09/post-wordpress-install-6-1024x553.png 1024w, https://www.automationdojos.com/wp-content/uploads/2021/09/post-wordpress-install-6-768x415.png 768w, https://www.automationdojos.com/wp-content/uploads/2021/09/post-wordpress-install-6-150x81.png 150w, https://www.automationdojos.com/wp-content/uploads/2021/09/post-wordpress-install-6-696x376.png 696w, https://www.automationdojos.com/wp-content/uploads/2021/09/post-wordpress-install-6-1068x577.png 1068w, https://www.automationdojos.com/wp-content/uploads/2021/09/post-wordpress-install-6-777x420.png 777w, https://www.automationdojos.com/wp-content/uploads/2021/09/post-wordpress-install-6-200x108.png 200w, https://www.automationdojos.com/wp-content/uploads/2021/09/post-wordpress-install-6-400x216.png 400w" sizes="auto, (max-width: 1231px) 100vw, 1231px" /></figure>



<p>This step concludes your database creation for the WordPress website. Now let us move on to install and configure the WordPress site.</p>



<div style="height:5px" aria-hidden="true" class="wp-block-spacer"></div>


<h2 class="wp-block-heading" id="5-installing-wordpress-locally-with-xampp">5. Installing WordPress Locally with XAMPP</h2>

<h3 class="wp-block-heading" id="51-download-the-latest-version-of-wordpress">5.1. Download the latest version of WordPress</h3>


<p>First, you need to go to <a href="https://en-gb.wordpress.org/download/#download-install" target="_blank" rel="noreferrer noopener">wordpress.org</a> and download the latest version of WordPress. Download the zip folder on your local system.</p>



<figure class="wp-block-image size-full is-style-default"><img loading="lazy" decoding="async" width="1262" height="752" src="https://www.automationdojos.com/wp-content/uploads/2021/09/post-wordpress-install-1.png" alt="" class="wp-image-22430" srcset="https://www.automationdojos.com/wp-content/uploads/2021/09/post-wordpress-install-1.png 1262w, https://www.automationdojos.com/wp-content/uploads/2021/09/post-wordpress-install-1-300x179.png 300w, https://www.automationdojos.com/wp-content/uploads/2021/09/post-wordpress-install-1-1024x610.png 1024w, https://www.automationdojos.com/wp-content/uploads/2021/09/post-wordpress-install-1-768x458.png 768w, https://www.automationdojos.com/wp-content/uploads/2021/09/post-wordpress-install-1-150x89.png 150w, https://www.automationdojos.com/wp-content/uploads/2021/09/post-wordpress-install-1-696x415.png 696w, https://www.automationdojos.com/wp-content/uploads/2021/09/post-wordpress-install-1-1068x636.png 1068w, https://www.automationdojos.com/wp-content/uploads/2021/09/post-wordpress-install-1-705x420.png 705w, https://www.automationdojos.com/wp-content/uploads/2021/09/post-wordpress-install-1-200x119.png 200w, https://www.automationdojos.com/wp-content/uploads/2021/09/post-wordpress-install-1-400x238.png 400w" sizes="auto, (max-width: 1262px) 100vw, 1262px" /></figure>


<h3 class="wp-block-heading" id="52-create-project-folder-to-host-wordpress">5.2. Create Project Folder to Host WordPress</h3>


<p>Create your project folder inside XAMPP’s htdocs to host your WordPress files. Proceed with creating a new folder into XAMPP’s htdocs folder for your site and provide a name of your choice. For example, I am going to name it as ‘mywebsite’.</p>



<figure class="wp-block-image size-large is-style-default"><img loading="lazy" decoding="async" width="1014" height="556" src="https://www.automationdojos.com/wp-content/uploads/2021/09/post-wordpress-install-7.png" alt="" class="wp-image-22431" srcset="https://www.automationdojos.com/wp-content/uploads/2021/09/post-wordpress-install-7.png 1014w, https://www.automationdojos.com/wp-content/uploads/2021/09/post-wordpress-install-7-300x164.png 300w, https://www.automationdojos.com/wp-content/uploads/2021/09/post-wordpress-install-7-768x421.png 768w, https://www.automationdojos.com/wp-content/uploads/2021/09/post-wordpress-install-7-150x82.png 150w, https://www.automationdojos.com/wp-content/uploads/2021/09/post-wordpress-install-7-696x382.png 696w, https://www.automationdojos.com/wp-content/uploads/2021/09/post-wordpress-install-7-766x420.png 766w, https://www.automationdojos.com/wp-content/uploads/2021/09/post-wordpress-install-7-200x110.png 200w, https://www.automationdojos.com/wp-content/uploads/2021/09/post-wordpress-install-7-400x219.png 400w" sizes="auto, (max-width: 1014px) 100vw, 1014px" /></figure>


<h3 class="wp-block-heading" id="53-extract-wordpress-files-into-project-folder">5.3. Extract WordPress Files into Project Folder</h3>


<p>To install WordPress locally, you need to extract WordPress files (unzip) into the newly created folder inside ‘htdocs’, in our case we will copy it into ‘mywebsite’ folder which we created.</p>



<figure class="wp-block-image size-large is-style-default"><img loading="lazy" decoding="async" width="1001" height="539" src="https://www.automationdojos.com/wp-content/uploads/2021/09/post-wordpress-install-8.png" alt="" class="wp-image-22432" srcset="https://www.automationdojos.com/wp-content/uploads/2021/09/post-wordpress-install-8.png 1001w, https://www.automationdojos.com/wp-content/uploads/2021/09/post-wordpress-install-8-300x162.png 300w, https://www.automationdojos.com/wp-content/uploads/2021/09/post-wordpress-install-8-768x414.png 768w, https://www.automationdojos.com/wp-content/uploads/2021/09/post-wordpress-install-8-150x81.png 150w, https://www.automationdojos.com/wp-content/uploads/2021/09/post-wordpress-install-8-696x375.png 696w, https://www.automationdojos.com/wp-content/uploads/2021/09/post-wordpress-install-8-780x420.png 780w, https://www.automationdojos.com/wp-content/uploads/2021/09/post-wordpress-install-8-200x108.png 200w, https://www.automationdojos.com/wp-content/uploads/2021/09/post-wordpress-install-8-400x215.png 400w" sizes="auto, (max-width: 1001px) 100vw, 1001px" /></figure>


<h3 class="wp-block-heading" id="54-start-wordpress-setup-amp-install-process">5.4. Start WordPress Setup &amp; Install Process</h3>


<p>Launch your web browser and enter the following URL in your browser &#8211; </p>



<span class="su-label su-label-type-default">http://localhost/[Name of Your project folder created inside htdocs]</span>



<p>In my case, this is &#8211;  <span class="su-label su-label-type-default">http://localhost/mywebsite/ </span> </p>



<p>This will load the WordPress installation wizard and you’ll be asked to select a language. After selecting a language, click on the ‘Continue’ button.</p>



<figure class="wp-block-image size-full is-style-default"><img loading="lazy" decoding="async" width="1059" height="714" src="https://www.automationdojos.com/wp-content/uploads/2021/09/post-wordpress-install-9.png" alt="" class="wp-image-22433" srcset="https://www.automationdojos.com/wp-content/uploads/2021/09/post-wordpress-install-9.png 1059w, https://www.automationdojos.com/wp-content/uploads/2021/09/post-wordpress-install-9-300x202.png 300w, https://www.automationdojos.com/wp-content/uploads/2021/09/post-wordpress-install-9-1024x690.png 1024w, https://www.automationdojos.com/wp-content/uploads/2021/09/post-wordpress-install-9-768x518.png 768w, https://www.automationdojos.com/wp-content/uploads/2021/09/post-wordpress-install-9-150x101.png 150w, https://www.automationdojos.com/wp-content/uploads/2021/09/post-wordpress-install-9-696x469.png 696w, https://www.automationdojos.com/wp-content/uploads/2021/09/post-wordpress-install-9-623x420.png 623w, https://www.automationdojos.com/wp-content/uploads/2021/09/post-wordpress-install-9-200x135.png 200w, https://www.automationdojos.com/wp-content/uploads/2021/09/post-wordpress-install-9-400x270.png 400w" sizes="auto, (max-width: 1059px) 100vw, 1059px" /></figure>


<h3 class="wp-block-heading" id="55-enter-database-details">5.5. Enter database details</h3>


<p>When you get to the database details, enter the following:</p>


<div class="su-list" style="margin-left:0px">



<ul class="wp-block-list">
<li><i class="sui sui-database" style="color:#777"></i> <strong>Database Name =</strong>&nbsp;Name of the database you created in PHPMyAdmin</li>



<li><i class="sui sui-database" style="color:#777"></i> <strong>Username =</strong>&nbsp;“root”</li>



<li><i class="sui sui-database" style="color:#777"></i> <strong>Password =</strong>&nbsp;leave blank</li>
</ul>


</div>



<figure class="wp-block-image size-full is-style-default"><img loading="lazy" decoding="async" width="1048" height="689" src="https://www.automationdojos.com/wp-content/uploads/2021/09/post-wordpress-install-10.png" alt="" class="wp-image-22434" srcset="https://www.automationdojos.com/wp-content/uploads/2021/09/post-wordpress-install-10.png 1048w, https://www.automationdojos.com/wp-content/uploads/2021/09/post-wordpress-install-10-300x197.png 300w, https://www.automationdojos.com/wp-content/uploads/2021/09/post-wordpress-install-10-1024x673.png 1024w, https://www.automationdojos.com/wp-content/uploads/2021/09/post-wordpress-install-10-768x505.png 768w, https://www.automationdojos.com/wp-content/uploads/2021/09/post-wordpress-install-10-150x99.png 150w, https://www.automationdojos.com/wp-content/uploads/2021/09/post-wordpress-install-10-696x458.png 696w, https://www.automationdojos.com/wp-content/uploads/2021/09/post-wordpress-install-10-639x420.png 639w, https://www.automationdojos.com/wp-content/uploads/2021/09/post-wordpress-install-10-741x486.png 741w, https://www.automationdojos.com/wp-content/uploads/2021/09/post-wordpress-install-10-200x131.png 200w, https://www.automationdojos.com/wp-content/uploads/2021/09/post-wordpress-install-10-400x263.png 400w" sizes="auto, (max-width: 1048px) 100vw, 1048px" /></figure>


<h3 class="wp-block-heading" id="56-confirm-the-installation-start">5.6. Confirm the installation start</h3>


<p>Once everything is done, click on “Submit” and you’ll be taken to the WordPress installation page. Just run the installation</p>



<figure class="wp-block-image size-large is-style-default"><img loading="lazy" decoding="async" width="849" height="520" src="https://www.automationdojos.com/wp-content/uploads/2021/09/post-wordpress-install-11.png" alt="" class="wp-image-22435" srcset="https://www.automationdojos.com/wp-content/uploads/2021/09/post-wordpress-install-11.png 849w, https://www.automationdojos.com/wp-content/uploads/2021/09/post-wordpress-install-11-300x184.png 300w, https://www.automationdojos.com/wp-content/uploads/2021/09/post-wordpress-install-11-768x470.png 768w, https://www.automationdojos.com/wp-content/uploads/2021/09/post-wordpress-install-11-150x92.png 150w, https://www.automationdojos.com/wp-content/uploads/2021/09/post-wordpress-install-11-696x426.png 696w, https://www.automationdojos.com/wp-content/uploads/2021/09/post-wordpress-install-11-686x420.png 686w, https://www.automationdojos.com/wp-content/uploads/2021/09/post-wordpress-install-11-200x122.png 200w, https://www.automationdojos.com/wp-content/uploads/2021/09/post-wordpress-install-11-400x245.png 400w" sizes="auto, (max-width: 849px) 100vw, 849px" /></figure>


<h3 class="wp-block-heading" id="57-setup-your-site-and-admin-credentials">5.7. Setup your Site and Admin Credentials</h3>


<p>Continue onto the next screen and fill in all of the details — including your admin username and password — and complete the installation.</p>



<figure class="wp-block-image size-full is-style-default"><img loading="lazy" decoding="async" width="1099" height="954" src="https://www.automationdojos.com/wp-content/uploads/2021/09/post-wordpress-install-12.png" alt="" class="wp-image-22436" srcset="https://www.automationdojos.com/wp-content/uploads/2021/09/post-wordpress-install-12.png 1099w, https://www.automationdojos.com/wp-content/uploads/2021/09/post-wordpress-install-12-300x260.png 300w, https://www.automationdojos.com/wp-content/uploads/2021/09/post-wordpress-install-12-1024x889.png 1024w, https://www.automationdojos.com/wp-content/uploads/2021/09/post-wordpress-install-12-768x667.png 768w, https://www.automationdojos.com/wp-content/uploads/2021/09/post-wordpress-install-12-150x130.png 150w, https://www.automationdojos.com/wp-content/uploads/2021/09/post-wordpress-install-12-696x604.png 696w, https://www.automationdojos.com/wp-content/uploads/2021/09/post-wordpress-install-12-1068x927.png 1068w, https://www.automationdojos.com/wp-content/uploads/2021/09/post-wordpress-install-12-484x420.png 484w, https://www.automationdojos.com/wp-content/uploads/2021/09/post-wordpress-install-12-200x174.png 200w, https://www.automationdojos.com/wp-content/uploads/2021/09/post-wordpress-install-12-400x347.png 400w" sizes="auto, (max-width: 1099px) 100vw, 1099px" /></figure>



<p>Once the installation is complete, you should see the following screen.</p>



<figure class="wp-block-image size-large is-style-default"><img loading="lazy" decoding="async" width="953" height="545" src="https://www.automationdojos.com/wp-content/uploads/2021/09/post-wordpress-install-13.png" alt="" class="wp-image-22437" srcset="https://www.automationdojos.com/wp-content/uploads/2021/09/post-wordpress-install-13.png 953w, https://www.automationdojos.com/wp-content/uploads/2021/09/post-wordpress-install-13-300x172.png 300w, https://www.automationdojos.com/wp-content/uploads/2021/09/post-wordpress-install-13-768x439.png 768w, https://www.automationdojos.com/wp-content/uploads/2021/09/post-wordpress-install-13-150x86.png 150w, https://www.automationdojos.com/wp-content/uploads/2021/09/post-wordpress-install-13-696x398.png 696w, https://www.automationdojos.com/wp-content/uploads/2021/09/post-wordpress-install-13-734x420.png 734w, https://www.automationdojos.com/wp-content/uploads/2021/09/post-wordpress-install-13-200x114.png 200w, https://www.automationdojos.com/wp-content/uploads/2021/09/post-wordpress-install-13-400x229.png 400w" sizes="auto, (max-width: 953px) 100vw, 953px" /></figure>


<h3 class="wp-block-heading" id="58-log-on-to-your-wordpress-dashboard">5.8. Log on to your WordPress Dashboard</h3>


<p>Next, enter your credentials and login to your WordPress site dashboard.</p>



<figure class="wp-block-image size-large is-style-default"><img loading="lazy" decoding="async" width="929" height="605" src="https://www.automationdojos.com/wp-content/uploads/2021/09/post-wordpress-install-14.png" alt="" class="wp-image-22438" srcset="https://www.automationdojos.com/wp-content/uploads/2021/09/post-wordpress-install-14.png 929w, https://www.automationdojos.com/wp-content/uploads/2021/09/post-wordpress-install-14-300x195.png 300w, https://www.automationdojos.com/wp-content/uploads/2021/09/post-wordpress-install-14-768x500.png 768w, https://www.automationdojos.com/wp-content/uploads/2021/09/post-wordpress-install-14-150x98.png 150w, https://www.automationdojos.com/wp-content/uploads/2021/09/post-wordpress-install-14-696x453.png 696w, https://www.automationdojos.com/wp-content/uploads/2021/09/post-wordpress-install-14-645x420.png 645w, https://www.automationdojos.com/wp-content/uploads/2021/09/post-wordpress-install-14-200x130.png 200w, https://www.automationdojos.com/wp-content/uploads/2021/09/post-wordpress-install-14-400x260.png 400w" sizes="auto, (max-width: 929px) 100vw, 929px" /></figure>



<p>Finally, you’ll reach your admin dashboard. It looks like this:</p>



<figure class="wp-block-image size-large is-style-default"><img loading="lazy" decoding="async" width="1024" height="754" src="https://www.automationdojos.com/wp-content/uploads/2021/09/post-wordpress-install-15-1024x754.png" alt="" class="wp-image-22439" srcset="https://www.automationdojos.com/wp-content/uploads/2021/09/post-wordpress-install-15-1024x754.png 1024w, https://www.automationdojos.com/wp-content/uploads/2021/09/post-wordpress-install-15-300x221.png 300w, https://www.automationdojos.com/wp-content/uploads/2021/09/post-wordpress-install-15-768x565.png 768w, https://www.automationdojos.com/wp-content/uploads/2021/09/post-wordpress-install-15-150x110.png 150w, https://www.automationdojos.com/wp-content/uploads/2021/09/post-wordpress-install-15-696x512.png 696w, https://www.automationdojos.com/wp-content/uploads/2021/09/post-wordpress-install-15-571x420.png 571w, https://www.automationdojos.com/wp-content/uploads/2021/09/post-wordpress-install-15-80x60.png 80w, https://www.automationdojos.com/wp-content/uploads/2021/09/post-wordpress-install-15-200x147.png 200w, https://www.automationdojos.com/wp-content/uploads/2021/09/post-wordpress-install-15-400x294.png 400w, https://www.automationdojos.com/wp-content/uploads/2021/09/post-wordpress-install-15.png 1060w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></figure>
<p>The post <a href="https://www.automationdojos.com/install-wordpress-locally-using-xampp/">How To Install WordPress Locally using XAMPP</a> appeared first on <a href="https://www.automationdojos.com">Automation Dojos</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.automationdojos.com/install-wordpress-locally-using-xampp/feed/</wfw:commentRss>
			<slash:comments>3</slash:comments>
		
		
			</item>
	</channel>
</rss>
