this post was submitted on 02 Oct 2023
1408 points (96.7% liked)

Programmer Humor

19291 readers
1454 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] ayushnix@lemmy.sdf.org 28 points 1 year ago (3 children)

using capital letters in file/directory names on Linux :|

[–] jonne@infosec.pub 41 points 1 year ago* (last edited 1 year ago) (2 children)

It's a default on some distros, unfortunately, and changing it without updating the necessary env vars will break a bunch of stuff.

[–] ayushnix@lemmy.sdf.org 3 points 1 year ago

It would be a default on almost every distro that follows XDG specifications to have stuff like Downloads, Pictures, Videos in the $HOME folder. One of the first things I do as part of an installation is to modify ~/.config/user-dirs.dirs and set a specific folder, say /data/downloads or ~/downloads, for every XDG base directory.

load more comments (1 replies)
load more comments (1 replies)