<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>X-Ops Workforce</title>
    <link>https://www.xow.se/</link>
    <description>Recent content on X-Ops Workforce</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en-us</language>
    <lastBuildDate>Fri, 11 Aug 2023 21:52:27 +0200</lastBuildDate><atom:link href="https://www.xow.se/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Inleed - First impressions</title>
      <link>https://www.xow.se/posts/inleed-first-impressions/</link>
      <pubDate>Fri, 11 Aug 2023 21:52:27 +0200</pubDate>
      
      <guid>https://www.xow.se/posts/inleed-first-impressions/</guid>
      <description>Background URL: Inleed
A friend of mine recommended Inleed as a VPS provider. He was very happy with them and since they have a datacenter right next doors and very competitive pricing I decided to give them a chance.
I however wanted to run an OS they didn&amp;rsquo;t provide out of the box, so I contacted support@inleed.se and asked if I could use an alternative OS. I immediately got an answer that I could just send them a link to an installation ISO and that they would mount it for me.</description>
      <content:encoded><![CDATA[<h2 id="background">Background</h2>
<p>URL: <a href="https://inleed.se">Inleed</a></p>
<p>A friend of mine recommended Inleed as a VPS provider. He was very happy with them and since they have a datacenter right next doors and very competitive pricing I decided to give them a chance.</p>
<p>I however wanted to run an OS they didn&rsquo;t provide out of the box, so I contacted <a href="mailto:support@inleed.se">support@inleed.se</a> and asked if I could use an alternative OS. I immediately got an answer that I could just send them a link to an installation ISO and that they would mount it for me.</p>
<p>Sent the link and shortly after it was mounted and good to go.</p>
<h2 id="installation">Installation</h2>
<p>To start the installation I went to my customer page at Inleed, clicked services (1) and then manage (2).</p>
<p><img loading="lazy" src="/images/inleed-first-impressions/inleed-first-impressions-1.png" alt=""  />
</p>
<p>Connected via VNC (3).</p>
<p><img loading="lazy" src="/images/inleed-first-impressions/inleed-first-impressions-2.png" alt=""  />
</p>
<p>Looking good.</p>
<p><img loading="lazy" src="/images/inleed-first-impressions/inleed-first-impressions-3.png" alt=""  />
</p>
<p>Almost&hellip;</p>
<p><img loading="lazy" src="/images/inleed-first-impressions/inleed-first-impressions-4.png" alt=""  />
</p>
<p>So, I was first met with a kernel panic and therefor sent another mail to Inleed asking for help.</p>
<p>Lo and behold, I got a response two minutes later where they resolved my issue (CPU on the server) and asked me to try again.</p>
<p>Good to go:</p>
<p><img loading="lazy" src="/images/inleed-first-impressions/inleed-first-impressions-5.png" alt=""  />
</p>
<h2 id="post-installation">Post installation</h2>
<p>After the installation I sent another mail saying I was done and that they could umount the image.</p>
<p>Got a reply within no time. At 22:50 a Wednesday evening. Now that&rsquo;s impressive to say the least!</p>
<h2 id="base-configuration">Base configuration</h2>
<p>During the installation I noticed I got no DHCP lease. I figured I&rsquo;d fix that later but I never got that to work.</p>
<p>So another contact with support where I was told to set the ip manually and was provided with the needed information for that. So I did:</p>
<div class="highlight"><pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-sh" data-lang="sh"><span style="display:flex;"><span>nmcli con modify enp1s0 ipv4.method manual ipv4.address x.x.x.x/22 ipv4.gateway x.x.x.x
</span></span></code></pre></div><p>And traffic started flowing. Nice.</p>
<p>I still had no DNS configured though so I added a public one:</p>
<div class="highlight"><pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-sh" data-lang="sh"><span style="display:flex;"><span>nmcli con modify enp1s0 ipv4.dns 1.1.1.1, 1.0.0.1
</span></span></code></pre></div><p>All well. My OS of choice, connectivity to the rest of the world and ready to set up my server for real. Sweet.</p>
<h2 id="conclusion">Conclusion</h2>
<p>There isn&rsquo;t a hefty amount of guides or FAQ&rsquo;s for odd requests like mine. Well, none actually that I could find. And to be honest the documentation on the site is a bit sparse overall.</p>
<p>That is however well compensated by a support in a league I&rsquo;ve never experienced before. Late evenings when only nerds roam, they answered me quicker then I could read the summary of any guide. <em>And</em> provided me with relevant information. Bravo!</p>
<p>First impression is really good. The question is if it&rsquo;s good enough to compete with my current provider, Linode. They have excellent guides, good support and a top-notch web-ui for managing your domains, VMs etc. Backups are also a lot cheaper there at least for small players like me.</p>
<p>Time will tell.. but I&rsquo;m definitely impressed by Inleed so far.</p>
]]></content:encoded>
    </item>
    
    <item>
      <title>No sound via monitor - Fedora 38</title>
      <link>https://www.xow.se/posts/no-sound-fedora/</link>
      <pubDate>Mon, 01 May 2023 16:39:47 +0200</pubDate>
      
      <guid>https://www.xow.se/posts/no-sound-fedora/</guid>
      <description>Issue A fresh install of the Fedora 38 KDE spin left me without sound via my built-in docking station in my monitor.
