Running Signal Desktop in a Debian VM on OpenBSD

Thanks to Anirudh for getting me started on the right path! Running Signal Desktop in a Debian VM on OpenBSD I wanted to get Signal Desktop running in a way that integrates smoothly with my OpenBSD host. Since Signal doesn’t have a native OpenBSD port, I spun up a Debian VM using vmm(4) and vmctl. Below are my notes for setting this up, including a few gotchas. Step 1: Download Debian ISO Start with the Bookworm Debian netinst ISO (I had issues with Trixie): ...

September 15, 2025 · 3 min · Nick Schmidt (oneguynick)

Debian Server vs. Ubuntu Server

Lately I have had a few requests for my thoughts on using Ubuntu Server. For me the real question at that point is why use Ubuntu server over Debian? ———- I have used Ubuntu server a good bit and while I appreciate the effort, I am not sure I agree with it. What I mean by this is that Ubuntu is based on Debian testing/unstable. Every LTS (Long-term Support) release is guaranteed to be supported for 3 years on the desktop/5 for the server. Knowing that is in essence just Debian under the hood, why go with Ubuntu? ...

March 11, 2011 · 4 min · Nick

BitlBee and OTR … then add some TOR!

With the release of 3.0.1 of BitlBee you can now chat from your favorite IRC client with the peace of mind that your protected. Since the OTR portion is still very new I wanted to put together a quick howto. I am going to assume you are running Debian Lenny (sid has 3.0.1 in the packages already) and that you really are a security nut: Download source from http://get.bitlbee.org/src/bitlbee-3.0.1.tar.gz sudo apt-get install libotr2-dev libotr2-bin ./configure –prefix=/usr –otr=1 make make install make install-etc Done! Now once you start bitlbee (/etc/init.d/bitlbee start) for the first time it will generate your OTR keys. I am going to assume that you are going to use the Question and Answer verification for OTR keys. With our other secure buddy we do the following: ...

January 2, 2011 · 2 min · Nick

Happy 17th Birthday Debian!

I love Debian (looks over lovingly @ the fileserver) and look forward to many more years of stable releases. Debian was my first distro when I ran 1.3 at the ripe old age of 12. I built a VM a few years ago just to see how far we’ve come: http://geekyschmidt.com/2008/03/29/login-looking-back-on-debian-13 A link to some interesting history: http://digitizor.com/2010/08/16/happy-17th-birthday-debian-and-some-interesting-history/

August 16, 2010 · 1 min · Nick

Lexmark Drivers for Ubuntu/Debian

Lexmark provides subpar Linux drivers for any distro, but Ubuntu/Debian is horrible. At work we moved from HP Printers to Lexmark. The situation reminds me of ATI hardware in the late-90’s, great hardware and crappy drivers. I converted the Red Hat RPM for Debian based systems. Attached below: To install sudo dpkg -i drivers-lexprtdrv_552-2_i386.deb

May 5, 2009 · 1 min · Nick