• 0 Posts
  • 19 Comments
Joined 11 months ago
cake
Cake day: September 23rd, 2023

help-circle









  • drugo@sh.itjust.workstomemes@lemmy.worldChance encounter
    link
    fedilink
    arrow-up
    1
    arrow-down
    5
    ·
    10 months ago

    The billion figure is including non-native speakers who mostly don’t learn rhymes. Also, a billion minus 1/3 is 700,000? Let’s put it this way. If I posted about a rhyme in French, would it make sense to say “Oh, really you don’t know this saying? Where are you from?” Any place that doesn’t speak french is the answer.








  • Yeah, Linux was built as a multi-user system, so user and group permissions have always been a core aspect of it. The “password locked admin account” is just the root user, although you should maybe leave that as a “failsafe” account and create a separate user with sudoer permissions. Every file and folder in Linux has an owner and read/write/execute permissions for the owner, members of its group, and others. By default, users are limited to their own home folder (/home/username, where folders like Documents are stored) and a handful of world-writable locations (like /tmp) If you need more specific permissions, ACLs are also available. Or SELinux.

    The biggest difference regarding distribution choice is that some distros ship with SELinux enabled, while most don’t. For everything else there’s not much difference, so maybe start with Debian for its community support/resources?