Main Page: Difference between revisions
From mylearnings
Jump to navigationJump to search
No edit summary |
|||
(21 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
= Linux = | = Linux = | ||
* [[Core Dumps]] | |||
* [[ | * [[Managing Limits]] | ||
* [[ | * [[Terminal Multiplexer (TMUX)]] | ||
* [[ | * [[Commands Line Utilities]] | ||
* [[ | |||
== Init System == | == Init System == | ||
Line 23: | Line 11: | ||
== Kernel == | == Kernel == | ||
* [[Memory Managment]] | * [[Memory Managment]] | ||
* [[File System]] | |||
* [[Bottom Half]] | |||
* [[Kernel Debugging]] | |||
= Compilers & Linkers = | = Compilers & Linkers = | ||
* [[Executable & Linkable Format]] | |||
* [[Shared Libraries]] | |||
* [[Linking & Loading]] | |||
* [[ARM Architecture]] | |||
* [[x86 and x86_64 Architecture]] | |||
= Networking = | |||
* [[Protocols]] | |||
* [[OAuth & OpenID Connect]] | |||
= Web Development and Hosting = | = Web Development and Hosting = | ||
* [[HTML, CSS]] | |||
* [[MediaWiki]] | * [[MediaWiki]] | ||
* [[DataBases]] | |||
* [[Apache Web Server]] | |||
* [[Nginx Web Server]] | |||
* [[API Design]] | |||
* [[Django]] | |||
* [[Nodejs]] | |||
* [[Large System Design]] | |||
= | = Virtualization = | ||
* [[Docker]] | * [[Docker]] | ||
* [[Podman]] | * [[Podman]] | ||
* [[Qemu]] | |||
= Programming = | |||
* [[Design Patterns]] | |||
* [[Data Structures]] | |||
* [[Algorithms]] | |||
== C/C++ Programming == | |||
* [[GNU Debugger (GDB)]] | |||
* [[LLVM Debugger (LLDB)]] | |||
* [[Boost Library]] | |||
* [[Standard Template Library]] | |||
* [[Build Systems]] | |||
== Python Programming == | |||
== Systems Programming == | |||
== Golang == | |||
== Type Script / Java Script == | |||
== | = Artificial Intelligence = | ||
Latest revision as of 13:08, 16 June 2025
Linux
Init System
Kernel
Compilers & Linkers
- Executable & Linkable Format
- Shared Libraries
- Linking & Loading
- ARM Architecture
- x86 and x86_64 Architecture
Networking
Web Development and Hosting
- HTML, CSS
- MediaWiki
- DataBases
- Apache Web Server
- Nginx Web Server
- API Design
- Django
- Nodejs
- Large System Design