<?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>Musings of a Nerd</title>
    <link>https://www.stenbrottet.se/</link>
    <description>Recent content on Musings of a Nerd</description>
    <generator>Hugo -- 0.139.4</generator>
    <language>en-us</language>
    <lastBuildDate>Tue, 21 Jan 2025 00:29:43 +0100</lastBuildDate>
    <atom:link href="https://www.stenbrottet.se/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Tech Stuff</title>
      <link>https://www.stenbrottet.se/tech/</link>
      <pubDate>Tue, 21 Jan 2025 00:29:43 +0100</pubDate>
      <guid>https://www.stenbrottet.se/tech/</guid>
      <description>&lt;h3 id=&#34;remove-the-fish-greeting&#34;&gt;Remove the fish greeting&lt;/h3&gt;
&lt;p&gt;The greeting text when starting the fish shell is friendly and nice. But after seeing it a couple of times you get tired of it. To remove the greeting set the &lt;code&gt;fish_greeting&lt;/code&gt; variable to an empty list in &lt;code&gt;~/.config/fish/config.fish&lt;/code&gt;:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;set fish_greeting
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;Alternatively create a universal variable:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;set -U fish_greeting
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;Check out the &lt;a href=&#34;https://fishshell.com/docs/current/index.html&#34;
    
     target=&#34;_blank&#34;&gt;
    fish documentation
&lt;/a&gt;
 for more details.&lt;/p&gt;
&lt;h3 id=&#34;default-desktop-environment-for-xorg-in-centos-8&#34;&gt;Default desktop environment for Xorg in CentOS 8&lt;/h3&gt;
&lt;p&gt;According to &lt;code&gt;/etc/X11/xinit/Xclients&lt;/code&gt; if there is a file named &lt;code&gt;/etc/sysconfig/desktop&lt;/code&gt; it is sourced for a variable called PREFERRED. The Xclients file has support for the strings &amp;ldquo;GNOME&amp;rdquo;, &amp;ldquo;MATE&amp;rdquo;, &amp;ldquo;KDE&amp;rdquo; and &amp;ldquo;LXDE&amp;rdquo; by default. You can specify the path to the init script of other desktops in the PREFERRED variable. Let&amp;rsquo;s take XFCE as an example:&lt;/p&gt;</description>
    </item>
    <item>
      <title>Linux and Software</title>
      <link>https://www.stenbrottet.se/posts/linux-and-software/</link>
      <pubDate>Sat, 27 Jan 2024 01:26:10 +0100</pubDate>
      <guid>https://www.stenbrottet.se/posts/linux-and-software/</guid>
      <description>&lt;p&gt;Fast-forward a year and a half and I find myself using the Plasma Desktop edition of &lt;a href=&#34;https://manjaro.org&#34;
    
     target=&#34;_blank&#34;&gt;
    Manjaro
&lt;/a&gt;
 on my main Linux computer at home. I don&amp;rsquo;t use a tiling window manager any longer. Not at home and not at work either.&lt;/p&gt;
&lt;p&gt;Speaking of my main Linux computer at home, late 2022 I was on a short misson to find a good laptop for my new Linux computer. I ended up with a shortlist of a couple of brands. My decision was to go for a laptop from Tuxedo, &lt;a href=&#34;https://www.tuxedocomputers.com/en/TUXEDO-Pulse-15-Gen2.tuxedo&#34;
    
     target=&#34;_blank&#34;&gt;
    TUXEDO Pulse 15 - Gen2
&lt;/a&gt;
. Tuxedo has since discontinued the 15&amp;quot; Pulse series it seems. I don&amp;rsquo;t know the reasons, but I am a happy user of the laptop at least.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Linux Environment</title>
      <link>https://www.stenbrottet.se/posts/linux-environment/</link>
      <pubDate>Sun, 29 May 2022 01:23:26 +0100</pubDate>
      <guid>https://www.stenbrottet.se/posts/linux-environment/</guid>
      <description>&lt;p&gt;For the most time I&amp;rsquo;m using tiling window managers on my Linux installations. It lets me use the screen real estate in a very efficient way and I also don&amp;rsquo;t have to use the mouse that much. Ever since the meltdowns of Gnome 3 and KDE 4 I&amp;rsquo;ve been wandering around trying different desktop environments. KDE 4 was even more horrific than Gnome 3. So for a very long time KDE wasn&amp;rsquo;t even an option for me. This weekend I tested out KDE 5. It was a lovely experience! It was far from the nightmare I remembered from KDE 4. In a way it felt like this is the way Linux desktop environments were supposed to go. It is very customizable, it ships with great applications and tools and it is a very pretty desktop environment. I tried out the Plasma Desktop edition of Manjaro. I normally enjoy the Manjaro themes and the Breath theme was no exception.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Never Ending GUI Search</title>
      <link>https://www.stenbrottet.se/posts/never-ending-gui-search/</link>
      <pubDate>Mon, 18 Apr 2022 01:22:25 +0100</pubDate>
      <guid>https://www.stenbrottet.se/posts/never-ending-gui-search/</guid>
      <description>&lt;p&gt;My never ending search for the perfect GIT GUI client has continued since GitAhead stopped being developed. What I now use both for work and personal projects on all platforms is &lt;a href=&#34;https://www.sublimemerge.com/&#34;
    
     target=&#34;_blank&#34;&gt;
    Sublime Merge
