• 4 Posts
  • 30 Comments
Joined 2 years ago
cake
Cake day: July 5th, 2024

help-circle

  • Here, you dropped this: /*

    Oh, I didn’t notice.

    $ du -hsc /boot/*
    927M    /boot/8e894020c9ab48be8cae43e3b9a5598f
    300K    /boot/amd-ucode.img
    820K    /boot/EFI
    4.0K    /boot/limine.conf
    4.0K    /boot/limine.conf.old
    180K    /boot/limine-splash.png
    4.0K    /boot/System Volume Information
    928M    total
    
    $ du -hsc /boot/8e894020c9ab48be8cae43e3b9a5598f/*
    12K     /boot/8e894020c9ab48be8cae43e3b9a5598f/limine_history
    333M    /boot/8e894020c9ab48be8cae43e3b9a5598f/linux-cachyos
    262M    /boot/8e894020c9ab48be8cae43e3b9a5598f/linux-cachyos-lts
    333M    /boot/8e894020c9ab48be8cae43e3b9a5598f/linux-cachyos-rt-bore
    927M    total
    

  •   ~   
    ❮ sudo du -hsc /boot
    928M    /boot
    928M    total
      ~  
    ❮ sudo snapper list-configs
    Config │ Subvolume
    ───────┼──────────
    root   │ /
      ~ 
    ❮ sudo du -hsc /.snapshots/
    237G    /.snapshots/
    237G    total
      ~ 
    ❮ df -h
    Filesystem      Size  Used Avail Use% Mounted on
    dev              16G     0   16G   0% /dev
    run              16G  2.6M   16G   1% /run
    efivarfs        128K   69K   55K  57% /sys/firmware/efi/efivars
    /dev/nvme1n1p2  930G  599G  327G  65% /
    tmpfs            16G     0   16G   0% /dev/shm
    none            1.0M     0  1.0M   0% /run/credentials/systemd-journald.service
    none            1.0M     0  1.0M   0% /run/credentials/systemd-resolved.service
    /dev/nvme1n1p2  930G  599G  327G  65% /srv
    tmpfs            16G  140K   16G   1% /tmp
    /dev/nvme1n1p2  930G  599G  327G  65% /var/tmp
    /dev/nvme1n1p2  930G  599G  327G  65% /root
    /dev/nvme1n1p2  930G  599G  327G  65% /home
    /dev/nvme1n1p2  930G  599G  327G  65% /var/cache
    /dev/nvme1n1p2  930G  599G  327G  65% /var/log
    /dev/nvme1n1p1  2.0G  928M  1.1G  46% /boot
    tmpfs           3.1G  1.2G  2.0G  38% /run/user/1000
    ❮ sudo btrfs fi usage /.snapshots/
    Overall:
        Device size:                 929.51GiB
        Device allocated:            765.50GiB
        Device unallocated:          164.01GiB
        Device missing:                  0.00B
        Device slack:                  3.00KiB
        Used:                        597.92GiB
        Free (estimated):            326.24GiB      (min: 244.23GiB)
        Free (statfs, df):           326.23GiB
        Data ratio:                       1.00
        Metadata ratio:                   2.00
        Global reserve:              512.00MiB      (used: 0.00B)
        Multiple profiles:                  no
    
    Data,single: Size:754.01GiB, Used:591.78GiB (78.49%)
       /dev/nvme1n1p2        754.01GiB
    
    Metadata,DUP: Size:5.74GiB, Used:3.07GiB (53.47%)
       /dev/nvme1n1p2         11.47GiB
    
    System,DUP: Size:8.00MiB, Used:112.00KiB (1.37%)
       /dev/nvme1n1p2         16.00MiB
    
    Unallocated:
       /dev/nvme1n1p2        164.01GiB
    
    

  • Then what’s taking up all the space?

    I don’t have even the slightest idea of what is take up all the space. My main problem isn’t that the snapshot feature isn’t work but the fact that I don’t know why its saying 85% of the boot partition has been usage up is my main concern. Just like you said I could just increase the size of the partition but that might just delay my issue until later and then I would have the same issue but twice the size.


  • Remove old entries youve created with this tool,

    what tool?

    There’s no reason you should have a ton of different boot entries to snapshots.

    limine-snapper-info says I have 0 snapshots out of 8.

    sudo snapper list
    # │ Type   │ Pre # │ Date │ User │ Cleanup │ Description │ Userdata
    ──┼────────┼───────┼──────┼──────┼─────────┼─────────────┼─────────
    0 │ single │       │      │ root │         │ current     │





  • Comexs@lemmy.ziptoPrivacy@lemmy.mlNice little collection of privacy tools
    link
    fedilink
    English
    arrow-up
    12
    arrow-down
    2
    ·
    4 months ago

    https://grapheneos.org/usage source

    Avoid Gecko-based browsers like Firefox as they’re currently much more vulnerable to exploitation and inherently add a huge amount of attack surface. Gecko doesn’t have a WebView implementation (GeckoView is not a WebView implementation), so it has to be used alongside the Chromium-based WebView rather than instead of Chromium, which means having the remote attack surface of two separate browser engines instead of only one. Firefox / Gecko also bypass or cripple a fair bit of the upstream and GrapheneOS hardening work for apps. Worst of all, Firefox does not have internal sandboxing on Android. This is despite the fact that Chromium semantic sandbox layer on Android is implemented via the OS isolatedProcess feature, which is a very easy to use boolean property for app service processes to provide strong isolation with only the ability to communicate with the app running them via the standard service API. Even in the desktop version, Firefox’s sandbox is still substantially weaker (especially on Linux) and lacks full support for isolating sites from each other rather than only containing content as a whole. The sandbox has been gradually improving on the desktop but it isn’t happening for their Android browser yet.

    I still use ironfox because of uBlock and dark reader. Cromite is also good.


  • ImageMagick does support displaying images but it only supported when you use x11 (Xwayland).

    # the `display` command will give you a missing error even if you have ImageMagick installed (At least on my winget installation of ImageMagick)
    display image.png
    # give you a x11 error on windows
    magick display image.png
    

    if for some reason you want something similar you could use ffplay it both supported on windows and x11 from what I know.

    I tried it for batch conversion and I was very disappointed it somehow skipped files on big batches

    I haven’t had any issues with ImageMagick with converting images, but I would rather use a dedicate command for encoder like avifenc, cjxl, cjpegli, and cwbep, since they have more options than ImageMagick or utilize newer encoders, such as cjpegli.







  • Comexs@lemmy.ziptoFirefox@lemmy.ml*Permanently Deleted*
    link
    fedilink
    English
    arrow-up
    3
    ·
    7 months ago

    At least on my devices, there’s two ways of doing it, either changing the font size.

    Or on lock developer settings by clicking on build number in the about phone than Software Information. Than go back into the main menu for setting and at the bottom you shoul see developer settings. Once you enter developer settings scroll to the bottom and you should set find a option called minimum width. decreasing the number makes things more compact while increasing it does the opposite. I would recommend going by small increments of 10 to 50 since going to drastic will make it very difficult to change the setting back.