Linux Administration: Ubuntu 14.04 beginner

https://www.skillsoft.com/channel/linux-administration-618e6ef0-e259-11e6-93f3-0242c0a80605?technologyandversion=1906595&expertiselevel=1906592 https://www.skillsoft.com/channel/linux-administration-618e6ef0-e259-11e6-93f3-0242c0a80605?technologyandversion=1906593&expertiselevel=1906597 https://www.skillsoft.com/channel/linux-administration-618e6ef0-e259-11e6-93f3-0242c0a80605?technologyandversion=1906593&expertiselevel=1906599 https://www.skillsoft.com/channel/linux-administration-618e6ef0-e259-11e6-93f3-0242c0a80605?technologyandversion=1906594&expertiselevel=1906597 https://www.skillsoft.com/channel/linux-administration-618e6ef0-e259-11e6-93f3-0242c0a80605?technologyandversion=1906596&expertiselevel=1906597 https://www.skillsoft.com/channel/linux-administration-618e6ef0-e259-11e6-93f3-0242c0a80605?technologyandversion=1906598&expertiselevel=1906597
  • 5 Courses | 4h 36m 54s
  • 8 Books | 79h 44m
  • 3 Courses | 3h 33m 32s
  • 5 Books | 38h 20m
  • 3 Courses | 3h 6m 19s
  • 1 Book | 14h 14m
  • 15 Courses | 13h 7m 33s
  • 8 Books | 79h 34m
  • Includes Lab
  • 28 Courses | 20h 38m 4s
  • 8 Books | 111h 59m
  • 26 Courses | 22h 14s
  • 9 Books | 71h 58m
  • Includes Lab
Likes 611 Likes 611
 
Linux is the powerful open-source OS fueling desktops and servers around the world. Discover Linux from installation to advanced management.

GETTING STARTED

Ubuntu: Getting Started

  • Playable
    1. 
    Configuring VirtualBox to Install Ubuntu
    4m 41s
    NOW PLAYING
  • Playable
    2. 
    Installing Ubuntu 14.04
    8m 25s
    UP NEXT

GETTING STARTED

Linux Exploits & Mitigation: Staging for Exploit Analysis

  • Playable
    1. 
    Course Overview
    1m 11s
    NOW PLAYING
  • Playable
    2. 
    Leveraging Virtual Environments
    4m 56s
    UP NEXT

GETTING STARTED

Linux Exploits & Mitigation: Memory and Pointer Vulnerabilities

  • Playable
    1. 
    Course Overview
    1m 20s
    NOW PLAYING
  • Playable
    2. 
    Allocating Memory
    5m 24s
    UP NEXT

GETTING STARTED

Introduction to System Architecture

  • Playable
    1. 
    Enable and Disable Integrated Peripherals
    6m 28s
    NOW PLAYING
  • Playable
    2. 
    Configure Systems with Peripherals such as Keyboards
    5m 5s
    UP NEXT

GETTING STARTED

Configuring Gnome

  • Playable
    1. 
    Navigating the Gnome Desktop Environment
    3m 40s
    NOW PLAYING
  • Playable
    2. 
    Configuring the Gnome Environment
    3m 1s
    UP NEXT

COURSES INCLUDED

Ubuntu: Getting Started
Ubuntu is a popular and powerful variant in the Linux universe. Discover how install, configure, and update your Ubuntu Desktop.
11 videos | 56m available Badge
Tools & File Sharing
Ubuntu is a popular and powerful variant in the Linux universe. Discover some of the fundamental tools needed in managing the Ubuntu operating system.
15 videos | 1h 12m available Badge
Users & Permissions
Ubuntu is a popular and powerful variant in the Linux universe. Discover how to work with users and groups and assign permissions in Ubuntu.
4 videos | 26m has Assessment available Badge
Command Line Utilities
Discover some of the important tools and software available in Ubuntu and explore important command line utilities.
13 videos | 1h 15m has Assessment available Badge
Web Administration Tools
Discover important web administration tools and how to set up a working web server.
7 videos | 45m has Assessment available Badge
SHOW MORE
FREE ACCESS

COURSES INCLUDED

