muhyb@programming.dev to linuxmemes@lemmy.world · 3 days agoIf it ain't broke, don't fix iti.ibb.coimagemessage-square118linkfedilinkarrow-up11.13Karrow-down113
arrow-up11.11Karrow-down1imageIf it ain't broke, don't fix iti.ibb.comuhyb@programming.dev to linuxmemes@lemmy.world · 3 days agomessage-square118linkfedilink
minus-square87Six@lemmy.ziplinkfedilinkarrow-up67·3 days agome shily walking over to my timeshift snapshots after running sudo chmod -R 775 / Instead of with a dot…
minus-squarerumba@lemmy.ziplinkfedilinkEnglisharrow-up2·1 day agoNixOS my system config is in git. my home folder is in syncthing with a command to stop sync if a significant change is requested. Sure is fucking hard to setup tho :)
minus-square87Six@lemmy.ziplinkfedilinkarrow-up2·1 day agoMeanwhile i can’t setup a fucking web project so indexing doesn’t take 5 minutes 😭🤣
minus-squareNatanox@discuss.tchncs.delinkfedilinkEnglisharrow-up24·3 days agoPlot twist: Your snapshots were mounted when you did that and are now also very accessible.
minus-squareOoops@feddit.orglinkfedilinkarrow-up9·2 days agoPeople actually thought about that… so snapshots are read-only by design
minus-square87Six@lemmy.ziplinkfedilinkarrow-up4·3 days agoshudders But no I use an externall HDD docked with a… Usb dock thing whatever it’s called That’s accessible from a USB Ubuntu… Right? Right???
minus-squareHerbGrower@slrpnk.netlinkfedilinkarrow-up9·2 days agoSounds to me like you haven’t tested your backups suitably if you are asking.
minus-squareprole@lemmy.blahaj.zonelinkfedilinkarrow-up7·2 days agoTimeShift was probably one of the most important teaching aides I had when I first started on Linux. I’ve been on Bazzite for a couple years now, so I have no need for it anymore. But I learned sooooo much by breaking my EndeavourOS install and then rolling back. I’ve only had to rollback with Bazzite once so far (it’s hard to break), and it was literally just one rpm-ostree command. Love it.
minus-squareStrider@lemmy.worldlinkfedilinkarrow-up1·2 days ago(seriously asking) Why even use ./ if you can just use . and are not executing anything? Am I missing something? It seems like a bad habit. (OK on my case of course the incentive to use dot is higher than slash because it needs shift contrary to dot)
minus-squareTurboWafflz@lemmy.worldlinkfedilinkarrow-up3·2 days agoI accidentally made my entire home directory executable and I only backup individual projects on my laptop since it doesnt have much valuable data. that was annoying to fix
me shily walking over to my timeshift snapshots after running
sudo chmod -R 775 /
Instead of with a dot…
NixOS
my system config is in git.
my home folder is in syncthing with a command to stop sync if a significant change is requested.
Sure is fucking hard to setup tho :)
Meanwhile i can’t setup a fucking web project so indexing doesn’t take 5 minutes 😭🤣
Plot twist: Your snapshots were mounted when you did that and are now also very accessible.
People actually thought about that… so snapshots are read-only by design
shudders
But no I use an externall HDD docked with a… Usb dock thing whatever it’s called
That’s accessible from a USB Ubuntu… Right?
Right???
Sounds to me like you haven’t tested your backups suitably if you are asking.
I did test with a usb. I’m joking
TimeShift was probably one of the most important teaching aides I had when I first started on Linux.
I’ve been on Bazzite for a couple years now, so I have no need for it anymore.
But I learned sooooo much by breaking my EndeavourOS install and then rolling back.
I’ve only had to rollback with Bazzite once so far (it’s hard to break), and it was literally just one rpm-ostree command. Love it.
(seriously asking)
Why even use ./ if you can just use . and are not executing anything? Am I missing something? It seems like a bad habit.
(OK on my case of course the incentive to use dot is higher than slash because it needs shift contrary to dot)
I accidentally made my entire home directory executable and I only backup individual projects on my laptop since it doesnt have much valuable data. that was annoying to fix