Building Linux From Scratch on a Google Cloud Virtual Machine
#linux #LFS #fromscratch #GCP
- Part 1: The Build Environment
- Part 2: Building the Temporary System
- Part 3: Building and Installing System Packages
- Part 4: System Configuration and Kernel Popping
#linux #LFS #fromscratch #GCP
- Part 1: The Build Environment
- Part 2: Building the Temporary System
- Part 3: Building and Installing System Packages
- Part 4: System Configuration and Kernel Popping
Medium
Building Linux From Scratch on a Google Cloud Virtual Machine
Part 1: The Build Enviroment
Между тем вышло второе издание книги Дмитрия Кетова. Имхо одной из лучших, что есть по linux
#linux #book
https://bhv.ru/product/vnutrennee-ustrojstvo-linux-2-izd/
#linux #book
https://bhv.ru/product/vnutrennee-ustrojstvo-linux-2-izd/
БХВ
Внутреннее устройство Linux, 2-изд. - купить от 480₽
Издательство БХВ | Книга представляет собой введение во внутреннее устройство операционной системы Linux.... | Кетов Д.
Forwarded from Админим с Буквой (bykva)
Вооооот. А еще я наклепал лабу по linux hardening... По большей части это компиляция из известных ресурсов, моего там практически нет. В целом это выглядит как чистый хахреднинг, но на самом деле он лежит в разделе про ansible, потому что тут довольно неплохие задачи которые позволят прокачать свои умения в этом продукте. Так шо объединяем приятное с полезным - инфраструктура как код и сесурити, шобы злобный хацкер не майнил бетховенов на вашем железе!
https://github.com/bykvaadm/OS/tree/master/devops/ansible/lab4
#linux #hardening #security #ansible
https://github.com/bykvaadm/OS/tree/master/devops/ansible/lab4
#linux #hardening #security #ansible
GitHub
OS/devops/ansible/lab4 at master · bykvaadm/OS
Contribute to bykvaadm/OS development by creating an account on GitHub.
https://www.percona.com/blog/2020/09/11/how-much-memory-does-the-process-really-take-on-linux/
#linux #memory #OOM
#linux #memory #OOM
Percona Database Performance Blog
How Much Memory Does the Process Really Take on Linux? - Percona Database Performance Blog
One of the questions you often face operating a Linux based system is managing memory budget. Before adjusting memory usage, it helps to know how much memory a given program really uses.
Forwarded from Записки админа
🐧 How Program Gets Run: Linux. Автор попытался пошагово показать процесс запуска программы в Linux. #напочитать #linux
What every SRE should know about file descriptors, pipes, terminals, user sessions, process groups and daemons
0. GNU/Linux shell related internals for SRE
1. File descriptor and open file description
2. Pipes
3. Process groups, jobs and sessions
4. Terminals and pseudoterminals
#linux #fd #pipe #term
0. GNU/Linux shell related internals for SRE
1. File descriptor and open file description
2. Pipes
3. Process groups, jobs and sessions
4. Terminals and pseudoterminals
#linux #fd #pipe #term
Viacheslav Biriukov
GNU/Linux shell related internals
What every SRE should know about GNU/Linux shell related internals: file descriptors, pipes, terminals, user sessions, process groups and daemons # Despite the era of containers, virtualization, and the rising number of UI of all kinds, SREs often spend a…