This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Please the following: | |
https://github.com/RPTST/enigma-bbs/blob/master/docs/installation/rpi.md |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |