-
The Shortlist #9: Blogging from your cell phone
After years of running my own instance of WordPress, I finally configured my iPhone to upload images and whatnot. Turns out, I needed two things: You have to know that the cell phone app wants the URL of the PHP xml RPC web address. It doesn’t assume anything when you enter in the address of […]
-
One pxeboot to find them and in the darkness bind them
Irritatingly, I couldn’t find a decent cut-n-paste how to on the Internet for using a much loved and mostly overlooked FreeBSD installation and boot up process using a fully cooked diskless image fetched via TFTP instead of the really well documented and fantastic howto on NFS booting. Primarily, I wanted to switch off of NFS […]
-
#FreeBSD Vim port updated … ewwwww
I just ran across a system with ports/vim-lite updated to version 8. I now know why a coworker of mine, in the past, said using vim was like “running your fingers down a chalkboard, but for your eyes.” In order to make vim usable for what I do, I asked the friendly folks in #bsdports […]
-
Sometimes less is more. Checkout individual #FreeBSD ports for testing.
I needed to test a single FreeBSD port today for a specific release. The FreeBSD project maintains a series of reference build machines for this type of work, but normally I maintain an entire ports tree checkout for this type of work. The FreeBSD ports tree has 20k+ individual software packages maintained in it, and […]
-
The EEPROM you have reached is no longer in service, #FreeBSD recovery of em(4) devices
Ran into a very strange error with legacy em(4) devices on FreeBSD this week. Something I was doing while working on the EM_MULTIQUEUE kernel config option for em(4) seems to have blown up the PXE configuration in the EEPROM of one of my lem(4) devices. Else, cosmic rays did it: em3: <Intel(R) PRO/1000 Legacy Network […]
-
The Short List #8: fetchmailrc/gmail/ssl … grrr #FreeBSD
Didn’t realize that a fetchmail implementation I was using was actually *not* using SSL for a month. I had installed security/ca_root_nss but FreeBSD doesn’t assume that you want to use the certificates in this package. I don’t understand it, but whatever. So, add this to your fetchmailrc to actually use the certificate authorities in there […]