For in-person instructor-led classes you should receive an email 4-5 days before the course starts containing class information. If you haven't received the email two days before the class starts, please open a ticket at trainingsupport.linuxfoundation.org.
Or you can download the document (which covers all classes) from here.
You should receive an email about this course 4-5 days before the course starts containing class information. If you haven't received the email two days before the class starts, please open a ticket at trainingsupport.linuxfoundation.org.
You can download the class preparation document from here.
You can download a welcome document specific to your course by first clicking on the course below.
You will need to bring your own computer to class (ideally a laptop) in order to participate in class, and do the practice labs throughout the course. Your computer will have to have minimum specifications, and the appropriate SW installed in order to successfully complete the course.
Any recording of classes is forbidden.
For virtual instructor-led classes you will receive an email 4-5 days before the course starts containing class information. You will also receive a calendar invite with instructions for joining the virtual class. If you haven't received the email or calendar invite two days before the class starts, please open a ticket at trainingsupport.linuxfoundation.org.
You can download the generic welcome document (which covers all classes) from here.
You should receive an email and calendar invite about this course 4-5 days before the course starts containing specific class information, and instructions for joining the virtual class. If you haven't received the email two days before the class starts, please open a ticketat trainingsupport.linuxfoundation.org.
You can download the class preparation document from here.
You can download a welcome document specific to your course by first clicking on the course below.
Any recording of classes is forbidden.
A list of HW and SW requirements for your Linux computer can be found at the bottom of this page. However, the following ready-for.sh script automates checking that your Linux computer meets minimum requirements, installs missing software, and downloads course material tarballs in order to prepare for class.
Running this before class, ideally somewhere with fast Internet, can save a lot of time during class time (we can't guarantee fast internet depending on where the class is taught).
This script only works on Linux. It does not work on MacOS nor Windows.
When you run the script, it might ask for a password. Enter your own login password. (If you're curious, it uses sudo - even installs and sets up sudo if needed).
Usage: ready-for.sh [options] [course[=version]] --distro List current Linux distro --build-dir Location of directory used for labs in the course -i --install Install missing packages for the course --fix --fix-missing Skip uninstallable packages -f --force-download Redownload everything -r --remove [--all] Remove installed packages for the course -l --list List all supported courses --no-cache Don't use previously cached output. --no-check Don't check for HW requirements. -C --no-course-files Don't install course files -E --no-extras Don't download extra materials -I --no-install Don't check installed packages -R --no-recommends Don't install recommended packages -S --no-suggests Don't install suggested packages -N --no-vm Don't download virtual machine --update Update to latest version of this script --verify Verify script MD5sum -V --version List script version -v --verbose Turn on extra messages -y --yes Answer 'yes' to every question -h --help What you just typed to see this -H --advanced-help Even more esoteric options for debugging Example: ready-for.sh --install LFD420 You can ask for a specific version of a course like this: ready-for.sh LFD420=V2.4.3
$ ./ready-for.sh --no-recommends LFD420
WARN: /home/jsmith only has 13 GiB free (need at least 30 GiB) PASS: However, BUILDHOME=/mnt/build has 138 GiB free
FAIL: Only 1 GiB RAM (require at least 4 GiB)
$ ./ready-for.sh --no-cache LFD420
$ ./ready-for.sh --no-install LFD420
You can't use a Virtual Machine for this course.
You are highly discouraged from using a Virtual Machine for this course:
If you can't run Linux natively, may we suggest the following options (where your local policy allows):
These numbers apply to the Linux machine you will use for the course. If you plan to use a Virtual Machine for this course, the following numbers apply to the Virtual Machine Guest, *NOT* the host operating system.