Still

u/Still@programming.dev
4 posts · 284 comments

Recent posts

Recent comments

on ruleitical cumpiss · c/196 · 6 pts · 2y

sudden and premeditated are not antonyms, the can be perspectives on the same action from different participants

on *Permanently Deleted* · c/linux · 2 pts · 2y

partitions are used for organizing, the downside is that more partitions make each one smaller

I end up running 1 btrfs partition sagred between all my installed Linux distros on one system

lvm is also awesome for resizing and moving partitions

my desktop right now has nvme0n1p1 as my efi partition and p2 as a lvm pv

inside that lvm I put everything else as it's very easy to resize and move them (I also have p2 encrypted with luks2)

I've not really used samba in dolphin as I find it more reliable to just have systemd handle automounting all filesystems as it allows other programs to access the locations

I've not noticed any performance issues using it this way, tho I only use a few shares on my local network

/run contains all sorts of virtual stuff, it doesn't persist over a reboot,

I would advise against deleting anything in it as those files are used by programs running as whether user has the ID of 1000 (most likely you)

it contains things such as sockets and lock files so that programs can interact with each other