RmDebArc_5@lemmy.ml to linuxmemes@lemmy.world · 2 年前Everyone loves snapslemmy.mlimagemessage-square110fedilinkarrow-up1504cross-posted to: memes@lemmy.ml
arrow-up1504imageEveryone loves snapslemmy.mlRmDebArc_5@lemmy.ml to linuxmemes@lemmy.world · 2 年前message-square110fedilinkcross-posted to: memes@lemmy.ml
minus-square👍Maximum Derek👍@discuss.tchncs.delinkfedilinkEnglisharrow-up53·edit-22 年前I want to be high and mighty and dislike Snaps for all the technical reasons but the single most irritating thing is definitely all the loopback devices.
minus-squareRubberElectrons@lemmy.worldlinkfedilinkarrow-up11·2 年前Fucking same, I had to write an alias so that df filters the loopbacks.
df -h hates this one simple trick
I want to be high and mighty and dislike Snaps for all the technical reasons but the single most irritating thing is definitely all the loopback devices.
Followed closely by
~/snap
WHY NOT .SNAP?? IT’S ONE FCKING DOT
Fucking same, I had to write an alias so that df filters the loopbacks.
Mine is:
alias dfh=‘df -h |grep -v loop’