That is truekurviak wrote: Mon Dec 08, 2025 4:07 pmI think for your purpose is better to execute the 'apt update' at the beginning of your cleanup and not at the endD-Fusion wrote: Sun Dec 07, 2025 2:24 pmIt was a Adventure for sure since i am also very new to Linux so i always kept 1 Snapshot iso of my System that i knew worked incase i broke something which also happened alot while trying out new things and adding new Modules to it.NWSM wrote: Sun Dec 07, 2025 1:54 pmVery interesting! I actually have no idea how to use Linux distributions in this way. I’ve used a snapshot tool before, but that just gives me a 4 GB ISO that I can’t use in VirtualBox and can’t install. I don’t know how to build my own Linux-based OS with an installer so I can install everything at once. I’ve read about spin-offs in the MX Linux community (I use MX).D-Fusion wrote: Sun Dec 07, 2025 1:38 pm I tried a lot of distro's now for a month and one had features i liked and worked great but it was a nightmare to set up properly for wine + yabridge because of the downgrade to 9.21 version requirement.
Zorin seemed perfect and i made a script that installed all of that so it was ready to go but using Bitwig in Zorin gave me alot of Random cpu spikes and high latency so i ended up creating my own Tailor made Linux Spinoff Version with Debian 13 Where everything is included if i need to re install one day with all my plugins registered and I am ready to go after spending 4 minutes installing the Whole Os with all my plugins in it (I even added Steam and Proton GE in it so i can play when i am bored)
I gave it a very creative name too- Studio OS, Codename Awesome
Love it so far and Windows 11 feels slow in comparison the few time i Boot into it to see if it is time to just remove the whole thing for good.
What is also great is that games that had stutters in Windows 11 are stutter free and smooth in my Linux OS.
Do you have any suggestions? I would like to have snapshot as Backup.
I had a lot of wtf. Moments trying to figure out why i suddenly ended up with a black screen after the splash screen.
Linux MX has a Snapshot save built in and to make it useable from a USB Flash drive you can use MX live USB Maker to install it on the usb flash drive and load it from that.
Then you have to start to remove things 1 by 1 that you don't want and install the things you want to have included in your Spinoff version and test everything to see what works.
I also ended up buying 2 high speed 64gb USB Flash drives that write data 6 times faster than a regular USB 3 stick since i got tired of waiting 42 minutes to see the results since my Snapshot with everything preinstalled and registered creates a 21.3GB iso file
I also use these commands in terminal to clean up junk files before i make a snapshot so it is as clean as possible.
rm -rf ~/.cache/thumbnails/*
sudo apt autoremove
sudo apt clean
sudo apt autoclean
sudo rm -rf /tmp/*
sudo journalctl --vacuum-time=1d
sudo apt update
Don't know what i was thinking by adding it last
It is better to update apt list before the cleaning so i have corrected it in my original post now