Linux Exploits & Mitigation: Staging for Exploit Analysis
Analyzing kernel vulnerabilities requires an environment to carry out the reproduction of exploits. Being able to quickly and securely stage an operating system is essential. In this course, you'll explore virtual environments and stage systems using QEMU. You'll develop an approach to setting up virtual environments for the Linux kernel, complete with network support. You'll install Linux kernels by version and compile Linux kernels from scratch. Next, you'll investigate architectural considerations, emulate architectures in QEMU, and gather system info from your staging environment. Finally, you'll examine vulnerability considerations that might affect the virtual environment itself and identify safeguards for protecting your computing environments when carrying out exploit analysis. By the end of this course, you'll be able to launch an instance of Alpine Linux, configure networking options, and emulate an Alpine Linux ARM variant within a QEMU environment.
14 videos | 1h 4m has Assessment available Badge
Linux Exploits & Mitigation: Program Essentials
Navigating the space between userland and kernel and how it impacts how programs reside and execute inside of an operating system can lead to a better understanding of how it's exploited. Being able to debug, disassemble, and dump programs are essential to finding vulnerabilities. In this course, you'll investigate the structure of the Linux kernel, system calls, and program interfaces by running, debugging, and disassembling code. You'll explore how programs fit in memory and how they are protected and executed. You'll debug and disassemble code into its assembly for inspection. Next, you'll explore the GNU C implementation of the standard library and interface using syscalls and the Linux system call table. Finally, you'll explore how programs and scripts are executed and how they are segmented in memory.
15 videos | 1h 20m has Assessment available Badge
Linux Exploits & Mitigation: String Vulnerability Analysis
String vulnerabilities are at the core of a wide range of exploits. Being able to recognize, debug, and fix unsafe string manipulation code is essential to avoiding vulnerabilities. In this course, you'll explore how string code can be written safely and how strings vulnerabilities are exploited. You'll look at the most common format string vulnerabilities in the C programming language and what it means to overflow a string buffer. You'll debug string exploits, including vulnerabilities introduced by common string output and manipulation functions. Next, you'll correct common errors, check strings for safety, loop over strings, and see what happens when unsafe strings are executed in a program. Finally, you'll describe how code can be injected via strings and how strings can be returned safely.
14 videos | 1h 8m has Assessment available Badge

COURSES INCLUDED

Linux Exploits & Mitigation: Memory and Pointer Vulnerabilities
Memory and pointer vulnerabilities come from a number of common programmer mistakes. Being able to recognize, debug, and fix unsafe memory allocation and access errors is essential to avoiding vulnerabilities. In this course, you'll explore how memory and pointer vulnerabilities arise and how they lead to program errors and exploits. You'll look at how memory is allocated and accessed in a typical C program. You'll investigate what causes heap and stack overflows, use-after-free (UAF) vulnerabilities, and out-of-bounds access errors. In addition, you'll recognize dangling pointers, NULL dereferences, and off-by-one loops. Finally, you'll delve into how coding errors lead to corrupted memory and arbitrary code execution.
14 videos | 1h 10m has Assessment available Badge
Linux Exploits & Mitigation: Penetration Tools
The baseline of security for any computer system is a defense against known exploits and attacks. In this course, you'll learn how to employ the core pentesting tools to help validate that your systems and software are secure against known attacks. You'll start by learning how to leverage the capabilities of Metasploit by using its basic commands, payloads, and options. You'll then explore Metasploitable, Commix, as well as Exploit Database, SearchSploit, and the Linux Exploit Suggester. Next, you'll learn how to use RouterSploit and ShellNoob to carry out tests. Finally, you'll examine how to use SQLMap to explore how SQL injection attacks are formed and how to protect against them.
14 videos | 59m has Assessment available Badge
Linux Exploits & Mitigation: Linux Exploit Architecture
Vulnerabilities vary by architecture and family of processor. Recognizing the processor implementations and the differences that lead to an exploit is essential. In this course, you'll explore different classes of vulnerabilities based on the computing environment. You'll learn about the architectural differences and system implementations that lead to race conditions, shellcode and out-of-order execution vulnerabilities. You'll explore mitigations and protections to prevent stack smashing, use-after-free, and integer vulnerabilities. Next, you'll examine contemporary exploits such as Spectre and Meltdown and mitigations provided by Write XOR Execute (W^X). Finally, you'll investigate protections to prevent privileged escalation and exploiting processes and tasks.
14 videos | 56m has Assessment available Badge

COURSES INCLUDED

