Skip to content

888 Extras

Tom Ormiston edited this page Mar 18, 2018 · 21 revisions

LPIC-1 and LPIC-2 books

Wiley LPIC-1 book

LPIC-1 Linux Professional Institute Certification Study Guide: Exam 101-400 and Exam 102-400, 4th Ed

LPIC-1Study Guide is your comprehensive source for the popular Linux Professional Institute Certification Level 1 exam, fully updated to reflect the changes to the latest version of the exam. With 100% coverage of objectives for both LPI 101 and LPI 102, this book provides clear and concise information on all Linux administration topics and practical examples drawn from real-world experience. Authoritative coverage of key exam topics includes GNU and UNIX commands, devices, file systems, file system hierarchy, user interfaces, and much more, providing complete exam prep for the LPIC-1 candidate. Get access to invaluable study tools, including bonus practice exams, electronic flashcards, and a searchable PDF of key terms featured on the exam.

Wiley LPIC-2 book

LPIC-2: Linux Professional Institute Certification Study Guide: Exam 201 and Exam 202, 2nd Edition

LPIC-2 is the one-stop preparation resource for the Linux Professional Institute's Advanced Level certification exam. With 100 percent coverage of all exam objectives, this book provides clear and concise coverage of the Linux administration topics you'll need to know for exams 201 and 202. Practical examples highlight the real-world applications of important concepts, and together, the author team provides insights based on almost fifty years in the IT industry. This brand new second edition has been completely revamped to align with the latest versions of the exams, with authoritative coverage of the Linux kernel, system startup, advanced storage, network configuration, system maintenance, web services, security, troubleshooting, and more. You also get access to online learning tools including electronic flashcards, chapter tests, practice exams, and a glossary of critical terms to help you solidify your understanding of upper-level Linux administration topics.

Google books

LPIC-1 Amazon books: UK

LPIC-2 Amazon books: UK


Linux Quick Reference Guide

by Daniele Raffo

Linux Quick Reference Guide pdf

This guide stems from the notes I have been taking while working as a Linux sysadmin and while preparing the certification exams LPIC-1 (Linux Professional Institute Certification level 1), LPIC-2, and RHCSA (Red Hat Certified System Administrator). This document was originally named Linux & LPIC Quick Reference Guide, then I changed its title to be more certification-agnostic. This guide contains a good amount of topics for these certification exams, with some subjects handled in more details than others, plus other information about standards and useful tools for Linux system administration. I started writing this document in 2013 and it is my aim to update and integrate it periodically.

This is an independent publication and is not affiliated with, authorized by, sponsored by, or otherwise approved by LPI or Red Hat. You can freely use and share this whole guide or the single pages, either in electronic or in printed form, provided that you distribute them unmodified and not-for-profit. Please feel free to contact me if you find any error so I can correct it in future editions. Happy Linux hacking, Daniele Raffo


Where to get help

tutorialLinux: Sysadmin Training: Where to find Answers to Technical Questions

tutorialLinmux: Sysadmin Book Review: Networking For Systems Administrators


Top 10 Linux Job Interview Questions

tutorialLinux Interview questions

How to check the kernel version of a Linux system? How to see the current IP address on Linux? How to check for free disk space in Linux? How to see if a Linux service is running? How to check the size of a directory in Linux? How to check for open ports in Linux? How to check Linux process information (CPU usage, memory, user information, etc.)? How to deal with mounts in Linux Man pages Other resources

Introduction to Unix

Ever wondered why Linux is lin ux ? It's because Linux is based on UNIX which was created in the late 1960's by Bell Laboratories and thanks to Linux is still the worlds most dominant operating system paradigm.

AT&T Archives: The UNIX Operating System

Made in 1982 this video is a really interesting way to learn about why Unix, (and now Linux) works the way it works. Pay special attention to the discussion on the kernel, shell and pipes. Enjoy the 1980's beards too! And should you want to see a modern discussion on the same pipes topic from the same man some 33 years later, then have a look at this interview with Professor Brian Kernighan

Introduction to UNIX

Nick Gonella introduces UNIX beginning with the history of UNIX, what distinguishes the UNIX system structure, and discussing the philosophy of UNIX.

What is a Dameon?

Freedesktop: A daemon is a service process that runs in the background

Wikipedia: Daemon (computing)

What is Systemd?

More found in 101.2 but Wikipedia have a good overview of systemd as do Freedesktops info on systemd


This may be found in other certificates, but I've found it useful so it's included ad hoc here

tmux

Opensource.com: GNU screen vs tmux

urbanPenguin: LPIC-1 103.5 screen

tmux - The Desktop Environment for your Terminal

tmux - Linux Terminal Multiplexing

tutorialLinux: Basic tmux Tutorial - Windows, Panes, and Sessions over SSH

tutorialLinux: Basic tmux Tutorial, Part 2 -- Shared Sessions

Curl

Basic cURL tutorial

Corey Schafer: How To Use The cURL Command

Wget

WGET Tips and Tricks for Curious Minds

Steven Gordon: wget, ssh, nc