<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Tools on Markus Löning</title><link>https://www.mloning.com/tags/tools/</link><description>Recent content in Tools on Markus Löning</description><generator>Hugo</generator><language>en-us</language><copyright>Copyright © 2025 Markus Löning</copyright><lastBuildDate>Mon, 06 Jul 2026 18:03:47 +0200</lastBuildDate><atom:link href="https://www.mloning.com/tags/tools/index.xml" rel="self" type="application/rss+xml"/><item><title>Using tmux</title><link>https://www.mloning.com/posts/using-tmux/</link><pubDate>Tue, 14 Apr 2026 22:39:48 +0200</pubDate><guid>https://www.mloning.com/posts/using-tmux/</guid><description>&lt;h2 id="whats-tmux"&gt;What&amp;rsquo;s tmux?&lt;/h2&gt;
&lt;p&gt;tmux is a client-server terminal multiplexer.
It is pretty old, but has remained very popular, regularly features on the Hacker News front page, and is available on most Unix systems.&lt;/p&gt;</description></item><item><title>Installing fish shell with Starship</title><link>https://www.mloning.com/posts/installing-fish-with-starship/</link><pubDate>Sat, 10 Jan 2026 20:45:23 +0100</pubDate><guid>https://www.mloning.com/posts/installing-fish-with-starship/</guid><description>&lt;p&gt;I had heard good things about &lt;a href="https://fishshell.com/"&gt;fish&lt;/a&gt; and after using &lt;a href="https://ohmyz.sh/"&gt;oh-my-zsh&lt;/a&gt; for a long time, I wanted to give it a try with &lt;a href="https://starship.rs/"&gt;Starship&lt;/a&gt;.&lt;/p&gt;</description></item><item><title>Search and replace in multiple files using vim</title><link>https://www.mloning.com/posts/nvim-search-and-replace-in-multiple-files/</link><pubDate>Tue, 24 Dec 2024 09:35:15 +0100</pubDate><guid>https://www.mloning.com/posts/nvim-search-and-replace-in-multiple-files/</guid><description>&lt;p&gt;I&amp;rsquo;m using Neovim with &lt;a href="https://astronvim.com/"&gt;AstroNvim&lt;/a&gt;, and the key maps below will be different depending on your setup.
You can find my configuration &lt;a href="https://github.com/mloning/dotfiles"&gt;here&lt;/a&gt;.&lt;/p&gt;</description></item><item><title>Cleaning up storage on macOS</title><link>https://www.mloning.com/posts/cleaning-up-storage-on-macos/</link><pubDate>Fri, 20 Dec 2024 16:58:20 +0100</pubDate><guid>https://www.mloning.com/posts/cleaning-up-storage-on-macos/</guid><description>&lt;h2 id="using-macos-storage-manager"&gt;Using macOS storage manager&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Go to System Settings, Storage&lt;/li&gt;
&lt;li&gt;Click on the info circle to further investigate each category and remove applications or files that you no longer need&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="clearing-cache-from-developer-tools"&gt;Clearing cache from developer tools&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;code&gt;docker system prune --all&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;remove unused conda environments &lt;code&gt;conda info --envs&lt;/code&gt;, &lt;code&gt;conda remove -n &amp;lt;name&amp;gt; --all&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;cargo cache &lt;a href="https://blog.rust-lang.org/2023/12/11/cargo-cache-cleaning.html"&gt;https://blog.rust-lang.org/2023/12/11/cargo-cache-cleaning.html&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="manually-searching-for-large-directories-and-files"&gt;Manually searching for large directories and files&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;set &amp;ldquo;Calculate all sizes&amp;rdquo; in Finder - Show View Options&lt;/li&gt;
&lt;li&gt;run: &lt;code&gt;defaults write com.apple.finder AppleShowAllFiles yes&lt;/code&gt; to show hidden files&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Directories to focus on:&lt;/p&gt;</description></item><item><title>Using a VPN</title><link>https://www.mloning.com/posts/vpn/</link><pubDate>Sun, 24 Nov 2024 22:18:17 +0100</pubDate><guid>https://www.mloning.com/posts/vpn/</guid><description>&lt;p&gt;I started using &lt;a href="https://nordvpn.com/"&gt;NordVPN&lt;/a&gt;, a few alternatives also looked interesting, including &lt;a href="https://www.expressvpn.com/"&gt;ExpressVPN&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;There are some websites that let you easily check if the VPN connection works:&lt;/p&gt;</description></item><item><title>Reading PDFs on the Kindle</title><link>https://www.mloning.com/posts/reading-pdfs-on-kindle/</link><pubDate>Sun, 10 Nov 2024 16:51:58 +0100</pubDate><guid>https://www.mloning.com/posts/reading-pdfs-on-kindle/</guid><description>&lt;p&gt;While &lt;a href="https://www.amazon.com/sendtokindle"&gt;sending a PDF file to your Kindle&lt;/a&gt; is easy, depending on the PDF format, being able to read it well in the Kindle format can be a challenge.&lt;/p&gt;</description></item><item><title>Playing The Settlers 2 on macOS with DOSBox</title><link>https://www.mloning.com/posts/playing-the-settlers-2-on-macos-with-dosbox/</link><pubDate>Sun, 06 Oct 2024 20:09:12 +0200</pubDate><guid>https://www.mloning.com/posts/playing-the-settlers-2-on-macos-with-dosbox/</guid><description>&lt;p&gt;&lt;a href="https://www.dosbox.com/"&gt;DOSBox&lt;/a&gt; emulates an old Intel x86 PC for running old MS-DOS games on modern computers – including the original &lt;a href="https://settlers2.net/"&gt;The Settlers 2&lt;/a&gt;, the first computer game I&amp;rsquo;ve ever played, but which unfortunately no longer runs on modern computers and operating systems.&lt;/p&gt;</description></item><item><title>Setting up a new macOS laptop</title><link>https://www.mloning.com/posts/setting-up-macos-laptop/</link><pubDate>Fri, 27 Sep 2024 13:49:57 +0200</pubDate><guid>https://www.mloning.com/posts/setting-up-macos-laptop/</guid><description>&lt;p&gt;I recently had to set up a new macOS laptop and wanted to take some notes so that I can do it more quickly the next time.
This &lt;a href="https://simoncw.com/posts/dev-setup-mac-python-rust/"&gt;blog post&lt;/a&gt; was very useful.&lt;/p&gt;</description></item><item><title>Setting up Pi-hole on Raspberry Pi</title><link>https://www.mloning.com/posts/setting-up-pihole-on-raspberry-pi/</link><pubDate>Sat, 27 Apr 2024 23:59:05 +0200</pubDate><guid>https://www.mloning.com/posts/setting-up-pihole-on-raspberry-pi/</guid><description>&lt;p&gt;I&amp;rsquo;ve finally had some time to set up &lt;a href="https://pi-hole.net/"&gt;Pi-hole&lt;/a&gt; on my &lt;a href="https://www.raspberrypi.com/"&gt;Raspberry Pi&lt;/a&gt;.
For most parts, I followed the excellent &lt;a href="https://www.raspberrypi.com/tutorials/running-pi-hole-on-a-raspberry-pi/"&gt;tutorial&lt;/a&gt; on the Raspberry Pi website – more details below.&lt;/p&gt;</description></item><item><title>Configuring Vim and dotfiles</title><link>https://www.mloning.com/posts/configuring-vim-and-dotfiles/</link><pubDate>Sat, 13 Apr 2024 18:24:12 +0200</pubDate><guid>https://www.mloning.com/posts/configuring-vim-and-dotfiles/</guid><description>&lt;p&gt;I switched to &lt;a href="https://neovim.io/"&gt;Neovim&lt;/a&gt; some years ago and have really enjoyed working with it ever since.&lt;/p&gt;
&lt;p&gt;Flow is one of the main reasons why.
The key mappings and frequent use of &lt;a href="https://www.barbarianmeetscoding.com/blog/boost-your-coding-fu-with-vscode-and-vim?#move-to-a-specific-character"&gt;melodies over chords&lt;/a&gt; makes typing a seamless experience: I rarely have to stop thinking to remember some keyboard shortcut.
Most key strokes are deeply memorized and require no effort to recall.
And when I do struggle to remember some key mapping, Vim is easily customizable so that I can change the key mapping to something that is easier to remember for me.
I never had that experience when working in VSCode or PyCharm, even when trying to make full use of the available shortcuts.&lt;/p&gt;</description></item><item><title>Configuring a custom domain with Github Pages and Squarespace</title><link>https://www.mloning.com/posts/configuring-custom-domain-with-github-pages-and-squarespace/</link><pubDate>Thu, 28 Dec 2023 11:52:52 +0100</pubDate><guid>https://www.mloning.com/posts/configuring-custom-domain-with-github-pages-and-squarespace/</guid><description>&lt;p&gt;To show my website on my custom domain, I had to configure GitHub Pages, my static site hosting service, and Squarespace, my domain hosting service.&lt;/p&gt;</description></item></channel></rss>