Introduction to System Architecture
Linux can be found everywhere from Smartphones to PCs and data center servers. Let's look at the Linux architecture, how it interacts with peripherals, and how to determine and configure hardware settings.
9 videos | 45m available Badge
System Booting & Shutdown
Before using Linux, it is important to understand how Linux works. Examine the Linux boot sequence and how to change major system events, such as runlevels and boot targets.
14 videos | 50m available Badge
Linux Installation
You can customize a Linux installation by configuring it to meet your specific needs. Let's examine initial Linux install patterns, hard disk layout and partitioning, Boot Manager installation, and shared libraries management.
11 videos | 45m available Badge
Package Management
Linux is available in a number of different flavors, or distributions. Explore tools necessary to install, update, and manage software on different Linux distributions.
8 videos | 28m available Badge
GNU & Unix Commands
One key utility in a Linux distribution is the command line shell. Discover how to use the command line shell to perform file and directory manipulation and edit file contents.
14 videos | 1h 1m available Badge
Unix Input, Output, & Piping
To get the most out of Linux shells, you must be able to properly manipulate data. Discover how to use streams, pipes, and redirects from the command line, and learn how to edit file contents using the VI text editor.
9 videos | 31m has Assessment available Badge
Advanced GNU & Unix Commands
Using the command line tools is a must for a Linux administrator. Discover how to use some of these tools to manipulate files, stream data, manage and prioritize processes, and perform advance searches against files and file contents.
19 videos | 1h 22m available Badge
Introduction to Devices & File Systems
A Linux administrator must be aware of the different file systems available for use and how to create and manage them. Discover how to configure and manage partition tables, manage file systems, and configure disk quotas.
12 videos | 52m available Badge
File Permissions & Links
Among the numerous duties of a Linux administrator is the management of system files. Let's look at how to manage file and directory permissions, use hard and symbolic links, and locate files in the Filesystem Hierarchy Standard, or FHS.
11 videos | 48m available Badge
Scripting & Administrative Tasks
The shell, and shell scripting, provides an incredible interface to maintaining a Linux system. Explore how to use and configure the shell environment, write and customize shell scripts, and manipulate SQL data.
17 videos | 1h 19m available Badge
Users, Groups, & Environment Variables
The Linux shell can be used for a large number of administrative tasks. Examine how to use the shell to manage users and groups, automate tasks, and configure the localization and time zone properties of a Linux system.
11 videos | 41m available Badge
Essential System Services
There are a number of essential services that are configured on most Linux servers and clients. Here we examine how to configure four of these services: system time, system logging, Mail Transfer Agents, and CUPS for printing.
18 videos | 56m available Badge
GUIs & Configuration
Most users, including Linux users, expect a graphical user interface (GUI) to work with. Discover how to configure GUI interfaces using X server, set up a display manager, and configure accessibility options.
11 videos | 35m available Badge
Networking Fundamentals
For both Linux servers and clients, an administrator must be able to configure and use the Linux network interfaces. Master the fundamentals of Internet protocols, network configuration and troubleshooting, and configuring DNS.
16 videos | 1h 5m available Badge
Network Services Management
Let's look at security as it applies to the networking configuration of a Linux system. Here we examine how to perform security administration tasks, set up host security, and use encryption to secure data.
15 videos | 1h 2m available Badge
SHOW MORE
FREE ACCESS

COURSES INCLUDED

