<?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>Shannon &#8211; McMahonWeb</title>
	<atom:link href="https://mcmahonweb.com/author/user/feed/" rel="self" type="application/rss+xml" />
	<link>https://mcmahonweb.com</link>
	<description>A personal log of projects</description>
	<lastBuildDate>Fri, 05 Aug 2022 03:52:17 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.2</generator>

<image>
	<url>https://mcmahonweb.com/wp-content/uploads/2022/04/cropped-My-project-1-32x32.png</url>
	<title>Shannon &#8211; McMahonWeb</title>
	<link>https://mcmahonweb.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>A Mini Server Project</title>
		<link>https://mcmahonweb.com/2022/08/05/a-mini-server-project/</link>
					<comments>https://mcmahonweb.com/2022/08/05/a-mini-server-project/#respond</comments>
		
		<dc:creator><![CDATA[Shannon]]></dc:creator>
		<pubDate>Fri, 05 Aug 2022 03:46:48 +0000</pubDate>
				<category><![CDATA[Tech Projects]]></category>
		<category><![CDATA[Beelink]]></category>
		<category><![CDATA[Docker]]></category>
		<category><![CDATA[Minecraft]]></category>
		<category><![CDATA[Mini PC]]></category>
		<category><![CDATA[Proxmox]]></category>
		<category><![CDATA[Server]]></category>
		<guid isPermaLink="false">https://mcmahonweb.com/?p=96</guid>

					<description><![CDATA[Mobile Processor, M.2, VMs, Containers, oh my! I needed a server at home. Something with more than my NAS, but still small, because space is a premium in my small office. My NAS is awesome, but the processor and memory are limited, and I wanted to run more containers, and even some game servers. I &#8230; <p class="link-more"><a href="https://mcmahonweb.com/2022/08/05/a-mini-server-project/" class="more-link">Continue reading<span class="screen-reader-text"> "A Mini Server Project"</span></a></p>]]></description>
										<content:encoded><![CDATA[
<p>Mobile Processor, M.2, VMs, Containers, oh my!</p>



<p>I needed a server at home.  Something with more than my NAS, but still small, because space is a premium in my small office.  My NAS is awesome, but the processor and memory are limited, and I wanted to run more containers, and even some game servers.  </p>



<p>I first learned of the new generation of mini pcs with the advent of the Intel NUC.  A little digging and I found similar designs based around AMD processors, which I tend to prefer in the price/performance category.  One company in the fray is Beelink.  Their website leaves a lot to be desired, but overall their mini pcs seem to be popular.  </p>


<div class="wp-block-image">
<figure class="aligncenter size-medium"><img fetchpriority="high" decoding="async" width="300" height="300" src="https://mcmahonweb.com/wp-content/uploads/2022/08/gtr4-300x300.png" alt="" class="wp-image-98" srcset="https://mcmahonweb.com/wp-content/uploads/2022/08/gtr4-300x300.png 300w, https://mcmahonweb.com/wp-content/uploads/2022/08/gtr4-150x150.png 150w, https://mcmahonweb.com/wp-content/uploads/2022/08/gtr4.png 695w" sizes="(max-width: 300px) 100vw, 300px" /></figure></div>


<p>I took a chance on the GTR4 model.  It comes with a Ryzen 9 4900h, 32GB of DDR4, and a 500GB M.2 NVME drive. The specs are close to what I needed, so I decided to buy it, and do a couple upgrades.  64GB of DDR4, 2TB M.2 NVME, and this little box has what I need to run a bunch of virtual servers.</p>



<p>The next decision was how to design the software layout on the machine.  Knowing that I need to run game servers AND some lightweight web services (in containers), I started with a bare metal virtualization foundation (also known as a Type 1 Hypervisor).  Originally, I intended to use VMWare ESX, but due to its limited hardware compatibility, it wouldn&#8217;t work in this case.  In another first, I tried out <a href="https://www.proxmox.com/en/" target="_blank" rel="noopener" title="Proxmox">Proxmox</a>.</p>



<p>Proxmox is a complete Type 1 hypervisor, with a web based GUI available for management.  It&#8217;s fairly intuitive to get basic functionality, and it doesn&#8217;t take too long to get use to the software/configuration.</p>



<figure class="wp-block-image size-large"><img decoding="async" width="1024" height="505" src="https://mcmahonweb.com/wp-content/uploads/2022/08/Screenshot-2022-08-04-at-10.01.35-PM-1024x505.png" alt="" class="wp-image-100" srcset="https://mcmahonweb.com/wp-content/uploads/2022/08/Screenshot-2022-08-04-at-10.01.35-PM-1024x505.png 1024w, https://mcmahonweb.com/wp-content/uploads/2022/08/Screenshot-2022-08-04-at-10.01.35-PM-300x148.png 300w, https://mcmahonweb.com/wp-content/uploads/2022/08/Screenshot-2022-08-04-at-10.01.35-PM-768x379.png 768w, https://mcmahonweb.com/wp-content/uploads/2022/08/Screenshot-2022-08-04-at-10.01.35-PM-1536x757.png 1536w, https://mcmahonweb.com/wp-content/uploads/2022/08/Screenshot-2022-08-04-at-10.01.35-PM-2048x1010.png 2048w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure>



<p>I started with a linux VM to run several containers (I use docker and docker compose running on Ubuntu Server) &#8211; currently running the following:</p>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow"><p><a href="https://www.portainer.io" target="_blank" rel="noopener">Portainer</a> &#8211; I simple UI for basic management of Docket Containers. Not perfect, but improves admin.</p><p><a href="https://heimdall.site" target="_blank" rel="noopener">Heimdall</a> &#8211; A webpage of links to other pages/apps.  I use it to make accessing local stuff easier.</p><p><a href="https://homebridge.io" target="_blank" rel="noopener">Homebridge</a> &#8211; Home automation tool.  Let&#8217;s me link non homekit devices with  homekit.</p><p><a href="https://uptime.kuma.pet" target="_blank" rel="noopener">Uptime Kuma</a> &#8211; A simple website availability monitor</p><p><a href="https://www.teamspeak.com/en/" target="_blank" rel="noopener">Teamspeak</a> &#8211; Voice chat server I use when gaming with my kids</p><p><a href="https://www.ts3.app" target="_blank" rel="noopener">TS3 Manager</a> &#8211; A web GUI for managing Teamspeak.</p><p></p><p>&#8230;.with more to come soon.</p></blockquote>



<p>The performance on that first Linux VM and the containers was excellent, so I moved onto my next project &#8211; A Counter-Strike Source game server.  I haven&#8217;t built one in a while, and I wanted to try out the Service Creation Tool I saw in the Steam forums.  Supposedly, It can simplify creating a number of game servers.  The only downside is that it&#8217;s a windows utility only.  So, my next VM was Windows Server 2022. Windows is a bit more heavy on base resource consumption, especially with ram.  Good thing I have plenty <img src="https://s.w.org/images/core/emoji/16.0.1/72x72/1f642.png" alt="🙂" class="wp-smiley" style="height: 1em; max-height: 1em;" /></p>



<figure class="wp-block-image size-large"><img decoding="async" width="1024" height="546" src="https://mcmahonweb.com/wp-content/uploads/2022/08/Screenshot-2022-08-04-at-10.27.30-PM-1024x546.png" alt="" class="wp-image-104" srcset="https://mcmahonweb.com/wp-content/uploads/2022/08/Screenshot-2022-08-04-at-10.27.30-PM-1024x546.png 1024w, https://mcmahonweb.com/wp-content/uploads/2022/08/Screenshot-2022-08-04-at-10.27.30-PM-300x160.png 300w, https://mcmahonweb.com/wp-content/uploads/2022/08/Screenshot-2022-08-04-at-10.27.30-PM-768x410.png 768w, https://mcmahonweb.com/wp-content/uploads/2022/08/Screenshot-2022-08-04-at-10.27.30-PM-1536x819.png 1536w, https://mcmahonweb.com/wp-content/uploads/2022/08/Screenshot-2022-08-04-at-10.27.30-PM-2048x1092.png 2048w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure>



<p>The Server Creation Tool is fine, but I likely will delete this VM and build a linux machine for this as well.  I don&#8217;t think it really accomplishes a lot for me.  For now, though, its running, so onto the next.</p>



<p>The final VM is back to linux, and It&#8217;s a Minecraft Server. Yea, my kids still play Minecraft, and they like having their own dedicated shared world.  This is the one I was most nervous about, as even with a few users, it tends to burst CPU utilization at times, and I didn&#8217;t know how it would work on a mini pc, sharing resources with a bunch of other virtual computers.  So far, even after increasing the render distance in the config, it&#8217;s been fast, and no in game lag!  I will soon be opening the ports up to allow a few users from outside of my network to access it.  Time will tell how it handles the workload, but so far I am pleased.</p>



<p>The final task was where to put this mini server.  I have a plywood sheet (painted white) that my main network gear is flush mounted onto, and it had some remaining space.  Being a 3d printing nerd, I decided to design and print a basic bracket to hold this mini pc on that board:</p>


<div class="wp-block-image">
<figure class="aligncenter size-medium"><img loading="lazy" decoding="async" width="218" height="300" src="https://mcmahonweb.com/wp-content/uploads/2022/08/IMG_2316-218x300.jpg" alt="" class="wp-image-106" srcset="https://mcmahonweb.com/wp-content/uploads/2022/08/IMG_2316-218x300.jpg 218w, https://mcmahonweb.com/wp-content/uploads/2022/08/IMG_2316-745x1024.jpg 745w, https://mcmahonweb.com/wp-content/uploads/2022/08/IMG_2316-768x1055.jpg 768w, https://mcmahonweb.com/wp-content/uploads/2022/08/IMG_2316-1118x1536.jpg 1118w, https://mcmahonweb.com/wp-content/uploads/2022/08/IMG_2316-1491x2048.jpg 1491w, https://mcmahonweb.com/wp-content/uploads/2022/08/IMG_2316-scaled.jpg 1863w" sizes="auto, (max-width: 218px) 100vw, 218px" /><figcaption>A Mini Server in the glow of LED lights</figcaption></figure></div>


<p></p>



<p>Overall, I am happy with the project, so far.  I have other virtual server plans to add, and hopefully it continues to run fast and quiet.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://mcmahonweb.com/2022/08/05/a-mini-server-project/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>F-150 Project 1.2 &#8211; Tires</title>
		<link>https://mcmahonweb.com/2022/03/26/f150-project-1-2-tires/</link>
					<comments>https://mcmahonweb.com/2022/03/26/f150-project-1-2-tires/#respond</comments>
		
		<dc:creator><![CDATA[Shannon]]></dc:creator>
		<pubDate>Sat, 26 Mar 2022 02:49:00 +0000</pubDate>
				<category><![CDATA[Truck Projects]]></category>
		<category><![CDATA[275/60r20]]></category>
		<category><![CDATA[f-150]]></category>
		<category><![CDATA[falken]]></category>
		<category><![CDATA[wildpeak a/t3w]]></category>
		<guid isPermaLink="false">https://www.mcmahonweb.com/?p=32</guid>

					<description><![CDATA[Now that the wheels were decided, I could finally pick tires that I thought would match well. Much like with wheels, tires are a complex thing to understand, and unfortunately, in some ways you don&#8217;t know until you try! For me, that journey started with size. How big? The stock tires on my truck were &#8230; <p class="link-more"><a href="https://mcmahonweb.com/2022/03/26/f150-project-1-2-tires/" class="more-link">Continue reading<span class="screen-reader-text"> "F-150 Project 1.2 &#8211; Tires"</span></a></p>]]></description>
										<content:encoded><![CDATA[
<p><a href="https://www.mcmahonweb.com/wp-admin/post.php?post=24&amp;action=edit">Now that the wheels were decided</a>, I could finally pick tires that I thought would match well.  Much like with wheels, tires are a complex thing to understand, and unfortunately, in some ways you don&#8217;t know until you try! For me, that journey started with size.</p>



<h2 class="wp-block-heading">How big?</h2>



<p>The stock tires on my truck were 275/55r20, and were about 31.2&#8243; in diameter.  My goal was to increase tire diameter without going so far as to need lots of modifications for fitment. In the end, I went with a goal of ~33&#8243; in diameter, while maintaining the same width as stock (275mm).  I picked this based on research across the internet, which honestly was a bit inconsistent.   Essentially, wheel offset, tire width, and tire diameter all work in conjunction and if not properly accounted for can causing rubbing when turning or compressing the suspension.  There are solutions such as lifting the truck more and even trimming material from impact bars and plastic trim to compensate.   </p>



<p>Even with my small increase in tire diameter, many sources of information recommended &#8220;leveling&#8221; the truck.  This basically means lifting the front of the vehicle so that it is roughly level with the rear, as many trucks come stock with a &#8220;rake &#8211; the front being noticeably lower than the back. This creates more space for larger tires up front.  The back already has enough space for the size of tire I want.</p>



<figure class="wp-block-image size-full is-resized"><img loading="lazy" decoding="async" src="https://www.mcmahonweb.com/wp-content/uploads/2022/04/level1-1.jpg" alt="" class="wp-image-45" width="610" height="399" srcset="https://mcmahonweb.com/wp-content/uploads/2022/04/level1-1.jpg 610w, https://mcmahonweb.com/wp-content/uploads/2022/04/level1-1-300x196.jpg 300w" sizes="auto, (max-width: 610px) 100vw, 610px" /><figcaption>Source: <a href="https://protiresandwheels.com/images/display/737/level1.jpg" target="_blank" rel="noreferrer noopener">https://protiresandwheels.com/images/display/737/level1.jpg</a></figcaption></figure>



<h2 class="wp-block-heading">The other things to consider:</h2>



<p><strong>Tire Types</strong></p>



<ul class="wp-block-list"><li><strong>Mud</strong> &#8211; Great for primary off-road activities, not great for a lot of road use due to noise and vibration</li><li><strong>All Terrain</strong> &#8211; The &#8220;do it all&#8221; of truck tires, blending All Season road comfort with some added off-road ability</li><li><strong>All Season</strong> &#8211; Great for on road in all weather conditions</li><li><strong>Hybrid</strong> &#8211; A blend between All Terrain and Mud</li></ul>



<p>I went with All Terrain &#8211; Hoping it would still be nice on the road, but give me extra traction in bad weather and when I take a path less traveled.</p>



<p><strong>Load Rating</strong></p>



<p>There are several ratings for load capacity based on intended use. Being this is an F150, and I tend to carry fairly light loads and spend most time on paved surfaces, I only needed a standard load rating.  Here is one of many resources available on the topic: <a rel="noreferrer noopener" href="https://www.worktruckonline.com/329088/how-to-understand-truck-tires-load-ratings-sizes-more" target="_blank">https://www.worktruckonline.com/329088/how-to-understand-truck-tires-load-ratings-sizes-more</a></p>



<p><strong>Speed Rating</strong></p>



<p>Simply put, how much of a lead foot are you.  :). This is a truck, buuuuuuut I still like to get where I am going.  T rating (118MPH) seemed like a safe bet. Here is one of many resources available on the topic: <a href="https://www.tiresplus.com/tires/tire-buying-guide/tire-speed-rating/" target="_blank" rel="noreferrer noopener">https://www.tiresplus.com/tires/tire-buying-guide/tire-speed-rating/</a></p>



<p>There are other factors to consider, such as what the tires look like!  </p>



<p>My short list:</p>



<figure class="wp-block-image size-medium is-resized"><img loading="lazy" decoding="async" src="https://www.mcmahonweb.com/wp-content/uploads/2022/04/ckkntnozh02ui01o31hxv7c4k-bfgoodrich-all-terrain-t-slash-a-ko2-4.full_-300x300.png" alt="" class="wp-image-35" width="262" height="262" srcset="https://mcmahonweb.com/wp-content/uploads/2022/04/ckkntnozh02ui01o31hxv7c4k-bfgoodrich-all-terrain-t-slash-a-ko2-4.full_-300x300.png 300w, https://mcmahonweb.com/wp-content/uploads/2022/04/ckkntnozh02ui01o31hxv7c4k-bfgoodrich-all-terrain-t-slash-a-ko2-4.full_-1024x1024.png 1024w, https://mcmahonweb.com/wp-content/uploads/2022/04/ckkntnozh02ui01o31hxv7c4k-bfgoodrich-all-terrain-t-slash-a-ko2-4.full_-150x150.png 150w, https://mcmahonweb.com/wp-content/uploads/2022/04/ckkntnozh02ui01o31hxv7c4k-bfgoodrich-all-terrain-t-slash-a-ko2-4.full_-768x768.png 768w, https://mcmahonweb.com/wp-content/uploads/2022/04/ckkntnozh02ui01o31hxv7c4k-bfgoodrich-all-terrain-t-slash-a-ko2-4.full_.png 1140w" sizes="auto, (max-width: 262px) 100vw, 262px" /><figcaption>BF Goodrich KO2</figcaption></figure>



<figure class="wp-block-image size-medium"><img loading="lazy" decoding="async" width="300" height="300" src="https://www.mcmahonweb.com/wp-content/uploads/2022/04/image_06-300x300.png" alt="" class="wp-image-36" srcset="https://mcmahonweb.com/wp-content/uploads/2022/04/image_06-300x300.png 300w, https://mcmahonweb.com/wp-content/uploads/2022/04/image_06-150x150.png 150w, https://mcmahonweb.com/wp-content/uploads/2022/04/image_06.png 547w" sizes="auto, (max-width: 300px) 100vw, 300px" /><figcaption>Nitto Terra Grappler G2</figcaption></figure>



<figure class="wp-block-image size-medium"><img loading="lazy" decoding="async" width="300" height="300" src="https://www.mcmahonweb.com/wp-content/uploads/2022/04/17624-sidewall-300x300.webp" alt="" class="wp-image-37" srcset="https://mcmahonweb.com/wp-content/uploads/2022/04/17624-sidewall-300x300.webp 300w, https://mcmahonweb.com/wp-content/uploads/2022/04/17624-sidewall-150x150.webp 150w, https://mcmahonweb.com/wp-content/uploads/2022/04/17624-sidewall.webp 460w" sizes="auto, (max-width: 300px) 100vw, 300px" /><figcaption>Toyo Open Country AT3</figcaption></figure>



<p>&#8230;.and the one I chose:</p>



<figure class="wp-block-image size-medium"><img loading="lazy" decoding="async" width="233" height="300" src="https://www.mcmahonweb.com/wp-content/uploads/2022/04/fa_wildpeak_at3w_full-233x300.jpg" alt="" class="wp-image-40" srcset="https://mcmahonweb.com/wp-content/uploads/2022/04/fa_wildpeak_at3w_full-233x300.jpg 233w, https://mcmahonweb.com/wp-content/uploads/2022/04/fa_wildpeak_at3w_full.jpg 540w" sizes="auto, (max-width: 233px) 100vw, 233px" /><figcaption>Falken Wildpeak A/T3W</figcaption></figure>



<p>Specifically the <strong>275/60r20</strong> is my tire of choice, and they are 33.1&#8243; in diameter.  So far, I am happy with my choice. Ride comfort is still good, and while road noise has increased, it&#8217;s actually a little less than I anticipated for an All Terrain.  Only time will tell how it holds up, but for the first 2,000 miles, they&#8217;ve been great.</p>



<p></p>
]]></content:encoded>
					
					<wfw:commentRss>https://mcmahonweb.com/2022/03/26/f150-project-1-2-tires/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>F-150 Project 1.1 &#8211; Wheels</title>
		<link>https://mcmahonweb.com/2022/03/21/f150-project-1-1-wheels/</link>
					<comments>https://mcmahonweb.com/2022/03/21/f150-project-1-1-wheels/#respond</comments>
		
		<dc:creator><![CDATA[Shannon]]></dc:creator>
		<pubDate>Mon, 21 Mar 2022 01:07:00 +0000</pubDate>
				<category><![CDATA[Truck Projects]]></category>
		<category><![CDATA[f-150]]></category>
		<category><![CDATA[KMC549]]></category>
		<category><![CDATA[midnight blue]]></category>
		<category><![CDATA[offset]]></category>
		<category><![CDATA[wheels]]></category>
		<guid isPermaLink="false">https://www.mcmahonweb.com/?p=24</guid>

					<description><![CDATA[As soon as I purchased my truck, I knew that the monochromatic look of the paint and stock wheels wasn’t what I wanted. I really like the paint, but I needed some color in the wheels. My favorite color happens to be blue. My search for the best looking blue wheels uncovered other aspects of &#8230; <p class="link-more"><a href="https://mcmahonweb.com/2022/03/21/f150-project-1-1-wheels/" class="more-link">Continue reading<span class="screen-reader-text"> "F-150 Project 1.1 &#8211; Wheels"</span></a></p>]]></description>
										<content:encoded><![CDATA[
<p>As soon as I purchased my truck, I knew that the monochromatic look of the paint and stock wheels wasn’t what I wanted. I really like the paint, but I needed some color in the wheels. My favorite color happens to be blue.  My search for the best looking blue wheels uncovered other aspects of wheels that I had to make decisions on, and those decisions would limit my options.  Here are some common things I learned about:</p>



<p><strong>Diameter and Width</strong> &#8211; My stock wheels are 20” in diameter, and 8.5” in width.  These measurements are key, as they relate directly to the tire options.  Tires are made in many sizes and widths, but they must be matched to compatible wheel.  I knew that I wanted to stick with a 20” diameter, and stay around 9” in width so I could run a pretty standard width tire (as the truck spends most of its time on the road), but a slightly larger outer diameter.  My stock tires are 275mm in width (275/55R20).  They are about 31” in outside diameter.  There is another post on tires coming soon!</p>



<p><strong>Offset</strong> &#8211; Refers to the variance in the mounting position from center and affects the position of wheel.  Often, aftermarket wheels have near zero or negative offsets to make them sit further out and have a more prominent or aggressive stance.  Stock wheels on the F150 are classified as +44, so the wheels and tires tend to sit hidden completely under the wheel well.  My goal was to move the wheel position slightly outward to have a more flush look than stock.  So, I needed to stay somewhere in the + offset territory.  </p>



<figure class="wp-block-image size-large is-resized"><img loading="lazy" decoding="async" src="https://www.mcmahonweb.com/wp-content/uploads/2022/04/EADDB0EE-5A52-4BA0-8C01-4E6A2A319498-1024x599.jpeg" alt="" class="wp-image-25" width="746" height="436" srcset="https://mcmahonweb.com/wp-content/uploads/2022/04/EADDB0EE-5A52-4BA0-8C01-4E6A2A319498-1024x599.jpeg 1024w, https://mcmahonweb.com/wp-content/uploads/2022/04/EADDB0EE-5A52-4BA0-8C01-4E6A2A319498-300x175.jpeg 300w, https://mcmahonweb.com/wp-content/uploads/2022/04/EADDB0EE-5A52-4BA0-8C01-4E6A2A319498-768x449.jpeg 768w, https://mcmahonweb.com/wp-content/uploads/2022/04/EADDB0EE-5A52-4BA0-8C01-4E6A2A319498-1536x898.jpeg 1536w, https://mcmahonweb.com/wp-content/uploads/2022/04/EADDB0EE-5A52-4BA0-8C01-4E6A2A319498.jpeg 1700w" sizes="auto, (max-width: 746px) 100vw, 746px" /><figcaption>Source: <a href="https://www.lesschwab.com/article/what-is-wheel-offset.html" target="_blank" rel="noreferrer noopener">https://www.lesschwab.com/article/what-is-wheel-offset.html</a></figcaption></figure>



<h2 class="wp-block-heading">There are a number of other factors to be aware of, such as: </h2>



<p>Load rating (how heavy is the truck and how much weight do you tend to carry)<br>Bolt Pattern (the size and spacing of holes for mounting &#8211; can be specific to brands/models of truck)</p>



<p></p>



<h2 class="wp-block-heading">Here was my short list of wheels:</h2>



<figure class="wp-block-image size-medium"><img loading="lazy" decoding="async" width="300" height="300" src="https://www.mcmahonweb.com/wp-content/uploads/2022/04/rapid_blue_white-300x300.jpg" alt="" class="wp-image-27" srcset="https://mcmahonweb.com/wp-content/uploads/2022/04/rapid_blue_white-300x300.jpg 300w, https://mcmahonweb.com/wp-content/uploads/2022/04/rapid_blue_white-150x150.jpg 150w, https://mcmahonweb.com/wp-content/uploads/2022/04/rapid_blue_white-768x768.jpg 768w, https://mcmahonweb.com/wp-content/uploads/2022/04/rapid_blue_white.jpg 1000w" sizes="auto, (max-width: 300px) 100vw, 300px" /><figcaption>Blue Rhino &#8211; Rapid 20X9 +12 Offset</figcaption></figure>



<figure class="wp-block-image size-medium"><img loading="lazy" decoding="async" width="300" height="300" src="https://www.mcmahonweb.com/wp-content/uploads/2022/04/sentinel_blueblack_white-300x300.jpg" alt="" class="wp-image-28" srcset="https://mcmahonweb.com/wp-content/uploads/2022/04/sentinel_blueblack_white-300x300.jpg 300w, https://mcmahonweb.com/wp-content/uploads/2022/04/sentinel_blueblack_white-1024x1024.jpg 1024w, https://mcmahonweb.com/wp-content/uploads/2022/04/sentinel_blueblack_white-150x150.jpg 150w, https://mcmahonweb.com/wp-content/uploads/2022/04/sentinel_blueblack_white-768x768.jpg 768w, https://mcmahonweb.com/wp-content/uploads/2022/04/sentinel_blueblack_white.jpg 1500w" sizes="auto, (max-width: 300px) 100vw, 300px" /><figcaption>Black Rhino &#8211; Sentinel 20&#215;9.5 +12 Offset</figcaption></figure>



<h2 class="wp-block-heading">&#8230;.and the one I picked!</h2>



<figure class="wp-block-image size-medium"><img loading="lazy" decoding="async" width="300" height="300" src="https://www.mcmahonweb.com/wp-content/uploads/2022/04/kmc-km549-grs-midnight-blue-gloss-black-lip-300x300.jpg" alt="" class="wp-image-29" srcset="https://mcmahonweb.com/wp-content/uploads/2022/04/kmc-km549-grs-midnight-blue-gloss-black-lip-300x300.jpg 300w, https://mcmahonweb.com/wp-content/uploads/2022/04/kmc-km549-grs-midnight-blue-gloss-black-lip-1024x1024.jpg 1024w, https://mcmahonweb.com/wp-content/uploads/2022/04/kmc-km549-grs-midnight-blue-gloss-black-lip-150x150.jpg 150w, https://mcmahonweb.com/wp-content/uploads/2022/04/kmc-km549-grs-midnight-blue-gloss-black-lip-768x768.jpg 768w, https://mcmahonweb.com/wp-content/uploads/2022/04/kmc-km549-grs-midnight-blue-gloss-black-lip-1536x1536.jpg 1536w, https://mcmahonweb.com/wp-content/uploads/2022/04/kmc-km549-grs-midnight-blue-gloss-black-lip-2048x2048.jpg 2048w" sizes="auto, (max-width: 300px) 100vw, 300px" /><figcaption>KMC &#8211; KM549 GRS Midnight Blue 20&#215;9 +18 Offset</figcaption></figure>



<p>These wheels are awesome!  Weighing in @ 43.5lbs, and a load rating of 2500lbs each, they are solid.  The blue is even better in person, as there is a bit of a metallic shimmer, and overall glossy look:</p>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="1024" height="709" src="https://www.mcmahonweb.com/wp-content/uploads/2022/04/DSC3451-1024x709.jpg" alt="" class="wp-image-51" srcset="https://mcmahonweb.com/wp-content/uploads/2022/04/DSC3451-1024x709.jpg 1024w, https://mcmahonweb.com/wp-content/uploads/2022/04/DSC3451-300x208.jpg 300w, https://mcmahonweb.com/wp-content/uploads/2022/04/DSC3451-768x532.jpg 768w, https://mcmahonweb.com/wp-content/uploads/2022/04/DSC3451-1536x1064.jpg 1536w, https://mcmahonweb.com/wp-content/uploads/2022/04/DSC3451.jpg 2048w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></figure>
]]></content:encoded>
					
					<wfw:commentRss>https://mcmahonweb.com/2022/03/21/f150-project-1-1-wheels/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Back In A Truck</title>
		<link>https://mcmahonweb.com/2021/11/08/back-in-a-truck/</link>
					<comments>https://mcmahonweb.com/2021/11/08/back-in-a-truck/#respond</comments>
		
		<dc:creator><![CDATA[Shannon]]></dc:creator>
		<pubDate>Mon, 08 Nov 2021 14:41:00 +0000</pubDate>
				<category><![CDATA[Truck Projects]]></category>
		<category><![CDATA[F150]]></category>
		<category><![CDATA[F150 Project]]></category>
		<category><![CDATA[Truck]]></category>
		<guid isPermaLink="false">https://54.152.126.123/?p=9</guid>

					<description><![CDATA[It&#8217;s 2021, and my oldest kid now drives&#8230; which means time for another vehicle. My awesome reliable Jeep Grand Cherokee is moving down the line, and I am moving into a truck! It&#8217;s been such a long time since I&#8217;ve had a truck &#8211; about 23 years. I once owned a Mazda B3000 4&#215;4, something &#8230; <p class="link-more"><a href="https://mcmahonweb.com/2021/11/08/back-in-a-truck/" class="more-link">Continue reading<span class="screen-reader-text"> "Back In A Truck"</span></a></p>]]></description>
										<content:encoded><![CDATA[
<p>It&#8217;s 2021, and my oldest kid now drives&#8230; which means time for another vehicle.  My awesome reliable Jeep Grand Cherokee is moving down the line, and I am moving into a truck!  It&#8217;s been such a long time since I&#8217;ve had a truck &#8211; about 23 years.</p>



<p>I once owned a Mazda B3000 4&#215;4, something like:</p>



<figure class="wp-block-image size-full is-resized"><img loading="lazy" decoding="async" src="https://www.mcmahonweb.com/wp-content/uploads/2022/04/XZTA22KuqqIgkRJvJxEKInOEcHg.jpg-1.webp" alt="" class="wp-image-15" width="768" height="514" srcset="https://mcmahonweb.com/wp-content/uploads/2022/04/XZTA22KuqqIgkRJvJxEKInOEcHg.jpg-1.webp 1024w, https://mcmahonweb.com/wp-content/uploads/2022/04/XZTA22KuqqIgkRJvJxEKInOEcHg.jpg-1-300x201.webp 300w, https://mcmahonweb.com/wp-content/uploads/2022/04/XZTA22KuqqIgkRJvJxEKInOEcHg.jpg-1-768x514.webp 768w" sizes="auto, (max-width: 768px) 100vw, 768px" /></figure>



<p>After many years, and many cars and SUVs, I decided to finally move back to a truck.  And this time around, I will be customizing to my desire.  I&#8217;m pretty excited to get started, making changes a little at a time, such as wheels, tires, suspension, etc.  My goal is to do as much of the work myself, and log my progress in posts on this site.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://mcmahonweb.com/2021/11/08/back-in-a-truck/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
