mind you this could even save more space...
Tho I've to see how much #toybox is a drop-in replacement for #BusyBox and how much I need to restructure the files...
But OFC you'll find all the files at the repo:
https://github.com/OS-1337/OS1337
BusyBox (initramfs) after forced shutdown #boot #grub2 #initramfs #busybox
#boot #grub2 #initramfs #busybox
@lunaa @yura @torvalds I know...
There's a reason Distros like #AlpineLinux, #ChimeraLinux and almost all #embedded systems using #Busybox or #Toybox want to get rid of #glibc if not replace it with something like #uClinux, #musl,or another #libc...
Because glibc bricking stuff with minor updates kills any #CCSS and any non-#FLOSS that can't be recompiled.
And what RMS et. al. may see as intentional, I think is the biggest issie that prevents #Linux from dominating #Desktop|s!
#Desktop #Linux #FLOSS #ccss #libc #musl #uclinux #glibc #toybox #busybox #Embedded #ChimeraLinux #alpinelinux
@arialdo @xenodium and even if I wanted to have these, why would I "choose" these over #Busybox's integrated substitutes and/or #Toybox + "portable" / standalone binaries of the tools in question.
Just admit that you want an #IDE + #Userland in one big application and accept that as your choice...
#userland #ide #toybox #busybox
@vwbusguy @benjamineskola @josephholsten @fuchsiii personally, I've also had some use time with #ash on #Busybox but that's just because I have on occasions dealt with #embedded devices and have a copy of #Floppinux.
And yes, I'm still intrigued on the idea of a #1440kB distro that one can blindly autoboot into and that automatically opens up #SSH to allow for remote login if not automatically opens it's own SSH tunnel.
Kinda like #XeLL...
#xell #ssh #1440kb #floppinux #Embedded #busybox #ash
@greymatter @sataa @ncommander @ActionRetro I think that #ChimeraLinux is showing the way by yeeting all the #GNU & #FSF shit out of the system.
The fact that #Win32 is the most stable #API & #ABI on #Linux is a shame and testiment to the lack of fucks given by #glibc and other projects.
#Busybox, #Toybox, #uClinux and #Musl are working solutions espechally in #embedded setups where #GNUtils are seen as unstable #bloat.
#bloat #GNUtils #Embedded #musl #uclinux #toybox #busybox #glibc #Linux #Abi #api #win32 #FSF #GNU #ChimeraLinux
@lunareclipse if you just want it to be a stupid server that doesn't even need to call, sms, wwan but only do like Ethernet over a USB dongle [potentially even get powered vis PoE] then maybe #Armbian or some #Busybox / #Toybox distro may also work.
I am learning QEMU . I’ve come to a point where I can move nimbly.
Can you point me to some interesting projects in which it is used?
I wonder why I should use #QEMU instead of #docker?
Do you recommend that I use QEMU with any #CI system?
#linux #embedded #yocto #buildroot #uboot #busybox #gitlab #softwaredevelopment #code #virtualization
#qemu #docker #ci #linux #embedded #yocto #buildroot #uboot #busybox #gitlab #softwaredevelopment #code #virtualization
Alpine Linux als Desktop
Die leichtgewichtige und auf Sicherheit getrimmte Distribution Alpine Linux lässt sich mit wenig Aufwand auch als Desktop-System nutzen. In dieser Anleitung erfährst du Schritt-für-Schritt, was dazu nötig ist.
#alpine #busybox #musl #openrc #linux
Bash-Script baut in Win per Busybox die Daumenkino-Druckvorlagen wie in Linux.
#FFmpeg #ImageMagick #Ghostscript #Busybox
#ffmpeg #imagemagick #ghostscript #busybox
Boot error due to missing files and interface not showing well on "try ubuntu" #bootrepair #busybox
Count The Number of Characters per Filename
https://www.adamsdesk.com/posts/count-characters-per-filename/
#commandline #linux #PowerShell #bash #BusyBox #FishShell #windows
#commandline #linux #powershell #bash #busybox #fishshell #windows
Nice to-the-point post from @geerlingguy helped me set up a #raspberrypi as an NFS server. A single-purpose NFS server can make a nice way to delivery files when you cross-compile on a different machine.
One thing I learned while setting up a client though, it seems like NFS shares in fstab aren't always mounted at boot. I had to add a little rc script on a #busybox system to mount the share right after the network comes up.