Знания по linux - это база DevOps!
Что бы подтянуть или начать изучать linux можно с помощью матерьялов по подготовке к LFCS.
https://blog.sedicomm.com/2018/07/23/lfcs-kak-ispolzovat-komandu-sed-gnu-dlya-sozdaniya-redaktirovaniya-i-manipulirovaniya-fajlami-v-linux-lfcs-chast-1/
Что бы подтянуть или начать изучать linux можно с помощью матерьялов по подготовке к LFCS.
https://blog.sedicomm.com/2018/07/23/lfcs-kak-ispolzovat-komandu-sed-gnu-dlya-sozdaniya-redaktirovaniya-i-manipulirovaniya-fajlami-v-linux-lfcs-chast-1/
Блог Университета SEDICOMM
LFCS: как использовать команду «sed» GNU для создания, редактирования и манипулирования файлами в Linux - часть 1
Linux Foundation объявила о сертификации LFCS (Linux Foundation Certified Sysadmin), новой программе, которая направлена на то, чтобы помочь людям во
If you decide to take the LFCS exam here information how not to be mistaken
https://medium.com/@obohovyk/how-to-prepare-and-pass-linux-foundation-certified-system-administrator-lfcs-exam-bd4cad4f6c64
https://medium.com/@obohovyk/how-to-prepare-and-pass-linux-foundation-certified-system-administrator-lfcs-exam-bd4cad4f6c64
Medium
How to prepare and pass Linux Foundation Certified System Administrator (LFCS) exam
Just a couple of days ago I’ve successfully passed LFCS exam and become Certified System Administrator (one step left to become Engineer —…
—-___Kubernetes Networking___——
illustrated guide
https://itnext.io/an-illustrated-guide-to-kubernetes-networking-part-1-d1ede3322727
https://itnext.io/an-illustrated-guide-to-kubernetes-networking-part-2-13fdc6c4e24c
and video guide
https://www.youtube.com/watch?v=WwQ62OyCNz4&ab_channel=VMwareCloudNativeApps
illustrated guide
https://itnext.io/an-illustrated-guide-to-kubernetes-networking-part-1-d1ede3322727
https://itnext.io/an-illustrated-guide-to-kubernetes-networking-part-2-13fdc6c4e24c
and video guide
https://www.youtube.com/watch?v=WwQ62OyCNz4&ab_channel=VMwareCloudNativeApps
Medium
An illustrated guide to Kubernetes Networking [Part 1]
Everything I learned about the Kubernetes Networking
TIOBE programming community index is a measure of popularity of programming languages, created and maintained by the TIOBE Company based in Eindhoven, the Netherlands.
https://www.tiobe.com/tiobe-index/
https://www.tiobe.com/tiobe-index/
LFCS Exam Study Guide (Linux Foundation Certified System Administrator)
https://ravikirans.com/lfcs-linux-exam-study-guide/
https://ravikirans.com/lfcs-linux-exam-study-guide/
Ravikiran Srinivasulu
LFCS Exam Study Guide (Linux Foundation Cert. System Administrator)
Preparing for the LFCS Linux Foundation Certified System Administrator exam? Check out the LFCS Study Guide (links to exam objectives)
lfcs.pdf
1.3 MB
You can improve your #linux knowledge well with the help of this tutorial
Does anyone know how to prepare for an interview SRE engineer? The process is not easy, but I will sometimes lay out materials for pumping SRE muscles 💪
https://syedali.net/engineer-interview-questions/
https://github.com/trimstray/test-your-sysadmin-skills
https://www.pythoncheatsheet.org/#JSON,-YAML-and-configuration-files
https://syedali.net/engineer-interview-questions/
https://github.com/trimstray/test-your-sysadmin-skills
https://www.pythoncheatsheet.org/#JSON,-YAML-and-configuration-files
Syed Ali
SRE Interview Questions
Unix Processes What is the difference between a process and a thread? A thread is a lightweight process. Each process has a separate stack, text, data and heap. Threads have their own stack, but sh…