minus-squareunexpectedprism@programming.devtoLinux@programming.dev•Installing EndeavourOS, should I use btrfs or ext4?linkfedilinkarrow-up2·16 days agoI have experienced both cases where btrfs mounted read only for no good reason and cases where ext4 did not detect my storage medium had corrupted my data. I have chosen btrfs for data integrity but both options have upsides. linkfedilink
minus-squareunexpectedprism@programming.devtoLinux@programming.dev•What are some of your most useful or favorite terminal commands?linkfedilinkarrow-up2·3 months agonamei -om to check permission issues linkfedilink
minus-squareunexpectedprism@programming.devtoProgramming@programming.dev•Comby is a tool for searching and changing code structurelinkfedilinkarrow-up1·7 months agoI found ast-grep inconvenient to match several consecutive lines of python whereas comby handles this reasonably fine. linkfedilink
I have experienced both cases where btrfs mounted read only for no good reason and cases where ext4 did not detect my storage medium had corrupted my data. I have chosen btrfs for data integrity but both options have upsides.