Closed mcpcpc closed 4 years ago
Not sure if any of these fit here (busybox has so much!), but heres a bunch of ideas
python -m http.server
!Not sure if any of these fit here (busybox has so much!), but heres a bunch of ideas
- [ ] loading modules on boot (ex: wireless, bluetooth, etc)
[ ] service management
- [ ] writing a new service
- [ ] how to use start-stop-daemon
- [ ] what is svc?
- [ ] where do logs go? (just dmesg? somewhere else?)
[ ] lesser known features
- [ ] httpd - no need for
python -m http.server
![ ] system basics
- [ ] difference between halt, poweroff, reboot, etc
- [ ] how to clear up the terminal with reset
A good list! thanks! And even if it doesn't belong here, i think we can find it a "home" =)
i just noticed Dylan's busybox article (must of missed when it was released). Will close this PR for now and plan in implementing the suggestions to the existing article.
Background
Need a new "catch all" for common configuration (and logging) activities related (and specific) to busybox.
Scope