Simple BusyBox Linux Distro Anatomy

Published: 20 September 2023
on channel: Monkey see, monkey do
544
18

FULL SERIES:
   • You can endlessly watch the flame bur...  

==========================
Monkey See, Monkey Do LINUX
==========================
https://github.com/maksimKorzh/msmd-l...

================================================
VICI - Minimalist cross-platform terminal based text editor
================================================
https://github.com/maksimKorzh/vici

==================================
ED - The standard Linux Text Editor in Go
==================================
https://github.com/maksimKorzh/ed

====================
MY TOY TEXT EDITORS
====================

VI-like text editor in 100 lines of C++ code:
https://github.com/maksimKorzh/ved

Text editor in 50 lines of python:
https://github.com/maksimKorzh/v

VI-like text editor in 125 lines of python:
https://github.com/maksimKorzh/edit/b...

Text editor with python shell:
https://github.com/maksimKorzh/pi

Tiny vi-like text editor in only 125 lines of python code:
https://github.com/maksimKorzh/vip

Text editor with syntax highlighting:
https://github.com/maksimKorzh/code

Kilo text editor cone in C:
https://github.com/maksimKorzh/kilo-c...

Kilo text editor port to ESP32:
https://github.com/maksimKorzh/esp32-...

===============================================
TUTORIALS COVERING MOST OF THE ABOVE PROJECTS
===============================================
   • Revolutionary brand new approach to t...  

=====================
SUPPORT THE CHANNEL
=====================
Patreon:   / code_monkey_king  
PayPal: [email protected]

==========
CONTENTS
==========

00:00 Intro
00:20 Running MSMD Linux under QEMU
01:22 Running 'whoami'
01:55 Running 'sudo'
02:50 Walking through the '/init' script
16:25 Inspecting Tiny Core Linux package repo
17:20 Searching for a certain package using 'wget' and 'grep'
17:45 Using 'tce-load' to install 'curl' package
20:00 Using 'tce-load' to install 'nano' package
22:20 Using 'tce-load' to install 'curl' package
26:05 Walking through the source files
30:30 Walking through the 'build.sh' script
44:00 Some notes on Tiny Core Linux
45:10 Compiling Linux from scratch vs building from TCL/Arch linux
47:52 Outro