How-to Run below command to see the available sinks. Then scroll through the output until you find something relevant.
pactl list sinks |less In my case I found a port with the name of my monitor under the &amp;ldquo;Ports&amp;rdquo; section on one of my audio devices. From the last line there I got the needed profile name, output:hdmi-stereo.</description>
      <content:encoded><![CDATA[<h3 id="issue">Issue</h3>
<p>A fresh install of the Fedora 38 KDE spin left me without sound via my built-in
docking station in my monitor.</p>
<h3 id="how-to">How-to</h3>
<p>Run below command to see the available sinks. Then scroll through the output
until you find something relevant.</p>
<div class="highlight"><pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-sh" data-lang="sh"><span style="display:flex;"><span>pactl list sinks |less
</span></span></code></pre></div><p>In my case I found a port with the name of my monitor under the &ldquo;Ports&rdquo; section
on one of my audio devices. From the last line there I got the needed profile
name, <code>output:hdmi-stereo</code>.</p>
<div class="highlight"><pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-fallback" data-lang="fallback"><span style="display:flex;"><span>Ports:
</span></span><span style="display:flex;"><span>    hdmi-output-0: HDMI / DisplayPort (type: HDMI, priority: 5900, latency offset: 0 usec, availability group: Legacy 4, available)
</span></span><span style="display:flex;"><span>    Properties:
</span></span><span style="display:flex;"><span>    port.type = &#34;hdmi&#34;
</span></span><span style="display:flex;"><span>    port.availability-group = &#34;Legacy 4&#34;
</span></span><span style="display:flex;"><span>    device.icon_name = &#34;video-display&#34;
</span></span><span style="display:flex;"><span>    card.profile.port = &#34;5&#34;
</span></span><span style="display:flex;"><span>    device.product.name = &#34;LEN T32h-20&#34;
</span></span><span style="display:flex;"><span>    Part of profile(s): output:hdmi-stereo, output:hdmi-stereo+input:analog-stereo
</span></span></code></pre></div><p>Now scroll back up and find the name of that sink.</p>
<div class="highlight"><pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-fallback" data-lang="fallback"><span style="display:flex;"><span>Sink #530
</span></span><span style="display:flex;"><span>    State: RUNNING
</span></span><span style="display:flex;"><span>    Name: alsa_output.pci-0000_00_1f.3.hdmi-stereo
</span></span></code></pre></div><p>Great! All that remains is to make that profile the default for that specific
card. Do that by issuing the following command:</p>
<div class="highlight"><pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-fallback" data-lang="fallback"><span style="display:flex;"><span>pactl set-card-profile alsa_card.pci-0000_00_1f.3 output:hdmi-stereo
</span></span></code></pre></div>]]></content:encoded>
    </item>
    
    
    
  </channel>
</rss>
