Two partitions for a live linux, the second for home and other data. It can come in handy, if you’re on linux.
- 4 Posts
- 512 Comments
MonkderDritte@feddit.deto
Games@lemmy.world•Day 3 of posting a Daily Screenshot from the games I’ve been playing until I forget to post ScreenshotsEnglish
1·1 year agoMedieval Dynasty?
Heartburn.
MonkderDritte@feddit.deto
Piracy: ꜱᴀɪʟ ᴛʜᴇ ʜɪɢʜ ꜱᴇᴀꜱ@lemmy.dbzer0.com•How often do you consume the stuff you pirate? How do you avoid "hoarding"?English
1·1 year agodeleted by creator
ADMINISTRATIONS PASSWORT EINSTELLEN!
DA FEHLT EIN BINDESTRICH!
Time flies, where a HDD is barely enough to run a minimal Linux.
MonkderDritte@feddit.deto
Programmer Humor@programming.dev•I meant to type "npm run dev"... What will happen now?
7·1 year agoNPM on Windows, it doesn’t matter anymore.
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.
MonkderDritte@feddit.deto
Linux@lemmy.ml•My fellow software engineer, It's the year 2024...
1·1 year agoYou can of course not give users a choice. And a lot of applications do their own thing, having their own variables like
GOPATHor a cli option like--configor 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.
MonkderDritte@feddit.deto
Linux@lemmy.ml•My fellow software engineer, It's the year 2024...
4·1 year agoIn this case it would be
XDG_CONFIG_HOME=/home/config. That simple.
MonkderDritte@feddit.deto
Linux@lemmy.ml•My fellow software engineer, It's the year 2024...
91·1 year agoThis standard makes your software’s paths user-configurable, giving users a choice.
MonkderDritte@feddit.deto
Linux@lemmy.ml•My fellow software engineer, It's the year 2024...
12·1 year agoAnd i wish there was a separate XDG_LOG_HOME or $HOME/.local/log, with logrotate preconfigured to look there.
MonkderDritte@feddit.deto
Linux@lemmy.ml•My fellow software engineer, It's the year 2024...
7·1 year agoWhat 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.
MonkderDritte@feddit.deto
Linux@lemmy.ml•My fellow software engineer, It's the year 2024...
22·1 year agoWhere 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:
- .android: hardcoded in adb and i guess something in mtp too
- .pki: some tool/library Firefox and Chromium sometimes use.
- .steam: yes, that
MonkderDritte@feddit.deto
Asklemmy@lemmy.ml•People younger than 30, what advice would you give to people over 30?
1·1 year agoWell, less people are listening new releases each year, more are listening old songs…
MonkderDritte@feddit.deto
Asklemmy@lemmy.ml•People younger than 30, what advice would you give to people over 30?
10·1 year ago
You were in grade school when this was made.




Yet you allow some rando software with evelated privileges to run their own updates?