lfcs.pdf
1.3 MB
You can improve your #linux knowledge well with the help of this tutorial
For those who are not familiar with Linuxπ€, I suggest you start getting to know it through this free course from Linux Foundation π
#devops #linux #training #learning #freecourses
https://training.linuxfoundation.org/training/introduction-to-linux/
#devops #linux #training #learning #freecourses
https://training.linuxfoundation.org/training/introduction-to-linux/
Linux Foundation - Education
Introduction to Linux (LFS101) | Linux Foundation Education
Develop a good working knowledge of Linux using both the graphical interface and command line with this free introduction to Linux course.
π1π₯1
How its Linux Boot Process works ? π΅π»ββοΈ
π When we turn on the power, BIOS or UEFI firmware is loaded from non-volatile memory, and executes POST (Power On Self Test).
π½ BIOS/UEFI detects the devices connected to the system, including CPU, RAM, and storage.
πΏ Choose a booting device to boot the OS from. This can be the hard drive, the network server, or CD ROM.
π BIOS/UEFI runs the boot loader (GRUB), which provides a menu to choose the OS or the kernel functions.
π₯ After the kernel is ready, we now switch to the user space. The kernel starts up systemd as the first user-space process, which manages the processes and services, probes all remaining hardware, mounts filesystems, and runs a desktop environment.
π systemd activates the default. target unit by default when the system boots. Other analysis units are executed as well.
πThe system runs a set of startup scripts and configure the environment.
π±The users are presented with a login window. The system is now ready.
#linux #boot #systemdesign
π When we turn on the power, BIOS or UEFI firmware is loaded from non-volatile memory, and executes POST (Power On Self Test).
π½ BIOS/UEFI detects the devices connected to the system, including CPU, RAM, and storage.
πΏ Choose a booting device to boot the OS from. This can be the hard drive, the network server, or CD ROM.
π BIOS/UEFI runs the boot loader (GRUB), which provides a menu to choose the OS or the kernel functions.
π₯ After the kernel is ready, we now switch to the user space. The kernel starts up systemd as the first user-space process, which manages the processes and services, probes all remaining hardware, mounts filesystems, and runs a desktop environment.
π systemd activates the default. target unit by default when the system boots. Other analysis units are executed as well.
πThe system runs a set of startup scripts and configure the environment.
π±The users are presented with a login window. The system is now ready.
#linux #boot #systemdesign
π3
πΎA Linux file system is the method and data structure that Linux uses to control how data is stored and retrieved on a disk. Without a file system, data placed in a storage device would be a large body of data with no way to tell where one piece of data ends and the next begins. The file system is what allows Linux to organize data into files and directories, making it easier to access and manage
π² Main Directory's Structure:
/root directory (
/bin Essential user binaries
/etc Configuration files
/home User home directories
/var Variable files
/tmp Temporary files.
Linux's flexible file system design allows for multiple types of file systems to coexist and be used according to the needs of the system or storage.
#infrastructure #linux #devops
π² Main Directory's Structure:
/root directory (
/) is the topmost directory in the Linux file system hierarchy. It serves as the starting point from which all other files and directories branch out. Every file and directory on a Linux system can be accessed by following a path from //bin Essential user binaries
/etc Configuration files
/home User home directories
/var Variable files
/tmp Temporary files.
Linux's flexible file system design allows for multiple types of file systems to coexist and be used according to the needs of the system or storage.
#infrastructure #linux #devops
β€2
This Amazing Roadmap π which will help you prepare for various interviews for the position of SRE or DevOps , and even if you are not considering changing jobs π, it will give you deep and comprehensive knowledge in the world of infrastructure
#interviews #SRE #DevOps
#linux #infrastructure
https://github.com/mxssl/sre-interview-prep-guide?tab=readme-ov-file
#interviews #SRE #DevOps
#linux #infrastructure
https://github.com/mxssl/sre-interview-prep-guide?tab=readme-ov-file
GitHub
GitHub - mxssl/sre-interview-prep-guide: Site Reliability Engineer Interview Preparation Guide
Site Reliability Engineer Interview Preparation Guide - mxssl/sre-interview-prep-guide
π2
Looking to break into Linux System Administration but currently only know how to ls and pray?
Donβt worry β weβve all been there. π
Hereβs a completely free course to get you started: https://training.linuxfoundation.org/training/introduction-to-linux/
π» 60+ hours of content
π§ͺ Hands-on labs (because we learn by breaking things)
π Completion badge (so you can flex on LinkedIn)
βΎοΈ Lifetime access (for when you forget a command and Google betrays you)
π° $0 (finally something in tech that doesnβt require a credit card)
Fun fact: Linux runs over 90% of servers and cloud infrastructure.
Translation: If you want to be in DevOps, CyberSec, or a SysAdmin, Linux is like oxygen⦠you kinda need it.
Also, once you understand Linux, your AWS bill will still be high β but at least youβll know why. π
#DevOps #Linux #SysAdmin #ITCareer #CareerGrowth #SRE
Donβt worry β weβve all been there. π
Hereβs a completely free course to get you started: https://training.linuxfoundation.org/training/introduction-to-linux/
π» 60+ hours of content
π§ͺ Hands-on labs (because we learn by breaking things)
π Completion badge (so you can flex on LinkedIn)
βΎοΈ Lifetime access (for when you forget a command and Google betrays you)
π° $0 (finally something in tech that doesnβt require a credit card)
Fun fact: Linux runs over 90% of servers and cloud infrastructure.
Translation: If you want to be in DevOps, CyberSec, or a SysAdmin, Linux is like oxygen⦠you kinda need it.
Also, once you understand Linux, your AWS bill will still be high β but at least youβll know why. π
#DevOps #Linux #SysAdmin #ITCareer #CareerGrowth #SRE
Linux Foundation - Education
Introduction to Linux (LFS101) | Linux Foundation Education
Develop a good working knowledge of Linux using both the graphical interface and command line with this free introduction to Linux course.
π2