home.social

Search

698 results for “alpinelinux”

  1. I genuinely adore Alpine Linux. One of the main reasons I work on postmarketOS is because its based on Alpine. I think it is has a very well-designed base stack and I like musl. I actually ran Alpine Linux on my main machine for a bit before systemd was added to pmOS. I rarely have bad experiences with the developers and the community is generally kind. There's always some bad apples, like in all communities, but in general, Alpine's quite good.

  2. I genuinely adore Alpine Linux. One of the main reasons I work on postmarketOS is because its based on Alpine. I think it is has a very well-designed base stack and I like musl. I actually ran Alpine Linux on my main machine for a bit before systemd was added to pmOS. I rarely have bad experiences with the developers and the community is generally kind. There's always some bad apples, like in all communities, but in general, Alpine's quite good.

    #AlpineLinux

  3. I genuinely adore Alpine Linux. One of the main reasons I work on postmarketOS is because its based on Alpine. I think it is has a very well-designed base stack and I like musl. I actually ran Alpine Linux on my main machine for a bit before systemd was added to pmOS. I rarely have bad experiences with the developers and the community is generally kind. There's always some bad apples, like in all communities, but in general, Alpine's quite good.

    #AlpineLinux

  4. I genuinely adore Alpine Linux. One of the main reasons I work on postmarketOS is because its based on Alpine. I think it is has a very well-designed base stack and I like musl. I actually ran Alpine Linux on my main machine for a bit before systemd was added to pmOS. I rarely have bad experiences with the developers and the community is generally kind. There's always some bad apples, like in all communities, but in general, Alpine's quite good.

    #AlpineLinux

  5. I genuinely adore Alpine Linux. One of the main reasons I work on postmarketOS is because its based on Alpine. I think it is has a very well-designed base stack and I like musl. I actually ran Alpine Linux on my main machine for a bit before systemd was added to pmOS. I rarely have bad experiences with the developers and the community is generally kind. There's always some bad apples, like in all communities, but in general, Alpine's quite good.

    #AlpineLinux

  6. J'adore #alpinelinux mais pour gérer mon premier #NAS je vais aller vers du plus simple finalement avec : #openmediavault

    Toujours en #sourcelibre et avec #podman pour gérer les conteneurs.

    Souhaitez-moi bonne chance? 😁🐧

    #linux

  7. @nube we don't have backports because we don't need them. instead, use tagged repositories to scope packages from alpine edge:

    # cat /etc/apk/repositories
    ...
    @edge:main https://dl-cdn.alpinelinux.org/alpine/edge/main
    @edge:community https://dl-cdn.alpinelinux.org/alpine/edge/community
    # apk add nano@edge:main
    (1/1) Installing nano@edge:main (9.0-r0)

    #AlpineLinux

  8. @nube we don't have backports because we don't need them. instead, use tagged repositories to scope packages from alpine edge:

    # cat /etc/apk/repositories
    ...
    @edge:main https://dl-cdn.alpinelinux.org/alpine/edge/main
    @edge:community https://dl-cdn.alpinelinux.org/alpine/edge/community
    # apk add nano@edge:main
    (1/1) Installing nano@edge:main (9.0-r0)

    #AlpineLinux

  9. @nube we don't have backports because we don't need them. instead, use tagged repositories to scope packages from alpine edge:

    # cat /etc/apk/repositories
    ...
    @edge:main https://dl-cdn.alpinelinux.org/alpine/edge/main
    @edge:community https://dl-cdn.alpinelinux.org/alpine/edge/community
    # apk add nano@edge:main
    (1/1) Installing nano@edge:main (9.0-r0)

    #AlpineLinux

  10. @nube we don't have backports because we don't need them. instead, use tagged repositories to scope packages from alpine edge:

    # cat /etc/apk/repositories
    ...
    @edge:main https://dl-cdn.alpinelinux.org/alpine/edge/main
    @edge:community https://dl-cdn.alpinelinux.org/alpine/edge/community
    # apk add nano@edge:main
    (1/1) Installing nano@edge:main (9.0-r0)

    #AlpineLinux

  11. @nube we don't have backports because we don't need them. instead, use tagged repositories to scope packages from alpine edge:

    # cat /etc/apk/repositories
    ...
    @edge:main https://dl-cdn.alpinelinux.org/alpine/edge/main
    @edge:community https://dl-cdn.alpinelinux.org/alpine/edge/community
    # apk add nano@edge:main
    (1/1) Installing nano@edge:main (9.0-r0)

    #AlpineLinux

  12. ifstate 2.3.0 - a tool for declarative network configuration for Linux - was released:
    codeberg.org/routerkit/ifstate

    This is release contains various new features like:
    - bridge: VLAN membership for bridge ports
    - link: support external created veth ifaces
    - routing: ignore routes by ifname regex
    - tc: add vlan action (allows remapping); improve change detection

    The new release is already available in #AlpineLinux and in the RouterKit Debian package repository.

    #linuxnetworking #ifstate #RouterKit

  13. ifstate 2.3.0 - a tool for declarative network configuration for Linux - was released:
    codeberg.org/routerkit/ifstate

    This is release contains various new features like:
    - bridge: VLAN membership for bridge ports
    - link: support external created veth ifaces
    - routing: ignore routes by ifname regex
    - tc: add vlan action (allows remapping); improve change detection

    The new release is already available in #AlpineLinux and in the RouterKit Debian package repository.

    #linuxnetworking #ifstate #RouterKit

  14. ifstate 2.3.0 - a tool for declarative network configuration for Linux - was released:
    codeberg.org/routerkit/ifstate

    This is release contains various new features like:
    - bridge: VLAN membership for bridge ports
    - link: support external created veth ifaces
    - routing: ignore routes by ifname regex
    - tc: add vlan action (allows remapping); improve change detection

    The new release is already available in #AlpineLinux and in the RouterKit Debian package repository.

    #linuxnetworking #ifstate #RouterKit

  15. ifstate 2.3.0 - a tool for declarative network configuration for Linux - was released:
    codeberg.org/routerkit/ifstate

    This is release contains various new features like:
    - bridge: VLAN membership for bridge ports
    - link: support external created veth ifaces
    - routing: ignore routes by ifname regex
    - tc: add vlan action (allows remapping); improve change detection

    The new release is already available in #AlpineLinux and in the RouterKit Debian package repository.

    #linuxnetworking #ifstate #RouterKit

  16. So, it looks like Alpine Linux doesn't have anything like Debian's Backports concept? I don't want to switch my repos to edge, I just want to install a version of a package that's newer in edge than in stable, that's it. But it seems like the only way would be to download the apk and install it, which feels like a hacky solution to me, there should be a clean way to do this from the terminal like in Debian ​:thinking_miku:​

    #Linux #AlpineLinux

  17. the #dirtyfrag exploit does not run successfully on alpine because the path to the donor SUID binary is hardcoded as /usr/bin/su.

    changing that to /bin/bbsuid allows the exploit to run, but it hangs for me on linux-lts 6.18.27.

    interestingly, openpax kernels kill the exploit early in the exploit chain.

    either way, 6.18.28 fixes it for everyone.

    but it goes to show the danger of #SUID binaries and why SUID-less solutions like #capsudo are important.

    #alpinelinux

  18. Oh #AlpineLinux has apparently the same issue as #ArchLinux.
    When you don't update it for an extended period of time and then just do "apk update; apk upgrade; reboot" then it'll shit itself...

    And there wasn't even anything special in this VM.
    1) XFCE
    2) Tor
    3) Firefox

  19. Oh #AlpineLinux has apparently the same issue as #ArchLinux.
    When you don't update it for an extended period of time and then just do "apk update; apk upgrade; reboot" then it'll shit itself...

    And there wasn't even anything special in this VM.
    1) XFCE
    2) Tor
    3) Firefox

  20. Oh #AlpineLinux has apparently the same issue as #ArchLinux.
    When you don't update it for an extended period of time and then just do "apk update; apk upgrade; reboot" then it'll shit itself...

    And there wasn't even anything special in this VM.
    1) XFCE
    2) Tor
    3) Firefox

  21. Oh #AlpineLinux has apparently the same issue as #ArchLinux.
    When you don't update it for an extended period of time and then just do "apk update; apk upgrade; reboot" then it'll shit itself...

    And there wasn't even anything special in this VM.
    1) XFCE
    2) Tor
    3) Firefox

  22. @gbetous @FiolaKais @itsfoss Distro does matter a bit. On #AlpineLinux GNOME takes less than 1GB, sometimes around 900MB or a bit less.

    Btw, I'm currently testing Alpine #XFCE on one old PC and #FunOS (Ubuntu with systemd but no Snap + #JWM) on another, and both around 300MB or less! Flatpaks enabled on both.

  23. @gbetous @FiolaKais @itsfoss Distro does matter a bit. On #AlpineLinux GNOME takes less than 1GB, sometimes around 900MB or a bit less.

    Btw, I'm currently testing Alpine #XFCE on one old PC and #FunOS (Ubuntu with systemd but no Snap + #JWM) on another, and both around 300MB or less! Flatpaks enabled on both.

  24. @gbetous @FiolaKais @itsfoss Distro does matter a bit. On #AlpineLinux GNOME takes less than 1GB, sometimes around 900MB or a bit less.

    Btw, I'm currently testing Alpine #XFCE on one old PC and #FunOS (Ubuntu with systemd but no Snap + #JWM) on another, and both around 300MB or less! Flatpaks enabled on both.

  25. @gbetous @FiolaKais @itsfoss Distro does matter a bit. On #AlpineLinux GNOME takes less than 1GB, sometimes around 900MB or a bit less.

    Btw, I'm currently testing Alpine #XFCE on one old PC and #FunOS (Ubuntu with systemd but no Snap + #JWM) on another, and both around 300MB or less! Flatpaks enabled on both.

  26. All our systems hosted at Linode are suspended at the moment due to some billing issue, including gitlab. We are working with them to get it resolved.

  27. All our systems hosted at Linode are suspended at the moment due to some billing issue, including gitlab. We are working with them to get it resolved.

    #AlpineLinux

  28. All our systems hosted at Linode are suspended at the moment due to some billing issue, including gitlab. We are working with them to get it resolved.

    #AlpineLinux