So the patch is just copying the existing warning to a standard location?
So the patch is just copying the existing warning to a standard location?
Sheesh can we get on with replacing pdf?
Imho desktop Linux is usually set up where a single bad app can lock up the whole system. This is not every Linux system, but I run across it more than I would like. I believe part of this is an optimistic approach to memory management which makes the system run better overall most of the time.
Windows seems slow as hell most of the time, but killing a process seems to work reliably (not clicking on the hung app takeover UI, using task kill or task manager)
I don’t understand these memes about killing processes in Linux vs Windows.
Sleep.
Then all the projects!!!
If it runs Linux, definitely
That’s crazy, I would never have expected that. Good to know!
Makes me wonder if Linux is playing nice with Microsoft or there is a mechanism to block device access.
This script? https://github.com/WeirdTreeThing/chromebook-linux-audio
I’m not familiar with bootc based systems but it looks like you could hack up the container spec here: https://codeberg.org/HeliumOS/bootc to build heliumOS with those changes. You would then use something like bootc switch ...
to use it.
(Add a line in the docker file to install newer python and run the audio script. I’m not sure if the script requires changes for this.)
I could be way off base with this idea, I’m not sure how heliumOS expects users to install packages.
You may also be able to run the latest python docker image to run the script, but the way this script modifies system files shouldn’t work on an immutable system.
Really just a guess but since others have pointed to bios raid stuff this may be relevant:
https://wiki.debian.org/DebianInstaller/SataRaid
But also you probably want to disable raid in bios if it’s enabled.
Probably something in the bios
Locks as far as windows will not be happy that you changed them. If you’re getting rid of windows don’t worry about shutting down safely.
Do you not have root access or are you worried about using root access? Sudo will do the trick, you don’t need to login as root directly.
Copying the whole image onto the device file will rewrite the partition table, boot flags and all.
But yes, usually this requires root equivalent capabilities.
🤣 damn I would’ve been looking for a new image to flash at that point.
I’m glad chatGPT didn’t brick your system.
Where’d you get the audio setup script?
I think the key to this idea is that as long as the VPN only apps are running in docker containers, container networking can be used to restrict their traffic to the vpn.
Apps like qBittorrent support proxy connection options for this scenario without containers.
https://github.com/qbittorrent/qBittorrent/wiki/Explanation-of-Options-in-qBittorrent#proxy-server
Idk if this is actually a good idea, but I would try using a media server like mediatomb to index the files and serve them to Kodi. It’s been a while so I don’t remember if it was mediatomb that did the organization or not.
Have you looked through the kernel logs? dmesg will usually show something relevant when wakeup from sleep is malfunctioning, and may show something about the USB charging as well.