crap compilation of interesting stuff including linux ones
For previous articles published, see Medium.com.
For publicly available source code, see GitHub.com.
This is the main repository of this site.
Here is the basic description of the stuff below.
- 0x*:
directories beginning with `0x` are ones with special meaning,
such as:
- 0xdocs:
documents that are not related to linux
- 0xetc:
languages other than C, such as Go, C++, Rust...
- data-*:
directories beginning with `data` are ones NOT PRIMARILY related to
io devices. such as:
process, memory, data structure, algorithms...
- dev-*:
directories beginning with `dev` are ones PRIMARILY related to
io devices. such as:
network devices, disks, serials...
- k*:
directories beginning with `k` are ones PRIMARILY related to
linux kernel
- var-*:
directories beginning with `var` are ones NOT PRIMARILY related to
any of above
- .*:
directories beginning with `.(dot)` are ones whose README.md is NOT FULLY READY.
BE AWARE: I’m in the progress of organizing the stuff below. Some stuff might not be showing any meaningful contents.
I’m working to get all available.
Enjoy!