• 3 Posts
  • 33 Comments
Joined 1 year ago
cake
Cake day: June 14th, 2023

help-circle


  • NĂ€r du bestĂ€mt dig för ett abonnemang, kolla ifall de har nĂ„gon sorts rekryteringsbonus och frĂ„ga runt bland vĂ€nnerna om nĂ„gon redan har samma abonnemang. Vill inte pĂ„ nĂ„got sĂ€tt uppmuntra att folk aktivt jagar nya kunder Ă„t sina operatörer, men om man skulle köpa ett abonnemang sĂ„ kan man ju passa pĂ„ att utnyttja allt som gĂ„r. T.ex. sĂ„ “rekryterade” jag min fru nĂ€r vi bĂ„da bytte till Vimla, sĂ„ bĂ„da har permant 10kr avdrag pĂ„ mĂ„nadsavgiften. Sen iofs har vi bĂ„da lĂ€gsta mĂ€ngden datatrafik sĂ„ det blir ca 10% rabatt, kanske inte mĂ€rks lika mkt nĂ€r man har en högre grundkostnad.

















  • If you’re using btrfs then you might need to rebalance it. I had the same problem, i.e. “no free space” while tools like df reporting that there should be available disk space, and it confused the hell out of me until I found the solution.

    See manual: https://btrfs.readthedocs.io/en/latest/Balance.html

    This are the commands I run every now and then, especially if my drive has been close to full and I delete a bunch of files to make more space:

    sudo btrfs balance start -dusage=10 /
    sudo btrfs balance start -dusage=20 /
    sudo btrfs balance start -dusage=30 /
    

    The / at the end is the path, since it’s my root mount which uses btrfs. The example in the manual does 40 and 50 too, but higher numbers take longer time, even on an nvme ssd.