Configuring Gnome
Gnome is one of the most used interfaces in Red Hat Enterprise 7 for managing the system. Let's look at the Gnome environment and how to configure some of its properties.
12 videos | 41m available Badge
Using the Bash Shell
The Bash shell is one of the most used interfaces in Red Hat Enterprise 7. Learn how to use the Bash shell command-line environment to help you manage the system.
7 videos | 33m available Badge
Using Linux Shells
There are shells other than the Bash shell that can be used to help you administer a Red Hat Enterprise 7 system. Let's explore how to work with the Red Hat Linux shells to aid in your administration tasks.
6 videos | 28m available Badge
File Management
When administering a Linux system, the command-line interface can be a useful tool. Learn some of the more powerful features of the shell including how to use one command as input into another, and how to create and edit files.
13 videos | 51m available Badge
Bash Scripting
Get the most out the command-line interface in Linux. Here we look at how to create, execute, and control Bash scripts, and use the shell environment and shell variables.
4 videos | 18m available Badge
Archiving
You can use the command-line interface in Linux to aid in administering a Linux system. Let's look at various methods available for archiving files in Red Hat.
8 videos | 29m available Badge
Package Management
A common task for Linux administrators is the management of Red Hat packages. Let's look at how to install, update, and maintain software packages in Linux.
9 videos | 33m available Badge
User & Group Management
Controlling who can access your Linux system is something that most administrators must know how to do. Here you learn how to manage users and groups in Linux.
12 videos | 42m available Badge
File Permissions
Linux administrators can include additional security by controlling which users have access to which files. Discover how to manage Red Hat file permissions for both individual users and groups.
7 videos | 36m available Badge
Using grep
You can use grep in Red Hat to search text or files for lines containing a match to the given strings or words. Here you learn about regular expressions and how to use the grep command.
5 videos | 23m available Badge
Bash Script Programming
An advanced task that an administrator of a Linux system may be required to perform is scripting. Here we cover the basics of Bash script programming, including how to write and use scripts.
6 videos | 27m available Badge
Job Scheduling
Job scheduling is fundamental to advanced administration of a Linux system. Here you will learn how to work with and schedule jobs, and how to schedule your own scripts.
11 videos | 1h 1m available Badge
Processes, Services, & Daemons
A Linux administrator must know how to manipulate and manage processes. Introduce yourself to processes, services, and daemons, and how to manage them in Linux.
11 videos | 56m available Badge
Networking
Network configuration is a task that a Linux administrator must be able to perform. Let's look at basic networking terminology and devices, and how to configure basic networking on a Linux system.
7 videos | 35m available Badge
Logging
As a Linux administrator, you must know how the logging system works. Learn about the Red Hat system logs, and how to access and use them.
8 videos | 43m available Badge
Network Services
Linux networking can be complex, so being able to use the features and tools effectively is a basic requirement for any system administrator. Here we look at some of the more common Linux network services and how to configure them.
14 videos | 1h available Badge
Firewalls
As a Linux network administrator, you must be concerned with the security of your network. Learn how to configure the built-in firewall to help secure the system.
9 videos | 35m available Badge
Remote Access
A common task for a Linux administrator is being able to remotely administer and access a server. Let's look at the tools available and how to configure them to allow for remote administration.
7 videos | 33m available Badge
Network File Systems
As a Linux network administrator, you must be familiar with the available network file systems. Here we show you how to provide and use network file systems on your Linux network.
10 videos | 39m available Badge
Directory Services
Not all users accessing your Linux system may be using Linux on their own devices. Learn how you can use third-party directory services for authenticating user access to a Linux system.
7 videos | 33m available Badge
File Systems & Partitions
As a Linux system administrator, you need to know how to manipulate file systems and partitions. Let's look at how to work with the different Linux file systems, and how to create and manage partitions.
15 videos | 1h 6m available Badge
Logical Volume Management
To effectively build and expand Linux systems, you must know how to manage the logical and physical disks and volumes. Learn how to manipulate and use disks and volumes in multiple configurations within a Linux system.
11 videos | 52m available Badge
Boot Process
Having a solid understanding of the boot process is crucial if you want to be able to customize your Linux startup environment. Let's take a look at the boot process and the system components involved.
7 videos | 27m available Badge
Installing Red Hat
A Linux system administrator must be able to install the operating system and deal with any boot issues. Learn how to install Red Hat Linux Enterprise (RHEL), and how to troubleshoot and fix some common boot and installation issues.
18 videos | 1h 19m available Badge
Virtualization
Virtualization is an essential tool in every system administrators toolbox. Learn how to use Virtualization in Linux to host virtual machines and to run RHEL as a guest on a VM Host.
18 videos | 1h 17m available Badge
Kickstart & First-run Issues
The Kickstart tool provided by Linux lets the administrator perform automatic installation and configuration of Linux. Let's look at how to use Kickstart to automate installs, and how to handle installation or first-run issues.
8 videos | 31m has Assessment available Badge
SELinux
Security is always a concern when deploying, altering, or maintaining any system, including Linux. Explore Security-Enhanced Linux (SELinux) and how to use it to secure a running Linux system.
12 videos | 1h 11m available Badge
Troubleshooting
Network security and maintenance go hand-in-hand. Let's look at some common troubleshooting skills every administrator should know in order to maintain a well working Linux system.
12 videos | 53m available Badge
SHOW MORE
FREE ACCESS

COURSES INCLUDED

