• 1 Post
  • 1.01K Comments
Joined 2 years ago
cake
Cake day: May 29th, 2024

help-circle













  • none. 15 year old apu, slow laptop hdd, 2gb ram (some consumed by the graphics). cpu performance of the earliest s939 dual core athlons.

    put a puppy or antix on it, i guess, and hope for the best. with the 8gb max and a small sata ssd it could run something more mainstream.

    update to add: i just reinstalled the latest antix-full over the top of my old one that runs on an old athlon dual core (am2+ 4gb and hdd). creeps a bit over 1gb ram used once you load a page up in firefox. it’ll be ‘usable’, i guess, running one thing at a time and not going crazy with open tabs and windows. still gonna go back on the recycle pile though. i have too many of this era desktop, no takers for them, and not enough room to store 'em.





  • have you actually looked at a snap’s status?

    root@cave:~# lsb_release -d
    Description:    Debian GNU/Linux 13 (trixie)
    root@cave:~# uname -r
    6.12.88+deb13-amd64
    root@cave:~# snap debug sandbox-features|grep confinement
    confinement-options:  classic devmode
    root@cave:~# snap debug confinement
    partial
    root@cave:~# aa-enabled
    Yes
    root@cave:~# snap info --verbose hello-world
    name:    hello-world
    summary: The 'hello-world' of snaps
    health:
      status:  unknown
      message: health has not been set
    publisher: Canonical✓
    contact:   snaps@canonical.com
    links:
      contact:
        - mailto:snaps@canonical.com
    license: unset
    description: |
      This is a simple hello world example.
    commands:
      - hello-world.env
      - hello-world.evil
      - hello-world
      - hello-world.sh
    notes:               
      private:           false
      confinement:       strict
      devmode:           false
      jailmode:          false
      trymode:           false
      enabled:           true
      broken:            false
      ignore-validation: false
    snap-id:      buPKUD3TKqCOgLEjjHx5kSiCpIs5cMuQ
    tracking:     latest/stable
    refresh-date: today at 07:43 CDT
    installed:    6.4 (29) 20.5kB -
    root@cave:~# snap run hello-world.evil
    Hello Evil World!
    This example demonstrates the app confinement
    You should see a permission denied error next
    /snap/hello-world/29/bin/evil: 9: /snap/hello-world/29/bin/evil: cannot create /var/tmp/myevil.txt: Permission denied
    root@cave:~#