Tag: linux

  • Electron App Performance fix

    Electron App Performance fix

    During the move over to Linux I noticed that a couple of my main applications had a significant performance hit at startup. Both Obsidian and VSCode took a very long time to start up and get to a UI that I could use — more than 20 seconds each. Confirming on another machine that this…

  • Learning the Command Line

    Learning the Command Line

    If you’ve been a computer user who actively or even periodically uses Linux for any amount of time there are a bunch of venerable old commands that you’ve certainly heard about. Tools and command line utilities that perfectly illustrate the ethos targeted applications that do one specific thing. With my recent deep dive into Linux…

  • So Many Package Managers

    So Many Package Managers

    Something that took a bit of getting used to this week as I made my full-speed-ahead journey into Linux was understanding just how many package managers there are. I’ve been used to a two-horse race in terms of package management split roughly between “rpm distros” like RedHat or SUSE and “apt/deb distros” that are more…

  • The Journey Begins Again

    The Journey Begins Again

    Many years ago I set myself a challenge. I was in the midst of a platform switch from my Mac that I had been using for the better part of a decade. Instead of going back to Windows, which seemed the default choice, I decided it was time to try the move to Linux. After…

  • Custom Port on Socket-based SSH

    I recently set up a new VM running Ubuntu 23.10. This version of Ubuntu comes with a change to the way that the ssh daemon is configured. I’ve always preferred to run SSH on a non-standard port on most of my machines. While the usefulness of this as a security measure is debatable, it’s also…