CompTIA Linux+: Introduction to Linux & the Command Line
Discover Linux, its origins, distributions, and command line interface for managing a Linux system, as you prepare for the XK0-004: CompTIA Linux+ certification exam.
4 videos | 1h 25m has Assessment available Badge
CompTIA Linux+: Managing Users & Groups
Explore creating, editing, and deleting user accounts and groups as well as using groups to set up shared access between users, as you prepare for the XK0-004: CompTIA Linux+ certification exam.
2 videos | 47m has Assessment available Badge
CompTIA Linux+: File Access & Permissions
Explore filesystem permissons and ownership commands for managing Linux filesystems including the use of Filesystem Access Control Lists (FACLs), as you prepare for the XK0-004: CompTIA Linux+ certification exam.
2 videos | 57m has Assessment available Badge
CompTIA Linux+: Disk Partitions & File Systems
Explain how disk partitions and file systems are created and used in Linux, as you prepare for the XK0-004: CompTIA Linux+ certification exam.
2 videos | 58m has Assessment available Badge
CompTIA Linux+: Logical Volumes & Filesystem Hierarchy
Explain disk and filesystem management with the use of logical volumes and the Filesystem Hierarchy Standard, as you prepare for the XK0-004: CompTIA Linux+ certification exam.
2 videos | 58m has Assessment available Badge
CompTIA Linux+: Using vi/vim to Edit Files
Discover the text editing features, modes, and key sequences necessary to use the vi/vim editor, as you prepare for the XK0-004: CompTIA Linux+ certification exam.
2 videos | 50m has Assessment available Badge
CompTIA Linux+: Locating & Manipulating Files
Discover how to find and search for files in the filesystem, how to list files, and how to view the contents of files, as you prepare for the XK0-004: CompTIA Linux+ certification exam.
2 videos | 53m has Assessment available Badge
CompTIA Linux+: Searching& Manipulating File Contents
Discover command lines tools to parse, filter, sort, and edit the contents or output of files and commands, as you prepare for the XK0-004: CompTIA Linux+ certification exam.
2 videos | 58m has Assessment available Badge
CompTIA Linux+: Boot Process & Kernel
Explore how Linux boots and how to configure the boot process; and, how to use kernel modules and configure kernel options, as you prepare for the XK0-004: CompTIA Linux+ certification exam.
2 videos | 58m has Assessment available Badge
CompTIA Linux+: Graphical User Interfaces
Discover the X windowing system and the Gnome and KDE graphical user interfaces, as you prepare for the XK0-004: CompTIA Linux+ certification exam.
1 video | 30m has Assessment available Badge
CompTIA Linux+: Managing Services
Explore the service managers like systemd, SysVinit, and Upstart used to manage services and system initialization, as you prepare for the XK0-004: CompTIA Linux+ certification exam.
2 videos | 1h has Assessment available Badge
CompTIA Linux+: Troubleshooting Services
Discover how processes work, how to determine when they may be causing problems, and how to troubleshoot, fix, or terminate those processes, as you prepare for the XK0-004: CompTIA Linux+ certification exam.
2 videos | 40m has Assessment available Badge
CompTIA Linux+: Managing & Configuring Hardware
Discover how Linux finds and configures hardware, how hardware can be manually detected, and how to configure and use printers, as you prepare for the XK0-004: CompTIA Linux+ certification exam.
2 videos | 56m has Assessment available Badge
CompTIA Linux+: TCP/IP & Networking
Explore general networking concepts like TCP/UDP, ports, IP communications; and discover how to configure network interfaces in Linux, as you prepare for the XK0-004: CompTIA Linux+ certification exam.
2 videos | 59m has Assessment available Badge
CompTIA Linux+: Troubleshooting Network Connections
Discover tools and troubleshooting techniques to diagnose and correct common network connection issues, as you prepare for the XK0-004: CompTIA Linux+ certification exam.
1 video | 30m has Assessment available Badge
CompTIA Linux+: Installing & Managing Software
Discover how to install, remove, update, and manage software using software package managers apt, yum, and dnf, as you prepare for the XK0-004: CompTIA Linux+ certification exam.
2 videos | 56m has Assessment available Badge
CompTIA Linux+: Installing Software from Source Code
Discover how to build and install software from source code, as you prepare for the XK0-004: CompTIA Linux+ certification exam.
1 video | 23m has Assessment available Badge
CompTIA Linux+: Security Best Practices
Explore security concepts, best practices, and describe how to harden a system service like SSH for clients and servers, as you prepare for the XK0-004: CompTIA Linux+ certification exam.
2 videos | 1h 6m has Assessment available Badge
CompTIA Linux+: SELinux & AppArmor
Explore SELinux and AppArmor and how they can be used to protect systems and the apps running on those systems, as you prepare for the XK0-004: CompTIA Linux+ certification exam.
2 videos | 1h 2m has Assessment available Badge
CompTIA Linux+: Network Firewall & Traffic Filtering
Discover how to configure and manage a host-based firewall using firewalld or iptables, as you prepare for the XK0-004: CompTIA Linux+ certification exam.
2 videos | 50m has Assessment available Badge
CompTIA Linux+: Backup & Restore
Discover tools and methods to backup and restore files, partitions, and disks in Linux, as you prepare for the XK0-004: CompTIA Linux+ certification exam.
1 video | 35m has Assessment available Badge
CompTIA Linux+: Bourne-again Shell & Scripting
Explore Bourne-again shell scripting and customization including how to configure login scripts for global and individual users, as you prepare for the XK0-004: CompTIA Linux+ certification exam.
2 videos | 1h 5m has Assessment available Badge
CompTIA Linux+: Scheduling Tasks
Discover at, cron, and anacron for scheduling future and repetitive tasks, as you prepare for the XK0-004: CompTIA Linux+ certification exam.
2 videos | 43m has Assessment available Badge
CompTIA Linux+: Git Version Control
Discover version control using Git to create and track changes to a project, as you prepare for the XK0-004: CompTIA Linux+ certification exam.
1 video | 27m has Assessment available Badge
CompTIA Linux+: Installing CentOS
Explore the Community Enterprise Operating System by acquiring and doing a full installation of CentOS, as you prepare for the XK0-004: CompTIA Linux+ certification exam.
2 videos | 47m has Assessment available Badge
CompTIA Linux+: Installing Ubuntu
Discover the ease of installing Ubuntu and explore the installation website, media, and installer, as you prepare for the XK0-004: CompTIA Linux+ certification exam.
1 video | 33m has Assessment available Badge
SHOW MORE
FREE ACCESS

