How to Fix Load Library Error 126 on Windows 10

My experience with this error has been that i get it whenever I remote desktop into a PC that has an AMD graphics card. By default the Remote Desktop Session Host service tries to use the AMD card for RDP sessions but AMD sucks at writing drivers. Anyway, long story…

How to Change the RDP Listening Port on Windows

Start the registry editor. (Type regedit in the Search box.) Navigate to the following registry subkey: HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Terminal Server\WinStations\RDP-Tcp\PortNumber Click Edit > Modify, and then click Decimal. Type the new port number, and then click OK. Close the registry editor, and restart your computer. Don’t forget to open the new port on your firewall.

Windows XP Network Level Authentication

There are two keys to change. The first is located at: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa You are going to modify the key named ‘Security Packages’ Add ‘tspkg’ to the listing of security packages. Do not remove any packages. The second key is located at: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders You are going to modify the key named…

Letsencrypt with Apache Reverse Proxy

Sample vhost configuration: <VirtualHost *:80> ServerName dos.archive.computer ServerAdmin webmaster@localhost ProxyPreserveHost On DocumentRoot /var/www/html/dos.archive.computer ProxyPass /.well-known ! ProxyPass / http://10.0.3.10/ ProxyPassReverse / http://10.0.3.10/ ErrorLog ${APACHE_LOG_DIR}/error.log CustomLog ${APACHE_LOG_DIR}/access.log combined #The below lines are just for auto-redirecting to https RewriteEngine on RewriteCond %{SERVER_NAME} =dos.archive.computer RewriteRule ^ https://%{SERVER_NAME}%{REQUEST_URI} [END,NE,R=permanent] </VirtualHost> Create .well-known folder wget…

LXC Container Notes

When you use “lxc-destroy” to get rid of a container, it doesn’t clean-up the DHCP lease from DNSMASQ.  To do that you need to remove the reservation from the cache which is in /var/lib/misc/dnsmasq.lxcbr0.leases – once you do that, you need to bounce the DNSMASQ service with ” /etc/init.d/dnsmasq restart…

PCem or 86Box and Windows for Workgroups 3.11

Learned lots of things about PCem today, but the rundown is this;  To get a resolution higher than 800×600 with 16-bit color in Windows for Workgroups 3.11 you want to use the S3 Trio 64 video card set to 4MB RAM.  Here is a link to the Windows 3.1 driver…

Gotek Floppy Emulator

SFR1M44-U100 USB Floppy Drive Emulator is a floppy drive emulator That high security data protection features, easy installation and user-friendliness. This floppy drive emulator is great for industrial equipment control.  Features:  Plug and play  High security data protection  Easy to install and user-friendly  The USB stick is FAT32 used  A…

Macintosh Performa 640CD DOS Compatible

I started a journey back in 2018 to document my Macintosh Performa 640CD DOS Compatible setup, and the steps it takes to re-create the software side of things should I have a hard drive crash. It’s now 2024 and I am hoping to finish this journey. Random Facts Max RAM…

Amiga A508IDE by Kipper2k

Just wanted to document some stuff about the A508IDE for the Amiga 500 in case the site goes away for whatever reason  (looks like the CFIDE links are already dead).  See picture below for specifications and keep reading: The links to additional information about the CDIDE portion of the adapter…

Amiga Backup

Found this post over at EAB that mfilos answered and thought I’d make a copy for easy reference: Just open a CLI and type: Code: 1> DH0: 1> lha -aezrx a DH1:backup.lha #? That will create a file called “backup.lha” under partition DH1 (assuming the partition you want to backup…