&lt;/a&gt;
 (licensed to me of course). Currently it can do all I need. It works well with Gerrit after adding some custom actions to the command palette. Sublime Merge even has a built-in merge conflict tool that works great.&lt;/p&gt;</description>
    </item>
    <item>
      <title>GitAhead</title>
      <link>https://www.stenbrottet.se/posts/gitahead/</link>
      <pubDate>Sat, 11 Dec 2021 01:21:23 +0100</pubDate>
      <guid>https://www.stenbrottet.se/posts/gitahead/</guid>
      <description>&lt;p&gt;I recently learned that GitAhead is no longer under active development. That is very sad news for me as I really enjoy using it. The team behind GitAhead will release bug fixes so I will keep using it as long as it works for me though. But I suppose I have to revisit this topic in the future unfortunately.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Home Surveillance</title>
      <link>https://www.stenbrottet.se/posts/home-surveillance/</link>
      <pubDate>Wed, 27 Jan 2021 01:17:59 +0100</pubDate>
      <guid>https://www.stenbrottet.se/posts/home-surveillance/</guid>
      <description>&lt;p&gt;Just a short update on my GIT GUI client quest&amp;hellip; I ended up ditching Fork completely in favour of GitAhead (and Ungit) both for work and for personal use. It works great for my purposes.&lt;/p&gt;
&lt;p&gt;Otherwise I&amp;rsquo;ve been looking into how to replace my Arlo cameras at home. I would really like to get rid of the monthly fee. I could use the free tier, but that would mean only one week of cloud storage and no AI object detection (persons, animals, packages). One week cloud storage would work just fine. But I would really miss the object detection.&lt;/p&gt;</description>
    </item>
    <item>
      <title>More Git GUI Clients</title>
      <link>https://www.stenbrottet.se/posts/more-git-gui-clients/</link>
      <pubDate>Mon, 04 May 2020 00:58:57 +0100</pubDate>
      <guid>https://www.stenbrottet.se/posts/more-git-gui-clients/</guid>
      <description>&lt;p&gt;My search for GIT GUI clients have continued for a couple of days. My last blog post sparked my curiosity once again and I have again checked what&amp;rsquo;s available on the market.&lt;/p&gt;
&lt;p&gt;For my private stuff I have more or less decided to go with SmartGit. I like the client and I can use it on both Windows and Linux. I am also interested in Ungit. It&amp;rsquo;s quirky but fun.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Git GUI Clients</title>
      <link>https://www.stenbrottet.se/posts/git-gui-clients/</link>
      <pubDate>Fri, 01 May 2020 00:57:27 +0100</pubDate>
      <guid>https://www.stenbrottet.se/posts/git-gui-clients/</guid>
      <description>&lt;p&gt;I like GIT GUI clients. It&amp;rsquo;s not that I don&amp;rsquo;t understand the GIT CLI commands. I do and it&amp;rsquo;s important to know what&amp;rsquo;s happening behind the scenes. It&amp;rsquo;s just that I enjoy using a good GIT GUI much more than using the CLI. I don&amp;rsquo;t avoid using the CLI, sometimes it&amp;rsquo;s more convenient. But most of the time I tend to do most tasks in a GIT GUI. It usually also gives me a good overview of the repos I&amp;rsquo;m working with.&lt;/p&gt;</description>
    </item>
    <item>
      <title>X2Go</title>
      <link>https://www.stenbrottet.se/posts/x2go/</link>
      <pubDate>Thu, 16 Apr 2020 00:55:57 +0100</pubDate>
      <guid>https://www.stenbrottet.se/posts/x2go/</guid>
      <description>&lt;p&gt;Instead of having to bother with guest additions and similar packages to be able to use full screen, copy-paste and shared folders, I&amp;rsquo;m trying out remote desktop solutions. I am fairly happy with &lt;a href=&#34;https://wiki.x2go.org/doku.php&#34;
    
     target=&#34;_blank&#34;&gt;
    X2Go
&lt;/a&gt;
. It only needs an SSH connection (with X forwarding enabled because of reasons). Just install the x2goserver package and some distros have a service that must be started after that. Then it mostly just works.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Manjaro Thoughts</title>
      <link>https://www.stenbrottet.se/posts/manjaro-thoughts/</link>
      <pubDate>Sat, 04 Apr 2020 00:49:12 +0100</pubDate>
      <guid>https://www.stenbrottet.se/posts/manjaro-thoughts/</guid>
      <description>&lt;p&gt;My current go-to environment for development is the &lt;a href=&#34;https://manjaro.org/&#34;
    
     target=&#34;_blank&#34;&gt;
    Manjaro
&lt;/a&gt;
 Linux distro with the &lt;a href=&#34;https://i3wm.org/&#34;
    
     target=&#34;_blank&#34;&gt;
    i3
&lt;/a&gt;
 tiling window manager and the &lt;a href=&#34;https://fishshell.com/&#34;
    
     target=&#34;_blank&#34;&gt;
    fish
&lt;/a&gt;
 shell. Other than that I tend to use the Windows Subsystem for Linux quite a lot. Especially since I am stuck with Windows at work and partly at home (I&amp;rsquo;m a gamer). It is quite easy to start a WSL session and get things done. I don&amp;rsquo;t have to bother with a virtual machine in that case. WSL2 is just around the corner. That&amp;rsquo;s good news since it will finally be using a real Linux kernel.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