EARN A DIGITAL BADGE WHEN YOU COMPLETE THESE COURSES

Skillsoft is providing you the opportunity to earn a digital badge upon successful completion on some of our courses, which can be shared on any social network or business platform.

Digital badges are yours to keep, forever.

BOOKS INCLUDED

Book

Ubuntu Linux Bible, 10th ed
This book offers you the flexibility to master the basics in the "Getting Started with Ubuntu Linux" section, or to skip directly to more advanced tasks. "Ubuntu for Desktop Users" shows you how to setup email, surf the web, play games, and create and publish documents, spreadsheets, and presentations.
book Duration 14h 14m book Authors By Christopher Negus, David Clinton

Book

Ubuntu Linux Bible: Featuring Ubuntu 10.04 LTS, 3rd Edition
Want to set up text files? Use the GNOME desktop or command-line tools? Create a virtualized machine? Set up mail, Samba, or NFS servers? This information-packed guide provides everything you need to know about Ubuntu - and then some!
book Duration 20h 48m book Authors By William von Hagen

Book

Ubuntu Linux Toolbox: 1000+ Commands for Power Users, Second Edition
Containing a host of updated tools for today's environment, as well as expanded coverage on everything you need to know to confidently start using Ubuntu today, this guide delves into coverage of popular applications for the web, productivity suites, e-mail, and more.
book Duration 6h 22m book Authors By Christopher Negus

Book

Ubuntu Made Easy: A Project-Based Introduction to Linux
Packed with tips, tricks, and helpful pointers, this straightforward book will get you up and running with the world's most popular free operating system. Learn to install and play games, access social networks, troubleshoot hardware and software problems, and more.
book Duration 8h 23m book Authors By Phil Bull, Rickford Grant

Book

Ubuntu for Non-Geeks: A Pain-Free, Get-Things-Done Guide, 4th Edition
Full of tips, tricks, and helpful pointers, this straightforward guide is perfect for those interested in-but nervous about-switching to the Linux operating system.
book Duration 8h 15m book Authors By Phil Bull, Rickford Grant

Book

Ubuntu Linux Secrets
Packed with valuable advice and secrets on every aspect of the Ubuntu Linux Distribution, this comprehensive guide delivers in-depth information on the Ubuntu workstation, server and applications, and provides coverage of Ubuntu as a software platform.
book Duration 12h 21m book Authors By Richard Blum

Book

Beginning Ubuntu for Windows and Mac Users
If you've been afraid to try Ubuntu because you don't know where to start, this comprehensive guide will show you how to get the most out of Ubuntu for work, home, and play, and will introduce you to a wide selection of software and settings that will make your computer ready to work for you.
book Duration 4h 43m book Authors By Nathan Haines

Book

Beginning Ubuntu for Windows and Mac Users: Start your Journey into Free and Open Source Software, Second Edition
If you've been afraid to try Ubuntu because you don't know where to start, this book introduces you to a wide selection of software and settings that will make your computer ready to work for you.
book Duration 4h 38m book Authors By Nathan Haines
SHOW MORE
FREE ACCESS

BOOKS INCLUDED

Book

Beginning Ubuntu for Windows and Mac Users: Start your Journey into Free and Open Source Software, Second Edition
If you've been afraid to try Ubuntu because you don't know where to start, this book introduces you to a wide selection of software and settings that will make your computer ready to work for you.
book Duration 4h 38m book Authors By Nathan Haines

Book

Ubuntu Linux Toolbox: 1000+ Commands for Power Users, Second Edition
Containing a host of updated tools for today's environment, as well as expanded coverage on everything you need to know to confidently start using Ubuntu today, this guide delves into coverage of popular applications for the web, productivity suites, e-mail, and more.
book Duration 6h 22m book Authors By Christopher Negus

Book

Ubuntu Made Easy: A Project-Based Introduction to Linux
Packed with tips, tricks, and helpful pointers, this straightforward book will get you up and running with the world's most popular free operating system. Learn to install and play games, access social networks, troubleshoot hardware and software problems, and more.
book Duration 8h 23m book Authors By Phil Bull, Rickford Grant

Book

Beginning Ubuntu for Windows and Mac Users
If you've been afraid to try Ubuntu because you don't know where to start, this comprehensive guide will show you how to get the most out of Ubuntu for work, home, and play, and will introduce you to a wide selection of software and settings that will make your computer ready to work for you.
book Duration 4h 43m book Authors By Nathan Haines

