Two partitions for a live linux, the second for home and other data. It can come in handy, if you’re on linux.
Two partitions for a live linux, the second for home and other data. It can come in handy, if you’re on linux.
deleted by creator
Meaning, simple apps which are doing one thing well are targeted too for deletion in play store?
I just got a standard Mini-ITX board with overspecced VRMs and a PCIe slot in the end. Good enough. At least it can sleep and behaves as expected.
I see one 4-pin, a 3-pin(?), a 8-pin and multiple 9-pin connectors.
ADMINISTRATIONS PASSWORT EINSTELLEN!
DA FEHLT EIN BINDESTRICH!
Ah yeah, there’s hentai porn about that.
Google doesnt do anything here. The OEMs need to port the Android kernel to older hardware.
Wrong. Google had multiple projects like Treble to decouple the software from the hardware. What happened with it?
Time flies, where a HDD is barely enough to run a minimal Linux.
deleted by creator
Optimizing your system for space is usually wasted effort in Linux, this is not Windows. To get what uses all the space, there’s plenty of storage analyzing tools like Baobab, qdirstat, etc.
You can of course not give users a choice. And a lot of applications do their own thing, having their own variables like GOPATH
or a cli option like --config
or some way to do that in a config file like Idea IDEs. But implementing XDG from start is miles simpler for all parties, it’s good practice to have your paths and variables somewhat organized in code anyway.
In this case it would be XDG_CONFIG_HOME=/home/config
. That simple.
This standard makes your software’s paths user-configurable, giving users a choice.
And i wish there was a separate XDG_LOG_HOME or $HOME/.local/log, with logrotate preconfigured to look there.
What language? Python has PyXDG.
In shell it’s simply
XDG_DATA_HOME="${XDG_DATA_HOME:-"$HOME"/.local/share}"
XDG_CONFIG_HOME="${XDG_CONFIG_HOME:-"$HOME"/.config}"
etc.
Where did i read this… basically, the .file being hidden being a bug in the early unix filesystem, which got misused to hide configuration files.
Offenders despite XDG-variables set and with no workaround:
Yet you allow some rando software with evelated privileges to run their own updates?