Music at the command line

I’ve been using cmus to play music on my Ubuntu system. It’s worked out well. I don’t have muscle memory on the commands yet, but I like the simplicity. I’ve got a decent sized collection of music that I ripped from CDs in the 1990s and 2000s so most of the music I’ve been listening is what I was listening to then. Chemical Brothers, Cypress Hill, Daft Punk, Death Cab for Cutie, The Decemberists, etc.

Read More

Console weirdness

Last time I was writing a post, I was facing all sorts of weird issues with the console. Lines would break in the middle of the screen, entering commands would sometimes leave me without a prompt, etc. Weird stuff. Today, I figured out what I had probably forgotten since I was last doing this. Don’t use the incus console <instance> command if you want to interact with the system. It just does weird stuff like what I described above.

Read More

Shell history

This article on the IBM Developer site has a history of shell evolution. It isn’t anything novel, but the nice family tree diagram and comparison of scripts in different shells are illuminating. They don’t discuss zsh. The zsh FAQ outlines a brief history of that shell. In that FAQ, zsh is described as closest to the Korn shell (ksh). There are also some options to make zsh act like other shells like CSH_JUNKIE that makes it more compatible with csh.

Read More

freebsd-update

One thing that I’ve noticed and appreciated about FreeBSD is that it is a monolithic project. In Linux, you have the kernel and then all of the user space stuff that is part of a distribution. Sometimes, it just seems strange to have these different parts being updated with one command. FreeBSD does it differently. freebsd-update fetch gets the updates for the OS and pkg update gets them for the installed packages.

Read More

More upgrades and a large yak

Another interesting problem cropped up in my quest to install BSD. The presence of a RAID adapter in my server that presents the disks as a virtual disk. Based on some research, it seems that ZFS doesn’t do well unless the adapter can use Initiator Target (IT) mode which presents each disk individually to the operating system. Since ZFS seems to be the way to go for a modern FreeBSD installation, I would like to use it.

Read More

Some drama

I updated my desktop to Ubuntu 24.04.1 LTS the other day. Although everything seemed fine, I was unable to get the system to suspend. Both from the command line (systemctl suspend) and the GUI, it would blank the screen and log me off but not suspend. Since it used to work, that was definitely something to do with the upgrade. After searching around a bit based on the logged messages, I found a somewhat related bug.

Read More

Networking yaks

I received my used eero and switch to set up a network connection for my to-be BSD server. Adding the eero to my existing network was easy. It did require a reset of the new-to-me eero and then an update of the entire network to the latest software version which took a few minutes. After that, I shutdown the Raspberry Pi I had setup the other day and put the eero in its place.

Read More

Ubuntu upgrade to 24.04

It was time to upgrade to the latest LTS version of Ubuntu on my desktop. I had thought about doing it six months ago, but I don’t need the leading edge functionality and there is always a chance something goes awry. The upgrade to Ubuntu 24.04.1 LTS from 20.04 was quick and uneventful. I haven’t fully tested everything, but the apps I consistently use (Firefox, Evolution and Joplin) were fine after re-entering my credentials.

Read More

iDRAC yak

As part of the project to install BSD on a server, I’ve been using the iDRAC 7 command line in my Dell 620 server to manage it via the Raspberry Pi I set up to the other day as plugging in a monitor and keyboard is not that convenient. However, since I hadn’t touched it in a very long time, the SSL certificate for the iDRAC had expired. /admin1-> racadm sslcertview -t 1 -A 01 US Texas Round Rock Dell Inc.

Read More

Yak shaving - part II

I pulled the server out of storage, put it in my office, plugged it in and connected a network cable to the iDRAC port. Based on the work yesterday, I was able to get connected and was able to start the server up. It’s running Ubuntu 20.04 now and i ran apt update && apt upgrade to patch it and make sure the network connection is stable to the Internet. The throughput isn’t great, but it worked.

Read More