Last active
November 20, 2023 14:41
-
-
Save helms-charity/c8d2b269d8a32fe80acf6afebfb0b12a to your computer and use it in GitHub Desktop.
System76 Serval with Ubuntu 22.04
This file contains 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
Fresh install of Ubuntu. No DisplayLink driver installed. | |
Switched to Nvidia dirver 535.129.03 open from the x.org per https://support.system76.com/articles/upgrade-ubuntu, which says: | |
To add PPA deb https://ppa.launchpadcontent.net/system76-dev/stable/ubuntu/ jammy main | |
(more info at https://launchpad.net/~system76-dev/+archive/ubuntu/stable) | |
and to install the System76 Driver on an NVIDIA based system: | |
```sudo apt-get install -y system76-driver-nvidia``` | |
More info: https://launchpad.net/~system76-dev/+archive/ubuntu/stable | |
--- | |
DisplayLink stuff | |
has some tips from installing on 20.04. | |
https://displaylink.org/forum/showthread.php?t=68202 | |
--- | |
ExpanDrive problem | |
N: Download is performed unsandboxed as root as file '/media/chelms/newhome/ch/Apps/ExpanDrive_2023.4.1_amd64.deb' couldn't be accessed by user '_apt'. - pkgAcquire::Run (13: Permission denied) | |
--- | |
Use Ubuntu core recovery - https://ubuntu.com/core/docs/use-recovery-mode | |
Ways and means to create backup ISOs | |
http://redorescue.com/ | |
Timeshift - but doesn't work to clean boot due to a broken OS. | |
"For clean install, disaster recovery, use Clonezilla to create an image of your system drive/partition after configuration of Timeshift. Use Timeshift and store your Timeshift backups on a different disk. If you crash your OS drive, restore from Clonezilla image and use Timeshift to bring OS back to latest working version." | |
- https://www.linuxcapable.com/how-to-install-timeshift-on-ubuntu-linux/ | |
Deja Dupe - another incremental snapshot | |
- https://wiki.gnome.org/Apps/DejaDup | |
Systemback - simple system backup and restore application. | |
- https://www.linuxbabe.com/ubuntu/install-systemback-debian-ubuntu-linux-mint | |
Use a Ubuntu root partition as a backup so we can restore our Ubuntu, and can make Ubuntu live USB (filesystem.squashfs): | |
- https://askubuntu.com/questions/1466001/create-a-live-usb-of-existing-installed-ubuntu/1474413#1474413 | |
Multi Ubuntu versions in the boot menu (also Windows instructions): | |
- https://askubuntu.com/questions/1474717/create-usb-drive-contains-multi-ubuntu-versions-hbcd-pe-64-and-multi-windows-in | |
GUI to customize your Ubuntu and create an iso which can be loaded virtually (with QEMU) or used to create a live USB: | |
- https://github.com/PJ-Singh-001/Cubic | |
https://ubuntuforums.org/showthread.php?t=2472190 - using ddrescue | |
https://askubuntu.com/questions/1437786/steps-to-create-usb-of-current-linux-install-bootable-from-any-laptop | |
https://github.com/hsbasu/pinguy-builder | |
https://www.slax.org/ | |
--- | |
Other interesting links for later | |
OneDrive Client for Linux - https://github.com/abraunegg/onedrive |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment