home.social

#toybox — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #toybox, aggregated by home.social.

fetched live
  1. Just finished a PoC if i could bootstrap pkgsrc on my self-assembled minimal docker container.

    Ingredients: skarnet-musl-toolchain. busybox-static, toybox-static, gawk, gsed, gtar, gmake, libz, libexpat, libxcrypt, libbsd, libmd, musl-{bsdcompat,fts,obstack,rpmatch}, and finally pkgsrc from netbsd.

    after a few ins and outs, and learning the ropes, bootstrapping worked flawlessly.

    shout out for the developers for their good work!

    #docker #toybox #busybox #LFS #LFN #pkgsrc #linux #musl

  2. #Toybox #Soldiers #TwoDollarsEndlessFun

    We 100% made dad fork over the 2 dollars. (In those days you could send cash through the US mail.)
    We had a lot of fun, as I recall. But the battleships were the Lego of their day if you stepped on one with bare feet.
    I'm sure there are quite a few soldiers still in the dirt on my dads farm.

  3. 🚀 Mein erstes Paket ist live! 🛰️
    Ich habe gerade toybox-calc veröffentlicht – ein kleines CLI-Tool für Funkamateure, um die optimale Länge des Strahlers für die Comet HFJ-350M (Toy Box) Antenne zu berechnen.

    Jetzt verfügbar auf:
    📦 PyPI: pip install toybox-calc
    🏔️ AUR (Arch Linux): pikaur -S python-toybox-calc
    Inklusive i18n Support (DE/EN/JA) und ANSI-Farben fürs Terminal. Vy 73 de DO3EET! 📻

    #HamRadio #Amateurfunk #Python #ArchLinux #AUR #PyPI #OpenSource #HFJ350M #ToyBox #POTA #SOTA #Linux

  4. 🔧✨ Behold, the magical Toybox! 🎩✨ Now you can bumble through #Linux with a single #command line tool that does everything and nothing at all. Because who needs focus when you have a Swiss Army knife made of spaghetti code? 🍝🔧
    github.com/landley/toybox #Toybox #SpaghettiCode #SwissArmyKnife #TechHumor #HackerNews #ngated

  5. The #Kimsuky divergences in #ToyBox append a new command category in toys/android/ with the following options:

    - getenforce / setenforce -> Query and modify SELinux enforcement
    - restorecon / runcon -> Reset or run processes under SELinux contexts
    - sendevent -> Generate low-level input events (touch/keys)
    - log, logwrapper -> Interface with Android’s logging system
    - load_policy -> Load SELinux policies

    Also include GN/Ninja integration (Google’s build system) for AOSP devices.

    My guess is most likely used in their Android malware development

  6. make your filesystem eventful using inotify cmds,
    the REACT for filesystems ❤

    ```
    $ inotifyd ./myscript /dir /dir/sub/dir &

    $ touch /dir/foo.json
    myscript: w /dir/foo.json

    $ touch /dir/sub/dir/bar.json
    myscript: w /dir/sub/dir/bar.json
    ```

    #hack #eventdriven #busybox #toybox

  7. @target

    @cstross isn't even joking, I think.

    Both BusyBox and ToyBox actually do have an init program, a getty program, and a login program.

    BusyBox also has the Almquist shell. ToyBox has a Landley shell. BusyBox even has runit.

    It is possible to have a system where even if you are doing various things in a shell you're just invoking the same program image over and over, using all of the same code that is there in process #1.

    #BusyBox #ToyBox #runit