Skip to content

Instantly share code, notes, and snippets.

@RPTST
RPTST / xanmod.txt
Created September 4, 2021 08:50
xanmod.org kernel update
Adding xanmod
echo '# deb http://deb.xanmod.org releases main' | sudo tee /etc/apt/sources.list.d/xanmod-kernel.list
wget -qO - https://dl.xanmod.org/gpg.key | sudo apt-key --keyring /etc/apt/trusted.gpg.d/xanmod-kernel.gpg add -
sudo apt update
# sudo apt install linux-xanmod
sudo reboot
sudo apt update
sudo apt upgrade -y
sudo apr install cockpit cockpit-machines pcp cockpit-pcp packagekit cockpit-packagekit virt-viewer
sudo systemctl enable cockpit
# sudo systemctl enable pcp
sudo systemctl enable pmcd
sudo systemctl enable pmlogger
Edit Netplan .yaml file, located in /etc/netplan.
@RPTST
RPTST / log2ram_and_exFAT
Last active September 15, 2021 17:39
Adding Support for exFAT and log2ram
sudo apt update && sudo apt upgrade -y
sudo apt install wget git cmake gcc rsync ntfs-3g exfat-fuse exfat-utils
wget https://github.com/azlux/log2ram/archive/master.tar.gz -O log2ram.tar.gz
tar xf log2ram.tar.gz
cd /home/ubuntu/log2ram-master
sudo ./install.sh
sudo reboot
sudo nano /etc/log2ram.conf
SIZE=80M
sudo reboot
@RPTST
RPTST / Remove_reinstall_lutris.txt
Created September 18, 2021 18:47
Remove & reinstall lutris
$sudo apt purge lutris
$rm -rf ~/.config/lutris ~/.local/share/lutris ~/.cache/lutris
$sudo apt install lutris (DONT RUN IT YET!)
$wget https://cdn.discordapp.com/attachments/538903130704838656/796102070825779250/dxvk_versions.json 32 -P $HOME/.local/share/lutris/runtime/dxvk
@RPTST
RPTST / enigma-bbs-install.txt
Last active September 20, 2021 23:56
enigma-bbs install on RPI using Raspbian Stretch Lite
Please the following:
https://github.com/RPTST/enigma-bbs/blob/master/docs/installation/rpi.md
@RPTST
RPTST / dos_things.txt
Last active September 27, 2021 09:11
Dosbox and more
sudo apt update && sudo apt upgrade -y
sudo rpi-update
sudo apt dist-upgrade
sudo nano /etc/apt/sources.list
deb http://raspbian.raspberrypi.org/raspbian/ buster main contrib non-free rpi
sudo nano /etc/apt/sources.list.d/raspi.list
deb http://archive.raspberrypi.org/debian/ buster main ui
@RPTST
RPTST / ubuntu-budgie-desktop
Created September 29, 2021 20:37
ubuntu-budgie-desktop
I’m not really familiar as to how other distro’s have customised budgie-desktop.
I believe (anyone please correct me) by looking at the odd screenshot, Solus Budgie has moved the panel to the bottom, use adapta as its GTK theme, papirus as its icon theme and has a different panel order.
So all of that is very simple to-do. Using budgie-welcome - themes, you can install adapta and it will also install the papirus icon theme and change the fonts + cursor to breeze.
You can move applets around in budgie-settings.
Again in budgie-settings you can untick “Plank” from the autostart list. Don’t forget to add the icon-task list applet.
@RPTST
RPTST / Simulator
Last active October 4, 2021 04:23
Simulator
Amiga Workbench Simulator: https://taws.ch/WB.html
Windows 3.1: https://classicreload.com/win3x-windows-31.html
Windows 3.1 with CD-ROM: https://www.pcjs.org/blog/2019/05/31/
Macintosh System 7: https://archive.org/details/mac_MacOS_7.0.1_compilation
Windows 95: https://www.pcjs.org/blog/2015/09/21/
OS/2: https://www.pcjs.org/blog/2015/12/27/
Windows 93: http://www.windows93.net/
Atari ST: https://jamesfriend.com.au/pce-js/atari-st/
Windows 1.0: https://www.pcjs.org/software/pcx86/sys/windows/1.01/
EmuOS: https://emupedia.net/beta/emuos/
@RPTST
RPTST / MysticBBS_RPI
Last active October 5, 2021 14:36
MysticBBS RPI install
# The begining
# Setup system
Downloaded ISO - 32-bit
https://downloads.raspberrypi.org/raspios_lite_armhf/images/
Using th methods on the official Raspberrpi.org website create the SD card from the image you just downloaded and boot it up.
From your PC SSH into you raspberry pi and use the default username for your distribution.
@RPTST
RPTST / PCEM.txt
Last active October 6, 2021 20:16
PCEM
A quick walkthrough on how to compile and get PCem v17 running on Linux (mainly Debian-based distros, might work for other distros). I am using Pop!_OS 21.04
Dependencies:
sudo apt install libsdl2-dev
sudo apt install libopenal-dev
sudo apt-key adv --fetch-keys http://repos.codelite.org/CodeLite.asc
sudo nano /etc/apt/sources.list.d/codelite.list
deb [arch=amd64] https://repos.codelite.org/wx3.0.5/ubuntu/ focal universe