<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="4.4.1">Jekyll</generator><link href="https://walkers-lab.github.io/feed.xml" rel="self" type="application/atom+xml" /><link href="https://walkers-lab.github.io/" rel="alternate" type="text/html" /><updated>2026-07-03T23:22:10+01:00</updated><id>https://walkers-lab.github.io/feed.xml</id><title type="html">Walkers Lab</title><subtitle>A personal blog built with Jekyll and Minimal Mistakes.</subtitle><author><name>Connor Walker</name></author><entry><title type="html">Deploy vmWare tools with Intune</title><link href="https://walkers-lab.github.io/general/2026/07/03/welcome-to-my-blog.html" rel="alternate" type="text/html" title="Deploy vmWare tools with Intune" /><published>2026-07-03T10:00:00+01:00</published><updated>2026-07-03T10:00:00+01:00</updated><id>https://walkers-lab.github.io/general/2026/07/03/welcome-to-my-blog</id><content type="html" xml:base="https://walkers-lab.github.io/general/2026/07/03/welcome-to-my-blog.html"><![CDATA[<p>In this guide I will be explaining how to deploy the VMware Tools application via Intune. VMware Tools is a suite of utilities and drivers that enhance the performance and management of virtual machines (VMs) running on VMware virtualization platforms. It provides improved graphics performance, better mouse handling, synchronized time between host and guest, and smooth file transfers between them. Additionally, VMware Tools enable advanced features like shared folders, seamless clipboard operations, and more efficient VM management.</p>

<h2 id="writing-posts">Writing posts</h2>

<p>Every post is just a Markdown file in the <code class="language-plaintext highlighter-rouge">_posts/</code> folder, named
<code class="language-plaintext highlighter-rouge">YEAR-MONTH-DAY-title.md</code>. The block of <code class="language-plaintext highlighter-rouge">---</code> fenced settings at the top is the
“front matter” — it sets the title, date, categories, and tags.</p>

<h2 id="what-you-get-out-of-the-box">What you get out of the box</h2>

<ul>
  <li>A clean, responsive layout</li>
  <li>Client-side search (try the <strong>Search</strong> link in the menu)</li>
  <li>Category and tag archive pages</li>
  <li>An RSS feed and sitemap, generated automatically</li>
</ul>

<h2 id="adding-images">Adding images</h2>

<p>Here’s a plain inline image (the text in brackets is the alt text):</p>

<p><img src="/assets/images/sample-banner.png" alt="A teal-to-indigo gradient banner" /></p>

<p>The same image, centered, using a Minimal Mistakes alignment class:</p>

<p><img src="/assets/images/sample-banner.png" alt="A teal-to-indigo gradient banner" class="align-center" /></p>

<p>And with a caption, using a small HTML figure block:</p>

<figure>
  <img src="/assets/images/sample-banner.png" alt="A teal-to-indigo gradient banner" />
  <figcaption>A sample banner generated as a placeholder.</figcaption>
</figure>

<p>Delete this post whenever you’re ready and start writing your own.</p>

<p>This is a test</p>]]></content><author><name>Connor Walker</name></author><category term="general" /><category term="hello" /><category term="jekyll" /><summary type="html"><![CDATA[The first post — a quick tour of how this blog is put together.]]></summary></entry><entry><title type="html">A Second Post: Formatting Examples</title><link href="https://walkers-lab.github.io/guides/2026/07/02/second-post-formatting.html" rel="alternate" type="text/html" title="A Second Post: Formatting Examples" /><published>2026-07-02T14:30:00+01:00</published><updated>2026-07-02T14:30:00+01:00</updated><id>https://walkers-lab.github.io/guides/2026/07/02/second-post-formatting</id><content type="html" xml:base="https://walkers-lab.github.io/guides/2026/07/02/second-post-formatting.html"><![CDATA[<p>This post exists mainly to show what different bits of content look like once
the theme renders them.</p>

<h3 id="headings-emphasis-and-lists">Headings, emphasis, and lists</h3>

<p>You can write <strong>bold</strong>, <em>italic</em>, and <code class="language-plaintext highlighter-rouge">inline code</code>. Lists work as expected:</p>

<ol>
  <li>First item</li>
  <li>Second item</li>
  <li>Third item</li>
</ol>

<h3 id="code-blocks">Code blocks</h3>

<div class="language-ruby highlighter-rouge"><div class="highlight"><pre class="highlight"><code><span class="k">def</span> <span class="nf">greet</span><span class="p">(</span><span class="nb">name</span><span class="p">)</span>
  <span class="nb">puts</span> <span class="s2">"Hello, </span><span class="si">#{</span><span class="nb">name</span><span class="si">}</span><span class="s2">!"</span>
<span class="k">end</span>

<span class="n">greet</span><span class="p">(</span><span class="s2">"world"</span><span class="p">)</span>
</code></pre></div></div>

<h3 id="quotes">Quotes</h3>

<blockquote>
  <p>Static sites are fast, cheap to host, and hard to break.</p>
</blockquote>

<p>That’s really all there is to it — write Markdown, commit, and your site
rebuilds itself.</p>]]></content><author><name>Connor Walker</name></author><category term="guides" /><category term="markdown" /><category term="formatting" /><summary type="html"><![CDATA[A grab-bag of Markdown formatting so you can see how posts render.]]></summary></entry></feed>