<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en"><generator uri="https://jekyllrb.com/" version="3.10.0">Jekyll</generator><link href="https://teixeiranetworks.com/feed.xml" rel="self" type="application/atom+xml" /><link href="https://teixeiranetworks.com/" rel="alternate" type="text/html" hreflang="en" /><updated>2026-07-14T05:09:31+00:00</updated><id>https://teixeiranetworks.com/feed.xml</id><title type="html">Teixeira Networks</title><subtitle>Practical IT insights — sysadmin, networking, and troubleshooting from the trenches.</subtitle><author><name>Anthony Teixeira</name></author><entry><title type="html">Welcome to Teixeira Networks</title><link href="https://teixeiranetworks.com/2026/07/welcome-to-teixeira-networks/" rel="alternate" type="text/html" title="Welcome to Teixeira Networks" /><published>2026-07-12T00:00:00+00:00</published><updated>2026-07-12T00:00:00+00:00</updated><id>https://teixeiranetworks.com/2026/07/welcome-to-teixeira-networks</id><content type="html" xml:base="https://teixeiranetworks.com/2026/07/welcome-to-teixeira-networks/"><![CDATA[<p>Welcome to the first post on Teixeira Networks. This blog is where I’ll be sharing practical IT content — system administration, networking, troubleshooting, and everything in between.</p>

<p>This post also doubles as a formatting demo. Everything below shows how content pasted into a post file renders on the site.</p>

<h2 id="paragraphs">Paragraphs</h2>

<p>Just write plain text. Separate paragraphs with a blank line and they’ll render with proper spacing. You can make text <strong>bold</strong>, <em>italic</em>, or <code class="language-plaintext highlighter-rouge">inline code</code> for commands like <code class="language-plaintext highlighter-rouge">ipconfig /all</code>.</p>

<h2 id="images">Images</h2>

<p>Drop image files into the <code class="language-plaintext highlighter-rouge">assets/images/</code> folder, then reference them like this:</p>

<div class="language-markdown highlighter-rouge"><div class="highlight"><pre class="highlight"><code><span class="p">![</span><span class="nv">Network diagram showing the lab topology</span><span class="p">](</span><span class="sx">/assets/images/example-diagram.png</span><span class="p">)</span>
</code></pre></div></div>

<p>The image renders centered, responsive, with a subtle border. Always include the alt text in the brackets — it helps with accessibility and SEO.</p>

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

<p>Fence commands or scripts with triple backticks:</p>

<div class="language-powershell highlighter-rouge"><div class="highlight"><pre class="highlight"><code><span class="n">Get-NetAdapter</span><span class="w"> </span><span class="o">|</span><span class="w"> </span><span class="n">Where-Object</span><span class="w"> </span><span class="nx">Status</span><span class="w"> </span><span class="o">-eq</span><span class="w"> </span><span class="s2">"Up"</span><span class="w"> </span><span class="o">|</span><span class="w"> </span><span class="n">Select-Object</span><span class="w"> </span><span class="nx">Name</span><span class="p">,</span><span class="w"> </span><span class="nx">LinkSpeed</span><span class="w">
</span></code></pre></div></div>

<h2 id="quotes-and-lists">Quotes and lists</h2>

<blockquote>
  <p>Pro tip: it’s always DNS.</p>
</blockquote>

<p>That’s it — new posts are just Markdown files in the <code class="language-plaintext highlighter-rouge">_posts</code> folder named <code class="language-plaintext highlighter-rouge">YYYY-MM-DD-title.md</code>. See <code class="language-plaintext highlighter-rouge">POST-TEMPLATE.md</code> in the repo root for a copy-paste starting point.</p>]]></content><author><name>Anthony Teixeira</name></author><category term="general" /><summary type="html"><![CDATA[Welcome to the first post on Teixeira Networks. This blog is where I’ll be sharing practical IT content — system administration, networking, troubleshooting, and everything in between.]]></summary></entry></feed>