Book

Ubuntu Linux Bible, 10th ed
This book offers you the flexibility to master the basics in the "Getting Started with Ubuntu Linux" section, or to skip directly to more advanced tasks. "Ubuntu for Desktop Users" shows you how to setup email, surf the web, play games, and create and publish documents, spreadsheets, and presentations.
book Duration 14h 14m book Authors By Christopher Negus, David Clinton
SHOW MORE
FREE ACCESS

BOOKS INCLUDED

Book

Ubuntu Linux Bible, 10th ed
This book offers you the flexibility to master the basics in the "Getting Started with Ubuntu Linux" section, or to skip directly to more advanced tasks. "Ubuntu for Desktop Users" shows you how to setup email, surf the web, play games, and create and publish documents, spreadsheets, and presentations.
book Duration 14h 14m book Authors By Christopher Negus, David Clinton

BOOKS INCLUDED

Book

Linux All-In-One for Dummies, 6th Edition
Whether you just want to learn more about the number-one open source operating system or you're studying for Level 1 Linux certification, this one-stop reference has everything you need.
book Duration 7h 48m book Authors By Emmett Dulaney

Book

Linux in Easy Steps, 6th Edition
Opening the door to a whole new world of digital possibilities, this fully illustrated primer provides easy-to-understand tutorials teaching you to climb the Linux directory tree, navigate with the File Browser, and much more.
book Duration 1h 53m book Authors By Mike McGrath

Book

Linux in Action
A task-based tutorial that will give you the skills and deep understanding you need to administer a Linux-based system, this hands-on book guides you through 12 real-world projects so you can practice as you learn.
book Duration 6h 30m book Authors By David Clinton

Book

Linux Essentials, Second Edition
With hands-on tutorials and end-of-chapter exercises, this book provides a solid foundation of knowledge for anyone considering a career in information technology, for anyone new to the Linux operating system, and for anyone who is preparing to sit for the Linux Essentials Exam.
book Duration 7h 7m book Authors By Christine Bresnahan, Richard Blum

Book

Linux Administration: A Beginner's Guide, Seventh Edition
Featuring clear explanations, step-by-step instructions, and real-world examples, this practical resource will show you how to effectively set up and manage any version of Linux on individual servers or entire networks.
book Duration 12h 10m book Authors By Wale Soyinka

Book

Pro Linux System Administration: Learn to Build Systems for Your Business Using Free and Open Source Software, Second Edition
Covering major distributions such as Ubuntu, Debian, Red Hat, and CentOS, this book provides a step-by-step approach that moves readers from basic tasks to heavy-duty infrastructure.
book Duration 18h 9m book Authors By Dennis Matotek, James Turnbull, Peter Lieverdink

Book

Beginning the Linux Command Line, Second Edition
Following a task-oriented approach, this hands-on guide will show you how to work with files and directories, administer users and security, and understand how Linux is organized.
book Duration 8h 41m book Authors By Sander van Vugt

Book

Linux Bible, Ninth Edition
Taking you step-by-step through what you need to know to get the job done, this ultimate hands-on Linux user guide provides the clear explanations and detailed instructions that demystify Linux and bring the new features seamlessly into your workflow.
book Duration 17h 16m book Authors By Christopher Negus
SHOW MORE
FREE ACCESS

BOOKS INCLUDED

Book

Red Hat Enterprise Linux 6 Administration: Real World Skills for Red Hat Administrators
While providing a great study aid for the RHCSA or RHCE certification exams, this go-to guide offers comprehensive coverage on setting up and managing web and mail services, using RHEL in enterprise environments, securing it, optimizing storage, and much more.
book Duration 11h 28m book Authors By Sander van Vugt

Book

z/VM and Linux on IBM System z: The Virtualization Cookbook for Red Hat Enterprise Linux 5.2
Describing how to roll your own Linux virtual servers on IBM System z hardware under z/VM, this Redbook provides a concise, repeatable set of procedures for installing and configuring z/VM in a logical partition, and then installing and customizing Linux.
book Duration 3h 53m book Authors By Michael MacIsaac, et al.

Book

Fedora 10 and Red Hat Enterprise Linux Bible
Offering an ideal companion resource for both new and advanced Linux users, this book presents clear, thorough instructions so you can learn how to make Linux installation simple and painless, take advantage of the desktop interface, and much more.
book Duration 21h 51m book Authors By Christopher Negus, Eric Foster-Johnson

Book

Red Hat Certified System Administrator & Engineer: Training Guide & A Quick Deskside Reference, Exams EX200 and EX300 Red Hat Enterprise Linux 6
Helping administrators prepare for and pass the new Red Hat Certified System Administrator (EX200) and the Red Hat Certified Engineer (EX300) exams, this easy-to-understand guide includes 100+ exercises, 550+ exam review questions, 70+ practice labs, and 2 sample exams.
book Duration 9h 58m book Authors By Asghar Ghori

