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
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
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
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 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
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 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
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
PSA: How to dual boot Pop_OS with Windows with a menu to select from, when you install Pop after Windows in the same drive. | |
An updated and more complete guide is now found here | |
Disclaimer: You do this at your own risk. | |
What you want to achieve: | |
Install Pop!_OS after Windows on the same drive. You want a menu to pop up after POST so that you can select Pop or Windows. | |
What is happening: |
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
#!/bin/bash | |
# Transform Ubuntu 18.04 or Linux Mint 19 to MacBuntu | |
# https://www.noobslab.com/2018/08/macbuntu-1804-transformation-pack-ready.html | |
# If you want to change another version Ubuntu or Linux Mint? | |
# Search MacBuntu for your version on https://www.noobslab.com/search?q=MacBuntu | |
# Setup workspace | |
WORKSPACE=~/Desktop/macbuntu |