This is for Single Density systems, the disk size and format in cpmtools / greaseweazle will need to be changed for DD models.
Create a file that's the right size (100K):
$ dd if=/dev/zero bs=1024 count=100 of=occ1sd.img
Create a CPM file system on the disk:
$ mkfs …
If you're feeling adventurous, combine the two hex files, and convert that into a binary:
$ cat cpsker.hex cpvosb.hex > kerm411.hex $ hex2bin kerm411.hex …
For some reason, my main admin account would lost admin rights every time jellyfin restarted.
Firstly, grab your user account's GUID:
sqlite3 /var/lib/jellyfin/data/jellyfin.db "select id from users where username='REPLACE';"
Then, the following fixed it:
#!/bin/bash set -e DBPATH="/var …
Building on my previous dial-up blog post, I combined my SPA122 and a SPA8000 voice gateways to create a dial-up over VoIP system.
My oVirt cluster's storage is pretty slow, so certain disk operations time out. As a result, I wasn't able to resize a disk, because the QCOW2 bitmaps were corrupt. Here's how to fix it!
I've been lugging around an old Cisco 2620 Router with an NM-8AM analogue modem line card for a few years. I recently got a Cisco SPA122, and figured I might as well make a dial-up server.
I have a HP 1662C Logic Analyser, which I've upgraded with a network upgrade (Option 015).
The capabilities this adds is a fun little set of options to control the analyser:
Debian 11's version of the Secure Boot shim is a bugged version (< 15.7) that doesn't parse arguments properly [1] . fwupdmgr uses these arguments to boot an EFI application that then triggers a system firmware update.
To do my firmware update, I need to obtain a working / patched version of …
You've found that your VM / computer has some file corruption issues, and when you're trying to run a windows update or a DISM /RestoreHealth, it reports
C:\Windows\system32>dism.exe /online /cleanup-image /restorehealth Deployment Image Servicing and Management tool Version: 10.0.14393.4169 Image Version: 10.0 …
My oVirt cluster runs on an NFS server that gets regular updates. As a result, I've nailed down a concrete process to fully shut down the cluster and start it back up again.
© NRoach44 2016
Powered by Pelican