<?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>Tech on www.nixre.net</title>
    <link>https://www.nixre.net/categories/tech/</link>
    <description>Recent content in Tech on www.nixre.net</description>
    <generator>Hugo -- 0.153.2</generator>
    <language>en-us</language>
    <lastBuildDate>Fri, 24 Apr 2026 21:11:19 +0200</lastBuildDate>
    <atom:link href="https://www.nixre.net/categories/tech/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Tmux Popup Windows</title>
      <link>https://www.nixre.net/2026/04/24/tmux-popup-windows/</link>
      <pubDate>Fri, 24 Apr 2026 21:11:19 +0200</pubDate>
      <guid>https://www.nixre.net/2026/04/24/tmux-popup-windows/</guid>
      <description>&lt;video
    controls
    width=&#34;100%&#34;
    style=&#34;margin-bottom: 2em;&#34;
    aria-label=&#34;A short descriptive video showing how tmux popup-windows look like&#34;
    aria-describedby=&#34;video-summary&#34;
&gt;
    &lt;source src=&#34;./clips/tmux-popup-windows.webm&#34; type=&#34;video/webm&#34;&gt;
    Your browser does not support the video tag.
&lt;/video&gt;

&lt;div id=&#34;described-by&#34; style=&#34;display: none;&#34;&gt;
    The video shows a tmux session with a couple of windows and the current window with 3 panes.
    Then suddenly a popup window opens in the center. It opens with ncmpcpp - the ncurses media
    player plus plus. The playlist is opened and then a different track gets selected and started.
    Afterwards it just disappears.
&lt;/div&gt;


&lt;p&gt;A simple and neat feature of tmux is popup windows! I only discovered them recently. They&amp;rsquo;re just floating windows
that open above the regular windows and panes. Once opened, it takes focus, so you cannot interact in the panes or
windows below. Switching windows is also not possible until a popup window exists. These are meant for quick tasks,
like for example opening an mpd client to run a command,close the window (by hitting &lt;code&gt;q&lt;/code&gt;) and go on with whatever
you&amp;rsquo;ve been doing.&lt;/p&gt;</description>
    </item>
    <item>
      <title>SSH Host Aliases in Git Remotes</title>
      <link>https://www.nixre.net/2026/01/31/ssh-host-aliases-in-git-remotes/</link>
      <pubDate>Sat, 31 Jan 2026 14:44:15 +0100</pubDate>
      <guid>https://www.nixre.net/2026/01/31/ssh-host-aliases-in-git-remotes/</guid>
      <description>&lt;p&gt;Today I learned&amp;hellip;&lt;/p&gt;
&lt;p&gt;that you can use SSH host aliases in git remote URLs! 






&lt;i class=&#34;ph-duotone ph-smiley&#34;&gt;&lt;/i&gt;
&lt;/p&gt;
&lt;p&gt;First of all, here is my problem and use case:&lt;br&gt;
I want to be able to have multiple remotes in a local git repo with different logins
and of course different SSH keys, because I use one pair of SSH keys per connection.
For repositories with only one remote I used to set &lt;strong&gt;core.sshCommand&lt;/strong&gt;. This applies
to every remote you configure. You could use the &lt;strong&gt;GIT_SSH_COMMAND&lt;/strong&gt; environment variable
on the command line to overwrite the &lt;strong&gt;core.sshCommand&lt;/strong&gt; setting, because it would
be prioritized. This could be done by writing it on the command line manually, or by
using a shell alias, or git alias. None of these options are really practical in everyday
use.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Debian on encrypted LVM with btrfs subvolumes</title>
      <link>https://www.nixre.net/2025/09/24/debian-on-encrypted-lvm-with-btrfs-subvolumes/</link>
      <pubDate>Wed, 24 Sep 2025 22:31:42 +0100</pubDate>
      <guid>https://www.nixre.net/2025/09/24/debian-on-encrypted-lvm-with-btrfs-subvolumes/</guid>
      <description>&lt;p&gt;A simple tutorial on installing Debian on an encrypted LVM with btrfs and subvolumes :-)&lt;/p&gt;
&lt;p&gt;There are plenty tutorials out there already and I used to mix several methods to create my way of the process. This blog post is a kind note for myself. My recipe for something that fits and that I can read and use when I need it – but shared so that others can use it as wels :-)&lt;/p&gt;</description>
    </item>
    <item>
      <title>Obsidian Synchronisation iOS Linux</title>
      <link>https://www.nixre.net/2025/06/18/obsidian-synchronisation-ios-linux/</link>
      <pubDate>Wed, 18 Jun 2025 22:21:32 +0100</pubDate>
      <guid>https://www.nixre.net/2025/06/18/obsidian-synchronisation-ios-linux/</guid>
      <description>&lt;p&gt;Bisher habe die files in meinem &lt;a href=&#34;https://obsidian.md/&#34;&gt;Obsidian&lt;/a&gt; zwischen iPhone und meinem Linux Desktop per Git synchronisiert. Das funktioniert zuverlässig, aber Bedürfnisse ändern sich ja schon mal und ich wollte eine schnellere und bequemere Methode.&lt;/p&gt;
&lt;p&gt;Ein Bekannter von mir nutzt dafür den &lt;a href=&#34;https://github.com/vrtmrz/obsidian-livesync&#34;&gt;Obsidian-livesync&lt;/a&gt; service. Dieser wird mit CouchDB betrieben und nur dafür wollte ich das nicht installieren und überlegte erstmal weiter. Da ich auch eine Nextcloud habe, suchte ich in den community plugins von Obsidian nach WebDAV und fand das &lt;a href=&#34;https://github.com/remotely-save/remotely-save&#34;&gt;remotely-safe&lt;/a&gt; plugin. Zuerst richtete ich ein neues vault zum Testen ein und installierte das plugin. In den Einstellungen habe ich den login-Namen, das app-Passwort, das ich hiefür generiert habe und die URL nach folgendem Schema hinterlegt:&lt;/p&gt;</description>
    </item>
    <item>
      <title>Launch Appimages using rofi</title>
      <link>https://www.nixre.net/2024/12/30/launch-appimages-using-rofi/</link>
      <pubDate>Mon, 30 Dec 2024 21:58:47 +0100</pubDate>
      <guid>https://www.nixre.net/2024/12/30/launch-appimages-using-rofi/</guid>
      <description>&lt;p&gt;I’m using &lt;a href=&#34;https://github.com/davatorium/rofi&#34;&gt;rofi&lt;/a&gt; as application launcher on my linux desktop systems and since I’m using AppImages as well I also wanted to know how I can easily launch them via rofi. I always thought that I had to extend rofi’s search path, but I haven’t found a solution yet. Today I found out that .desktop files per application integrate them into the menu. Thank you &lt;a href=&#34;https://til.scapegoat.dev/installing-appimages-and-running-in-rofi/&#34;&gt;til.scapegoat.dev&lt;/a&gt; for your article about it! I knew that .desktop files existed, but I have never used them myself. Now I know these are to create shortcut icons on desktops, or to create system menu entries and submenus.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
