Mount a Windows share in Linux

On my home network, I have a Windows server running - I use it to run a Plex media server, a file sharing server, and a few other applications. My personal desktop and laptop machines are running Linux (Pop!_OS 22.04 LTS on both) and each has a mounted folder for the shared Windows Server directory. … Continue reading Mount a Windows share in Linux

Mount a SanDisk Clip Sport Plus MP3 player in Linux

I purchased a SanDisk Clip Sport Plus MP3 player this week, but upon plugging it to my desktop, Pop!_OS did not immediately recognize and mount it for me. Some devices will automatically be detected and mounted, like this USB disk: The SanDisk MP3 player was not however, and this turned out to be a not-so-obvious … Continue reading Mount a SanDisk Clip Sport Plus MP3 player in Linux

How to automate a Python script (or anything else) in Windows and Linux

A common task I need to perform both at work and on my personal/home computers is configuring a script to run automatically on a schedule. Some examples from my experience include running a script nightly to update an application database with new data from an external source, or running a weekly script on my laptop … Continue reading How to automate a Python script (or anything else) in Windows and Linux

The Microsoft Edge Dev Tools extension for VS Code is so awesome that I’m ditching Chrome for web development

I've been using Visual Studio Code enjoyably for several years, but the Microsoft Edge Tools for VS Code extension has brought web development tooling to another level. This extension was game-changing enough for me that I made Edge my daily driver browser for web development work, replacing Chrome. Early versions of VS Code did not … Continue reading The Microsoft Edge Dev Tools extension for VS Code is so awesome that I’m ditching Chrome for web development

Make Linux Mint’s Nemo the default file manager app on Pop!_OS and Ubuntu

I really like Nemo by the Linux Mint team - it's the default file manager app included with Linux Mint, but it works great elsewhere too! I had been a long time (10+ years) user of Linux Mint and I realized that I kinda took Nemo for granted after I switched to Pop!_OS. I used … Continue reading Make Linux Mint’s Nemo the default file manager app on Pop!_OS and Ubuntu

Friday FOSS shoutout – Pinta: Painting Made Simple

Here's a great free and open source image editing software title I've been using for the last year or so: Pinta: Painting Made Simple In my day to day work, I need to do simple photo editing: crop, resize, add text, convert between formats, etc. I also need the ability to add layers to an … Continue reading Friday FOSS shoutout – Pinta: Painting Made Simple

Enable pwfeedback and show asterisks for password input when using sudo

A particular preference I have in Linux is a small thing, but it is something I have kept consistent for many years: showing asterisks as password input feedback characters when typing in a user password in the terminal. For as long as I can remember, Ubuntu has disabled this behavior by default. When the password … Continue reading Enable pwfeedback and show asterisks for password input when using sudo

I bought a System76 computer

Until very recently, my primary personal computer was a Dell Precision T5600 which I have been using since 2012. It is a great machine that served me well with relatively few issues. However, I recently purchased a new computer to replace the old one: a System 76 Thelio Mira. For all you computer nerds, here … Continue reading I bought a System76 computer

How to get a desktop-like experience with Chrome and Google Workspace (formerly GSuite)

I started a new job recently, and was pleased to learn they used the Google Workspace suite of applications for daily business tasks. I did have some experience with Google Workspace (then called GSuite) prior to my current job, but the bulk of my professional career has been with companies that used Microsoft Office. What … Continue reading How to get a desktop-like experience with Chrome and Google Workspace (formerly GSuite)

error: no such partition. Entering rescue mode…

I recently updated my desktop from Linux Mint 19.3 to 20.1, but ran in to an issue where I was no longer able to see the GRUB boot menu on system startup. I wanted to document the fix here in hopes anyone else who encounters the same issue can find a resolution (and for my … Continue reading error: no such partition. Entering rescue mode…