Emulating Commodore 64, 128, Pet, Vic 20 in Ubuntu 22.04

Getting Commodore computers to emulate in Linux is not a simple task. There are various drive, printer and system roms needed by the emulator (vice) to work. Here is a simple guide to get it working in Ubuntu 22.04: Install vice: sudo apt-get update -ysudo apt-get install -y vice Copy the system roms to the… Continue reading Emulating Commodore 64, 128, Pet, Vic 20 in Ubuntu 22.04

Unrar multipart files with CLI terminal (Ubuntu or Debian)

First you will need to open a terminal and install rar/unrar. sudo apt install rar unrar Then you can navigate to the directory to where your .rar file is. Typically, the file name you are looking for is the first in the numerical sequence. Example: “sample-001.rar”. You will see “sample-002.rar”, “sample-003.rar” etc. Unrar into the… Continue reading Unrar multipart files with CLI terminal (Ubuntu or Debian)

Ubuntu Kernel Panic?

Recently after an update to my thinkzinc.com server, I was greeted with a “kernel panic” error. I was able to get into the grub menu by holding down the shift key at boot and then choose a different kernel. This worked and I can only assume that the new kernel is not compatible with my… Continue reading Ubuntu Kernel Panic?

Volta Wireless Update

***Update on the update!*** 04SE23Apparently, Volta changed it’s name to “4Freedom Mobile” and their slogan is “Let Freedom Ring”. Please do not fall for their scam! I previously documented in another blog post entitled, “Volta Wireless is a SCAM” Volta Wireless is a trap. Bad service, bad to non-existent customer service and NO WAY TO CANCEL… Continue reading Volta Wireless Update

MiSTer FPGA Parts List

The Terasic DE-10 Nano board (the computer of the setup)I believe I originally paid $160 for this but now it’s up to $215 (as of this post). All the parts below can be ordered for VERY low costs from AliExpress. If you want to use U.S. sellers, I provided links below along with descriptions and… Continue reading MiSTer FPGA Parts List

Volta Wireless is a SCAM

Volta Wireless review: Like so many others, I tried Volta Wireless only to find out that the service DOES NOT WORK. Dial-up service from the 1990s was faster. Calls and texts do not come in. It’s a big fail. I immediately asked Volta to cancel my account/subscription. They keep responding that they were working on… Continue reading Volta Wireless is a SCAM

Raspberry Pi VPN: Try Private Internet Access (PIA)

This is not an ad. I use PIA and find it both useful and affordable. If you have been frustrated as I have with the implementation of VPN using Debian-based Raspberry PI Linux distros, you will be happy to know that PIA has created an ARM version of their VPN client software. Head to their… Continue reading Raspberry Pi VPN: Try Private Internet Access (PIA)