Book

Red Hat Linux Bible: Fedora and Enterprise Edition
Use this comprehensive guide to harness the power of Red Hat Linux on a server, desktop, or laptop computer. Coverage includes desktop and server basics, simple, painless installations, Linux Shell, using VmWare, VNC, and more.
book Duration 23h 14m book Authors By Christopher Negus

Book

Fedora 11 and Red Hat Enterprise Linux Bible
Whether you're new to Linux or an advanced user, this power-packed guide is loaded with what you need to know to polish your system administration skills and get up to speed on the very latest in networking, desktop, and server enhancements.
book Duration 21h 42m book Authors By Christopher Negus, Eric Foster-Johnson

Book

RHCSA/RHCE Red Hat Linux Certification Study Guide, Seventh Edition (Exams EX200 & EX300)
Presenting a proven study system for RHCSA and RHCE candidates, this hands-on guide offers complete coverage of all exam objectives and performance-based requirements related to the exams, including difficult lab-based scenarios.
book Duration 15h 6m book Authors By Alessandro Orsaria, Michael Jang

Book

RHCSA/RHCE Red Hat Linux Certification Practice Exams with Virtual Machines (Exams EX200 & EX300)
Featuring 100+ hands-on labs and four complete practice exams, this practical guide includes in-depth answer explanations to help you understand the material, and covers all official objectives for Exams EX200 and EX300.
book Duration 4h 47m book Authors By Michael Jang
SHOW MORE
FREE ACCESS

BOOKS INCLUDED

Book

Linux in easy steps, 7th Edition
This book explains the Linux environment and how to get more out of this stable, as well as free, operating system.
book Duration 1h 51m book Authors By Mike McGrath

Book

Linux Administration: A Beginner's Guide, Eighth Edition
Featuring clear explanations, step-by-step instructions, and real-world examples, this practical resource will help you to effectively set up and manage popular Linux distributions on individual servers and build entire network infrastructures.
book Duration 13h 12m book Authors By Wale Soyinka

Book

Learn Linux in a Month of Lunches
This book shows you how to install and use Linux for all the things you do with your OS, like connecting to a network, installing software, and securing your system.
book Duration 4h 30m book Authors By Steven Ovadia

Book

Mastering Linux System Administration
This book delivers a comprehensive roadmap to go from Linux beginner to expert Linux system administrator with a learning-by-doing approach. Organized by do-it-yourself tasks, the book includes instructor materials like a sample syllabus, additional review questions, and slide decks.
book Duration 10h 1m book Authors By Christine Bresnahan, Richard Blum

Book

Linux in Action
A task-based tutorial that will give you the skills and deep understanding you need to administer a Linux-based system, this hands-on book guides you through 12 real-world projects so you can practice as you learn.
book Duration 6h 30m book Authors By David Clinton

Book

Linux All-In-One for Dummies, 6th Edition
Whether you just want to learn more about the number-one open source operating system or you're studying for Level 1 Linux certification, this one-stop reference has everything you need.
book Duration 7h 48m book Authors By Emmett Dulaney

Book

Linux Bible, Tenth Edition
Whether you're a true beginner or a more advanced user navigating recent changes, this practical book is the one resource you need, and provides the hands-on training that gets you on track in a flash.
book Duration 18h 2m book Authors By Christopher Negus

Book

Linux Security Fundamentals
This book guides you through Linux Security Fundamentals covers all the IT security basics to help active and aspiring admins respond successfully to the modern threat landscape.
book Duration 3h 47m book Authors By David Clinton

Book

Linux For Dummies, 10th Edition
This book focuses on openSUSE and Ubuntu and includes new and refreshed material-as well as chapters on building a web server and creating simple shell scripts.
book Duration 6h 17m book Authors By Richard Blum
SHOW MORE
FREE ACCESS

SKILL BENCHMARKS INCLUDED

Linux OS Exploits Proficiency (Advanced Level)
The Linux OS Exploits Proficiency benchmark measures whether a learner has extensive exposure in generic Linux operating system distributions, practices, and principles , and working experience and exposure to common OS exploits and techniques. A learner who scores high on this benchmark demonstrates professional proficiency in all of the major areas of Linux exploits analysis and tooling.
20m    |   31 questions
Linux OS Exploits Competency (Intermediate Level)
The Linux OS Exploits Competency benchmark measures whether a learner has had some exposure in generic Linux operating system distributions, practices, and principles, and some working experience and exposure to common OS exploits and techniques. A learner who scores high on this benchmark demonstrates competency in some areas of Linux exploits analysis and tooling.
18m    |   18 questions