Isn’t rawhide the “rolling” version? If so, it does not really count as 42, just what packages 42 is likely gonna have.
Linux enthusiast, family man and nerd
Isn’t rawhide the “rolling” version? If so, it does not really count as 42, just what packages 42 is likely gonna have.
I think he wrote that he had been contributing for about 7 or 8 years, and only the last one was as a volunteer.
While mostly an issue on Windows computers: https://www.pcmag.com/how-to/dont-plug-it-in-how-to-prevent-a-usb-attack
Just to clarify. In-kernel drivers is not the same as open source firmware. Most bluetooth dongles use the in-kernel driver, but require proprietary firmware to be loaded before they work. Most of that firmware is present in the linux-firmware packages/repository, but the setup would no longer be FOSS only.
If that’s the case, then you should answer the OP with how it’s set up. OP is specifically asking how to do it with random drives other people hands them, not trusted drives always connected.
What is the disaster that could happen you’re referring to?
Auto mounting random USB sticks has never been wise. No telling what random malware they contain.
You shouldn’t just automount external drives. That’s a recipe for trouble.
What’s wrong with manually mounting them? Pretty sure the desktop environments also require you to push a button (eg, select the drive in file manager) to mount external USB drives.
Windows might have locked the drive, making it read-only (hybrid power off stuff) or you might just need to mount it with rw permissions.
How did you mount it?
I sometimes see it in the CLI when running apt update/upgrade. I’ve just tricked my mind to look past it.
PATH is a shell variable that defines where stuff can be executed from without writing their absolute path.
So the export PATH command just adds the scale stuff to the path.
They tend to use different theming engines each major version, so I don’t believe they are.
Gimp is likely still using gtk2, which means you need a theme that supports gtk2. That’s probably old and un-maintained, since gtk2 has been End-Of-Life for a while now. gimp 3.0 is approaching though.
I don’t see any errors, just warnings. And GTK is very verbose about warnings…
I’ve had a similar issue with most of the laptops I have owned. The battery just discharges slowly when the device is turned off.
I have no idea what causes it or if it can be fixed.
My guess is that most hits that scan is gonna catch is old enterprise networks, that has not been updated or maintained by security.
Sounds like you created a seperate partition for /var. Only way to change that is to redo your partitions or bind mount an external disk as /var.
journalctl lists PIDs, so it might have a corresponding executable name with it.
You should block everything, except the things you want to get through. A firewall (at least in Linux) blocks everything inbound by default.
https://www.tech21century.com/best-android-os-for-pc-computers/ has a list of some.
BlissOS and PrimeOS is at the top.
There is currently work being done to get support for some snapdragon laptops into the kernel. I think 6.11 got preliminary support for a couple and patches for others are still waiting.
~/git/AUR|dev|whatever/$(git clone)
is where mine usually reside.