<?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>Life of a Geek Admin</title>
	<atom:link href="https://lifeofageekadmin.com/feed/" rel="self" type="application/rss+xml" />
	<link>https://lifeofageekadmin.com/</link>
	<description>The Adventures of a True Geek Administrator</description>
	<lastBuildDate>Tue, 20 Jan 2026 01:29:34 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
<site xmlns="com-wordpress:feed-additions:1">26396631</site>	<item>
		<title>How To Migrate MariaDB databases to another drive in Ubuntu</title>
		<link>https://lifeofageekadmin.com/how-to-migrate-mariadb-databases-to-another-drive-in-ubuntu/</link>
					<comments>https://lifeofageekadmin.com/how-to-migrate-mariadb-databases-to-another-drive-in-ubuntu/#respond</comments>
		
		<dc:creator><![CDATA[newlife007]]></dc:creator>
		<pubDate>Tue, 20 Jan 2026 01:29:31 +0000</pubDate>
				<category><![CDATA[Database]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[MariaDB]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<guid isPermaLink="false">https://lifeofageekadmin.com/?p=6596</guid>

					<description><![CDATA[Migrating MariaDB databases to another drive in Ubuntu Overview This example explains how to migrate MariaDB databases from /var/lib/mysql to /opt/mysql on an Ubuntu 22.04 server. This is a good option for a growing database that would allow for easy management and security. Step By Step First step of the process is to stop MariaDB. [&#8230;]]]></description>
										<content:encoded><![CDATA[<h1><span style="font-family: Aptos Display, serif;"><span style="font-size: xx-large;">Migrating MariaDB databases to another drive in Ubuntu</span></span></h1>
<h2>Overview</h2>
<p>This example explains how to migrate MariaDB databases from /var/lib/mysql to /opt/mysql on an Ubuntu 22.04 server. This is a good option for a growing database that would allow for easy management and security.</p>
<h2>Step By Step</h2>
<p>First step of the process is to stop MariaDB.</p>
<p># sudo systemctl stop mariadb</p>
<h2>Copy the databases</h2>
<p>Copy the existing database directory, /var/lib/mysql, to the new location, /opt/mysql, with rsync. Using the -a flag preserves the permissions and other directory properties, while-v provides verbose output so you can follow the progress:</p>
<p># sudo rsync -avzh /var/lib/mysql /opt/</p>
<p>Once the rsync command is complete, rename the current folder with a .bak extension and keep it until you’ve confirmed the move was successful. By renaming it, you’ll avoid confusion that could arise from files in both the new and the old location</p>
<p># sudo mv /var/lib/mysql /var/lib/mysql.bak</p>
<h2>Change MariaDB Configuration</h2>
<p>Next change /etc/mysql/mariadb.conf.d/50-server.cnf to point to the new database location.</p>
<p># nano /etc/mysql/mariadb.conf.d/50-server.cnf</p>
<p>Un-comment #datadir line and change /var/lib/mysql to /opt/mysql</p>
<p>Before</p>
<p><a href="https://lifeofageekadmin.com/how-to-migrate-mariadb-databases-to-another-drive-in-ubuntu/mariadbmove1/" rel="attachment wp-att-6598"><img decoding="async" data-attachment-id="6598" data-permalink="https://lifeofageekadmin.com/how-to-migrate-mariadb-databases-to-another-drive-in-ubuntu/mariadbmove1/" data-orig-file="https://lifeofageekadmin.com/wp-content/uploads/2026/01/mariadbmove1.png" data-orig-size="412,83" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="mariadbmove1" data-image-description="" data-image-caption="" data-medium-file="https://lifeofageekadmin.com/wp-content/uploads/2026/01/mariadbmove1.png" data-large-file="https://lifeofageekadmin.com/wp-content/uploads/2026/01/mariadbmove1.png" class="alignnone size-full wp-image-6598" src="https://lifeofageekadmin.com/wp-content/uploads/2026/01/mariadbmove1.png" alt="" width="412" height="83" /></a></p>
<p>After</p>
<p><a href="https://lifeofageekadmin.com/how-to-migrate-mariadb-databases-to-another-drive-in-ubuntu/mariadbmove2/" rel="attachment wp-att-6599"><img decoding="async" data-attachment-id="6599" data-permalink="https://lifeofageekadmin.com/how-to-migrate-mariadb-databases-to-another-drive-in-ubuntu/mariadbmove2/" data-orig-file="https://lifeofageekadmin.com/wp-content/uploads/2026/01/mariadbmove2.png" data-orig-size="398,76" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="mariadbmove2" data-image-description="" data-image-caption="" data-medium-file="https://lifeofageekadmin.com/wp-content/uploads/2026/01/mariadbmove2.png" data-large-file="https://lifeofageekadmin.com/wp-content/uploads/2026/01/mariadbmove2.png" class="alignnone size-full wp-image-6599" src="https://lifeofageekadmin.com/wp-content/uploads/2026/01/mariadbmove2.png" alt="" width="398" height="76" /></a></p>
<h2>Configuring AppArmor</h2>
<p>Now, you have to configure AppArmor to allow /db to be a MySQL/MariaDB data directory.</p>
<p>To do that, edit the AppArmor alias file /etc/apparmor.d/tunables/alias as follows:</p>
<p># nano /etc/apparmor.d/tunables/alias</p>
<p>Uncomment # alias and change /home/mysql to /opt/mysql</p>
<p>Before</p>
<p><a href="https://lifeofageekadmin.com/how-to-migrate-mariadb-databases-to-another-drive-in-ubuntu/mariadbmove3/" rel="attachment wp-att-6600"><img decoding="async" data-attachment-id="6600" data-permalink="https://lifeofageekadmin.com/how-to-migrate-mariadb-databases-to-another-drive-in-ubuntu/mariadbmove3/" data-orig-file="https://lifeofageekadmin.com/wp-content/uploads/2026/01/mariadbmove3.png" data-orig-size="371,56" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="mariadbmove3" data-image-description="" data-image-caption="" data-medium-file="https://lifeofageekadmin.com/wp-content/uploads/2026/01/mariadbmove3.png" data-large-file="https://lifeofageekadmin.com/wp-content/uploads/2026/01/mariadbmove3.png" class="alignnone size-full wp-image-6600" src="https://lifeofageekadmin.com/wp-content/uploads/2026/01/mariadbmove3.png" alt="" width="371" height="56" /></a></p>
<p>After</p>
<p><a href="https://lifeofageekadmin.com/how-to-migrate-mariadb-databases-to-another-drive-in-ubuntu/mariadbmove4/" rel="attachment wp-att-6601"><img loading="lazy" decoding="async" data-attachment-id="6601" data-permalink="https://lifeofageekadmin.com/how-to-migrate-mariadb-databases-to-another-drive-in-ubuntu/mariadbmove4/" data-orig-file="https://lifeofageekadmin.com/wp-content/uploads/2026/01/mariadbmove4.png" data-orig-size="369,50" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="mariadbmove4" data-image-description="" data-image-caption="" data-medium-file="https://lifeofageekadmin.com/wp-content/uploads/2026/01/mariadbmove4.png" data-large-file="https://lifeofageekadmin.com/wp-content/uploads/2026/01/mariadbmove4.png" class="alignnone size-full wp-image-6601" src="https://lifeofageekadmin.com/wp-content/uploads/2026/01/mariadbmove4.png" alt="" width="369" height="50" /></a></p>
<p>Restart apparmor</p>
<p># systemctl restart apparmor</p>
<p>Restart Mariadb</p>
<p># systemctl start mariadb</p>
<p><a href="https://lifeofageekadmin.com/how-to-migrate-mariadb-databases-to-another-drive-in-ubuntu/mariadbmove5/" rel="attachment wp-att-6602"><img loading="lazy" decoding="async" data-attachment-id="6602" data-permalink="https://lifeofageekadmin.com/how-to-migrate-mariadb-databases-to-another-drive-in-ubuntu/mariadbmove5/" data-orig-file="https://lifeofageekadmin.com/wp-content/uploads/2026/01/mariadbmove5.png" data-orig-size="778,173" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="mariadbmove5" data-image-description="" data-image-caption="" data-medium-file="https://lifeofageekadmin.com/wp-content/uploads/2026/01/mariadbmove5.png" data-large-file="https://lifeofageekadmin.com/wp-content/uploads/2026/01/mariadbmove5.png" class="alignnone size-full wp-image-6602" src="https://lifeofageekadmin.com/wp-content/uploads/2026/01/mariadbmove5.png" alt="" width="778" height="173" /></a></p>
<p>Checking The Results</p>
<p>Connect to the DB and verify the changes</p>
<p># mysql -u root -p</p>
<p><a href="https://lifeofageekadmin.com/how-to-migrate-mariadb-databases-to-another-drive-in-ubuntu/mariadbmove6/" rel="attachment wp-att-6603"><img loading="lazy" decoding="async" data-attachment-id="6603" data-permalink="https://lifeofageekadmin.com/how-to-migrate-mariadb-databases-to-another-drive-in-ubuntu/mariadbmove6/" data-orig-file="https://lifeofageekadmin.com/wp-content/uploads/2026/01/mariadbmove6.png" data-orig-size="640,152" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="mariadbmove6" data-image-description="" data-image-caption="" data-medium-file="https://lifeofageekadmin.com/wp-content/uploads/2026/01/mariadbmove6.png" data-large-file="https://lifeofageekadmin.com/wp-content/uploads/2026/01/mariadbmove6.png" class="alignnone size-full wp-image-6603" src="https://lifeofageekadmin.com/wp-content/uploads/2026/01/mariadbmove6.png" alt="" width="640" height="152" /></a></p>
<p>Run a query command to verify MariaDB is using the correct DB directory</p>
<p>select @@datadir;</p>
<p><a href="https://lifeofageekadmin.com/how-to-migrate-mariadb-databases-to-another-drive-in-ubuntu/mariadbmove7/" rel="attachment wp-att-6604"><img loading="lazy" decoding="async" data-attachment-id="6604" data-permalink="https://lifeofageekadmin.com/how-to-migrate-mariadb-databases-to-another-drive-in-ubuntu/mariadbmove7/" data-orig-file="https://lifeofageekadmin.com/wp-content/uploads/2026/01/mariadbmove7.png" data-orig-size="301,124" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="mariadbmove7" data-image-description="" data-image-caption="" data-medium-file="https://lifeofageekadmin.com/wp-content/uploads/2026/01/mariadbmove7.png" data-large-file="https://lifeofageekadmin.com/wp-content/uploads/2026/01/mariadbmove7.png" class="alignnone size-full wp-image-6604" src="https://lifeofageekadmin.com/wp-content/uploads/2026/01/mariadbmove7.png" alt="" width="301" height="124" /></a></p>
<p>List database</p>
<p>show databases;</p>
<p><a href="https://lifeofageekadmin.com/how-to-migrate-mariadb-databases-to-another-drive-in-ubuntu/mariadbmove8/" rel="attachment wp-att-6605"><img loading="lazy" decoding="async" data-attachment-id="6605" data-permalink="https://lifeofageekadmin.com/how-to-migrate-mariadb-databases-to-another-drive-in-ubuntu/mariadbmove8/" data-orig-file="https://lifeofageekadmin.com/wp-content/uploads/2026/01/mariadbmove8.png" data-orig-size="293,143" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="mariadbmove8" data-image-description="" data-image-caption="" data-medium-file="https://lifeofageekadmin.com/wp-content/uploads/2026/01/mariadbmove8.png" data-large-file="https://lifeofageekadmin.com/wp-content/uploads/2026/01/mariadbmove8.png" class="alignnone size-full wp-image-6605" src="https://lifeofageekadmin.com/wp-content/uploads/2026/01/mariadbmove8.png" alt="" width="293" height="143" /></a></p>
<p>Exit out by typing exit.</p>
<p>&nbsp;</p>
]]></content:encoded>
					
					<wfw:commentRss>https://lifeofageekadmin.com/how-to-migrate-mariadb-databases-to-another-drive-in-ubuntu/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">6596</post-id>	</item>
		<item>
		<title>How to Create a CentOS 7 local repository</title>
		<link>https://lifeofageekadmin.com/how-to-create-a-centos-7-local-repository/</link>
					<comments>https://lifeofageekadmin.com/how-to-create-a-centos-7-local-repository/#respond</comments>
		
		<dc:creator><![CDATA[newlife007]]></dc:creator>
		<pubDate>Fri, 30 Jun 2023 11:56:16 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[CentOS 7]]></category>
		<category><![CDATA[repository]]></category>
		<guid isPermaLink="false">http://lifeofageekadmin.com/?p=5096</guid>

					<description><![CDATA[How to Create a CentOS 7 local repository Introduction In this post we will cover how to create a CentOS 7 local repository that you can use to patch CentOS 7 systems that do not have access to the Internet for updates or for your home network. We will create a web site with NGINX, [&#8230;]]]></description>
										<content:encoded><![CDATA[<h1>How to Create a CentOS 7 local repository</h1>
<h2>Introduction</h2>
<p>In this post we will cover how to create a CentOS 7 local repository that you can use to patch CentOS 7 systems that do not have access to the Internet for updates or for your home network. We will create a web site with NGINX, download the updates, extras and others packages, set to update daily and configure systems to use the local repository in this post.</p>
<h2>Install and Configure NGINX</h2>
<p>First step is to install and configure NGINX to server as the web server for our repository.</p>
<pre class=""># yum install nginx</pre>
<p><a href="https://lifeofageekadmin.com/how-to-create-a-centos-7-local-repository/nginx1/" rel="attachment wp-att-5099"><img loading="lazy" decoding="async" data-attachment-id="5099" data-permalink="https://lifeofageekadmin.com/how-to-create-a-centos-7-local-repository/nginx1/" data-orig-file="https://lifeofageekadmin.com/wp-content/uploads/2021/05/nginx1.png" data-orig-size="333,25" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="nginx1" data-image-description="" data-image-caption="" data-medium-file="https://lifeofageekadmin.com/wp-content/uploads/2021/05/nginx1-300x23.png" data-large-file="https://lifeofageekadmin.com/wp-content/uploads/2021/05/nginx1.png" class="alignnone wp-image-5099 size-full" src="https://lifeofageekadmin.com/wp-content/uploads/2021/05/nginx1.png" alt="NGINX install CentOS" width="333" height="25" srcset="https://lifeofageekadmin.com/wp-content/uploads/2021/05/nginx1.png 333w, https://lifeofageekadmin.com/wp-content/uploads/2021/05/nginx1-300x23.png 300w" sizes="auto, (max-width: 333px) 100vw, 333px" /></a></p>
<p>Enable Nginx to start at boot.</p>
<pre class=""># systemctl enable nginx.service</pre>
<p><a href="https://lifeofageekadmin.com/how-to-create-a-centos-7-local-repository/nginx2/" rel="attachment wp-att-5100"><img loading="lazy" decoding="async" data-attachment-id="5100" data-permalink="https://lifeofageekadmin.com/how-to-create-a-centos-7-local-repository/nginx2/" data-orig-file="https://lifeofageekadmin.com/wp-content/uploads/2021/05/nginx2.png" data-orig-size="963,49" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="nginx2" data-image-description="" data-image-caption="" data-medium-file="https://lifeofageekadmin.com/wp-content/uploads/2021/05/nginx2-300x15.png" data-large-file="https://lifeofageekadmin.com/wp-content/uploads/2021/05/nginx2.png" class="alignnone wp-image-5100 size-full" src="https://lifeofageekadmin.com/wp-content/uploads/2021/05/nginx2.png" alt="nginxservice enable CentOS" width="963" height="49" srcset="https://lifeofageekadmin.com/wp-content/uploads/2021/05/nginx2.png 963w, https://lifeofageekadmin.com/wp-content/uploads/2021/05/nginx2-300x15.png 300w, https://lifeofageekadmin.com/wp-content/uploads/2021/05/nginx2-768x39.png 768w" sizes="auto, (max-width: 963px) 100vw, 963px" /></a></p>
<p>Start NGINX</p>
<pre class=""># systemctl start nginx</pre>
<p>Validate NGINX is running</p>
<pre class=""># systemctl status nginx</pre>
<p><a href="https://lifeofageekadmin.com/how-to-create-a-centos-7-local-repository/nginx3/" rel="attachment wp-att-5101"><img loading="lazy" decoding="async" data-attachment-id="5101" data-permalink="https://lifeofageekadmin.com/how-to-create-a-centos-7-local-repository/nginx3/" data-orig-file="https://lifeofageekadmin.com/wp-content/uploads/2021/05/nginx3.png" data-orig-size="971,279" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="nginx3" data-image-description="" data-image-caption="" data-medium-file="https://lifeofageekadmin.com/wp-content/uploads/2021/05/nginx3-300x86.png" data-large-file="https://lifeofageekadmin.com/wp-content/uploads/2021/05/nginx3.png" class="alignnone wp-image-5101 size-full" src="https://lifeofageekadmin.com/wp-content/uploads/2021/05/nginx3.png" alt="nginx service status CentOS" width="971" height="279" srcset="https://lifeofageekadmin.com/wp-content/uploads/2021/05/nginx3.png 971w, https://lifeofageekadmin.com/wp-content/uploads/2021/05/nginx3-300x86.png 300w, https://lifeofageekadmin.com/wp-content/uploads/2021/05/nginx3-768x221.png 768w" sizes="auto, (max-width: 971px) 100vw, 971px" /></a></p>
<p>Open firewall to allow systems on the network to access.</p>
<pre class=""># firewall-cmd --add-service=http --permanent

# firewall-cmd --reload</pre>
<p><a href="https://lifeofageekadmin.com/how-to-create-a-centos-7-local-repository/nginx4/" rel="attachment wp-att-5102"><img loading="lazy" decoding="async" data-attachment-id="5102" data-permalink="https://lifeofageekadmin.com/how-to-create-a-centos-7-local-repository/nginx4/" data-orig-file="https://lifeofageekadmin.com/wp-content/uploads/2021/05/nginx4.png" data-orig-size="515,65" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="nginx4" data-image-description="" data-image-caption="" data-medium-file="https://lifeofageekadmin.com/wp-content/uploads/2021/05/nginx4-300x38.png" data-large-file="https://lifeofageekadmin.com/wp-content/uploads/2021/05/nginx4.png" class="alignnone wp-image-5102 size-full" src="https://lifeofageekadmin.com/wp-content/uploads/2021/05/nginx4.png" alt="nginx firewall add CentOS" width="515" height="65" srcset="https://lifeofageekadmin.com/wp-content/uploads/2021/05/nginx4.png 515w, https://lifeofageekadmin.com/wp-content/uploads/2021/05/nginx4-300x38.png 300w" sizes="auto, (max-width: 515px) 100vw, 515px" /></a></p>
<h2>Repository Setup</h2>
<p>No we can create a place to put the repository. Make it 20 &#8211; 30 GB in size. For this purpose we will call it repo with a sub-directory named 7. We will not cover adding the additional disk as done ahead of time in this post.</p>
<pre class=""># cd /

# mkdir /repo

# mkdir /repo/7</pre>
<p>Validate directory is good with the tree command</p>
<pre class=""># tree /repo</pre>
<p><a href="https://lifeofageekadmin.com/how-to-create-a-centos-7-local-repository/repo1/" rel="attachment wp-att-5103"><img loading="lazy" decoding="async" data-attachment-id="5103" data-permalink="https://lifeofageekadmin.com/how-to-create-a-centos-7-local-repository/repo1/" data-orig-file="https://lifeofageekadmin.com/wp-content/uploads/2021/05/repo1.png" data-orig-size="260,58" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="repo1" data-image-description="" data-image-caption="" data-medium-file="https://lifeofageekadmin.com/wp-content/uploads/2021/05/repo1.png" data-large-file="https://lifeofageekadmin.com/wp-content/uploads/2021/05/repo1.png" class="alignnone wp-image-5103 size-full" src="https://lifeofageekadmin.com/wp-content/uploads/2021/05/repo1.png" alt="tree CentOS" width="260" height="58" /></a></p>
<p>Next steps we will make sure yum-utils is installed for the utility reposync.</p>
<pre class=""># yum -y install yum-utils</pre>
<p>Next create a script to run from cron to download the updates. Reposync will read the servers yum.conf file and update based on enabled and defined repos in the /etc/yum.repos.d directory. We will create the script names centos7_sync.sh in /etc.</p>
<pre class=""># cd /etc

# vi centos7_sync.sh</pre>
<p>Add the following contents</p>
<pre class="">#/bin/bash
VER='7'
ARCH='x86_64'
REPOS=(base updates centosplus cr fasttrack extras)

for REPO in ${REPOS[@]}
do
reposync -p /repo/${VER}/${ARCH} --repo=${REPO} --download-metadata --newest-only
done</pre>
<p>Save the file. Make it executable</p>
<pre class=""># chmod +x centos7_sync.sh</pre>
<p>We next need to enable centosplus repo.</p>
<pre class=""># yum-config-manager --enable centosplus</pre>
<p>Now we are ready to download the rpms and test the script. This may take time to run.</p>
<pre class=""># /etc/centos7_sync.sh</pre>
<p><a href="https://lifeofageekadmin.com/how-to-create-a-centos-7-local-repository/repo2/" rel="attachment wp-att-5106"><img loading="lazy" decoding="async" data-attachment-id="5106" data-permalink="https://lifeofageekadmin.com/how-to-create-a-centos-7-local-repository/repo2/" data-orig-file="https://lifeofageekadmin.com/wp-content/uploads/2021/05/repo2.png" data-orig-size="1152,170" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="repo2" data-image-description="" data-image-caption="" data-medium-file="https://lifeofageekadmin.com/wp-content/uploads/2021/05/repo2-300x44.png" data-large-file="https://lifeofageekadmin.com/wp-content/uploads/2021/05/repo2-1024x151.png" class="alignnone wp-image-5106 size-large" src="https://lifeofageekadmin.com/wp-content/uploads/2021/05/repo2-1024x151.png" alt="repo CentOS repo sync script" width="1024" height="151" srcset="https://lifeofageekadmin.com/wp-content/uploads/2021/05/repo2-1024x151.png 1024w, https://lifeofageekadmin.com/wp-content/uploads/2021/05/repo2-300x44.png 300w, https://lifeofageekadmin.com/wp-content/uploads/2021/05/repo2-768x113.png 768w, https://lifeofageekadmin.com/wp-content/uploads/2021/05/repo2.png 1152w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></a></p>
<p>Next setup cronjob to run at 3 am daily</p>
<pre class=""># crontab -e

0 3 * * * /etc/centos7_sync.sh</pre>
<h2>More NGINX Configuration</h2>
<p>Now that we have the repository setup and populated it is time to define our site to NGINX.</p>
<pre class=""># cd /etc/nginx/conf.d

# vi centosrepo.conf</pre>
<p>Put in the following information</p>
<pre class="">server {
   listen 80;
   server_name &lt;Your URL&gt;;
   root /repo;

   location / {
   autoindex on;
  }
}</pre>
<p><a href="https://lifeofageekadmin.com/how-to-create-a-centos-7-local-repository/nginx5/" rel="attachment wp-att-5107"><img loading="lazy" decoding="async" data-attachment-id="5107" data-permalink="https://lifeofageekadmin.com/how-to-create-a-centos-7-local-repository/nginx5/" data-orig-file="https://lifeofageekadmin.com/wp-content/uploads/2021/05/nginx5.png" data-orig-size="355,151" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="nginx5" data-image-description="" data-image-caption="" data-medium-file="https://lifeofageekadmin.com/wp-content/uploads/2021/05/nginx5-300x128.png" data-large-file="https://lifeofageekadmin.com/wp-content/uploads/2021/05/nginx5.png" class="alignnone size-full wp-image-5107" src="https://lifeofageekadmin.com/wp-content/uploads/2021/05/nginx5.png" alt="nginx5" width="355" height="151" srcset="https://lifeofageekadmin.com/wp-content/uploads/2021/05/nginx5.png 355w, https://lifeofageekadmin.com/wp-content/uploads/2021/05/nginx5-300x128.png 300w" sizes="auto, (max-width: 355px) 100vw, 355px" /></a></p>
<p>Note: Make sure to add a CNAME or A record to you DNS server for name resolution.</p>
<h3>Configure selinux</h3>
<p>Make sure semanage python utility is installed.</p>
<p>The semanage fcontext command is used to manage file context definitions, which contain additional information (such as SELinux user, role, type and level) to make access control decisions. File context is one of the biggest issues admins face with SELinux. You might have created a new directory to house SSH host keys, but without the correct file context, SELinux won’t all SSH access to that directory.</p>
<pre class=""># yum install policycoreutils-python</pre>
<p>Now we need to make sure</p>
<pre class=""># semanage fcontext -a -t httpd_sys_content_t "/repo(/.*)?"

#restorecon -Rv /repo</pre>
<p>Restart NGINX</p>
<h3>Test nginx configuration</h3>
<pre class=""># nginx -t</pre>
<p><a href="https://lifeofageekadmin.com/how-to-create-a-centos-7-local-repository/nginx6/" rel="attachment wp-att-5108"><img loading="lazy" decoding="async" data-attachment-id="5108" data-permalink="https://lifeofageekadmin.com/how-to-create-a-centos-7-local-repository/nginx6/" data-orig-file="https://lifeofageekadmin.com/wp-content/uploads/2021/05/nginx6.png" data-orig-size="544,50" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="nginx6" data-image-description="" data-image-caption="" data-medium-file="https://lifeofageekadmin.com/wp-content/uploads/2021/05/nginx6-300x28.png" data-large-file="https://lifeofageekadmin.com/wp-content/uploads/2021/05/nginx6.png" class="alignnone size-full wp-image-5108" src="https://lifeofageekadmin.com/wp-content/uploads/2021/05/nginx6.png" alt="nginx6" width="544" height="50" srcset="https://lifeofageekadmin.com/wp-content/uploads/2021/05/nginx6.png 544w, https://lifeofageekadmin.com/wp-content/uploads/2021/05/nginx6-300x28.png 300w" sizes="auto, (max-width: 544px) 100vw, 544px" /></a></p>
<h3>Restart nginx</h3>
<pre class=""># systemctl restart nginx</pre>
<h3>Repo Validation</h3>
<p>Now lets see if we cam browse the repo from a web browser.</p>
<p><a href="https://lifeofageekadmin.com/how-to-create-a-centos-7-local-repository/nginx7/" rel="attachment wp-att-5109"><img loading="lazy" decoding="async" data-attachment-id="5109" data-permalink="https://lifeofageekadmin.com/how-to-create-a-centos-7-local-repository/nginx7/" data-orig-file="https://lifeofageekadmin.com/wp-content/uploads/2021/05/nginx7.png" data-orig-size="599,266" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="nginx7" data-image-description="" data-image-caption="" data-medium-file="https://lifeofageekadmin.com/wp-content/uploads/2021/05/nginx7-300x133.png" data-large-file="https://lifeofageekadmin.com/wp-content/uploads/2021/05/nginx7.png" class="alignnone size-full wp-image-5109" src="https://lifeofageekadmin.com/wp-content/uploads/2021/05/nginx7.png" alt="nginx7" width="599" height="266" srcset="https://lifeofageekadmin.com/wp-content/uploads/2021/05/nginx7.png 599w, https://lifeofageekadmin.com/wp-content/uploads/2021/05/nginx7-300x133.png 300w" sizes="auto, (max-width: 599px) 100vw, 599px" /></a></p>
<p>And verify all is well on the CentOS server itself.</p>
<pre class=""># yum repolist</pre>
<p><a href="https://lifeofageekadmin.com/how-to-create-a-centos-7-local-repository/nginx8/" rel="attachment wp-att-5110"><img loading="lazy" decoding="async" data-attachment-id="5110" data-permalink="https://lifeofageekadmin.com/how-to-create-a-centos-7-local-repository/nginx8/" data-orig-file="https://lifeofageekadmin.com/wp-content/uploads/2021/05/nginx8.png" data-orig-size="1174,246" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="nginx8" data-image-description="" data-image-caption="" data-medium-file="https://lifeofageekadmin.com/wp-content/uploads/2021/05/nginx8-300x63.png" data-large-file="https://lifeofageekadmin.com/wp-content/uploads/2021/05/nginx8-1024x215.png" class="alignnone size-full wp-image-5110" src="https://lifeofageekadmin.com/wp-content/uploads/2021/05/nginx8.png" alt="nginx8" width="1174" height="246" srcset="https://lifeofageekadmin.com/wp-content/uploads/2021/05/nginx8.png 1174w, https://lifeofageekadmin.com/wp-content/uploads/2021/05/nginx8-300x63.png 300w, https://lifeofageekadmin.com/wp-content/uploads/2021/05/nginx8-768x161.png 768w, https://lifeofageekadmin.com/wp-content/uploads/2021/05/nginx8-1024x215.png 1024w" sizes="auto, (max-width: 1174px) 100vw, 1174px" /></a></p>
<h2>Client Configuration</h2>
<p>The final piece of the puzzle is to configure your CentOS 7 systems to use the new local repository you have created. For this piece we will have to disable and move current repositories , create and enable the new local.repo file, clear the cache and then sync it up.</p>
<p>&nbsp;</p>
]]></content:encoded>
					
					<wfw:commentRss>https://lifeofageekadmin.com/how-to-create-a-centos-7-local-repository/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">5096</post-id>	</item>
		<item>
		<title>How To Exclude Services From Windows Discovery in Zabbix 5.x</title>
		<link>https://lifeofageekadmin.com/how-to-excludes-services-from-windows-discovery-in-zabbix-5-x/</link>
					<comments>https://lifeofageekadmin.com/how-to-excludes-services-from-windows-discovery-in-zabbix-5-x/#respond</comments>
		
		<dc:creator><![CDATA[newlife007]]></dc:creator>
		<pubDate>Fri, 23 Jun 2023 20:48:23 +0000</pubDate>
				<category><![CDATA[Monitoring]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[monitoring]]></category>
		<category><![CDATA[services]]></category>
		<category><![CDATA[windows discovery]]></category>
		<category><![CDATA[Zabbix]]></category>
		<guid isPermaLink="false">https://lifeofageekadmin.com/?p=6279</guid>

					<description><![CDATA[How To Exclude Services From Windows Discovery in Zabbix 5.x When adding hosts with Windows and using the default Template Module Windows services by Zabbix agent template, we get a lot of notifications from services that we do not need. Below I will show you how to modify the Macro that will bypass the detection [&#8230;]]]></description>
										<content:encoded><![CDATA[<h1>How To Exclude Services From Windows Discovery in Zabbix 5.x</h1>
<p>When adding hosts with Windows and using the default Template Module Windows services by Zabbix agent template, we get a lot of notifications from services that we do not need. Below I will show you how to modify the Macro that will bypass the detection of these services and our Zabbix will not inform us unnecessarily about problems with these services.</p>
<h2>Step By Step</h2>
<h3>For Windows Services by Zabbix agent</h3>
<p>To apply a filter, edit the template by going to <strong>Configuration</strong> &gt; <strong>Templates</strong> &gt; <strong>Windows services by Zabbix agent</strong> &gt; <strong>Macros</strong>. Make changes to Value for {$SERVICE.NAME.NOT_MATCHES}</p>
<p>^(BITS|TrustedInstaller|DPS|uhssvc|MMCSS|RemoteRegistry|edgeupdate|clr_optimization_*|WbioSrvc|CDPSvc_*|tiledatamodelsvc|VeeamVssSupport|wuauserv|ShellHWDetection|sppsvc|MapsBroker|WpnUserService_*\w+|OneSyncSvc_\w+)$</p>
<p>Click <strong>Update</strong> when completed.</p>
<p>If we want to add further exclusions of services, we add to Regular expression. Entries are separated by |. There is a limit of 255 characters in the RegX</p>
<p><a href="https://lifeofageekadmin.com/how-to-excludes-services-from-windows-discovery-in-zabbix-5-x/zabbixexcludeservicediscovery1/" rel="attachment wp-att-6280"><img loading="lazy" decoding="async" data-attachment-id="6280" data-permalink="https://lifeofageekadmin.com/how-to-excludes-services-from-windows-discovery-in-zabbix-5-x/zabbixexcludeservicediscovery1/" data-orig-file="https://lifeofageekadmin.com/wp-content/uploads/2023/06/zabbixexcludeservicediscovery1.png" data-orig-size="1187,442" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="zabbixexcludeservicediscovery1" data-image-description="" data-image-caption="" data-medium-file="https://lifeofageekadmin.com/wp-content/uploads/2023/06/zabbixexcludeservicediscovery1-300x112.png" data-large-file="https://lifeofageekadmin.com/wp-content/uploads/2023/06/zabbixexcludeservicediscovery1-1024x381.png" class="alignnone size-full wp-image-6280" src="https://lifeofageekadmin.com/wp-content/uploads/2023/06/zabbixexcludeservicediscovery1.png" alt="Zabbix Exclude services in discovery 1" width="1187" height="442" srcset="https://lifeofageekadmin.com/wp-content/uploads/2023/06/zabbixexcludeservicediscovery1.png 1187w, https://lifeofageekadmin.com/wp-content/uploads/2023/06/zabbixexcludeservicediscovery1-300x112.png 300w, https://lifeofageekadmin.com/wp-content/uploads/2023/06/zabbixexcludeservicediscovery1-1024x381.png 1024w, https://lifeofageekadmin.com/wp-content/uploads/2023/06/zabbixexcludeservicediscovery1-768x286.png 768w" sizes="auto, (max-width: 1187px) 100vw, 1187px" /></a></p>
<p>If already added hosts report to us notifications from excluded services, you should delete these services in the host configuration or remove and add the monitored host again.</p>
<h3>For Windows Services by Zabbix agent active</h3>
<p>To apply a filter, edit the template by going to <strong>Configuration</strong> &gt; <strong>Templates</strong> &gt; <strong>Windows services by Zabbix agent active</strong> &gt; <strong>Macros</strong>. Make changes to Value for {$SERVICE.NAME.NOT_MATCHES}</p>
<p>^(BITS|TrustedInstaller|DPS|uhssvc|MMCSS|RemoteRegistry|edgeupdate|clr_optimization_*|WbioSrvc|CDPSvc_*|tiledatamodelsvc|VeeamVssSupport|wuauserv|ShellHWDetection|sppsvc|MapsBroker|WpnUserService_*\w+|OneSyncSvc_\w+)$</p>
<p>If we want to add further exclusions of services, we add to Regular expression. Entries are separated by |. There is a limit of 255 characters in the RegX</p>
<p><a href="https://lifeofageekadmin.com/how-to-excludes-services-from-windows-discovery-in-zabbix-5-x/zabbixexcludeservicediscovery2/" rel="attachment wp-att-6281"><img loading="lazy" decoding="async" data-attachment-id="6281" data-permalink="https://lifeofageekadmin.com/how-to-excludes-services-from-windows-discovery-in-zabbix-5-x/zabbixexcludeservicediscovery2/" data-orig-file="https://lifeofageekadmin.com/wp-content/uploads/2023/06/zabbixexcludeservicediscovery2.png" data-orig-size="1201,435" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="zabbixexcludeservicediscovery2" data-image-description="" data-image-caption="" data-medium-file="https://lifeofageekadmin.com/wp-content/uploads/2023/06/zabbixexcludeservicediscovery2-300x109.png" data-large-file="https://lifeofageekadmin.com/wp-content/uploads/2023/06/zabbixexcludeservicediscovery2-1024x371.png" class="alignnone size-full wp-image-6281" src="https://lifeofageekadmin.com/wp-content/uploads/2023/06/zabbixexcludeservicediscovery2.png" alt="zabbixexcludeservicediscovery2" width="1201" height="435" srcset="https://lifeofageekadmin.com/wp-content/uploads/2023/06/zabbixexcludeservicediscovery2.png 1201w, https://lifeofageekadmin.com/wp-content/uploads/2023/06/zabbixexcludeservicediscovery2-300x109.png 300w, https://lifeofageekadmin.com/wp-content/uploads/2023/06/zabbixexcludeservicediscovery2-1024x371.png 1024w, https://lifeofageekadmin.com/wp-content/uploads/2023/06/zabbixexcludeservicediscovery2-768x278.png 768w" sizes="auto, (max-width: 1201px) 100vw, 1201px" /></a></p>
<p>Click <strong>Update</strong>.</p>
<p>Note: Zabbix scans devices that are using the template reguarly.  When it scans and finds an already discovered service but see&#8217;s it is no longer needed it will flagged the service and tell you it will be delated at a specific date.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://lifeofageekadmin.com/how-to-excludes-services-from-windows-discovery-in-zabbix-5-x/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">6279</post-id>	</item>
		<item>
		<title>How To Clone Existing Templates in Zabbix 5.x</title>
		<link>https://lifeofageekadmin.com/how-to-clone-existing-templates-in-zabbix-5-x/</link>
					<comments>https://lifeofageekadmin.com/how-to-clone-existing-templates-in-zabbix-5-x/#respond</comments>
		
		<dc:creator><![CDATA[newlife007]]></dc:creator>
		<pubDate>Tue, 20 Jun 2023 18:56:59 +0000</pubDate>
				<category><![CDATA[Monitoring]]></category>
		<category><![CDATA[monitoring]]></category>
		<category><![CDATA[templates]]></category>
		<category><![CDATA[Zabbix]]></category>
		<guid isPermaLink="false">https://lifeofageekadmin.com/?p=6275</guid>

					<description><![CDATA[How To Clone Existing Templates in Zabbix 5.x This post explains how to clone and existing template to create a new template in Zabbix. The reason for the document is to show how to use the official OS templates to create a separate set of monitors for non-prod systems. Any linked templates will have to [&#8230;]]]></description>
										<content:encoded><![CDATA[<h1>How To Clone Existing Templates in Zabbix 5.x</h1>
<p>This post explains how to clone and existing template to create a new template in Zabbix. The reason for the document is to show how to use the official OS templates to create a separate set of monitors for non-prod systems. Any linked templates will have to be full cloned as well if you want to customize them individually.</p>
<h2>Step By Step</h2>
<p>Find the template you want to clone and open it <strong>Configuration</strong> &gt; <strong>Templates</strong></p>
<p><a href="https://lifeofageekadmin.com/how-to-clone-existing-templates-in-zabbix-5-x/zabbixtemplateclone1/" rel="attachment wp-att-6276"><img loading="lazy" decoding="async" data-attachment-id="6276" data-permalink="https://lifeofageekadmin.com/how-to-clone-existing-templates-in-zabbix-5-x/zabbixtemplateclone1/" data-orig-file="https://lifeofageekadmin.com/wp-content/uploads/2023/06/zabbixtemplateclone1.png" data-orig-size="803,399" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="zabbixtemplateclone1" data-image-description="" data-image-caption="" data-medium-file="https://lifeofageekadmin.com/wp-content/uploads/2023/06/zabbixtemplateclone1-300x149.png" data-large-file="https://lifeofageekadmin.com/wp-content/uploads/2023/06/zabbixtemplateclone1.png" class="alignnone size-full wp-image-6276" src="https://lifeofageekadmin.com/wp-content/uploads/2023/06/zabbixtemplateclone1.png" alt="zabbixtemplateclone1" width="803" height="399" srcset="https://lifeofageekadmin.com/wp-content/uploads/2023/06/zabbixtemplateclone1.png 803w, https://lifeofageekadmin.com/wp-content/uploads/2023/06/zabbixtemplateclone1-300x149.png 300w, https://lifeofageekadmin.com/wp-content/uploads/2023/06/zabbixtemplateclone1-768x382.png 768w" sizes="auto, (max-width: 803px) 100vw, 803px" /></a></p>
<p>Click <strong>Full Clone</strong>. This clone everything.<br />
Change the templates name and change the group and remove it from Templates/Modules. In this case we will do the following.</p>
<ul>
<li>Name: Windows physical disks by My Company<br />
Groups: Templates/My Company<br />
Description: You can leave this or make a comment. Ex: My Company physical disks discovery</li>
</ul>
<p><a href="https://lifeofageekadmin.com/how-to-clone-existing-templates-in-zabbix-5-x/zabbixtemplateclone2/" rel="attachment wp-att-6277"><img loading="lazy" decoding="async" data-attachment-id="6277" data-permalink="https://lifeofageekadmin.com/how-to-clone-existing-templates-in-zabbix-5-x/zabbixtemplateclone2/" data-orig-file="https://lifeofageekadmin.com/wp-content/uploads/2023/06/zabbixtemplateclone2.png" data-orig-size="792,329" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="zabbixtemplateclone2" data-image-description="" data-image-caption="" data-medium-file="https://lifeofageekadmin.com/wp-content/uploads/2023/06/zabbixtemplateclone2-300x125.png" data-large-file="https://lifeofageekadmin.com/wp-content/uploads/2023/06/zabbixtemplateclone2.png" class="alignnone size-full wp-image-6277" src="https://lifeofageekadmin.com/wp-content/uploads/2023/06/zabbixtemplateclone2.png" alt="zabbixtemplateclone2" width="792" height="329" srcset="https://lifeofageekadmin.com/wp-content/uploads/2023/06/zabbixtemplateclone2.png 792w, https://lifeofageekadmin.com/wp-content/uploads/2023/06/zabbixtemplateclone2-300x125.png 300w, https://lifeofageekadmin.com/wp-content/uploads/2023/06/zabbixtemplateclone2-768x319.png 768w" sizes="auto, (max-width: 792px) 100vw, 792px" /></a></p>
<p>Click <strong>Add</strong>.</p>
<p>Next step is to customized the settings to what you want and then assign to your systems.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://lifeofageekadmin.com/how-to-clone-existing-templates-in-zabbix-5-x/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">6275</post-id>	</item>
		<item>
		<title>How To Extend GPT Drive on Ubuntu Server</title>
		<link>https://lifeofageekadmin.com/how-to-extend-gpt-drive-on-ubuntu-server/</link>
					<comments>https://lifeofageekadmin.com/how-to-extend-gpt-drive-on-ubuntu-server/#respond</comments>
		
		<dc:creator><![CDATA[newlife007]]></dc:creator>
		<pubDate>Mon, 19 Jun 2023 13:23:22 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[22.04]]></category>
		<category><![CDATA[GPT]]></category>
		<category><![CDATA[Ubuntu Server]]></category>
		<guid isPermaLink="false">https://lifeofageekadmin.com/?p=6253</guid>

					<description><![CDATA[How To Extend GPT Drive on Ubuntu Server Recently ran into an issue with adding space to GPT RAW formatted disk on Ubuntu Server 22.04 LTS. The drive was not a standard LVM format. The steps below describe the process to extend the GPT drive. Step By Step Login to the server and become root. [&#8230;]]]></description>
										<content:encoded><![CDATA[<h1>How To Extend GPT Drive on Ubuntu Server</h1>
<p>Recently ran into an issue with adding space to GPT RAW formatted disk on Ubuntu Server 22.04 LTS. The drive was not a standard LVM format. The steps below describe the process to extend the GPT drive.</p>
<h2>Step By Step</h2>
<p>Login to the server and become root. If you do not or cannot become root just add sudo in front of all the commands in the post.</p>
<p>Type sudo su &#8211;<br />
Run the command <strong>fdisk -l</strong> to force a scan of the disk for the added space will see an error like below. If you do not get the error you may have to reboot the server.</p>
<p><a href="https://lifeofageekadmin.com/how-to-extend-gpt-drive-on-ubuntu-server/gptext1/" rel="attachment wp-att-6255"><img loading="lazy" decoding="async" data-attachment-id="6255" data-permalink="https://lifeofageekadmin.com/how-to-extend-gpt-drive-on-ubuntu-server/gptext1/" data-orig-file="https://lifeofageekadmin.com/wp-content/uploads/2023/06/gptext1.png" data-orig-size="468,58" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="gptext1" data-image-description="" data-image-caption="" data-medium-file="https://lifeofageekadmin.com/wp-content/uploads/2023/06/gptext1-300x37.png" data-large-file="https://lifeofageekadmin.com/wp-content/uploads/2023/06/gptext1.png" class="alignnone wp-image-6255 size-full" src="https://lifeofageekadmin.com/wp-content/uploads/2023/06/gptext1.png" alt="gpextend1" width="468" height="58" srcset="https://lifeofageekadmin.com/wp-content/uploads/2023/06/gptext1.png 468w, https://lifeofageekadmin.com/wp-content/uploads/2023/06/gptext1-300x37.png 300w" sizes="auto, (max-width: 468px) 100vw, 468px" /></a></p>
<p>Next we need to find where our root drive “/” lives. Run <strong>lsblk -fs</strong></p>
<p><a href="https://lifeofageekadmin.com/how-to-extend-gpt-drive-on-ubuntu-server/gptext2/" rel="attachment wp-att-6256"><img loading="lazy" decoding="async" data-attachment-id="6256" data-permalink="https://lifeofageekadmin.com/how-to-extend-gpt-drive-on-ubuntu-server/gptext2/" data-orig-file="https://lifeofageekadmin.com/wp-content/uploads/2023/06/gptext2.png" data-orig-size="466,71" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="gptext2" data-image-description="" data-image-caption="" data-medium-file="https://lifeofageekadmin.com/wp-content/uploads/2023/06/gptext2-300x46.png" data-large-file="https://lifeofageekadmin.com/wp-content/uploads/2023/06/gptext2.png" class="alignnone size-full wp-image-6256" src="https://lifeofageekadmin.com/wp-content/uploads/2023/06/gptext2.png" alt="gptext2" width="466" height="71" srcset="https://lifeofageekadmin.com/wp-content/uploads/2023/06/gptext2.png 466w, https://lifeofageekadmin.com/wp-content/uploads/2023/06/gptext2-300x46.png 300w" sizes="auto, (max-width: 466px) 100vw, 466px" /></a></p>
<p>We see that ubuntu&#8211;vg-ubuntu&#8211;lv is the root partition on /dev/sda3 which has “/”</p>
<p>Update the GPT / MBR partition table using fdisk. I will use an emulated disk /dev/loop3 to demonstrate the whole process. Don&#8217;t worry, you won&#8217;t loss your data under normal circumstances. These commands will only modify the partition table, but make sure <strong>DO NOT remove the LVM&#8217;s signature</strong>, otherwise the system may no longer recognize your LVM PV.</p>
<p>Next update size by running <strong>fdisk /dev/sda</strong></p>
<p><a href="https://lifeofageekadmin.com/how-to-extend-gpt-drive-on-ubuntu-server/gptext3/" rel="attachment wp-att-6257"><img loading="lazy" decoding="async" data-attachment-id="6257" data-permalink="https://lifeofageekadmin.com/how-to-extend-gpt-drive-on-ubuntu-server/gptext3/" data-orig-file="https://lifeofageekadmin.com/wp-content/uploads/2023/06/gptext3.png" data-orig-size="466,101" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="gptext3" data-image-description="" data-image-caption="" data-medium-file="https://lifeofageekadmin.com/wp-content/uploads/2023/06/gptext3-300x65.png" data-large-file="https://lifeofageekadmin.com/wp-content/uploads/2023/06/gptext3.png" class="alignnone size-full wp-image-6257" src="https://lifeofageekadmin.com/wp-content/uploads/2023/06/gptext3.png" alt="gptext3" width="466" height="101" srcset="https://lifeofageekadmin.com/wp-content/uploads/2023/06/gptext3.png 466w, https://lifeofageekadmin.com/wp-content/uploads/2023/06/gptext3-300x65.png 300w" sizes="auto, (max-width: 466px) 100vw, 466px" /></a></p>
<p>Next display the partitions type <strong>p</strong></p>
<p><a href="https://lifeofageekadmin.com/how-to-extend-gpt-drive-on-ubuntu-server/gptext4/" rel="attachment wp-att-6259"><img loading="lazy" decoding="async" data-attachment-id="6259" data-permalink="https://lifeofageekadmin.com/how-to-extend-gpt-drive-on-ubuntu-server/gptext4/" data-orig-file="https://lifeofageekadmin.com/wp-content/uploads/2023/06/gptext4.png" data-orig-size="468,180" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="gptext4" data-image-description="" data-image-caption="" data-medium-file="https://lifeofageekadmin.com/wp-content/uploads/2023/06/gptext4-300x115.png" data-large-file="https://lifeofageekadmin.com/wp-content/uploads/2023/06/gptext4.png" class="alignnone size-full wp-image-6259" src="https://lifeofageekadmin.com/wp-content/uploads/2023/06/gptext4.png" alt="gptext4" width="468" height="180" srcset="https://lifeofageekadmin.com/wp-content/uploads/2023/06/gptext4.png 468w, https://lifeofageekadmin.com/wp-content/uploads/2023/06/gptext4-300x115.png 300w" sizes="auto, (max-width: 468px) 100vw, 468px" /></a></p>
<p>Partition 3 is the drive we are now going to delete. type <strong>d</strong> when prompted for the partition type <strong>3</strong></p>
<p><a href="https://lifeofageekadmin.com/how-to-extend-gpt-drive-on-ubuntu-server/gptext5/" rel="attachment wp-att-6260"><img loading="lazy" decoding="async" data-attachment-id="6260" data-permalink="https://lifeofageekadmin.com/how-to-extend-gpt-drive-on-ubuntu-server/gptext5/" data-orig-file="https://lifeofageekadmin.com/wp-content/uploads/2023/06/gptext5.png" data-orig-size="313,65" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="gptext5" data-image-description="" data-image-caption="" data-medium-file="https://lifeofageekadmin.com/wp-content/uploads/2023/06/gptext5-300x62.png" data-large-file="https://lifeofageekadmin.com/wp-content/uploads/2023/06/gptext5.png" class="alignnone size-full wp-image-6260" src="https://lifeofageekadmin.com/wp-content/uploads/2023/06/gptext5.png" alt="gptext5" width="313" height="65" srcset="https://lifeofageekadmin.com/wp-content/uploads/2023/06/gptext5.png 313w, https://lifeofageekadmin.com/wp-content/uploads/2023/06/gptext5-300x62.png 300w" sizes="auto, (max-width: 313px) 100vw, 313px" /></a></p>
<p>Now create a new partition. Type <strong>n</strong> and press enter to accept <strong>3</strong> for the partition.</p>
<p><a href="https://lifeofageekadmin.com/how-to-extend-gpt-drive-on-ubuntu-server/gptext6/" rel="attachment wp-att-6261"><img loading="lazy" decoding="async" data-attachment-id="6261" data-permalink="https://lifeofageekadmin.com/how-to-extend-gpt-drive-on-ubuntu-server/gptext6/" data-orig-file="https://lifeofageekadmin.com/wp-content/uploads/2023/06/gptext6.png" data-orig-size="468,54" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="gptext6" data-image-description="" data-image-caption="" data-medium-file="https://lifeofageekadmin.com/wp-content/uploads/2023/06/gptext6-300x35.png" data-large-file="https://lifeofageekadmin.com/wp-content/uploads/2023/06/gptext6.png" class="alignnone size-full wp-image-6261" src="https://lifeofageekadmin.com/wp-content/uploads/2023/06/gptext6.png" alt="gptext6" width="468" height="54" srcset="https://lifeofageekadmin.com/wp-content/uploads/2023/06/gptext6.png 468w, https://lifeofageekadmin.com/wp-content/uploads/2023/06/gptext6-300x35.png 300w" sizes="auto, (max-width: 468px) 100vw, 468px" /></a></p>
<p>You will get a warning that this is LVM2_member answer <strong>n</strong>.</p>
<p><a href="https://lifeofageekadmin.com/how-to-extend-gpt-drive-on-ubuntu-server/gptext7/" rel="attachment wp-att-6262"><img loading="lazy" decoding="async" data-attachment-id="6262" data-permalink="https://lifeofageekadmin.com/how-to-extend-gpt-drive-on-ubuntu-server/gptext7/" data-orig-file="https://lifeofageekadmin.com/wp-content/uploads/2023/06/gptext7.png" data-orig-size="414,58" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="gptext7" data-image-description="" data-image-caption="" data-medium-file="https://lifeofageekadmin.com/wp-content/uploads/2023/06/gptext7-300x42.png" data-large-file="https://lifeofageekadmin.com/wp-content/uploads/2023/06/gptext7.png" class="alignnone size-full wp-image-6262" src="https://lifeofageekadmin.com/wp-content/uploads/2023/06/gptext7.png" alt="gptext7" width="414" height="58" srcset="https://lifeofageekadmin.com/wp-content/uploads/2023/06/gptext7.png 414w, https://lifeofageekadmin.com/wp-content/uploads/2023/06/gptext7-300x42.png 300w" sizes="auto, (max-width: 414px) 100vw, 414px" /></a></p>
<p>Check to see if the partition looks good. Type <strong>p</strong></p>
<p><a href="https://lifeofageekadmin.com/how-to-extend-gpt-drive-on-ubuntu-server/gptext8/" rel="attachment wp-att-6263"><img loading="lazy" decoding="async" data-attachment-id="6263" data-permalink="https://lifeofageekadmin.com/how-to-extend-gpt-drive-on-ubuntu-server/gptext8/" data-orig-file="https://lifeofageekadmin.com/wp-content/uploads/2023/06/gptext8.png" data-orig-size="468,175" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="gptext8" data-image-description="" data-image-caption="" data-medium-file="https://lifeofageekadmin.com/wp-content/uploads/2023/06/gptext8-300x112.png" data-large-file="https://lifeofageekadmin.com/wp-content/uploads/2023/06/gptext8.png" class="alignnone size-full wp-image-6263" src="https://lifeofageekadmin.com/wp-content/uploads/2023/06/gptext8.png" alt="gptext8" width="468" height="175" srcset="https://lifeofageekadmin.com/wp-content/uploads/2023/06/gptext8.png 468w, https://lifeofageekadmin.com/wp-content/uploads/2023/06/gptext8-300x112.png 300w" sizes="auto, (max-width: 468px) 100vw, 468px" /></a></p>
<p>Write the changes, type <strong>w</strong></p>
<p><a href="https://lifeofageekadmin.com/how-to-extend-gpt-drive-on-ubuntu-server/gptext9/" rel="attachment wp-att-6264"><img loading="lazy" decoding="async" data-attachment-id="6264" data-permalink="https://lifeofageekadmin.com/how-to-extend-gpt-drive-on-ubuntu-server/gptext9/" data-orig-file="https://lifeofageekadmin.com/wp-content/uploads/2023/06/gptext9.png" data-orig-size="347,45" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="gptext9" data-image-description="" data-image-caption="" data-medium-file="https://lifeofageekadmin.com/wp-content/uploads/2023/06/gptext9-300x39.png" data-large-file="https://lifeofageekadmin.com/wp-content/uploads/2023/06/gptext9.png" class="alignnone size-full wp-image-6264" src="https://lifeofageekadmin.com/wp-content/uploads/2023/06/gptext9.png" alt="gptext9" width="347" height="45" srcset="https://lifeofageekadmin.com/wp-content/uploads/2023/06/gptext9.png 347w, https://lifeofageekadmin.com/wp-content/uploads/2023/06/gptext9-300x39.png 300w" sizes="auto, (max-width: 347px) 100vw, 347px" /></a></p>
<p>Next we need to inform the OS of partition table changes. Type <strong>partprobe</strong></p>
<p><a href="https://lifeofageekadmin.com/how-to-extend-gpt-drive-on-ubuntu-server/gptext10/" rel="attachment wp-att-6266"><img loading="lazy" decoding="async" data-attachment-id="6266" data-permalink="https://lifeofageekadmin.com/how-to-extend-gpt-drive-on-ubuntu-server/gptext10/" data-orig-file="https://lifeofageekadmin.com/wp-content/uploads/2023/06/gptext10.png" data-orig-size="234,14" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="gptext10" data-image-description="" data-image-caption="" data-medium-file="https://lifeofageekadmin.com/wp-content/uploads/2023/06/gptext10.png" data-large-file="https://lifeofageekadmin.com/wp-content/uploads/2023/06/gptext10.png" class="alignnone size-full wp-image-6266" src="https://lifeofageekadmin.com/wp-content/uploads/2023/06/gptext10.png" alt="gptext10" width="234" height="14" /></a></p>
<p>Next resize the physical volume. Type pvresize /dev/sda3</p>
<p><a href="https://lifeofageekadmin.com/how-to-extend-gpt-drive-on-ubuntu-server/gptext11/" rel="attachment wp-att-6267"><img loading="lazy" decoding="async" data-attachment-id="6267" data-permalink="https://lifeofageekadmin.com/how-to-extend-gpt-drive-on-ubuntu-server/gptext11/" data-orig-file="https://lifeofageekadmin.com/wp-content/uploads/2023/06/gptext11.png" data-orig-size="468,40" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="gptext11" data-image-description="" data-image-caption="" data-medium-file="https://lifeofageekadmin.com/wp-content/uploads/2023/06/gptext11-300x26.png" data-large-file="https://lifeofageekadmin.com/wp-content/uploads/2023/06/gptext11.png" class="alignnone size-full wp-image-6267" src="https://lifeofageekadmin.com/wp-content/uploads/2023/06/gptext11.png" alt="gptext11" width="468" height="40" srcset="https://lifeofageekadmin.com/wp-content/uploads/2023/06/gptext11.png 468w, https://lifeofageekadmin.com/wp-content/uploads/2023/06/gptext11-300x26.png 300w" sizes="auto, (max-width: 468px) 100vw, 468px" /></a></p>
<p>Check the physical volume and we see it knows about the size change. Type <strong>vgs</strong></p>
<p><a href="https://lifeofageekadmin.com/how-to-extend-gpt-drive-on-ubuntu-server/gptext12/" rel="attachment wp-att-6268"><img loading="lazy" decoding="async" data-attachment-id="6268" data-permalink="https://lifeofageekadmin.com/how-to-extend-gpt-drive-on-ubuntu-server/gptext12/" data-orig-file="https://lifeofageekadmin.com/wp-content/uploads/2023/06/gptext12.png" data-orig-size="376,49" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="gptext12" data-image-description="" data-image-caption="" data-medium-file="https://lifeofageekadmin.com/wp-content/uploads/2023/06/gptext12-300x39.png" data-large-file="https://lifeofageekadmin.com/wp-content/uploads/2023/06/gptext12.png" class="alignnone size-full wp-image-6268" src="https://lifeofageekadmin.com/wp-content/uploads/2023/06/gptext12.png" alt="gptext12" width="376" height="49" srcset="https://lifeofageekadmin.com/wp-content/uploads/2023/06/gptext12.png 376w, https://lifeofageekadmin.com/wp-content/uploads/2023/06/gptext12-300x39.png 300w" sizes="auto, (max-width: 376px) 100vw, 376px" /></a></p>
<p>Next step is to extend the LVM to use all the free space. Type <strong>lvextend -l +100%FREE /dev/mapper/ubuntu&#8211;vg-ubuntu—lv</strong></p>
<p><a href="https://lifeofageekadmin.com/how-to-extend-gpt-drive-on-ubuntu-server/gptext13/" rel="attachment wp-att-6269"><img loading="lazy" decoding="async" data-attachment-id="6269" data-permalink="https://lifeofageekadmin.com/how-to-extend-gpt-drive-on-ubuntu-server/gptext13/" data-orig-file="https://lifeofageekadmin.com/wp-content/uploads/2023/06/gptext13.png" data-orig-size="468,23" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="gptext13" data-image-description="" data-image-caption="" data-medium-file="https://lifeofageekadmin.com/wp-content/uploads/2023/06/gptext13-300x15.png" data-large-file="https://lifeofageekadmin.com/wp-content/uploads/2023/06/gptext13.png" class="alignnone size-full wp-image-6269" src="https://lifeofageekadmin.com/wp-content/uploads/2023/06/gptext13.png" alt="gptext13" width="468" height="23" srcset="https://lifeofageekadmin.com/wp-content/uploads/2023/06/gptext13.png 468w, https://lifeofageekadmin.com/wp-content/uploads/2023/06/gptext13-300x15.png 300w" sizes="auto, (max-width: 468px) 100vw, 468px" /></a></p>
<p>Check the volume group and see no free space. type <strong>vgs</strong></p>
<p><a href="https://lifeofageekadmin.com/how-to-extend-gpt-drive-on-ubuntu-server/gptext14/" rel="attachment wp-att-6270"><img loading="lazy" decoding="async" data-attachment-id="6270" data-permalink="https://lifeofageekadmin.com/how-to-extend-gpt-drive-on-ubuntu-server/gptext14/" data-orig-file="https://lifeofageekadmin.com/wp-content/uploads/2023/06/gptext14.png" data-orig-size="375,54" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="gptext14" data-image-description="" data-image-caption="" data-medium-file="https://lifeofageekadmin.com/wp-content/uploads/2023/06/gptext14-300x43.png" data-large-file="https://lifeofageekadmin.com/wp-content/uploads/2023/06/gptext14.png" class="alignnone size-full wp-image-6270" src="https://lifeofageekadmin.com/wp-content/uploads/2023/06/gptext14.png" alt="gptext14" width="375" height="54" srcset="https://lifeofageekadmin.com/wp-content/uploads/2023/06/gptext14.png 375w, https://lifeofageekadmin.com/wp-content/uploads/2023/06/gptext14-300x43.png 300w" sizes="auto, (max-width: 375px) 100vw, 375px" /></a></p>
<p>Next we need to resize the filesystem. Type <strong>resize2fs /dev/mapper/ubuntu&#8211;vg-ubuntu—lv</strong></p>
<p><a href="https://lifeofageekadmin.com/how-to-extend-gpt-drive-on-ubuntu-server/gptext15/" rel="attachment wp-att-6271"><img loading="lazy" decoding="async" data-attachment-id="6271" data-permalink="https://lifeofageekadmin.com/how-to-extend-gpt-drive-on-ubuntu-server/gptext15/" data-orig-file="https://lifeofageekadmin.com/wp-content/uploads/2023/06/gptext15.png" data-orig-size="468,48" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="gptext15" data-image-description="" data-image-caption="" data-medium-file="https://lifeofageekadmin.com/wp-content/uploads/2023/06/gptext15-300x31.png" data-large-file="https://lifeofageekadmin.com/wp-content/uploads/2023/06/gptext15.png" class="alignnone size-full wp-image-6271" src="https://lifeofageekadmin.com/wp-content/uploads/2023/06/gptext15.png" alt="gptext15" width="468" height="48" srcset="https://lifeofageekadmin.com/wp-content/uploads/2023/06/gptext15.png 468w, https://lifeofageekadmin.com/wp-content/uploads/2023/06/gptext15-300x31.png 300w" sizes="auto, (max-width: 468px) 100vw, 468px" /></a></p>
<p>We are now complete, type <strong>df -h</strong> to see the new drive and size.</p>
<p><a href="https://lifeofageekadmin.com/how-to-extend-gpt-drive-on-ubuntu-server/gptext16/" rel="attachment wp-att-6272"><img loading="lazy" decoding="async" data-attachment-id="6272" data-permalink="https://lifeofageekadmin.com/how-to-extend-gpt-drive-on-ubuntu-server/gptext16/" data-orig-file="https://lifeofageekadmin.com/wp-content/uploads/2023/06/gptext16.png" data-orig-size="468,50" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="gptext16" data-image-description="" data-image-caption="" data-medium-file="https://lifeofageekadmin.com/wp-content/uploads/2023/06/gptext16-300x32.png" data-large-file="https://lifeofageekadmin.com/wp-content/uploads/2023/06/gptext16.png" class="alignnone size-full wp-image-6272" src="https://lifeofageekadmin.com/wp-content/uploads/2023/06/gptext16.png" alt="gptext16" width="468" height="50" srcset="https://lifeofageekadmin.com/wp-content/uploads/2023/06/gptext16.png 468w, https://lifeofageekadmin.com/wp-content/uploads/2023/06/gptext16-300x32.png 300w" sizes="auto, (max-width: 468px) 100vw, 468px" /></a></p>
]]></content:encoded>
					
					<wfw:commentRss>https://lifeofageekadmin.com/how-to-extend-gpt-drive-on-ubuntu-server/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">6253</post-id>	</item>
		<item>
		<title>How To Make Your Windows 10 A Retro Gaming Computer with RetroArch and EmulationStation</title>
		<link>https://lifeofageekadmin.com/how-to-make-your-windows-10-a-retro-gaming-computer-with-retroarch-and-emulationstation/</link>
					<comments>https://lifeofageekadmin.com/how-to-make-your-windows-10-a-retro-gaming-computer-with-retroarch-and-emulationstation/#respond</comments>
		
		<dc:creator><![CDATA[newlife007]]></dc:creator>
		<pubDate>Sun, 31 Jul 2022 23:56:27 +0000</pubDate>
				<category><![CDATA[games]]></category>
		<category><![CDATA[Retro]]></category>
		<category><![CDATA[retro gaming]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Gaming]]></category>
		<category><![CDATA[NES]]></category>
		<category><![CDATA[RetroArch]]></category>
		<category><![CDATA[SNES]]></category>
		<guid isPermaLink="false">https://lifeofageekadmin.com/?p=6137</guid>

					<description><![CDATA[How T Make Your Windows 10 A Retro Gaming Computer with RetroArch and Emu;ationStation Introduction Admit it, you miss the days of playing NES, SNES, N64, Atari etc.. Going to the Arcade or playing the old console games on your TV. Well, it is possible to relive those moments on your Windows 10/11 system with [&#8230;]]]></description>
										<content:encoded><![CDATA[<h1>How T Make Your Windows 10 A Retro Gaming Computer with RetroArch and Emu;ationStation</h1>
<h2>Introduction</h2>
<p>Admit it, you miss the days of playing NES, SNES, N64, Atari etc.. Going to the Arcade or playing the old console games on your TV. Well, it is possible to relive those moments on your Windows 10/11 system with many emulators available . In this post we will cover using <a href="https://www.retroarch.com/" target="_blank" rel="noopener">RetroArch</a> and <a href="https://www.emulationstation.org/" target="_blank" rel="noopener">EmulationStation</a> to do just that.</p>
<h2>Installation</h2>
<p>Installation is straight forward. For this post we are installing on a laptop running Windows 11, with 16 GB of RAM and just the built in graphics card. In this case an Intel Iris Plus.</p>
<h3>EmulationStation Installation</h3>
<p>First step is to download and install EmulationStation. Download the correct Windows version of EmulationStation from <a href="https://www.emulationstation.org/#download" target="_blank" rel="noopener">here</a>. Once the download has completed it is time to install.</p>
<p>Double-click on the downloaded file to start the installation.</p>
<p><a href="https://lifeofageekadmin.com/how-to-make-your-windows-10-a-retro-gaming-computer-with-retroarch-and-emulationstation/emulationstationinstall1/" rel="attachment wp-att-6141"><img loading="lazy" decoding="async" data-attachment-id="6141" data-permalink="https://lifeofageekadmin.com/how-to-make-your-windows-10-a-retro-gaming-computer-with-retroarch-and-emulationstation/emulationstationinstall1/" data-orig-file="https://lifeofageekadmin.com/wp-content/uploads/2022/07/emulationstationinstall1.png" data-orig-size="500,382" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="emulationstationinstall1" data-image-description="" data-image-caption="" data-medium-file="https://lifeofageekadmin.com/wp-content/uploads/2022/07/emulationstationinstall1-300x229.png" data-large-file="https://lifeofageekadmin.com/wp-content/uploads/2022/07/emulationstationinstall1.png" class="alignnone size-full wp-image-6141" src="https://lifeofageekadmin.com/wp-content/uploads/2022/07/emulationstationinstall1.png" alt="emulationstationinstall1" width="500" height="382" srcset="https://lifeofageekadmin.com/wp-content/uploads/2022/07/emulationstationinstall1.png 500w, https://lifeofageekadmin.com/wp-content/uploads/2022/07/emulationstationinstall1-300x229.png 300w" sizes="auto, (max-width: 500px) 100vw, 500px" /></a></p>
<p>Click I Agree to continue.</p>
<p><a href="https://lifeofageekadmin.com/how-to-make-your-windows-10-a-retro-gaming-computer-with-retroarch-and-emulationstation/emulationstationinstall2/" rel="attachment wp-att-6142"><img loading="lazy" decoding="async" data-attachment-id="6142" data-permalink="https://lifeofageekadmin.com/how-to-make-your-windows-10-a-retro-gaming-computer-with-retroarch-and-emulationstation/emulationstationinstall2/" data-orig-file="https://lifeofageekadmin.com/wp-content/uploads/2022/07/emulationstationinstall2.png" data-orig-size="498,386" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="emulationstationinstall2" data-image-description="" data-image-caption="" data-medium-file="https://lifeofageekadmin.com/wp-content/uploads/2022/07/emulationstationinstall2-300x233.png" data-large-file="https://lifeofageekadmin.com/wp-content/uploads/2022/07/emulationstationinstall2.png" class="alignnone size-full wp-image-6142" src="https://lifeofageekadmin.com/wp-content/uploads/2022/07/emulationstationinstall2.png" alt="emulationstationinstall2" width="498" height="386" srcset="https://lifeofageekadmin.com/wp-content/uploads/2022/07/emulationstationinstall2.png 498w, https://lifeofageekadmin.com/wp-content/uploads/2022/07/emulationstationinstall2-300x233.png 300w" sizes="auto, (max-width: 498px) 100vw, 498px" /></a></p>
<p>At this point we will make a change to the destination directory for EmulationStation. In order to prevent any permissions issues change the installation destination to <strong>C:\EmulationStation</strong>.</p>
<p><a href="https://lifeofageekadmin.com/how-to-make-your-windows-10-a-retro-gaming-computer-with-retroarch-and-emulationstation/emulationstationinstall3/" rel="attachment wp-att-6143"><img loading="lazy" decoding="async" data-attachment-id="6143" data-permalink="https://lifeofageekadmin.com/how-to-make-your-windows-10-a-retro-gaming-computer-with-retroarch-and-emulationstation/emulationstationinstall3/" data-orig-file="https://lifeofageekadmin.com/wp-content/uploads/2022/07/emulationstationinstall3.png" data-orig-size="498,384" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="emulationstationinstall3" data-image-description="" data-image-caption="" data-medium-file="https://lifeofageekadmin.com/wp-content/uploads/2022/07/emulationstationinstall3-300x231.png" data-large-file="https://lifeofageekadmin.com/wp-content/uploads/2022/07/emulationstationinstall3.png" class="alignnone size-full wp-image-6143" src="https://lifeofageekadmin.com/wp-content/uploads/2022/07/emulationstationinstall3.png" alt="emulationstationinstall3" width="498" height="384" srcset="https://lifeofageekadmin.com/wp-content/uploads/2022/07/emulationstationinstall3.png 498w, https://lifeofageekadmin.com/wp-content/uploads/2022/07/emulationstationinstall3-300x231.png 300w" sizes="auto, (max-width: 498px) 100vw, 498px" /></a></p>
<p>Click Next.</p>
<p><a href="https://lifeofageekadmin.com/how-to-make-your-windows-10-a-retro-gaming-computer-with-retroarch-and-emulationstation/emulationstationinstall4/" rel="attachment wp-att-6144"><img loading="lazy" decoding="async" data-attachment-id="6144" data-permalink="https://lifeofageekadmin.com/how-to-make-your-windows-10-a-retro-gaming-computer-with-retroarch-and-emulationstation/emulationstationinstall4/" data-orig-file="https://lifeofageekadmin.com/wp-content/uploads/2022/07/emulationstationinstall4.png" data-orig-size="498,386" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="emulationstationinstall4" data-image-description="" data-image-caption="" data-medium-file="https://lifeofageekadmin.com/wp-content/uploads/2022/07/emulationstationinstall4-300x233.png" data-large-file="https://lifeofageekadmin.com/wp-content/uploads/2022/07/emulationstationinstall4.png" class="alignnone size-full wp-image-6144" src="https://lifeofageekadmin.com/wp-content/uploads/2022/07/emulationstationinstall4.png" alt="emulationstationinstall4" width="498" height="386" srcset="https://lifeofageekadmin.com/wp-content/uploads/2022/07/emulationstationinstall4.png 498w, https://lifeofageekadmin.com/wp-content/uploads/2022/07/emulationstationinstall4-300x233.png 300w" sizes="auto, (max-width: 498px) 100vw, 498px" /></a></p>
<p>Click Install.</p>
<p><a href="https://lifeofageekadmin.com/how-to-make-your-windows-10-a-retro-gaming-computer-with-retroarch-and-emulationstation/emulationstationinstall5/" rel="attachment wp-att-6145"><img loading="lazy" decoding="async" data-attachment-id="6145" data-permalink="https://lifeofageekadmin.com/how-to-make-your-windows-10-a-retro-gaming-computer-with-retroarch-and-emulationstation/emulationstationinstall5/" data-orig-file="https://lifeofageekadmin.com/wp-content/uploads/2022/07/emulationstationinstall5.png" data-orig-size="498,382" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="emulationstationinstall5" data-image-description="" data-image-caption="" data-medium-file="https://lifeofageekadmin.com/wp-content/uploads/2022/07/emulationstationinstall5-300x230.png" data-large-file="https://lifeofageekadmin.com/wp-content/uploads/2022/07/emulationstationinstall5.png" class="alignnone size-full wp-image-6145" src="https://lifeofageekadmin.com/wp-content/uploads/2022/07/emulationstationinstall5.png" alt="emulationstationinstall5" width="498" height="382" srcset="https://lifeofageekadmin.com/wp-content/uploads/2022/07/emulationstationinstall5.png 498w, https://lifeofageekadmin.com/wp-content/uploads/2022/07/emulationstationinstall5-300x230.png 300w" sizes="auto, (max-width: 498px) 100vw, 498px" /></a></p>
<p>Click Finish.</p>
<h3>RetroArch Installation</h3>
<p>Now we are ready to install RetroArch. Download RetroArch from <a href="https://www.retroarch.com/index.php?page=platforms" target="_blank" rel="noopener">here</a>. Navigate down the page and click on Download Stable.</p>
<p>Double-click to start the installation of RetroArch.</p>
<p><a href="https://lifeofageekadmin.com/how-to-make-your-windows-10-a-retro-gaming-computer-with-retroarch-and-emulationstation/retroarchinstall1/" rel="attachment wp-att-6147"><img loading="lazy" decoding="async" data-attachment-id="6147" data-permalink="https://lifeofageekadmin.com/how-to-make-your-windows-10-a-retro-gaming-computer-with-retroarch-and-emulationstation/retroarchinstall1/" data-orig-file="https://lifeofageekadmin.com/wp-content/uploads/2022/07/retroarchinstall1.png" data-orig-size="497,386" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="retroarchinstall1" data-image-description="" data-image-caption="" data-medium-file="https://lifeofageekadmin.com/wp-content/uploads/2022/07/retroarchinstall1-300x233.png" data-large-file="https://lifeofageekadmin.com/wp-content/uploads/2022/07/retroarchinstall1.png" class="alignnone size-full wp-image-6147" src="https://lifeofageekadmin.com/wp-content/uploads/2022/07/retroarchinstall1.png" alt="retroarchinstall1" width="497" height="386" srcset="https://lifeofageekadmin.com/wp-content/uploads/2022/07/retroarchinstall1.png 497w, https://lifeofageekadmin.com/wp-content/uploads/2022/07/retroarchinstall1-300x233.png 300w" sizes="auto, (max-width: 497px) 100vw, 497px" /></a></p>
<p>Click Next</p>
<p><a href="https://lifeofageekadmin.com/how-to-make-your-windows-10-a-retro-gaming-computer-with-retroarch-and-emulationstation/retroarchinstall2/" rel="attachment wp-att-6148"><img loading="lazy" decoding="async" data-attachment-id="6148" data-permalink="https://lifeofageekadmin.com/how-to-make-your-windows-10-a-retro-gaming-computer-with-retroarch-and-emulationstation/retroarchinstall2/" data-orig-file="https://lifeofageekadmin.com/wp-content/uploads/2022/07/retroarchinstall2.png" data-orig-size="498,384" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="retroarchinstall2" data-image-description="" data-image-caption="" data-medium-file="https://lifeofageekadmin.com/wp-content/uploads/2022/07/retroarchinstall2-300x231.png" data-large-file="https://lifeofageekadmin.com/wp-content/uploads/2022/07/retroarchinstall2.png" class="alignnone size-full wp-image-6148" src="https://lifeofageekadmin.com/wp-content/uploads/2022/07/retroarchinstall2.png" alt="retroarchinstall2" width="498" height="384" srcset="https://lifeofageekadmin.com/wp-content/uploads/2022/07/retroarchinstall2.png 498w, https://lifeofageekadmin.com/wp-content/uploads/2022/07/retroarchinstall2-300x231.png 300w" sizes="auto, (max-width: 498px) 100vw, 498px" /></a></p>
<p>Click I Agree</p>
<p><a href="https://lifeofageekadmin.com/how-to-make-your-windows-10-a-retro-gaming-computer-with-retroarch-and-emulationstation/retroarchinstall3/" rel="attachment wp-att-6149"><img loading="lazy" decoding="async" data-attachment-id="6149" data-permalink="https://lifeofageekadmin.com/how-to-make-your-windows-10-a-retro-gaming-computer-with-retroarch-and-emulationstation/retroarchinstall3/" data-orig-file="https://lifeofageekadmin.com/wp-content/uploads/2022/07/retroarchinstall3.png" data-orig-size="498,388" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="retroarchinstall3" data-image-description="" data-image-caption="" data-medium-file="https://lifeofageekadmin.com/wp-content/uploads/2022/07/retroarchinstall3-300x234.png" data-large-file="https://lifeofageekadmin.com/wp-content/uploads/2022/07/retroarchinstall3.png" class="alignnone size-full wp-image-6149" src="https://lifeofageekadmin.com/wp-content/uploads/2022/07/retroarchinstall3.png" alt="retroarchinstall3" width="498" height="388" srcset="https://lifeofageekadmin.com/wp-content/uploads/2022/07/retroarchinstall3.png 498w, https://lifeofageekadmin.com/wp-content/uploads/2022/07/retroarchinstall3-300x234.png 300w" sizes="auto, (max-width: 498px) 100vw, 498px" /></a></p>
<p>Click Next</p>
<p><a href="https://lifeofageekadmin.com/how-to-make-your-windows-10-a-retro-gaming-computer-with-retroarch-and-emulationstation/retroarchinstall4/" rel="attachment wp-att-6150"><img loading="lazy" decoding="async" data-attachment-id="6150" data-permalink="https://lifeofageekadmin.com/how-to-make-your-windows-10-a-retro-gaming-computer-with-retroarch-and-emulationstation/retroarchinstall4/" data-orig-file="https://lifeofageekadmin.com/wp-content/uploads/2022/07/retroarchinstall4.png" data-orig-size="498,382" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="retroarchinstall4" data-image-description="" data-image-caption="" data-medium-file="https://lifeofageekadmin.com/wp-content/uploads/2022/07/retroarchinstall4-300x230.png" data-large-file="https://lifeofageekadmin.com/wp-content/uploads/2022/07/retroarchinstall4.png" class="alignnone size-full wp-image-6150" src="https://lifeofageekadmin.com/wp-content/uploads/2022/07/retroarchinstall4.png" alt="retroarchinstall4" width="498" height="382" srcset="https://lifeofageekadmin.com/wp-content/uploads/2022/07/retroarchinstall4.png 498w, https://lifeofageekadmin.com/wp-content/uploads/2022/07/retroarchinstall4-300x230.png 300w" sizes="auto, (max-width: 498px) 100vw, 498px" /></a></p>
<p>Click DirectX 9.0c Runtime then click Next.</p>
<p><a href="https://lifeofageekadmin.com/how-to-make-your-windows-10-a-retro-gaming-computer-with-retroarch-and-emulationstation/retroarchinstall5/" rel="attachment wp-att-6151"><img loading="lazy" decoding="async" data-attachment-id="6151" data-permalink="https://lifeofageekadmin.com/how-to-make-your-windows-10-a-retro-gaming-computer-with-retroarch-and-emulationstation/retroarchinstall5/" data-orig-file="https://lifeofageekadmin.com/wp-content/uploads/2022/07/retroarchinstall5.png" data-orig-size="500,388" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="retroarchinstall5" data-image-description="" data-image-caption="" data-medium-file="https://lifeofageekadmin.com/wp-content/uploads/2022/07/retroarchinstall5-300x233.png" data-large-file="https://lifeofageekadmin.com/wp-content/uploads/2022/07/retroarchinstall5.png" class="alignnone size-full wp-image-6151" src="https://lifeofageekadmin.com/wp-content/uploads/2022/07/retroarchinstall5.png" alt="retroarchinstall5" width="500" height="388" srcset="https://lifeofageekadmin.com/wp-content/uploads/2022/07/retroarchinstall5.png 500w, https://lifeofageekadmin.com/wp-content/uploads/2022/07/retroarchinstall5-300x233.png 300w" sizes="auto, (max-width: 500px) 100vw, 500px" /></a></p>
<p>Click Install. click Finish when completed.</p>
<h3>RetroArch Configuration</h3>
<p>Now we need to configure a few settings on RetroArch before we can move onto EmulationStation. First piece of the puzzle to configure is Cores. The cores you install will depend on what emulation you plan to run. For this post we will be loading a NES style game.</p>
<p>From the main menu of RetroArch select Load Core.</p>
<p><a href="https://lifeofageekadmin.com/how-to-make-your-windows-10-a-retro-gaming-computer-with-retroarch-and-emulationstation/retroarchconfig1/" rel="attachment wp-att-6155"><img loading="lazy" decoding="async" data-attachment-id="6155" data-permalink="https://lifeofageekadmin.com/how-to-make-your-windows-10-a-retro-gaming-computer-with-retroarch-and-emulationstation/retroarchconfig1/" data-orig-file="https://lifeofageekadmin.com/wp-content/uploads/2022/07/retroarchconfig1.png" data-orig-size="909,199" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="retroarchconfig1" data-image-description="" data-image-caption="" data-medium-file="https://lifeofageekadmin.com/wp-content/uploads/2022/07/retroarchconfig1-300x66.png" data-large-file="https://lifeofageekadmin.com/wp-content/uploads/2022/07/retroarchconfig1.png" class="alignnone size-full wp-image-6155" src="https://lifeofageekadmin.com/wp-content/uploads/2022/07/retroarchconfig1.png" alt="RetroArch Load Core" width="909" height="199" srcset="https://lifeofageekadmin.com/wp-content/uploads/2022/07/retroarchconfig1.png 909w, https://lifeofageekadmin.com/wp-content/uploads/2022/07/retroarchconfig1-300x66.png 300w, https://lifeofageekadmin.com/wp-content/uploads/2022/07/retroarchconfig1-768x168.png 768w" sizes="auto, (max-width: 909px) 100vw, 909px" /></a></p>
<p>Next screen select Download a Core</p>
<p><a href="https://lifeofageekadmin.com/how-to-make-your-windows-10-a-retro-gaming-computer-with-retroarch-and-emulationstation/retroarchdownloadcore/" rel="attachment wp-att-6156"><img loading="lazy" decoding="async" data-attachment-id="6156" data-permalink="https://lifeofageekadmin.com/how-to-make-your-windows-10-a-retro-gaming-computer-with-retroarch-and-emulationstation/retroarchdownloadcore/" data-orig-file="https://lifeofageekadmin.com/wp-content/uploads/2022/07/retroarchdownloadcore.png" data-orig-size="773,99" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="retroarchdownloadcore" data-image-description="" data-image-caption="" data-medium-file="https://lifeofageekadmin.com/wp-content/uploads/2022/07/retroarchdownloadcore-300x38.png" data-large-file="https://lifeofageekadmin.com/wp-content/uploads/2022/07/retroarchdownloadcore.png" class="alignnone size-full wp-image-6156" src="https://lifeofageekadmin.com/wp-content/uploads/2022/07/retroarchdownloadcore.png" alt="RetroArch Download Core" width="773" height="99" srcset="https://lifeofageekadmin.com/wp-content/uploads/2022/07/retroarchdownloadcore.png 773w, https://lifeofageekadmin.com/wp-content/uploads/2022/07/retroarchdownloadcore-300x38.png 300w, https://lifeofageekadmin.com/wp-content/uploads/2022/07/retroarchdownloadcore-768x98.png 768w" sizes="auto, (max-width: 773px) 100vw, 773px" /></a></p>
<p>Since we are looking for NES emulator scroll down until you see <strong>Nintendo &#8211; NES / Famcom (FCEUmm)</strong>. When selected RetroArch will download the core. While in this screen you can select other cores. Some recommended are:</p>
<ul>
<li>Nintendo &#8211; SNES / SFC (Snes9x &#8211; Current)</li>
<li>Nintendo &#8211; Game Boy Advanced (mGBA)</li>
<li>Nintendo &#8211; Nintendo 64 (Mupen64Plus-Next)</li>
<li>Nintendo &#8211; Gamecude / WII (Dolphin)</li>
<li>Atari &#8211; 2600 (Stella)</li>
<li>Atari &#8211; 7800 (ProSystem)</li>
</ul>
<p>Next step is to create the directories for the roms. For ease of use create a roms directory under C:\RetroArch-Win64. Under roms create the directories for each emulators roms. A few examples.</p>
<ul>
<li>nes</li>
<li>snes</li>
<li>n64</li>
<li>gba</li>
<li>atari2600</li>
<li>atari7800</li>
</ul>
<h3>EmulationStation Configuration</h3>
<p>Now that we have our cores it&#8217;s time to create the EmulationStation configuration file to tell it where the emulators and roms live. The file is called es_systems.cfg and is located in a hidden directory called .emulationstation under your user directory. So, the complete path to the <strong>.emulationstation</strong> folder is <strong>%HOMEPATH%\.emulationstation</strong>.</p>
<p>This is the main configuration file for EmulationStation. It is located at ~/.emulationstation/es_systems.cfg . It is an XML document that defines a list of systems . A system contains the minimum information required to find your games and start them.</p>
<p>Example for NES.</p>
<p><a href="https://lifeofageekadmin.com/how-to-make-your-windows-10-a-retro-gaming-computer-with-retroarch-and-emulationstation/emulationstation_es_system1/" rel="attachment wp-att-6157"><img loading="lazy" decoding="async" data-attachment-id="6157" data-permalink="https://lifeofageekadmin.com/how-to-make-your-windows-10-a-retro-gaming-computer-with-retroarch-and-emulationstation/emulationstation_es_system1/" data-orig-file="https://lifeofageekadmin.com/wp-content/uploads/2022/07/emulationstation_es_system1.png" data-orig-size="924,151" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="emulationstation_es_system1" data-image-description="" data-image-caption="" data-medium-file="https://lifeofageekadmin.com/wp-content/uploads/2022/07/emulationstation_es_system1-300x49.png" data-large-file="https://lifeofageekadmin.com/wp-content/uploads/2022/07/emulationstation_es_system1.png" class="alignnone size-full wp-image-6157" src="https://lifeofageekadmin.com/wp-content/uploads/2022/07/emulationstation_es_system1.png" alt="es_systems.cfg" width="924" height="151" srcset="https://lifeofageekadmin.com/wp-content/uploads/2022/07/emulationstation_es_system1.png 924w, https://lifeofageekadmin.com/wp-content/uploads/2022/07/emulationstation_es_system1-300x49.png 300w, https://lifeofageekadmin.com/wp-content/uploads/2022/07/emulationstation_es_system1-768x126.png 768w" sizes="auto, (max-width: 924px) 100vw, 924px" /></a></p>
<p>All of the systems are contained within  &lt;systemList&gt;&lt;/systemList&gt;. A great more detail on all the settings and options on the es_systems.cfg can be found <a href="https://www.emulationstation.org/gettingstarted.html#config" target="_blank" rel="noopener">here</a>.</p>
<p>With the general configurations done you can now start Emulationstation. You will not have any roms but there is a good free NES rom called <a href="https://novasquirrel.itch.io/nova-the-squirrel" target="_blank" rel="noopener">Nova the Squirrel</a>. Download the nes file and copy to <strong>C:\RetroArch-Win64\roms\nes</strong>.</p>
<h3>Start Emulationstation</h3>
<p>Now that we have a game lets start Emulationstation, configure a controller. Double-click on Emulationstation to start up.</p>
<p>Since this is the first time Emulationstation has been started you will get a screen wanting to configure your game controller. Follow the prompts to configure the controllers. If there is a controller button you don&#8217;t have just hold down any button to move on.</p>
<p>Once the input has been configured you will see the games you have installaed available for play. Select the game and start playing.</p>
<h3>Free ROMs</h3>
<p>There are several places where Free ROMs are available. There are still developers making games for various platforms. here are a few links</p>
<p>NES<br />
<a href="https://novasquirrel.itch.io/nova-the-squirrel" target="_blank" rel="noopener">https://novasquirrel.itch.io/nova-the-squirrel</a></p>
<p>SNES<br />
<a href="https://superbossgaiden.superfamicom.org/" target="_blank" rel="noopener">https://superbossgaiden.superfamicom.org/</a></p>
<p>Anguna (Nintendo DS, Gameboy Advance)<br />
<a href="http://www.tolberts.net/anguna/" target="_blank" rel="noopener">http://www.tolberts.net/anguna/</a></p>
<p>Homebrew Legends<br />
<a href="https://www.homebrewlegends.com/" target="_blank" rel="noopener">https://www.homebrewlegends.com/</a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
]]></content:encoded>
					
					<wfw:commentRss>https://lifeofageekadmin.com/how-to-make-your-windows-10-a-retro-gaming-computer-with-retroarch-and-emulationstation/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">6137</post-id>	</item>
		<item>
		<title>How To Upgrade from Ubuntu Server 20.04 LTS to Ubuntu Server 22.04 LTS (Jammy)</title>
		<link>https://lifeofageekadmin.com/how-to-upgrade-from-ubuntu-server-20-04-lts-to-ubuntu-server-22-04-lts-jammy/</link>
					<comments>https://lifeofageekadmin.com/how-to-upgrade-from-ubuntu-server-20-04-lts-to-ubuntu-server-22-04-lts-jammy/#respond</comments>
		
		<dc:creator><![CDATA[newlife007]]></dc:creator>
		<pubDate>Sat, 23 Apr 2022 20:51:57 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Jammy]]></category>
		<category><![CDATA[Server]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[upgrade]]></category>
		<guid isPermaLink="false">https://lifeofageekadmin.com/?p=6096</guid>

					<description><![CDATA[How To Upgrade from Ubuntu 20.04 LTS to Ubuntu 22.04 LTS Introduction It&#8217;s April 21, 2022 and the next release of Ubuntu LTS has been released to version 22.04 (Jammy). In this post we&#8217;ll cover how to upgrade your 20.04 (Focal) to 22.04 (Jammy). Note: If you have any custom entries in your sources.list you [&#8230;]]]></description>
										<content:encoded><![CDATA[<h1>How To Upgrade from Ubuntu 20.04 LTS to Ubuntu 22.04 LTS</h1>
<h2>Introduction</h2>
<p>It&#8217;s April 21, 2022 and the next release of Ubuntu LTS has been released to version 22.04 (Jammy). In this post we&#8217;ll cover how to upgrade your 20.04 (Focal) to 22.04 (Jammy).</p>
<p><em><strong>Note:</strong> </em>If you have any custom entries in your sources.list you may want to make changes to point to the new release if they are available.</p>
<p><a href="https://lifeofageekadmin.com/how-to-upgrade-from-ubuntu-server-20-04-lts-to-ubuntu-server-22-04-lts-jammy/ubunutubeforeupgrade/" rel="attachment wp-att-6100"><img loading="lazy" decoding="async" data-attachment-id="6100" data-permalink="https://lifeofageekadmin.com/how-to-upgrade-from-ubuntu-server-20-04-lts-to-ubuntu-server-22-04-lts-jammy/ubunutubeforeupgrade/" data-orig-file="https://lifeofageekadmin.com/wp-content/uploads/2022/04/ubunutubeforeupgrade.png" data-orig-size="606,344" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="ubunutubeforeupgrade" data-image-description="" data-image-caption="" data-medium-file="https://lifeofageekadmin.com/wp-content/uploads/2022/04/ubunutubeforeupgrade-300x170.png" data-large-file="https://lifeofageekadmin.com/wp-content/uploads/2022/04/ubunutubeforeupgrade.png" class="alignnone size-full wp-image-6100" src="https://lifeofageekadmin.com/wp-content/uploads/2022/04/ubunutubeforeupgrade.png" alt="Ubuntu 20.04 LTS" width="606" height="344" srcset="https://lifeofageekadmin.com/wp-content/uploads/2022/04/ubunutubeforeupgrade.png 606w, https://lifeofageekadmin.com/wp-content/uploads/2022/04/ubunutubeforeupgrade-300x170.png 300w" sizes="auto, (max-width: 606px) 100vw, 606px" /></a></p>
<h2>The Process</h2>
<p>First, make sure your current Ubuntu Linux system is up to date. This will help to ensure that the difference between packages is as small as possible. Execute the below commands:</p>
<p>Check for Updates, upgrade any packages and check system for dist upgrade</p>
<pre>$ sudo apt update</pre>
<p><a href="https://lifeofageekadmin.com/how-to-upgrade-from-ubuntu-server-20-04-lts-to-ubuntu-server-22-04-lts-jammy/ubuntuaptupdate/" rel="attachment wp-att-6101"><img loading="lazy" decoding="async" data-attachment-id="6101" data-permalink="https://lifeofageekadmin.com/how-to-upgrade-from-ubuntu-server-20-04-lts-to-ubuntu-server-22-04-lts-jammy/ubuntuaptupdate/" data-orig-file="https://lifeofageekadmin.com/wp-content/uploads/2022/04/ubuntuaptupdate.png" data-orig-size="713,219" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="ubuntuaptupdate" data-image-description="" data-image-caption="" data-medium-file="https://lifeofageekadmin.com/wp-content/uploads/2022/04/ubuntuaptupdate-300x92.png" data-large-file="https://lifeofageekadmin.com/wp-content/uploads/2022/04/ubuntuaptupdate.png" class="alignnone size-full wp-image-6101" src="https://lifeofageekadmin.com/wp-content/uploads/2022/04/ubuntuaptupdate.png" alt="Ubuntu apt Update" width="713" height="219" srcset="https://lifeofageekadmin.com/wp-content/uploads/2022/04/ubuntuaptupdate.png 713w, https://lifeofageekadmin.com/wp-content/uploads/2022/04/ubuntuaptupdate-300x92.png 300w" sizes="auto, (max-width: 713px) 100vw, 713px" /></a></p>
<pre>$ sudo apt upgrade -y
$ sudo apt dist-upgrade</pre>
<p><a href="https://lifeofageekadmin.com/how-to-upgrade-from-ubuntu-server-20-04-lts-to-ubuntu-server-22-04-lts-jammy/ubuntudistupgrade/" rel="attachment wp-att-6102"><img loading="lazy" decoding="async" data-attachment-id="6102" data-permalink="https://lifeofageekadmin.com/how-to-upgrade-from-ubuntu-server-20-04-lts-to-ubuntu-server-22-04-lts-jammy/ubuntudistupgrade/" data-orig-file="https://lifeofageekadmin.com/wp-content/uploads/2022/04/ubuntudistupgrade.png" data-orig-size="632,161" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="ubuntudistupgrade" data-image-description="" data-image-caption="" data-medium-file="https://lifeofageekadmin.com/wp-content/uploads/2022/04/ubuntudistupgrade-300x76.png" data-large-file="https://lifeofageekadmin.com/wp-content/uploads/2022/04/ubuntudistupgrade.png" class="alignnone size-full wp-image-6102" src="https://lifeofageekadmin.com/wp-content/uploads/2022/04/ubuntudistupgrade.png" alt="Apt Dist-upgrade" width="632" height="161" srcset="https://lifeofageekadmin.com/wp-content/uploads/2022/04/ubuntudistupgrade.png 632w, https://lifeofageekadmin.com/wp-content/uploads/2022/04/ubuntudistupgrade-300x76.png 300w" sizes="auto, (max-width: 632px) 100vw, 632px" /></a></p>
<p>&nbsp;</p>
<p>Next, you should remove all no longer required packages from your system:</p>
<pre>$ sudo apt autoremove</pre>
<p><a href="https://lifeofageekadmin.com/how-to-upgrade-from-ubuntu-server-20-04-lts-to-ubuntu-server-22-04-lts-jammy/ubuntuautoremove/" rel="attachment wp-att-6103"><img loading="lazy" decoding="async" data-attachment-id="6103" data-permalink="https://lifeofageekadmin.com/how-to-upgrade-from-ubuntu-server-20-04-lts-to-ubuntu-server-22-04-lts-jammy/ubuntuautoremove/" data-orig-file="https://lifeofageekadmin.com/wp-content/uploads/2022/04/ubuntuautoremove.png" data-orig-size="539,179" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="ubuntuautoremove" data-image-description="" data-image-caption="" data-medium-file="https://lifeofageekadmin.com/wp-content/uploads/2022/04/ubuntuautoremove-300x100.png" data-large-file="https://lifeofageekadmin.com/wp-content/uploads/2022/04/ubuntuautoremove.png" class="alignnone size-full wp-image-6103" src="https://lifeofageekadmin.com/wp-content/uploads/2022/04/ubuntuautoremove.png" alt="apt autoremove" width="539" height="179" srcset="https://lifeofageekadmin.com/wp-content/uploads/2022/04/ubuntuautoremove.png 539w, https://lifeofageekadmin.com/wp-content/uploads/2022/04/ubuntuautoremove-300x100.png 300w" sizes="auto, (max-width: 539px) 100vw, 539px" /></a></p>
<p>Next, install the update-manager-core package with apt if it is not installed already</p>
<pre>$ sudo apt install update-manager-core</pre>
<p><a href="https://lifeofageekadmin.com/how-to-upgrade-from-ubuntu-server-20-04-lts-to-ubuntu-server-22-04-lts-jammy/aptupgrademanager/" rel="attachment wp-att-6104"><img loading="lazy" decoding="async" data-attachment-id="6104" data-permalink="https://lifeofageekadmin.com/how-to-upgrade-from-ubuntu-server-20-04-lts-to-ubuntu-server-22-04-lts-jammy/aptupgrademanager/" data-orig-file="https://lifeofageekadmin.com/wp-content/uploads/2022/04/aptupgrademanager.png" data-orig-size="536,118" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="aptupgrademanager" data-image-description="" data-image-caption="" data-medium-file="https://lifeofageekadmin.com/wp-content/uploads/2022/04/aptupgrademanager-300x66.png" data-large-file="https://lifeofageekadmin.com/wp-content/uploads/2022/04/aptupgrademanager.png" class="alignnone size-full wp-image-6104" src="https://lifeofageekadmin.com/wp-content/uploads/2022/04/aptupgrademanager.png" alt="aptupgrademanager" width="536" height="118" srcset="https://lifeofageekadmin.com/wp-content/uploads/2022/04/aptupgrademanager.png 536w, https://lifeofageekadmin.com/wp-content/uploads/2022/04/aptupgrademanager-300x66.png 300w" sizes="auto, (max-width: 536px) 100vw, 536px" /></a></p>
<p>When that finishes, run the Ubuntu upgrade utility and start the upgrade!</p>
<pre>$ sudo do-release-upgrade -d</pre>
<p>You will be asked if you’re sure that you want to upgrade. After reading the text in your terminal, type y and press enter to begin the upgrade to Ubuntu 22.04 Jammy Jellyfish.</p>
<p><a href="https://lifeofageekadmin.com/how-to-upgrade-from-ubuntu-server-20-04-lts-to-ubuntu-server-22-04-lts-jammy/upgradeusingssh/" rel="attachment wp-att-6105"><img loading="lazy" decoding="async" data-attachment-id="6105" data-permalink="https://lifeofageekadmin.com/how-to-upgrade-from-ubuntu-server-20-04-lts-to-ubuntu-server-22-04-lts-jammy/upgradeusingssh/" data-orig-file="https://lifeofageekadmin.com/wp-content/uploads/2022/04/upgradeusingssh.png" data-orig-size="569,198" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="upgradeusingssh" data-image-description="" data-image-caption="" data-medium-file="https://lifeofageekadmin.com/wp-content/uploads/2022/04/upgradeusingssh-300x104.png" data-large-file="https://lifeofageekadmin.com/wp-content/uploads/2022/04/upgradeusingssh.png" class="alignnone size-full wp-image-6105" src="https://lifeofageekadmin.com/wp-content/uploads/2022/04/upgradeusingssh.png" alt="upgradeusingssh" width="569" height="198" srcset="https://lifeofageekadmin.com/wp-content/uploads/2022/04/upgradeusingssh.png 569w, https://lifeofageekadmin.com/wp-content/uploads/2022/04/upgradeusingssh-300x104.png 300w" sizes="auto, (max-width: 569px) 100vw, 569px" /></a></p>
<p><a href="https://lifeofageekadmin.com/how-to-upgrade-from-ubuntu-server-20-04-lts-to-ubuntu-server-22-04-lts-jammy/upgradeusingssh2/" rel="attachment wp-att-6106"><img loading="lazy" decoding="async" data-attachment-id="6106" data-permalink="https://lifeofageekadmin.com/how-to-upgrade-from-ubuntu-server-20-04-lts-to-ubuntu-server-22-04-lts-jammy/upgradeusingssh2/" data-orig-file="https://lifeofageekadmin.com/wp-content/uploads/2022/04/upgradeusingssh2.png" data-orig-size="569,198" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="upgradeusingssh2" data-image-description="" data-image-caption="" data-medium-file="https://lifeofageekadmin.com/wp-content/uploads/2022/04/upgradeusingssh2-300x104.png" data-large-file="https://lifeofageekadmin.com/wp-content/uploads/2022/04/upgradeusingssh2.png" class="alignnone size-full wp-image-6106" src="https://lifeofageekadmin.com/wp-content/uploads/2022/04/upgradeusingssh2.png" alt="upgradeusingssh2" width="569" height="198" srcset="https://lifeofageekadmin.com/wp-content/uploads/2022/04/upgradeusingssh2.png 569w, https://lifeofageekadmin.com/wp-content/uploads/2022/04/upgradeusingssh2-300x104.png 300w" sizes="auto, (max-width: 569px) 100vw, 569px" /></a></p>
<p>The process begins.</p>
<p><a href="https://lifeofageekadmin.com/how-to-upgrade-from-ubuntu-server-20-04-lts-to-ubuntu-server-22-04-lts-jammy/upgrade-ststus/" rel="attachment wp-att-6107"><img loading="lazy" decoding="async" data-attachment-id="6107" data-permalink="https://lifeofageekadmin.com/how-to-upgrade-from-ubuntu-server-20-04-lts-to-ubuntu-server-22-04-lts-jammy/upgrade-ststus/" data-orig-file="https://lifeofageekadmin.com/wp-content/uploads/2022/04/upgrade-ststus.png" data-orig-size="791,511" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="upgrade ststus" data-image-description="" data-image-caption="" data-medium-file="https://lifeofageekadmin.com/wp-content/uploads/2022/04/upgrade-ststus-300x194.png" data-large-file="https://lifeofageekadmin.com/wp-content/uploads/2022/04/upgrade-ststus.png" class="alignnone size-full wp-image-6107" src="https://lifeofageekadmin.com/wp-content/uploads/2022/04/upgrade-ststus.png" alt="Upgrade Status" width="791" height="511" srcset="https://lifeofageekadmin.com/wp-content/uploads/2022/04/upgrade-ststus.png 791w, https://lifeofageekadmin.com/wp-content/uploads/2022/04/upgrade-ststus-300x194.png 300w, https://lifeofageekadmin.com/wp-content/uploads/2022/04/upgrade-ststus-768x496.png 768w" sizes="auto, (max-width: 791px) 100vw, 791px" /></a></p>
<p>The upgrade summary should appear in your terminal. Once again, you will be required to type y and press enter in order to agree to the upgrade.</p>
<p><a href="https://lifeofageekadmin.com/how-to-upgrade-from-ubuntu-server-20-04-lts-to-ubuntu-server-22-04-lts-jammy/upgradeconfirm/" rel="attachment wp-att-6108"><img loading="lazy" decoding="async" data-attachment-id="6108" data-permalink="https://lifeofageekadmin.com/how-to-upgrade-from-ubuntu-server-20-04-lts-to-ubuntu-server-22-04-lts-jammy/upgradeconfirm/" data-orig-file="https://lifeofageekadmin.com/wp-content/uploads/2022/04/upgradeconfirm.png" data-orig-size="554,236" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="upgradeconfirm" data-image-description="" data-image-caption="" data-medium-file="https://lifeofageekadmin.com/wp-content/uploads/2022/04/upgradeconfirm-300x128.png" data-large-file="https://lifeofageekadmin.com/wp-content/uploads/2022/04/upgradeconfirm.png" class="alignnone size-full wp-image-6108" src="https://lifeofageekadmin.com/wp-content/uploads/2022/04/upgradeconfirm.png" alt="Upgrade Confirm" width="554" height="236" srcset="https://lifeofageekadmin.com/wp-content/uploads/2022/04/upgradeconfirm.png 554w, https://lifeofageekadmin.com/wp-content/uploads/2022/04/upgradeconfirm-300x128.png 300w" sizes="auto, (max-width: 554px) 100vw, 554px" /></a></p>
<p>Throughout the process there maybe several prompts for you to answer.</p>
<p>Restarting services automatically, answer yes.</p>
<p><a href="https://lifeofageekadmin.com/how-to-upgrade-from-ubuntu-server-20-04-lts-to-ubuntu-server-22-04-lts-jammy/configlbc6/" rel="attachment wp-att-6111"><img loading="lazy" decoding="async" data-attachment-id="6111" data-permalink="https://lifeofageekadmin.com/how-to-upgrade-from-ubuntu-server-20-04-lts-to-ubuntu-server-22-04-lts-jammy/configlbc6/" data-orig-file="https://lifeofageekadmin.com/wp-content/uploads/2022/04/configlbc6.png" data-orig-size="1204,236" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="configlbc6" data-image-description="" data-image-caption="" data-medium-file="https://lifeofageekadmin.com/wp-content/uploads/2022/04/configlbc6-300x59.png" data-large-file="https://lifeofageekadmin.com/wp-content/uploads/2022/04/configlbc6-1024x201.png" class="alignnone size-large wp-image-6111" src="https://lifeofageekadmin.com/wp-content/uploads/2022/04/configlbc6-1024x201.png" alt="restart services" width="1024" height="201" srcset="https://lifeofageekadmin.com/wp-content/uploads/2022/04/configlbc6-1024x201.png 1024w, https://lifeofageekadmin.com/wp-content/uploads/2022/04/configlbc6-300x59.png 300w, https://lifeofageekadmin.com/wp-content/uploads/2022/04/configlbc6-768x151.png 768w, https://lifeofageekadmin.com/wp-content/uploads/2022/04/configlbc6.png 1204w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></a></p>
<p>Openssh server config keep.</p>
<p><a href="https://lifeofageekadmin.com/how-to-upgrade-from-ubuntu-server-20-04-lts-to-ubuntu-server-22-04-lts-jammy/opensshkeep/" rel="attachment wp-att-6113"><img loading="lazy" decoding="async" data-attachment-id="6113" data-permalink="https://lifeofageekadmin.com/how-to-upgrade-from-ubuntu-server-20-04-lts-to-ubuntu-server-22-04-lts-jammy/opensshkeep/" data-orig-file="https://lifeofageekadmin.com/wp-content/uploads/2022/04/opensshkeep.png" data-orig-size="1204,309" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="opensshkeep" data-image-description="" data-image-caption="" data-medium-file="https://lifeofageekadmin.com/wp-content/uploads/2022/04/opensshkeep-300x77.png" data-large-file="https://lifeofageekadmin.com/wp-content/uploads/2022/04/opensshkeep-1024x263.png" class="alignnone size-large wp-image-6113" src="https://lifeofageekadmin.com/wp-content/uploads/2022/04/opensshkeep-1024x263.png" alt="openssh-server" width="1024" height="263" srcset="https://lifeofageekadmin.com/wp-content/uploads/2022/04/opensshkeep-1024x263.png 1024w, https://lifeofageekadmin.com/wp-content/uploads/2022/04/opensshkeep-300x77.png 300w, https://lifeofageekadmin.com/wp-content/uploads/2022/04/opensshkeep-768x197.png 768w, https://lifeofageekadmin.com/wp-content/uploads/2022/04/opensshkeep.png 1204w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></a></p>
<p>Towards the end you will be prompted for package cleanup. Answer yes.</p>
<p><a href="https://lifeofageekadmin.com/how-to-upgrade-from-ubuntu-server-20-04-lts-to-ubuntu-server-22-04-lts-jammy/upgradecleanup/" rel="attachment wp-att-6114"><img loading="lazy" decoding="async" data-attachment-id="6114" data-permalink="https://lifeofageekadmin.com/how-to-upgrade-from-ubuntu-server-20-04-lts-to-ubuntu-server-22-04-lts-jammy/upgradecleanup/" data-orig-file="https://lifeofageekadmin.com/wp-content/uploads/2022/04/upgradecleanup.png" data-orig-size="422,163" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="upgradecleanup" data-image-description="" data-image-caption="" data-medium-file="https://lifeofageekadmin.com/wp-content/uploads/2022/04/upgradecleanup-300x116.png" data-large-file="https://lifeofageekadmin.com/wp-content/uploads/2022/04/upgradecleanup.png" class="alignnone size-full wp-image-6114" src="https://lifeofageekadmin.com/wp-content/uploads/2022/04/upgradecleanup.png" alt="Upgrade Cleanup" width="422" height="163" srcset="https://lifeofageekadmin.com/wp-content/uploads/2022/04/upgradecleanup.png 422w, https://lifeofageekadmin.com/wp-content/uploads/2022/04/upgradecleanup-300x116.png 300w" sizes="auto, (max-width: 422px) 100vw, 422px" /></a></p>
<p>Once the upgrade is done, you’ll be asked to reboot the system. Type y and press enter.</p>
<p><a href="https://lifeofageekadmin.com/how-to-upgrade-from-ubuntu-server-20-04-lts-to-ubuntu-server-22-04-lts-jammy/upgradereboot/" rel="attachment wp-att-6115"><img loading="lazy" decoding="async" data-attachment-id="6115" data-permalink="https://lifeofageekadmin.com/how-to-upgrade-from-ubuntu-server-20-04-lts-to-ubuntu-server-22-04-lts-jammy/upgradereboot/" data-orig-file="https://lifeofageekadmin.com/wp-content/uploads/2022/04/upgradereboot.png" data-orig-size="422,163" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="upgradereboot" data-image-description="" data-image-caption="" data-medium-file="https://lifeofageekadmin.com/wp-content/uploads/2022/04/upgradereboot-300x116.png" data-large-file="https://lifeofageekadmin.com/wp-content/uploads/2022/04/upgradereboot.png" class="alignnone size-full wp-image-6115" src="https://lifeofageekadmin.com/wp-content/uploads/2022/04/upgradereboot.png" alt="Upgrade reboot" width="422" height="163" srcset="https://lifeofageekadmin.com/wp-content/uploads/2022/04/upgradereboot.png 422w, https://lifeofageekadmin.com/wp-content/uploads/2022/04/upgradereboot-300x116.png 300w" sizes="auto, (max-width: 422px) 100vw, 422px" /></a></p>
<p>When Ubuntu boots up again, the upgrade process will be complete.</p>
<p><a href="https://lifeofageekadmin.com/how-to-upgrade-from-ubuntu-server-20-04-lts-to-ubuntu-server-22-04-lts-jammy/upgradecomplete/" rel="attachment wp-att-6116"><img loading="lazy" decoding="async" data-attachment-id="6116" data-permalink="https://lifeofageekadmin.com/how-to-upgrade-from-ubuntu-server-20-04-lts-to-ubuntu-server-22-04-lts-jammy/upgradecomplete/" data-orig-file="https://lifeofageekadmin.com/wp-content/uploads/2022/04/upgradecomplete.png" data-orig-size="579,271" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="upgradecomplete" data-image-description="" data-image-caption="" data-medium-file="https://lifeofageekadmin.com/wp-content/uploads/2022/04/upgradecomplete-300x140.png" data-large-file="https://lifeofageekadmin.com/wp-content/uploads/2022/04/upgradecomplete.png" class="alignnone size-full wp-image-6116" src="https://lifeofageekadmin.com/wp-content/uploads/2022/04/upgradecomplete.png" alt="Upgrade Complete" width="579" height="271" srcset="https://lifeofageekadmin.com/wp-content/uploads/2022/04/upgradecomplete.png 579w, https://lifeofageekadmin.com/wp-content/uploads/2022/04/upgradecomplete-300x140.png 300w" sizes="auto, (max-width: 579px) 100vw, 579px" /></a></p>
]]></content:encoded>
					
					<wfw:commentRss>https://lifeofageekadmin.com/how-to-upgrade-from-ubuntu-server-20-04-lts-to-ubuntu-server-22-04-lts-jammy/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">6096</post-id>	</item>
		<item>
		<title>How To Use VirtualDub and Diamond VC500 USB to Capture on Windows 10</title>
		<link>https://lifeofageekadmin.com/how-to-use-virtualdub-and-diamond-vc500-usb-to-capture-on-windows-10/</link>
					<comments>https://lifeofageekadmin.com/how-to-use-virtualdub-and-diamond-vc500-usb-to-capture-on-windows-10/#comments</comments>
		
		<dc:creator><![CDATA[newlife007]]></dc:creator>
		<pubDate>Tue, 19 Apr 2022 17:20:53 +0000</pubDate>
				<category><![CDATA[Restoration]]></category>
		<category><![CDATA[Video]]></category>
		<category><![CDATA[capture]]></category>
		<category><![CDATA[restoration]]></category>
		<category><![CDATA[VHS]]></category>
		<category><![CDATA[video]]></category>
		<category><![CDATA[VirtualDub]]></category>
		<category><![CDATA[Windows]]></category>
		<guid isPermaLink="false">https://lifeofageekadmin.com/?p=6061</guid>

					<description><![CDATA[How To Use VirtualDub and Diamond VC500 USB to Capture on Windows 10 Introduction For this post we will look at what it takes to use the Diamond VC500 USB capture device on Windows 10 using VirtualDub 1.10.4 32-bit to capture from  a VCR. We will also be using HuffyUV lossless codec as well to [&#8230;]]]></description>
										<content:encoded><![CDATA[<h1>How To Use VirtualDub and Diamond VC500 USB to Capture on Windows 10</h1>
<h2>Introduction</h2>
<p>For this post we will look at what it takes to use the Diamond VC500 USB capture device on Windows 10 using VirtualDub 1.10.4 32-bit to capture from  a VCR. We will also be using HuffyUV lossless codec as well to get the best quality we can with the capture.</p>
<h2>Setup</h2>
<p>For this capture we will be using the following setup, The time based corrector is not required but is part of my chain.</p>
<ul>
<li>JVC DR-MV78 VCR</li>
<li>AVTool AVT-8710 TBC (Time Base Corrector)</li>
<li><a href="https://www.amazon.com/Diamond-VC500-digital-converter-Software/dp/B000VM60I8/ref=sr_1_3?crid=3QKL93ZMB0SE4&amp;keywords=diamond+vc500&amp;qid=1650042258&amp;sprefix=diamond+vc500%2Caps%2C129&amp;sr=8-3" target="_blank" rel="noopener">Diamond VC500 USB Video and Audio Capture</a></li>
<li><a href="http://sourceforge.net/projects/virtualdub/files/virtualdub-win/1.10.4.35491/VirtualDub-1.10.4.zip/download" target="_blank" rel="noopener">VirtualDub 1.10.4 (32-bit)</a></li>
<li><a href="https://www.videohelp.com/software/HuffYUV" target="_blank" rel="noopener">HuffyUV 2.1.1 (32 &amp; 64-bit)</a></li>
<li>Windows 10 Professional 21H2</li>
</ul>
<p>So there are several pieces will will need to download and install as well as purchase if you do not have them.</p>
<h3>Diamond VC500 driver Install</h3>
<p>First piece of the puzzle os to download and install the Diamond VC500 Windows drivers. Download the drivers from <a href="https://www.dmmdownload.com/downloads/CURRENT/PVR/VC500W10PD_Complete_install.zip" target="_blank" rel="noopener">https://www.dmmdownload.com/downloads/CURRENT/PVR/VC500W10PD_Complete_install.zip</a>.  Once downloaded extract the files and Open the Driver folder, open the x64 folder and run the Setup64.exe file to install the drivers for your VC500.</p>
<h3>HuffyUV Installation</h3>
<p>Next we will need to install HuffyUV 32/64 bit encoders. I have covered this in a previous post <a href="https://lifeofageekadmin.com/installing-huffyuv-on-windows-10-64-bit/" target="_blank" rel="noopener">Installing HuffyUV on Windows 10</a>.</p>
<h3>VirtualDub 1.10.4 Download</h3>
<p>If you have  VirtualDub 1.10.4 or a previous version you are ready to go but if not you can get it <a href="http://sourceforge.net/projects/virtualdub/files/virtualdub-win/1.10.4.35491/VirtualDub-1.10.4.zip/download" target="_blank" rel="noopener">here</a>. VirtualDub does not have an installer so you will want to extract the zip file to a location of choice. For this example I have extracted mine to C:\Utils\VirtualDub folder.</p>
<h3>Hardware Setup</h3>
<p>We are now ready to connect all the devices and set the video and audio settings in VirtualDub and start capturing.</p>
<ul>
<li>Hook the VCR audio and video outs to the VC500, Note the S-Video out on the VCR will get you the best results.</li>
<li>Power on the VCR with your tape in it but not running.</li>
<li>Plug the VC500 USB 2 interface into your Computer.</li>
</ul>
<p>Now we can start VirtualDub interface. Double click on VirtualDub.exe (C:\Utils\VirtualDub\VirtualDub.exe) to start the program.</p>
<h3>VirtualDub Settings</h3>
<p>Now we are ready to setup VirtualDub settings.</p>
<p class="western">Click File &gt; Capture AVI. This will change you to the capture interface.</p>
<p class="western">Next set the capture file name.</p>
<p class="western">Click Set Capture File&#8230;.</p>
<p class="western">Set a location and name for the intended capture file. Make this a drive other than your C Drive if possible.</p>
<p><a href="https://lifeofageekadmin.com/how-to-use-virtualdub-and-diamond-vc500-usb-to-capture-on-windows-10/vdubsetcapture/" rel="attachment wp-att-6089"><img loading="lazy" decoding="async" data-attachment-id="6089" data-permalink="https://lifeofageekadmin.com/how-to-use-virtualdub-and-diamond-vc500-usb-to-capture-on-windows-10/vdubsetcapture/" data-orig-file="https://lifeofageekadmin.com/wp-content/uploads/2022/04/vdubsetcapture.png" data-orig-size="559,440" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="vdubsetcapture" data-image-description="" data-image-caption="" data-medium-file="https://lifeofageekadmin.com/wp-content/uploads/2022/04/vdubsetcapture-300x236.png" data-large-file="https://lifeofageekadmin.com/wp-content/uploads/2022/04/vdubsetcapture.png" class="alignnone size-full wp-image-6089" src="https://lifeofageekadmin.com/wp-content/uploads/2022/04/vdubsetcapture.png" alt="VirtualDub Set Capture" width="559" height="440" srcset="https://lifeofageekadmin.com/wp-content/uploads/2022/04/vdubsetcapture.png 559w, https://lifeofageekadmin.com/wp-content/uploads/2022/04/vdubsetcapture-300x236.png 300w" sizes="auto, (max-width: 559px) 100vw, 559px" /></a></p>
<p class="western">Set Device</p>
<p class="western">Click Device &gt; Conextant Polaris Video Capture (DirectShow)</p>
<p class="western">The VC500 will show as a Conextant device. In this case Conextant Polaris Video Capture (DirectShow).</p>
<p><a href="https://lifeofageekadmin.com/vdubdevice/"><img loading="lazy" decoding="async" data-attachment-id="6076" data-permalink="https://lifeofageekadmin.com/how-to-use-virtualdub-and-diamond-vc500-usb-to-capture-on-windows-10/vdubdevice/" data-orig-file="https://lifeofageekadmin.com/wp-content/uploads/2022/04/vdubdevice.png" data-orig-size="384,272" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="vdubdevice" data-image-description="" data-image-caption="" data-medium-file="https://lifeofageekadmin.com/wp-content/uploads/2022/04/vdubdevice-300x213.png" data-large-file="https://lifeofageekadmin.com/wp-content/uploads/2022/04/vdubdevice.png" class="alignnone size-full wp-image-6076" src="https://lifeofageekadmin.com/wp-content/uploads/2022/04/vdubdevice.png" alt="VirtualDub Device" width="384" height="272" srcset="https://lifeofageekadmin.com/wp-content/uploads/2022/04/vdubdevice.png 384w, https://lifeofageekadmin.com/wp-content/uploads/2022/04/vdubdevice-300x213.png 300w" sizes="auto, (max-width: 384px) 100vw, 384px" /></a></p>
<p class="western">Click Device &gt; Device settings</p>
<p class="western">Uncheck all the boxes if checked.</p>
<p> <a href="https://lifeofageekadmin.com/how-to-use-virtualdub-and-diamond-vc500-usb-to-capture-on-windows-10/vdubdevicesettings-2/" rel="attachment wp-att-6090"><img loading="lazy" decoding="async" data-attachment-id="6090" data-permalink="https://lifeofageekadmin.com/how-to-use-virtualdub-and-diamond-vc500-usb-to-capture-on-windows-10/vdubdevicesettings-2/" data-orig-file="https://lifeofageekadmin.com/wp-content/uploads/2022/04/vdubdevicesettings-1.png" data-orig-size="301,207" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="vdubdevicesettings" data-image-description="" data-image-caption="" data-medium-file="https://lifeofageekadmin.com/wp-content/uploads/2022/04/vdubdevicesettings-1.png" data-large-file="https://lifeofageekadmin.com/wp-content/uploads/2022/04/vdubdevicesettings-1.png" class="alignnone size-large wp-image-6090" src="https://lifeofageekadmin.com/wp-content/uploads/2022/04/vdubdevicesettings-1.png" alt="" width="301" height="207" /></a></p>
<p class="western">Now we need to set a few Video settings.</p>
<p class="western">Set the Video to Preview, Click Video &gt; Preview. I use Preview mode and let VirtualDub control display.</p>
<p><a href="https://lifeofageekadmin.com/videomenu/"><img loading="lazy" decoding="async" data-attachment-id="6084" data-permalink="https://lifeofageekadmin.com/videomenu/" data-orig-file="https://lifeofageekadmin.com/wp-content/uploads/2022/04/videomenu.png" data-orig-size="258,661" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="videomenu" data-image-description="" data-image-caption="" data-medium-file="https://lifeofageekadmin.com/wp-content/uploads/2022/04/videomenu-117x300.png" data-large-file="https://lifeofageekadmin.com/wp-content/uploads/2022/04/videomenu.png" class="alignnone size-full wp-image-6084" src="https://lifeofageekadmin.com/wp-content/uploads/2022/04/videomenu.png" alt="Video Preview" width="258" height="661" srcset="https://lifeofageekadmin.com/wp-content/uploads/2022/04/videomenu.png 258w, https://lifeofageekadmin.com/wp-content/uploads/2022/04/videomenu-117x300.png 117w" sizes="auto, (max-width: 258px) 100vw, 258px" /></a></p>
<p class="western">Click Video &gt; Preview acceleration &gt; &#8220;off&#8221;.</p>
<p class="western">Click Video &gt; Video Source and set to Video Svideo</p>
<p><a href="https://lifeofageekadmin.com/videomenuvideosource/"><img loading="lazy" decoding="async" data-attachment-id="6086" data-permalink="https://lifeofageekadmin.com/videomenuvideosource/" data-orig-file="https://lifeofageekadmin.com/wp-content/uploads/2022/04/videomenuvideosource.png" data-orig-size="438,264" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="videomenuvideosource" data-image-description="" data-image-caption="" data-medium-file="https://lifeofageekadmin.com/wp-content/uploads/2022/04/videomenuvideosource-300x181.png" data-large-file="https://lifeofageekadmin.com/wp-content/uploads/2022/04/videomenuvideosource.png" class="alignnone size-full wp-image-6086" src="https://lifeofageekadmin.com/wp-content/uploads/2022/04/videomenuvideosource.png" alt="Set SVideo" width="438" height="264" srcset="https://lifeofageekadmin.com/wp-content/uploads/2022/04/videomenuvideosource.png 438w, https://lifeofageekadmin.com/wp-content/uploads/2022/04/videomenuvideosource-300x181.png 300w" sizes="auto, (max-width: 438px) 100vw, 438px" /></a></p>
<p class="western">Click &gt; Video &gt; Capture pin</p>
<p class="western"><a href="https://lifeofageekadmin.com/videomenucapturepin/"><img loading="lazy" decoding="async" data-attachment-id="6085" data-permalink="https://lifeofageekadmin.com/how-to-use-virtualdub-and-diamond-vc500-usb-to-capture-on-windows-10/videomenucapturepin/" data-orig-file="https://lifeofageekadmin.com/wp-content/uploads/2022/04/videomenucapturepin.png" data-orig-size="379,292" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="videomenucapturepin" data-image-description="" data-image-caption="" data-medium-file="https://lifeofageekadmin.com/wp-content/uploads/2022/04/videomenucapturepin-300x231.png" data-large-file="https://lifeofageekadmin.com/wp-content/uploads/2022/04/videomenucapturepin.png" class="alignnone size-full wp-image-6085" src="https://lifeofageekadmin.com/wp-content/uploads/2022/04/videomenucapturepin.png" alt="Capture Pin Settings" width="379" height="292" srcset="https://lifeofageekadmin.com/wp-content/uploads/2022/04/videomenucapturepin.png 379w, https://lifeofageekadmin.com/wp-content/uploads/2022/04/videomenucapturepin-300x231.png 300w" sizes="auto, (max-width: 379px) 100vw, 379px" /></a></p>
<p class="western">The &#8220;Video standard&#8221; is set in &#8220;Capture filters&#8221; and can&#8217;t be changed here.</p>
<p class="western">Frame rate corresponds to default of the standard signal format set in &#8220;Capture Filters&#8221;, below. You can change it if you want (at your own risk), or in &#8220;Capture&#8221; -&gt; &#8220;Capture settings&#8230;&#8221;.</p>
<p class="western">Color space/compression. YUY2 is usually for VHS or other analog tape, but some cards only allow YUVY 4:2:2 color matrix capture (it&#8217;s the same as YUY2 but has a different order for the chroma pixels).</p>
<p class="western">&#8220;Output size&#8221; can be changed here but I do it in &#8220;Custom format&#8221; and keep it all in one place. The setting in Custom format.</p>
<p class="western">Click Video &gt; Capture filters</p>
<p class="western">This sets and displays incoming video stream properties.</p>
<p><a href="https://lifeofageekadmin.com/videocapturefilter/"><img loading="lazy" decoding="async" data-attachment-id="6078" data-permalink="https://lifeofageekadmin.com/how-to-use-virtualdub-and-diamond-vc500-usb-to-capture-on-windows-10/videocapturefilter/" data-orig-file="https://lifeofageekadmin.com/wp-content/uploads/2022/04/videocapturefilter.png" data-orig-size="424,358" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="videocapturefilter" data-image-description="" data-image-caption="" data-medium-file="https://lifeofageekadmin.com/wp-content/uploads/2022/04/videocapturefilter-300x253.png" data-large-file="https://lifeofageekadmin.com/wp-content/uploads/2022/04/videocapturefilter.png" class="alignnone size-full wp-image-6078" src="https://lifeofageekadmin.com/wp-content/uploads/2022/04/videocapturefilter.png" alt="Cpture Filter" width="424" height="358" srcset="https://lifeofageekadmin.com/wp-content/uploads/2022/04/videocapturefilter.png 424w, https://lifeofageekadmin.com/wp-content/uploads/2022/04/videocapturefilter-300x253.png 300w" sizes="auto, (max-width: 424px) 100vw, 424px" /></a></p>
<p class="western">&#8220;Video standard&#8221; of the input source.</p>
<p class="western">The input panel displays a list of available incoming a/v formats (*NTSCV, PAL, etc.). The usual default is NTSC_M. Some common input stream formats:</p>
<ul>
<li class="western">NTSC_M USA, Canada, U.S. territories, Jamaica, Phillippines, Panama, most of</li>
<li class="western">South America (not Brazil), South Korea.</li>
<li class="western">NTSC_M_J or &#8220;NTSC_J&#8221; (Japan)</li>
<li class="western">PAL B/G (most of Western Europe, Australia, New Zealand)</li>
<li class="western">PAL_I (the UK, Ireland, Hong Kong, South Africa, Macau)</li>
<li class="western">PAL D/K (most of Central and Eastern Europe)</li>
<li class="western">PAL D (mainland China)</li>
<li class="western">PAL-M (Brazil)</li>
<li class="western">PAL-N (Argentina, Paraguay, Uruguay)</li>
<li class="western">PAL-L (same as B/G)</li>
<li class="western">&#8220;PAL 60&#8221; hybrid, usually for NTSC_M in PAL systems.</li>
<li class="western">Most flavors of SECAM (France)</li>
</ul>
<p class="western">Lines detected is not changeable.</p>
<p class="western">Output enable is disabled by default.</p>
<p class="western">Click Video &gt; Crossbar</p>
<p class="western">Values here are taken from the installed capture driver&#8217;s input connections, but can be changed if other options are available. I never get involved with it. Crossbar drivers handle routing of inputs/out-decoders in Windows. VDub has no help on this, so be sure you know what&#8217;s up when making changes.</p>
<p><a href="https://lifeofageekadmin.com/videocrossbar/"><img loading="lazy" decoding="async" data-attachment-id="6081" data-permalink="https://lifeofageekadmin.com/how-to-use-virtualdub-and-diamond-vc500-usb-to-capture-on-windows-10/videocrossbar/" data-orig-file="https://lifeofageekadmin.com/wp-content/uploads/2022/04/videocrossbar.png" data-orig-size="391,289" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="videocrossbar" data-image-description="" data-image-caption="" data-medium-file="https://lifeofageekadmin.com/wp-content/uploads/2022/04/videocrossbar-300x222.png" data-large-file="https://lifeofageekadmin.com/wp-content/uploads/2022/04/videocrossbar.png" class="alignnone size-full wp-image-6081" src="https://lifeofageekadmin.com/wp-content/uploads/2022/04/videocrossbar.png" alt="Video Crossbar" width="391" height="289" srcset="https://lifeofageekadmin.com/wp-content/uploads/2022/04/videocrossbar.png 391w, https://lifeofageekadmin.com/wp-content/uploads/2022/04/videocrossbar-300x222.png 300w" sizes="auto, (max-width: 391px) 100vw, 391px" /></a></p>
<p>Click Video &gt; Levels</p>
<p><a href="https://lifeofageekadmin.com/videolevels/"><img loading="lazy" decoding="async" data-attachment-id="6083" data-permalink="https://lifeofageekadmin.com/how-to-use-virtualdub-and-diamond-vc500-usb-to-capture-on-windows-10/videolevels/" data-orig-file="https://lifeofageekadmin.com/wp-content/uploads/2022/04/videolevels.png" data-orig-size="286,170" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="videolevels" data-image-description="" data-image-caption="" data-medium-file="https://lifeofageekadmin.com/wp-content/uploads/2022/04/videolevels.png" data-large-file="https://lifeofageekadmin.com/wp-content/uploads/2022/04/videolevels.png" class="alignnone size-full wp-image-6083" src="https://lifeofageekadmin.com/wp-content/uploads/2022/04/videolevels.png" alt="Video Levels" width="286" height="170" /></a></p>
<p class="western">These are proc amp settings usually linked to the capture device&#8217;s proc amp controls. Different capture cards have different dialog and defaults. Some cards don&#8217;t provide a link that VDub can use here. Above, typical proc amp for VC500.</p>
<p class="western">&#8220;Brightness&#8221; adjusts black levels, &#8220;Contrast&#8221; adjusts brights. Use these two controls in conjunction with the capture Histogram and Cropping features to set valid input levels for 16-235 video. The controls interact somewhat, but with some fiddling you can adjust the tonal range for acceptable input levels. Levels fluctuate during play, so at best you should set levels for worst-case scenarios and tweak later.</p>
<p class="western">There are usually sharpness and saturation controls. If your input is badly over- or under-saturated, you can adjust here. Caution: saturation affects the saturation of all colors, not just one. Over-saturation results in color bleed and overload (blooming or glowing colors). &#8220;Sharpness: might be able to mitigate sharpening halos, don&#8217;t sharpen VHS: all you&#8217;ll do is sharpen noise.</p>
<p class="western">Click Video &gt; Cropping</p>
<p><a href="https://lifeofageekadmin.com/videocropping/"><img loading="lazy" decoding="async" data-attachment-id="6080" data-permalink="https://lifeofageekadmin.com/videocropping/" data-orig-file="https://lifeofageekadmin.com/wp-content/uploads/2022/04/videocropping.png" data-orig-size="867,600" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="videocropping" data-image-description="" data-image-caption="" data-medium-file="https://lifeofageekadmin.com/wp-content/uploads/2022/04/videocropping-300x208.png" data-large-file="https://lifeofageekadmin.com/wp-content/uploads/2022/04/videocropping.png" class="alignnone size-full wp-image-6080" src="https://lifeofageekadmin.com/wp-content/uploads/2022/04/videocropping.png" alt="Croping" width="867" height="600" srcset="https://lifeofageekadmin.com/wp-content/uploads/2022/04/videocropping.png 867w, https://lifeofageekadmin.com/wp-content/uploads/2022/04/videocropping-300x208.png 300w, https://lifeofageekadmin.com/wp-content/uploads/2022/04/videocropping-768x531.png 768w" sizes="auto, (max-width: 867px) 100vw, 867px" /></a></p>
<p class="western">Cropping can be used to mask off areas that affect the levels histogram, such as black or white borders and head-switching noise. You can crop left, right, top, and bottom. TURN THIS OFF BEFORE STARTING CAPTURE or you&#8217;ll have an unwanted/unacceptable frame size or an error message. Cropping can be turned off ONLY be resetting the crop parameters to all-Zero&#8217;s. Simply clicking the &#8220;Cropping&#8230;&#8221; menu item won&#8217;t turn it off.</p>
<p class="western">Noise reduction &gt; Don&#8217;t use this.</p>
<p class="western">Vertical reduction &gt; Don&#8217;t use this.</p>
<p class="western">Extend luma black point &gt; Don&#8217;t use this.</p>
<p class="western">Extend luma white point &gt; Don&#8217;t use this.</p>
<p class="western">Filter chain &gt; &gt; Don&#8217;t use this.</p>
<p class="western">Click Video &gt; Compression</p>
<p class="western">Sets compression for the capture file. Installed Compression codecs that Virtualdub can use are shown here. We will be using HuffyUV for this example but Lagarith</p>
<p><a href="https://lifeofageekadmin.com/videocompression/"><img loading="lazy" decoding="async" data-attachment-id="6079" data-permalink="https://lifeofageekadmin.com/videocompression/" data-orig-file="https://lifeofageekadmin.com/wp-content/uploads/2022/04/videocompression.png" data-orig-size="525,307" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="videocompression" data-image-description="" data-image-caption="" data-medium-file="https://lifeofageekadmin.com/wp-content/uploads/2022/04/videocompression-300x175.png" data-large-file="https://lifeofageekadmin.com/wp-content/uploads/2022/04/videocompression.png" class="alignnone size-full wp-image-6079" src="https://lifeofageekadmin.com/wp-content/uploads/2022/04/videocompression.png" alt="HuffyUV Settings" width="525" height="307" srcset="https://lifeofageekadmin.com/wp-content/uploads/2022/04/videocompression.png 525w, https://lifeofageekadmin.com/wp-content/uploads/2022/04/videocompression-300x175.png 300w" sizes="auto, (max-width: 525px) 100vw, 525px" /></a></p>
<p class="western">Click the huffyuv &#8220;Configure&#8221; button n the lower right area to check you huffyuv setup.</p>
<p class="western">Below, are my settings for HuffyUV lossless compression. The colorspace of the capture file (YUY2) has been set elsewhere. HuffyUV detects the output colorspace and compresses accordingly.</p>
<p class="western">HuffyUV accepts only YUY2(UYVY) or RGB.</p>
<p><a href="https://lifeofageekadmin.com/huffyuvconfig/"><img loading="lazy" decoding="async" data-attachment-id="6073" data-permalink="https://lifeofageekadmin.com/how-to-use-virtualdub-and-diamond-vc500-usb-to-capture-on-windows-10/huffyuvconfig/" data-orig-file="https://lifeofageekadmin.com/wp-content/uploads/2022/04/huffyuvconfig.png" data-orig-size="368,377" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="huffyuvconfig" data-image-description="" data-image-caption="" data-medium-file="https://lifeofageekadmin.com/wp-content/uploads/2022/04/huffyuvconfig-293x300.png" data-large-file="https://lifeofageekadmin.com/wp-content/uploads/2022/04/huffyuvconfig.png" class="alignnone size-full wp-image-6073" src="https://lifeofageekadmin.com/wp-content/uploads/2022/04/huffyuvconfig.png" alt="HuffyUV Config" width="368" height="377" srcset="https://lifeofageekadmin.com/wp-content/uploads/2022/04/huffyuvconfig.png 368w, https://lifeofageekadmin.com/wp-content/uploads/2022/04/huffyuvconfig-293x300.png 293w" sizes="auto, (max-width: 368px) 100vw, 368px" /></a></p>
<p class="western">Below, the setup I use for Lagarith lossless compression:</p>
<p><a href="https://lifeofageekadmin.com/lagaithcompression1/"><img loading="lazy" decoding="async" data-attachment-id="6074" data-permalink="https://lifeofageekadmin.com/lagaithcompression1/" data-orig-file="https://lifeofageekadmin.com/wp-content/uploads/2022/04/lagaithcompression1.png" data-orig-size="529,306" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="lagaithcompression1" data-image-description="" data-image-caption="" data-medium-file="https://lifeofageekadmin.com/wp-content/uploads/2022/04/lagaithcompression1-300x174.png" data-large-file="https://lifeofageekadmin.com/wp-content/uploads/2022/04/lagaithcompression1.png" class="alignnone size-full wp-image-6074" src="https://lifeofageekadmin.com/wp-content/uploads/2022/04/lagaithcompression1.png" alt="Lagarith Compression" width="529" height="306" srcset="https://lifeofageekadmin.com/wp-content/uploads/2022/04/lagaithcompression1.png 529w, https://lifeofageekadmin.com/wp-content/uploads/2022/04/lagaithcompression1-300x174.png 300w" sizes="auto, (max-width: 529px) 100vw, 529px" /></a></p>
<p class="western">To check Lagarith compression settings (I strongly urge you to do so, since other processing apps using Lagarith can change its configuration), click the Configure button at lower right.</p>
<p class="western">Below, my setup for Lagarith/YUY2:</p>
<p><a href="https://lifeofageekadmin.com/lagaithcompression2/"><img loading="lazy" decoding="async" data-attachment-id="6075" data-permalink="https://lifeofageekadmin.com/lagaithcompression2/" data-orig-file="https://lifeofageekadmin.com/wp-content/uploads/2022/04/lagaithcompression2.png" data-orig-size="350,227" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="lagaithcompression2" data-image-description="" data-image-caption="" data-medium-file="https://lifeofageekadmin.com/wp-content/uploads/2022/04/lagaithcompression2-300x195.png" data-large-file="https://lifeofageekadmin.com/wp-content/uploads/2022/04/lagaithcompression2.png" class="alignnone size-full wp-image-6075" src="https://lifeofageekadmin.com/wp-content/uploads/2022/04/lagaithcompression2.png" alt="Lagarith config" width="350" height="227" srcset="https://lifeofageekadmin.com/wp-content/uploads/2022/04/lagaithcompression2.png 350w, https://lifeofageekadmin.com/wp-content/uploads/2022/04/lagaithcompression2-300x195.png 300w, https://lifeofageekadmin.com/wp-content/uploads/2022/04/lagaithcompression2-260x170.png 260w" sizes="auto, (max-width: 350px) 100vw, 350px" /></a></p>
<p class="western">Set custom format.</p>
<p class="western">Click Video &gt; Custom Format.</p>
<p class="western">This dialog sets frame size and compression method.</p>
<p><a href="https://lifeofageekadmin.com/videocustomformat/"><img loading="lazy" decoding="async" data-attachment-id="6082" data-permalink="https://lifeofageekadmin.com/videocustomformat/" data-orig-file="https://lifeofageekadmin.com/wp-content/uploads/2022/04/videocustomformat.png" data-orig-size="488,321" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="videocustomformat" data-image-description="" data-image-caption="" data-medium-file="https://lifeofageekadmin.com/wp-content/uploads/2022/04/videocustomformat-300x197.png" data-large-file="https://lifeofageekadmin.com/wp-content/uploads/2022/04/videocustomformat.png" class="alignnone size-full wp-image-6082" src="https://lifeofageekadmin.com/wp-content/uploads/2022/04/videocustomformat.png" alt="Video Custom Format" width="488" height="321" srcset="https://lifeofageekadmin.com/wp-content/uploads/2022/04/videocustomformat.png 488w, https://lifeofageekadmin.com/wp-content/uploads/2022/04/videocustomformat-300x197.png 300w, https://lifeofageekadmin.com/wp-content/uploads/2022/04/videocustomformat-207x136.png 207w, https://lifeofageekadmin.com/wp-content/uploads/2022/04/videocustomformat-260x170.png 260w, https://lifeofageekadmin.com/wp-content/uploads/2022/04/videocustomformat-430x283.png 430w" sizes="auto, (max-width: 488px) 100vw, 488px" /></a></p>
<p class="western">Audio Settings</p>
<p class="western">Audio (top menu)</p>
<p><a href="https://lifeofageekadmin.com/audiocapturedevice/"><img loading="lazy" decoding="async" data-attachment-id="6066" data-permalink="https://lifeofageekadmin.com/how-to-use-virtualdub-and-diamond-vc500-usb-to-capture-on-windows-10/audiocapturedevice/" data-orig-file="https://lifeofageekadmin.com/wp-content/uploads/2022/04/audiocapturedevice.png" data-orig-size="357,331" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="audiocapturedevice" data-image-description="" data-image-caption="" data-medium-file="https://lifeofageekadmin.com/wp-content/uploads/2022/04/audiocapturedevice-300x278.png" data-large-file="https://lifeofageekadmin.com/wp-content/uploads/2022/04/audiocapturedevice.png" class="alignnone size-full wp-image-6066" src="https://lifeofageekadmin.com/wp-content/uploads/2022/04/audiocapturedevice.png" alt="Audio Device Settings" width="357" height="331" srcset="https://lifeofageekadmin.com/wp-content/uploads/2022/04/audiocapturedevice.png 357w, https://lifeofageekadmin.com/wp-content/uploads/2022/04/audiocapturedevice-300x278.png 300w" sizes="auto, (max-width: 357px) 100vw, 357px" /></a></p>
<p class="western">At the bottom of the Audio menu I’ve selected the audio source. With the VC500 you just need to select Capture device. USB devices, the capture device would appear in this list. Some USB cards with their integrated audio processing require you to choose &#8220;0 Capture device&#8221; in this list.</p>
<p class="western">Click the following options under Audio.</p>
<ul>
<li class="western">Enable audio capture</li>
<li class="western">Enable audio playback</li>
</ul>
<p class="western">Enable audio playback during capture at your own risk. It can result in dropped frames and/or loss of audio sync.  Try it and see if you have any issues. If you experience dropped frames I would disable it (un-check)</p>
<ul>
<li class="western">Volume Meter</li>
</ul>
<p class="western">Enables view of audio volume level at the bottom of the capture window. Personally I enable it but it is optional and if you have not enabled audio playback it will give you a visual of the audio while capturing.</p>
<p class="western">Raw capture format</p>
<p>Click Audio &gt; Raw capture format</p>
<p class="western">Use uncompressed PCM: 48000Hz, stereo, 16-bit. If you need a different bitrate or whatever you can change audio properties later, but capturing compressed audio codecs for lossless video ain&#8217;t a good idea. Compressed audio formats use more CPU during capture.</p>
<p><a href="https://lifeofageekadmin.com/audiorawcapture/"><img loading="lazy" decoding="async" data-attachment-id="6068" data-permalink="https://lifeofageekadmin.com/audiorawcapture/" data-orig-file="https://lifeofageekadmin.com/wp-content/uploads/2022/04/audiorawcapture.png" data-orig-size="283,207" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="audiorawcapture" data-image-description="" data-image-caption="" data-medium-file="https://lifeofageekadmin.com/wp-content/uploads/2022/04/audiorawcapture.png" data-large-file="https://lifeofageekadmin.com/wp-content/uploads/2022/04/audiorawcapture.png" class="alignnone size-full wp-image-6068" src="https://lifeofageekadmin.com/wp-content/uploads/2022/04/audiorawcapture.png" alt="Audio Raw Capture" width="283" height="207" /></a></p>
<p class="western">Click Audio &gt; Compression</p>
<p class="western">Set to &#8220;&lt;no compression (PCM)&gt;&#8221; during capture.</p>
<p class="western">Click Audio &gt; Windows mixer</p>
<p class="western">A Link to the audio card&#8217;s control panel dialog. You can set input volume here if you&#8217;re getting pure screech and boom for audio input. The bottom of the audio menu lists available audio input sources. Choose the correct device before fiddling with the Input and Source entries.</p>
<p>Click Audio &gt; Audio input</p>
<p><a href="https://lifeofageekadmin.com/audioinput/"><img loading="lazy" decoding="async" data-attachment-id="6067" data-permalink="https://lifeofageekadmin.com/audioinput/" data-orig-file="https://lifeofageekadmin.com/wp-content/uploads/2022/04/audioinput.png" data-orig-size="524,349" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="audioinput" data-image-description="" data-image-caption="" data-medium-file="https://lifeofageekadmin.com/wp-content/uploads/2022/04/audioinput-300x200.png" data-large-file="https://lifeofageekadmin.com/wp-content/uploads/2022/04/audioinput.png" class="alignnone size-full wp-image-6067" src="https://lifeofageekadmin.com/wp-content/uploads/2022/04/audioinput.png" alt="Audio Input" width="524" height="349" srcset="https://lifeofageekadmin.com/wp-content/uploads/2022/04/audioinput.png 524w, https://lifeofageekadmin.com/wp-content/uploads/2022/04/audioinput-300x200.png 300w, https://lifeofageekadmin.com/wp-content/uploads/2022/04/audioinput-140x94.png 140w" sizes="auto, (max-width: 524px) 100vw, 524px" /></a></p>
<p class="western">Most USB devices have their own integrated audio input and audio timing setup, so you might not see an entry here, as is the case with VC500.</p>
<p class="western">Click Audio &gt; Audio source</p>
<p><a href="https://lifeofageekadmin.com/audiosource/"><img loading="lazy" decoding="async" data-attachment-id="6069" data-permalink="https://lifeofageekadmin.com/how-to-use-virtualdub-and-diamond-vc500-usb-to-capture-on-windows-10/audiosource/" data-orig-file="https://lifeofageekadmin.com/wp-content/uploads/2022/04/audiosource.png" data-orig-size="489,333" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="audiosource" data-image-description="" data-image-caption="" data-medium-file="https://lifeofageekadmin.com/wp-content/uploads/2022/04/audiosource-300x204.png" data-large-file="https://lifeofageekadmin.com/wp-content/uploads/2022/04/audiosource.png" class="alignnone size-full wp-image-6069" src="https://lifeofageekadmin.com/wp-content/uploads/2022/04/audiosource.png" alt="Audio Source" width="489" height="333" srcset="https://lifeofageekadmin.com/wp-content/uploads/2022/04/audiosource.png 489w, https://lifeofageekadmin.com/wp-content/uploads/2022/04/audiosource-300x204.png 300w, https://lifeofageekadmin.com/wp-content/uploads/2022/04/audiosource-140x94.png 140w" sizes="auto, (max-width: 489px) 100vw, 489px" /></a></p>
<p class="western">Set this to Audio Line if not set automatically for you.</p>
<p class="western">Capture Settings</p>
<p class="western">Click Capture &gt; Capture Video F5,F6</p>
<p class="western">I use F6 to to start capture. This is what Vdub sets as default.</p>
<p class="western">Click Capture &gt; Test Video capture</p>
<p class="western">Used to test your capture. No settings to set.</p>
<p class="western">Stop Capture Esc</p>
<p class="western">Press the &#8220;Esc&#8221; key to stop capture.</p>
<p class="western">Click Capture &gt; Settings</p>
<p><a href="https://lifeofageekadmin.com/capturesettings/"><img loading="lazy" decoding="async" data-attachment-id="6070" data-permalink="https://lifeofageekadmin.com/capturesettings/" data-orig-file="https://lifeofageekadmin.com/wp-content/uploads/2022/04/capturesettings.png" data-orig-size="505,130" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="capturesettings" data-image-description="" data-image-caption="" data-medium-file="https://lifeofageekadmin.com/wp-content/uploads/2022/04/capturesettings-300x77.png" data-large-file="https://lifeofageekadmin.com/wp-content/uploads/2022/04/capturesettings.png" class="alignnone size-full wp-image-6070" src="https://lifeofageekadmin.com/wp-content/uploads/2022/04/capturesettings.png" alt="Capture Settings" width="505" height="130" srcset="https://lifeofageekadmin.com/wp-content/uploads/2022/04/capturesettings.png 505w, https://lifeofageekadmin.com/wp-content/uploads/2022/04/capturesettings-300x77.png 300w" sizes="auto, (max-width: 505px) 100vw, 505px" /></a></p>
<p class="western">Set the frame rate for capture here if it isn&#8217;t already set. The default is 15.0000.</p>
<p class="western">Click Capture &gt; Preferences</p>
<p class="western">Side panel information items</p>
<p class="western">Set the items you want displayed in the capture window&#8217;s right-hand information panel by clicking on the item. I use the defaults.</p>
<p class="western">Click Capture &gt; Hot Keys</p>
<p class="western">You can change the app&#8217;s hot keys if you want. Defaults work good for most users.</p>
<p class="western">Click Capture &gt; Stop conditions</p>
<p><a href="https://lifeofageekadmin.com/capturestopcond/"><img loading="lazy" decoding="async" data-attachment-id="6071" data-permalink="https://lifeofageekadmin.com/how-to-use-virtualdub-and-diamond-vc500-usb-to-capture-on-windows-10/capturestopcond/" data-orig-file="https://lifeofageekadmin.com/wp-content/uploads/2022/04/capturestopcond.png" data-orig-size="348,189" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="capturestopcond" data-image-description="" data-image-caption="" data-medium-file="https://lifeofageekadmin.com/wp-content/uploads/2022/04/capturestopcond-300x163.png" data-large-file="https://lifeofageekadmin.com/wp-content/uploads/2022/04/capturestopcond.png" class="alignnone size-full wp-image-6071" src="https://lifeofageekadmin.com/wp-content/uploads/2022/04/capturestopcond.png" alt="Capture Stop Settings" width="348" height="189" srcset="https://lifeofageekadmin.com/wp-content/uploads/2022/04/capturestopcond.png 348w, https://lifeofageekadmin.com/wp-content/uploads/2022/04/capturestopcond-300x163.png 300w" sizes="auto, (max-width: 348px) 100vw, 348px" /></a></p>
<p class="western">I&#8217;ve set no limits here. When a limit is reached, capture stops. In this menu, Accept uses the settings for the current session. Save keeps the settings until you change them yourself.</p>
<p class="western">Click Capture &gt; Timing</p>
<p><a href="https://lifeofageekadmin.com/capturetiming/"><img loading="lazy" decoding="async" data-attachment-id="6072" data-permalink="https://lifeofageekadmin.com/how-to-use-virtualdub-and-diamond-vc500-usb-to-capture-on-windows-10/capturetiming/" data-orig-file="https://lifeofageekadmin.com/wp-content/uploads/2022/04/capturetiming.png" data-orig-size="428,462" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="capturetiming" data-image-description="" data-image-caption="" data-medium-file="https://lifeofageekadmin.com/wp-content/uploads/2022/04/capturetiming-278x300.png" data-large-file="https://lifeofageekadmin.com/wp-content/uploads/2022/04/capturetiming.png" class="alignnone size-full wp-image-6072" src="https://lifeofageekadmin.com/wp-content/uploads/2022/04/capturetiming.png" alt="Capture Timing" width="428" height="462" srcset="https://lifeofageekadmin.com/wp-content/uploads/2022/04/capturetiming.png 428w, https://lifeofageekadmin.com/wp-content/uploads/2022/04/capturetiming-278x300.png 278w" sizes="auto, (max-width: 428px) 100vw, 428px" /></a></p>
<p class="western">These options set up the way VirtualDub matches video to audio during a capture. Video frames can stream in from the video capture with irregular timestamps due to timing inaccuracies and interference with system background tasks. Bad timing can also come from the source video or the player. During capture these issues have to be resolved for something more consistent and correct.</p>
<p>The rest of the settings in VirtualDub I am just using the defaults. At this point we are ready to start the capture.</p>
<p>Click Capture &gt; Capture video or press F6</p>
<p><a href="https://lifeofageekadmin.com/how-to-use-virtualdub-and-diamond-vc500-usb-to-capture-on-windows-10/captureinprocess/" rel="attachment wp-att-6092"><img loading="lazy" decoding="async" data-attachment-id="6092" data-permalink="https://lifeofageekadmin.com/how-to-use-virtualdub-and-diamond-vc500-usb-to-capture-on-windows-10/captureinprocess/" data-orig-file="https://lifeofageekadmin.com/wp-content/uploads/2022/04/captureinprocess.png" data-orig-size="1463,783" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="captureinprocess" data-image-description="" data-image-caption="" data-medium-file="https://lifeofageekadmin.com/wp-content/uploads/2022/04/captureinprocess-300x161.png" data-large-file="https://lifeofageekadmin.com/wp-content/uploads/2022/04/captureinprocess-1024x548.png" class="alignnone size-large wp-image-6092" src="https://lifeofageekadmin.com/wp-content/uploads/2022/04/captureinprocess-1024x548.png" alt="vdub capture in process" width="1024" height="548" srcset="https://lifeofageekadmin.com/wp-content/uploads/2022/04/captureinprocess-1024x548.png 1024w, https://lifeofageekadmin.com/wp-content/uploads/2022/04/captureinprocess-300x161.png 300w, https://lifeofageekadmin.com/wp-content/uploads/2022/04/captureinprocess-768x411.png 768w, https://lifeofageekadmin.com/wp-content/uploads/2022/04/captureinprocess.png 1463w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></a></p>
<p>Press ESC to stop the capture.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://lifeofageekadmin.com/how-to-use-virtualdub-and-diamond-vc500-usb-to-capture-on-windows-10/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">6061</post-id>	</item>
		<item>
		<title>How To Install Wine Stable on Ubuntu 21.10 Impish</title>
		<link>https://lifeofageekadmin.com/how-to-install-wine-stable-on-ubuntu-21-10-impish/</link>
					<comments>https://lifeofageekadmin.com/how-to-install-wine-stable-on-ubuntu-21-10-impish/#respond</comments>
		
		<dc:creator><![CDATA[newlife007]]></dc:creator>
		<pubDate>Tue, 12 Apr 2022 15:00:23 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[wine]]></category>
		<category><![CDATA[Impish]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[wineHQ]]></category>
		<guid isPermaLink="false">https://lifeofageekadmin.com/?p=6045</guid>

					<description><![CDATA[How To Install Wine Stable on Ubuntu 21.10 Introduction There are just some Windows only programs or games that you just want to be able to run on your Ubuntu Linux system that require a bit of help, this is why the Wine project was born. System Preparation First off we will need to add [&#8230;]]]></description>
										<content:encoded><![CDATA[<h1>How To Install Wine Stable on Ubuntu 21.10</h1>
<h2>Introduction</h2>
<p>There are just some Windows only programs or games that you just want to be able to run on your Ubuntu Linux system that require a bit of help, this is why the Wine project was born.</p>
<h2>System Preparation</h2>
<p>First off we will need to add the <a href="https://wiki.winehq.org" target="_blank" rel="noopener">WineHQ</a> repository and GPG key to your system.  The reason we are using WineHQ repository is due to the fact that Ubuntu only has 5.0.3 in it&#8217;s repository and WineHQ current stable version is 7.0.</p>
<p>Download and add the repository key:</p>
<p>$ wget -nc https://dl.winehq.org/wine-builds/winehq.key</p>
<p><a href="https://lifeofageekadmin.com/how-to-install-wine-stable-on-ubuntu-21-10-impish/winehqaddgpgkey/" rel="attachment wp-att-6047"><img loading="lazy" decoding="async" data-attachment-id="6047" data-permalink="https://lifeofageekadmin.com/how-to-install-wine-stable-on-ubuntu-21-10-impish/winehqaddgpgkey/" data-orig-file="https://lifeofageekadmin.com/wp-content/uploads/2022/04/winehqaddgpgkey.png" data-orig-size="661,216" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="winehqaddgpgkey" data-image-description="" data-image-caption="" data-medium-file="https://lifeofageekadmin.com/wp-content/uploads/2022/04/winehqaddgpgkey-300x98.png" data-large-file="https://lifeofageekadmin.com/wp-content/uploads/2022/04/winehqaddgpgkey.png" class="alignnone size-full wp-image-6047" src="https://lifeofageekadmin.com/wp-content/uploads/2022/04/winehqaddgpgkey.png" alt="WineHQ Get GPGKey" width="661" height="216" srcset="https://lifeofageekadmin.com/wp-content/uploads/2022/04/winehqaddgpgkey.png 661w, https://lifeofageekadmin.com/wp-content/uploads/2022/04/winehqaddgpgkey-300x98.png 300w" sizes="auto, (max-width: 661px) 100vw, 661px" /></a><br />
$ sudo mv winehq.key /usr/share/keyrings/winehq-archive.key</p>
<p><a href="https://lifeofageekadmin.com/how-to-install-wine-stable-on-ubuntu-21-10-impish/winehqaddgpgkey2/" rel="attachment wp-att-6048"><img loading="lazy" decoding="async" data-attachment-id="6048" data-permalink="https://lifeofageekadmin.com/how-to-install-wine-stable-on-ubuntu-21-10-impish/winehqaddgpgkey2/" data-orig-file="https://lifeofageekadmin.com/wp-content/uploads/2022/04/winehqaddgpgkey2.png" data-orig-size="540,29" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="winehqaddgpgkey2" data-image-description="" data-image-caption="" data-medium-file="https://lifeofageekadmin.com/wp-content/uploads/2022/04/winehqaddgpgkey2-300x16.png" data-large-file="https://lifeofageekadmin.com/wp-content/uploads/2022/04/winehqaddgpgkey2.png" class="alignnone size-full wp-image-6048" src="https://lifeofageekadmin.com/wp-content/uploads/2022/04/winehqaddgpgkey2.png" alt="Move GPG Key to keyring" width="540" height="29" srcset="https://lifeofageekadmin.com/wp-content/uploads/2022/04/winehqaddgpgkey2.png 540w, https://lifeofageekadmin.com/wp-content/uploads/2022/04/winehqaddgpgkey2-300x16.png 300w" sizes="auto, (max-width: 540px) 100vw, 540px" /></a></p>
<p>Now we are ready to download and add the repository sources.</p>
<p>$ wget -nc https://dl.winehq.org/wine-builds/ubuntu/dists/impish/winehq-impish.sources</p>
<p><a href="https://lifeofageekadmin.com/how-to-install-wine-stable-on-ubuntu-21-10-impish/winehqgetsources/" rel="attachment wp-att-6049"><img loading="lazy" decoding="async" data-attachment-id="6049" data-permalink="https://lifeofageekadmin.com/how-to-install-wine-stable-on-ubuntu-21-10-impish/winehqgetsources/" data-orig-file="https://lifeofageekadmin.com/wp-content/uploads/2022/04/winehqgetsources.png" data-orig-size="1172,191" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="winehqgetsources" data-image-description="" data-image-caption="" data-medium-file="https://lifeofageekadmin.com/wp-content/uploads/2022/04/winehqgetsources-300x49.png" data-large-file="https://lifeofageekadmin.com/wp-content/uploads/2022/04/winehqgetsources-1024x167.png" class="alignnone size-large wp-image-6049" src="https://lifeofageekadmin.com/wp-content/uploads/2022/04/winehqgetsources-1024x167.png" alt="WineHQ Get Repo Sources" width="1024" height="167" srcset="https://lifeofageekadmin.com/wp-content/uploads/2022/04/winehqgetsources-1024x167.png 1024w, https://lifeofageekadmin.com/wp-content/uploads/2022/04/winehqgetsources-300x49.png 300w, https://lifeofageekadmin.com/wp-content/uploads/2022/04/winehqgetsources-768x125.png 768w, https://lifeofageekadmin.com/wp-content/uploads/2022/04/winehqgetsources.png 1172w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></a></p>
<p>Move them into place in /etc/apt/sources.list.d</p>
<p>$ sudo mv winehq-impish.sources /etc/apt/sources.list.d/</p>
<p><a href="https://lifeofageekadmin.com/how-to-install-wine-stable-on-ubuntu-21-10-impish/winehqaddsources/" rel="attachment wp-att-6050"><img loading="lazy" decoding="async" data-attachment-id="6050" data-permalink="https://lifeofageekadmin.com/how-to-install-wine-stable-on-ubuntu-21-10-impish/winehqaddsources/" data-orig-file="https://lifeofageekadmin.com/wp-content/uploads/2022/04/winehqaddsources.png" data-orig-size="465,37" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="winehqaddsources" data-image-description="" data-image-caption="" data-medium-file="https://lifeofageekadmin.com/wp-content/uploads/2022/04/winehqaddsources-300x24.png" data-large-file="https://lifeofageekadmin.com/wp-content/uploads/2022/04/winehqaddsources.png" class="alignnone size-full wp-image-6050" src="https://lifeofageekadmin.com/wp-content/uploads/2022/04/winehqaddsources.png" alt="WineHQ Add repo sources" width="465" height="37" srcset="https://lifeofageekadmin.com/wp-content/uploads/2022/04/winehqaddsources.png 465w, https://lifeofageekadmin.com/wp-content/uploads/2022/04/winehqaddsources-300x24.png 300w" sizes="auto, (max-width: 465px) 100vw, 465px" /></a></p>
<p>Update the packages</p>
<p>$ sudo apt update</p>
<h2>Installation</h2>
<p>Now we are ready to install the stable branch for Wine.</p>
<p>$ sudo apt install &#8211;install-recommends winehq-stable</p>
<p><a href="https://lifeofageekadmin.com/how-to-install-wine-stable-on-ubuntu-21-10-impish/winehqstableinstall/" rel="attachment wp-att-6051"><img loading="lazy" decoding="async" data-attachment-id="6051" data-permalink="https://lifeofageekadmin.com/how-to-install-wine-stable-on-ubuntu-21-10-impish/winehqstableinstall/" data-orig-file="https://lifeofageekadmin.com/wp-content/uploads/2022/04/winehqstableinstall.png" data-orig-size="1218,493" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="winehqstableinstall" data-image-description="" data-image-caption="" data-medium-file="https://lifeofageekadmin.com/wp-content/uploads/2022/04/winehqstableinstall-300x121.png" data-large-file="https://lifeofageekadmin.com/wp-content/uploads/2022/04/winehqstableinstall-1024x414.png" class="alignnone size-large wp-image-6051" src="https://lifeofageekadmin.com/wp-content/uploads/2022/04/winehqstableinstall-1024x414.png" alt="Wine Stable Install" width="1024" height="414" srcset="https://lifeofageekadmin.com/wp-content/uploads/2022/04/winehqstableinstall-1024x414.png 1024w, https://lifeofageekadmin.com/wp-content/uploads/2022/04/winehqstableinstall-300x121.png 300w, https://lifeofageekadmin.com/wp-content/uploads/2022/04/winehqstableinstall-768x311.png 768w, https://lifeofageekadmin.com/wp-content/uploads/2022/04/winehqstableinstall.png 1218w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></a></p>
<p>Press Y and let the installation begin.</p>
<p><em><strong>A few notes:</strong></em></p>
<p>If apt complains about missing dependencies, install them, then repeat the last two steps (update and install). See the FAQ entry on dependency errors for tips on troubleshooting dependency issues.</p>
<p>If you have previously used the distro packages, you will notice some differences in the WineHQ ones:</p>
<ul>
<li>Files are installed to /opt/wine-devel, opt/wine-stable, or /opt/wine-staging (depending on which version you installed).</li>
<li>Menu items are not created for Wine&#8217;s builtin programs (winecfg, etc.), and if you are upgrading from a distro package that had added them, they will be removed. You can recreate them yourself using your menu editor.</li>
<li>Binfmt_misc registration is not added. Consult your distro&#8217;s documentation for update-binfmts if you wish to do this manually.</li>
<li>WineHQ does not at present package wine-gecko or wine-mono. When creating a new wine prefix, you will be asked if you want to download those components. For best compatibility, it is recommended to click Yes here. If the download doesn&#8217;t work for you, please follow the instructions on the Gecko and Mono wiki pages to install them manually.</li>
<li>Beginning with Wine 5.7, the WineHQ Ubuntu packages have an optional debconf setting to enable CAP_NET_RAW to allow applications that need to send and receive raw IP packets to do so. This is disabled by default because it carries a potential security risk, and the vast majority of applications do not need that capability. Users of applications that do need it can enable CAP_NET_RAW after installing Wine by running</li>
</ul>
<p>&nbsp;</p>
<p>Configure Wine</p>
<p>Now that wine is installed we will need to get the basic configuration done. This is down using winecfg.</p>
<p>$ winecfg</p>
<p><a href="https://lifeofageekadmin.com/how-to-install-wine-stable-on-ubuntu-21-10-impish/winecfg_start/" rel="attachment wp-att-6054"><img loading="lazy" decoding="async" data-attachment-id="6054" data-permalink="https://lifeofageekadmin.com/how-to-install-wine-stable-on-ubuntu-21-10-impish/winecfg_start/" data-orig-file="https://lifeofageekadmin.com/wp-content/uploads/2022/04/winecfg_start.png" data-orig-size="978,125" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="winecfg_start" data-image-description="" data-image-caption="" data-medium-file="https://lifeofageekadmin.com/wp-content/uploads/2022/04/winecfg_start-300x38.png" data-large-file="https://lifeofageekadmin.com/wp-content/uploads/2022/04/winecfg_start.png" class="alignnone size-full wp-image-6054" src="https://lifeofageekadmin.com/wp-content/uploads/2022/04/winecfg_start.png" alt="winecf start" width="978" height="125" srcset="https://lifeofageekadmin.com/wp-content/uploads/2022/04/winecfg_start.png 978w, https://lifeofageekadmin.com/wp-content/uploads/2022/04/winecfg_start-300x38.png 300w, https://lifeofageekadmin.com/wp-content/uploads/2022/04/winecfg_start-768x98.png 768w" sizes="auto, (max-width: 978px) 100vw, 978px" /></a></p>
<p>The installation will create some directories and then call up a GUI. Note: you may get a warning about dependencies needing installed.</p>
<p><a href="https://lifeofageekadmin.com/how-to-install-wine-stable-on-ubuntu-21-10-impish/winecfg_depend/" rel="attachment wp-att-6055"><img loading="lazy" decoding="async" data-attachment-id="6055" data-permalink="https://lifeofageekadmin.com/how-to-install-wine-stable-on-ubuntu-21-10-impish/winecfg_depend/" data-orig-file="https://lifeofageekadmin.com/wp-content/uploads/2022/04/winecfg_depend.png" data-orig-size="395,190" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="winecfg_depend" data-image-description="" data-image-caption="" data-medium-file="https://lifeofageekadmin.com/wp-content/uploads/2022/04/winecfg_depend-300x144.png" data-large-file="https://lifeofageekadmin.com/wp-content/uploads/2022/04/winecfg_depend.png" class="alignnone size-full wp-image-6055" src="https://lifeofageekadmin.com/wp-content/uploads/2022/04/winecfg_depend.png" alt="winecfg dependencies" width="395" height="190" srcset="https://lifeofageekadmin.com/wp-content/uploads/2022/04/winecfg_depend.png 395w, https://lifeofageekadmin.com/wp-content/uploads/2022/04/winecfg_depend-300x144.png 300w" sizes="auto, (max-width: 395px) 100vw, 395px" /></a></p>
<p>Configuration will complete. Execute winecfg again to bring up the GUI interface.</p>
<p><a href="https://lifeofageekadmin.com/how-to-install-wine-stable-on-ubuntu-21-10-impish/winecfg_interface/" rel="attachment wp-att-6056"><img loading="lazy" decoding="async" data-attachment-id="6056" data-permalink="https://lifeofageekadmin.com/how-to-install-wine-stable-on-ubuntu-21-10-impish/winecfg_interface/" data-orig-file="https://lifeofageekadmin.com/wp-content/uploads/2022/04/winecfg_interface.png" data-orig-size="411,477" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="winecfg_interface" data-image-description="" data-image-caption="" data-medium-file="https://lifeofageekadmin.com/wp-content/uploads/2022/04/winecfg_interface-258x300.png" data-large-file="https://lifeofageekadmin.com/wp-content/uploads/2022/04/winecfg_interface.png" class="alignnone size-full wp-image-6056" src="https://lifeofageekadmin.com/wp-content/uploads/2022/04/winecfg_interface.png" alt="winecfg interface" width="411" height="477" srcset="https://lifeofageekadmin.com/wp-content/uploads/2022/04/winecfg_interface.png 411w, https://lifeofageekadmin.com/wp-content/uploads/2022/04/winecfg_interface-258x300.png 258w" sizes="auto, (max-width: 411px) 100vw, 411px" />A few notes:</a></p>
<p>At this point we have a default install of stable Wine. We are now ready to get those needed Windows only programs and games running on Linux. Look for future posts on how to do just that!</p>
<p>&nbsp;</p>
]]></content:encoded>
					
					<wfw:commentRss>https://lifeofageekadmin.com/how-to-install-wine-stable-on-ubuntu-21-10-impish/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">6045</post-id>	</item>
		<item>
		<title>How To Scan Multiple Pictures at Once Using Epson Scan on a Flatbed Scanner</title>
		<link>https://lifeofageekadmin.com/how-to-scan-multiple-pictures-at-once-using-epson-scan-on-a-flatbed-scanner/</link>
					<comments>https://lifeofageekadmin.com/how-to-scan-multiple-pictures-at-once-using-epson-scan-on-a-flatbed-scanner/#comments</comments>
		
		<dc:creator><![CDATA[newlife007]]></dc:creator>
		<pubDate>Fri, 25 Mar 2022 18:27:36 +0000</pubDate>
				<category><![CDATA[Scanning]]></category>
		<category><![CDATA[Epson Scan]]></category>
		<category><![CDATA[marquee]]></category>
		<category><![CDATA[scanning]]></category>
		<guid isPermaLink="false">https://lifeofageekadmin.com/?p=6027</guid>

					<description><![CDATA[How To Scan Multiple Pictures at Once Using Epson Scan on a Flatbed Scanner Introduction In this post we will look at how to scan multiple pictures on a flatbed at one time using Epson Scan and the Marquee feature. To be clear it is really not scanning all with a single click but it [&#8230;]]]></description>
										<content:encoded><![CDATA[<h1>How To Scan Multiple Pictures at Once Using Epson Scan on a Flatbed Scanner</h1>
<h2>Introduction</h2>
<p>In this post we will look at how to scan multiple pictures on a flatbed at one time using Epson Scan and the Marquee feature. To be clear it is really not scanning all with a single click but it allows you to select each picture on the flatbed, select settings and scan them individually with clicks. Much quicker than a picture at a time on the flatbed. The best application of this technique is for scanning picture albums.</p>
<p>The Process</p>
<p>So to start the process fire up the flatbed scanner (Perfection V700 Photo in my case) and open Epson Scan application. Place photos on the flatbed scanner. Lets set your scan settings. You can change to what works for you, but here are mine.</p>
<ul>
<li>Mode: Home Mode</li>
<li>Document Type: Photo</li>
<li>Image Type: Color</li>
<li>Destination: Other</li>
<li>Resolution 600 dpi</li>
</ul>
<p><a href="https://lifeofageekadmin.com/how-to-scan-multiple-pictures-at-once-using-epson-scan-on-a-flatbed-scanner/epsonmultisettings1/" rel="attachment wp-att-6031"><img loading="lazy" decoding="async" data-attachment-id="6031" data-permalink="https://lifeofageekadmin.com/how-to-scan-multiple-pictures-at-once-using-epson-scan-on-a-flatbed-scanner/epsonmultisettings1/" data-orig-file="https://lifeofageekadmin.com/wp-content/uploads/2022/03/epsonmultisettings1.png" data-orig-size="391,572" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="epsonmultisettings1" data-image-description="" data-image-caption="" data-medium-file="https://lifeofageekadmin.com/wp-content/uploads/2022/03/epsonmultisettings1-205x300.png" data-large-file="https://lifeofageekadmin.com/wp-content/uploads/2022/03/epsonmultisettings1.png" class="alignnone size-full wp-image-6031" src="https://lifeofageekadmin.com/wp-content/uploads/2022/03/epsonmultisettings1.png" alt="Epson Scan Multi Settings" width="391" height="572" srcset="https://lifeofageekadmin.com/wp-content/uploads/2022/03/epsonmultisettings1.png 391w, https://lifeofageekadmin.com/wp-content/uploads/2022/03/epsonmultisettings1-205x300.png 205w" sizes="auto, (max-width: 391px) 100vw, 391px" /></a></p>
<p>Click Preview to start the scan. All that is on the flatbed will be seen.</p>
<p><a href="https://lifeofageekadmin.com/how-to-scan-multiple-pictures-at-once-using-epson-scan-on-a-flatbed-scanner/epsonmarquee1/" rel="attachment wp-att-6033"><img loading="lazy" decoding="async" data-attachment-id="6033" data-permalink="https://lifeofageekadmin.com/how-to-scan-multiple-pictures-at-once-using-epson-scan-on-a-flatbed-scanner/epsonmarquee1/" data-orig-file="https://lifeofageekadmin.com/wp-content/uploads/2022/03/epsonmarquee1.png" data-orig-size="808,962" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="epsonmarquee1" data-image-description="" data-image-caption="" data-medium-file="https://lifeofageekadmin.com/wp-content/uploads/2022/03/epsonmarquee1-252x300.png" data-large-file="https://lifeofageekadmin.com/wp-content/uploads/2022/03/epsonmarquee1.png" class="alignnone wp-image-6033 size-medium" src="https://lifeofageekadmin.com/wp-content/uploads/2022/03/epsonmarquee1-252x300.png" alt="flatbed scan" width="252" height="300" srcset="https://lifeofageekadmin.com/wp-content/uploads/2022/03/epsonmarquee1-252x300.png 252w, https://lifeofageekadmin.com/wp-content/uploads/2022/03/epsonmarquee1-768x914.png 768w, https://lifeofageekadmin.com/wp-content/uploads/2022/03/epsonmarquee1.png 808w" sizes="auto, (max-width: 252px) 100vw, 252px" /></a></p>
<p>&nbsp;</p>
<p>Now it is time to start selecting and creating Marquee&#8217;s. Move your mouse over until the cursor becomes a +. click and hold down the left mouse button and select the first picture. Should have flashing dotted lines.</p>
<p><a href="https://lifeofageekadmin.com/how-to-scan-multiple-pictures-at-once-using-epson-scan-on-a-flatbed-scanner/epsonmarqueeselect/" rel="attachment wp-att-6034"><img loading="lazy" decoding="async" data-attachment-id="6034" data-permalink="https://lifeofageekadmin.com/how-to-scan-multiple-pictures-at-once-using-epson-scan-on-a-flatbed-scanner/epsonmarqueeselect/" data-orig-file="https://lifeofageekadmin.com/wp-content/uploads/2022/03/epsonmarqueeselect.png" data-orig-size="505,438" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="epsonmarqueeselect" data-image-description="" data-image-caption="" data-medium-file="https://lifeofageekadmin.com/wp-content/uploads/2022/03/epsonmarqueeselect-300x260.png" data-large-file="https://lifeofageekadmin.com/wp-content/uploads/2022/03/epsonmarqueeselect.png" class="alignnone size-full wp-image-6034" src="https://lifeofageekadmin.com/wp-content/uploads/2022/03/epsonmarqueeselect.png" alt="Marquee select" width="505" height="438" srcset="https://lifeofageekadmin.com/wp-content/uploads/2022/03/epsonmarqueeselect.png 505w, https://lifeofageekadmin.com/wp-content/uploads/2022/03/epsonmarqueeselect-300x260.png 300w" sizes="auto, (max-width: 505px) 100vw, 505px" /></a></p>
<p>Click on the copy marquee button under Marquee.</p>
<p><a href="https://lifeofageekadmin.com/how-to-scan-multiple-pictures-at-once-using-epson-scan-on-a-flatbed-scanner/epsonmarqueeselectbutton/" rel="attachment wp-att-6036"><img loading="lazy" decoding="async" data-attachment-id="6036" data-permalink="https://lifeofageekadmin.com/how-to-scan-multiple-pictures-at-once-using-epson-scan-on-a-flatbed-scanner/epsonmarqueeselectbutton/" data-orig-file="https://lifeofageekadmin.com/wp-content/uploads/2022/03/epsonmarqueeselectbutton.png" data-orig-size="39,43" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="epsonmarqueeselectbutton" data-image-description="" data-image-caption="" data-medium-file="https://lifeofageekadmin.com/wp-content/uploads/2022/03/epsonmarqueeselectbutton.png" data-large-file="https://lifeofageekadmin.com/wp-content/uploads/2022/03/epsonmarqueeselectbutton.png" class="alignnone size-full wp-image-6036" src="https://lifeofageekadmin.com/wp-content/uploads/2022/03/epsonmarqueeselectbutton.png" alt="copy marquee button" width="39" height="43" /></a></p>
<p>A second offset selection will appear.</p>
<p><a href="https://lifeofageekadmin.com/how-to-scan-multiple-pictures-at-once-using-epson-scan-on-a-flatbed-scanner/epsonmarquee2/" rel="attachment wp-att-6035"><img loading="lazy" decoding="async" data-attachment-id="6035" data-permalink="https://lifeofageekadmin.com/how-to-scan-multiple-pictures-at-once-using-epson-scan-on-a-flatbed-scanner/epsonmarquee2/" data-orig-file="https://lifeofageekadmin.com/wp-content/uploads/2022/03/epsonmarquee2.png" data-orig-size="510,289" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="epsonmarquee2" data-image-description="" data-image-caption="" data-medium-file="https://lifeofageekadmin.com/wp-content/uploads/2022/03/epsonmarquee2-300x170.png" data-large-file="https://lifeofageekadmin.com/wp-content/uploads/2022/03/epsonmarquee2.png" class="alignnone size-full wp-image-6035" src="https://lifeofageekadmin.com/wp-content/uploads/2022/03/epsonmarquee2.png" alt="marquee select copy" width="510" height="289" srcset="https://lifeofageekadmin.com/wp-content/uploads/2022/03/epsonmarquee2.png 510w, https://lifeofageekadmin.com/wp-content/uploads/2022/03/epsonmarquee2-300x170.png 300w" sizes="auto, (max-width: 510px) 100vw, 510px" /></a></p>
<p>Move the mouse until the cursor turns in to a hand, Click an hold the left mouse button and move it to select the next picture.</p>
<p><a href="https://lifeofageekadmin.com/how-to-scan-multiple-pictures-at-once-using-epson-scan-on-a-flatbed-scanner/epsonmarquee3/" rel="attachment wp-att-6037"><img loading="lazy" decoding="async" data-attachment-id="6037" data-permalink="https://lifeofageekadmin.com/how-to-scan-multiple-pictures-at-once-using-epson-scan-on-a-flatbed-scanner/epsonmarquee3/" data-orig-file="https://lifeofageekadmin.com/wp-content/uploads/2022/03/epsonmarquee3.png" data-orig-size="492,543" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="epsonmarquee3" data-image-description="" data-image-caption="" data-medium-file="https://lifeofageekadmin.com/wp-content/uploads/2022/03/epsonmarquee3-272x300.png" data-large-file="https://lifeofageekadmin.com/wp-content/uploads/2022/03/epsonmarquee3.png" class="alignnone size-full wp-image-6037" src="https://lifeofageekadmin.com/wp-content/uploads/2022/03/epsonmarquee3.png" alt="Marquee select 2" width="492" height="543" srcset="https://lifeofageekadmin.com/wp-content/uploads/2022/03/epsonmarquee3.png 492w, https://lifeofageekadmin.com/wp-content/uploads/2022/03/epsonmarquee3-272x300.png 272w" sizes="auto, (max-width: 492px) 100vw, 492px" /></a></p>
<p>Repeat until all pictures have been selected. Make any changes when they are selected like color restoration, etc.</p>
<p><a href="https://lifeofageekadmin.com/how-to-scan-multiple-pictures-at-once-using-epson-scan-on-a-flatbed-scanner/epsonmarquee4/" rel="attachment wp-att-6038"><img loading="lazy" decoding="async" data-attachment-id="6038" data-permalink="https://lifeofageekadmin.com/how-to-scan-multiple-pictures-at-once-using-epson-scan-on-a-flatbed-scanner/epsonmarquee4/" data-orig-file="https://lifeofageekadmin.com/wp-content/uploads/2022/03/epsonmarquee4.png" data-orig-size="759,882" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="epsonmarquee4" data-image-description="" data-image-caption="" data-medium-file="https://lifeofageekadmin.com/wp-content/uploads/2022/03/epsonmarquee4-258x300.png" data-large-file="https://lifeofageekadmin.com/wp-content/uploads/2022/03/epsonmarquee4.png" class="alignnone wp-image-6038 size-medium" src="https://lifeofageekadmin.com/wp-content/uploads/2022/03/epsonmarquee4-258x300.png" alt="marquee all selected" width="258" height="300" srcset="https://lifeofageekadmin.com/wp-content/uploads/2022/03/epsonmarquee4-258x300.png 258w, https://lifeofageekadmin.com/wp-content/uploads/2022/03/epsonmarquee4.png 759w" sizes="auto, (max-width: 258px) 100vw, 258px" /></a></p>
<p>To scan just click on the individual picture selections, Click scan. Repeat until have have been scanned.</p>
<p>Lastly click the Marquee erase icon to remove all the selections.</p>
<p>Happy Scanning!</p>
<p>&nbsp;</p>
]]></content:encoded>
					
					<wfw:commentRss>https://lifeofageekadmin.com/how-to-scan-multiple-pictures-at-once-using-epson-scan-on-a-flatbed-scanner/feed/</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">6027</post-id>	</item>
	</channel>
</rss>
