Welcome to the Linux Foundation Forum!
-
Re: LFS201 - Chapter 40 Discussion // Questions // Banter
Here's one I use every morning to mirror a directory tree on my workstation to my laptop: !/bin/sh rsync --progress -avrxH --delete $* where "$*" stands for all parameters such as THIS…1 -
Re: LFS201 - Chapter 11 - /sys/devices/system/cpu/vulnerabilities
It also shows how your kernel is configured, as in: c8:/sys/devices/system>ls -lF cpu/vulnerabilities/total 0-r--r--r-- 1 root root 4096 Jun 23 08:05 itlb_multihit-r--r--r-- 1 root root 4096 Jun 2…1 -
Re: LFS201 - Chapter 11 - /sys/devices/system/cpu/vulnerabilities
Your system is missing development tools. (says there is no make). I don't know what distribution you are on, but you can do apt-get install make (or yum install make) etc. Even better, do ./rea…1 -
Re: How to interact with sysfs
For the most part you just look at it -- you use ls, cat, echo, etc just as if they were normal files although they are pseudofiles--they exist only in memory. There are some programmatic interfaces …2 -
Re: Anki spaced repitition cards for LFS201
Sorry I had to look up what "spaced repetition" meant. Please keep in mind all certification exams are performance-based, and as such memorizing facts will take you only so far. The course …1
Upcoming Training
-
August 20, 2018
Kubernetes Administration (LFS458)
-
August 20, 2018
Linux System Administration (LFS301)
-
August 27, 2018
Open Source Virtualization (LFS462)
-
August 27, 2018
Linux Kernel Debugging and Security (LFD440)
