python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Weird behavior with busybox grep and wget in alpine linux
I'm trying to grep a string from wget --help, I want to check if implementation of wget support my desired option.
wget --help | grep -q '\--show-progress'
I expect if the command failed, it will ret...

Liso
Votes: 0
Answers: 0
busybox build does not generate the complete rootfs
I am trying to create a rootfs that I can use for the Beaglebone Black.
I have been following the instructions here: https://krinkinmu.github.io/2020/07/05/beaglebone-software-update.html for "Ro...

code_fodder
Votes: 0
Answers: 1
C syslog Wrapper
I am trying to use syslog and a custom syslog.conf to create a logger for multiple modules. I have created a logging struct that allows a module to create a logger with custom settings
struct module_l...
Michael
Votes: 0
Answers: 0