Discover Classes. Earn Rewards.

Enterprise Linux System Administration is unfortunately unavailable

Thankfully we have 15 other Tech Classes for you to choose from. Check our top choices below or see all classes for more options.

AI (Artificial Intelligence) in Adobe Photoshop Beta

Colorado Free University @ 7653 E 1st Pl, Denver, CO

Explore the revolutionary capabilities of Adobe Photoshop in this workshop at Colorado Free University. Unleash the power of Artificial Intelligence to create stunning composite images, master group shots, and experiment with whimsical applications. Whether you're a beginner or an experienced user, this course is a must for anyone interested in pushing the boundaries of their creativity.

(17) All levels 18 and older

Adobe Photoshop CC: Bootcamp

Colorado Free University @ 7653 E 1st Pl, Denver, CO

Master the art of Adobe Photoshop CC at Colorado Free University. Learn the essential fundamentals and best practices in this structured, hands-on instructor-led training. Unleash your creativity and discover the incredible creative possibilities of this powerful image editing program.

(17) All levels 17 and older

Personal Computer Basics w/ Windows 10: Getting Started

Colorado Free University @ 7653 E 1st Pl, Denver, CO

Discover the fundamentals of personal computer usage and gain a comprehensive understanding of hardware, software, and the inner workings of a PC in this beginner-friendly course. Learn essential skills such as navigating Windows 10, working with files, and utilizing basic Internet functions. Join us at Colorado Free University to embark on your journey to becoming a tech-savvy individual.

(17) All levels 18 and older

Microsoft Word 2019: Level 1

Colorado Free University @ 7653 E 1st Pl, Denver, CO

Learn the fundamental skills of Microsoft Word and become proficient in creating, formatting, and editing documents in this comprehensive course offered by Colorado Free University. Gain the knowledge and confidence to navigate Word 2019, add design elements, proof documents, and more. Enroll now and enhance your professional communication skills.

(17) Beginner 17 and older

Microsoft Excel 2019: Level 1

Colorado Free University @ 7653 E 1st Pl, Denver, CO

Master Microsoft Excel in this comprehensive course designed to help you analyze, manage, and share data effectively. From creating and editing spreadsheets to performing calculations, this course equips you with tools to organize and interpret data with ease. Gain an edge in your organization by unlocking Excel's powerful functionality and transforming raw data into valuable insights.

(17) Beginner 18 and older
See all Tech classes Denver

Enterprise Linux System Administration

Explore the installation, configuration, and maintenance of Linux systems in this comprehensive course. Gain hands-on experience with topics such as user administration, filesystem management, task automation, software management, and troubleshooting. Supported distributions include Oracle Linux 7, Red Hat Enterprise Linux 7, and SUSE Linux Enterprise 12.

  • Intermediate
  • 18 and older
  • $2,190
  • 1624 Market St, Denver, CO
  • 40 hours over 5 sessions

Start Dates (0)

  • $2,190
  • 40 hours over 5 sessions
Showing 10 of 0

Class Description

Description

What you'll learn in this linux training:

Enterprise Linux Systems Administration is an in-depth course that explores installation, configuration and maintenance of Linux systems. The course focuses on issues universal to every workstation and server. The course material is designed to provide extensive hands-on experience. Topics include: installation and configuration; the boot process; user and group administration; filesystem administration, including quotas, FACLs, RAID and LVM; task automation; client networking; SELinux; software management; log files; troubleshooting; and more. Supported Distributions include Oracle Linux 7; Red Hat Enterprise Linux 7 and SUSE Linux Enterprise 12.

Prerequisites
Students should already be comfortable working in a Linux or Unix environment. Fundamentals such as the Linux filesystem, process management, and how to edit files is not be covered. An understanding of network concepts, and the TCP/IP protocol suite is helpful. These skills are taught in the "Linux Fundamentals" courses.

Course Outline

  • LINUX KERNEL & DEVICES
    • Hardware Discovery Tools
    • Configuring New Hardware with hwinfo
    • Kernel Hardware Info – /sys/
    • /sys/ Structure
    • udev
    • Managing Linux Device Files
    • List Block Devices
    • SCSI Devices
    • USB Devices
    • USB Architecture
    • Kernel Modules
    • Configuring Kernel Components and Modules
    • Handling Module Dependencies
    • Configuring the Kernel via /proc/
    • Console
    • Virtual Terminals
    • Keyboard & locale configuration
    • Serial Ports
    • Random Numbers and /dev/random
    LAB TASKS
    • Adjusting Kernel Options
    • Linux Kernel Driver Compilation
    • Introduction to Troubleshooting Labs
    • Troubleshooting Practice: Kernel Modules
  • SYSTEMD OVERVIEW
    • System Boot Method Overview
    • systemd System and Service Manager
    • Modifying systemd services
    • Systemd Service Sandboxing Features
    • systemd Targets
    • Using systemd
    • Linux Runlevels Aliases
    • Legacy Support for SysV init
    LAB TASKS
    • Managing Services With Systemd's systemctl
    • Creating a systemd unit file
  • GRUB2/SYSTEMD BOOT PROCESS
    • Booting Linux on PCs
    • GRUB 2
    • GRUB 2 Configuration
    • GRUB 2 Security
    • Boot Parameters
    • Initial RAM Filesystem
    • init
    • Systemd local-fs.target and sysinit.target
    • Systemd basic.target and multi-user.target
    • Legacy local bootup script support
    • System Configuration Files
    • RHEL7 Configuration Utilities
    • SLES12 Configuration Utilities
    • Shutdown and Reboot
    LAB TASKS
    • Boot Process
    • Booting directly to a bash shell
    • GRUB Command Line
    • Basic GRUB Security
    • Troubleshooting Practice: Boot Process
  • SOFTWARE MAINTENANCE
    • Managing Software
    • RPM Features
    • RPM Architecture
    • RPM Package Files
    • Working With RPMs
    • Querying and Verifying with RPM
    • Updating the Kernel RPM
    • Dealing With RPM & Yum Digest Changes
    • Yum Plugins & RHN Subscription Manager
    • YUM Repositories
    • YUM Repository Groups
    • Compiling/Installing from Source
    • Manually Installed Shared Libraries
    • Rebuilding Source RPM Packages
    LAB TASKS
    • Managing Software with RPM
    • Creating a Custom RPM Repository
    • Querying the RPM Database
    • Installing Software via RPM & Source and Rebuilding SRPMs
    • Troubleshooting Practice: Package Management
  • LOCAL STORAGE ADMINISTRATION
    • Partitioning Disks with fdisk & gdisk
    • Resizing a GPT Partition with gdisk
    • Partitioning Disks with parted
    • Non-Interactive Disk Partitioning with sfdisk
    • Filesystem Creation
    • Persistent Block Devices
    • Mounting Filesystems
    • Resizing Filesystems
    • Filesystem Maintenance
    • Managing an XFS Filesystem
    • Swap
    • Filesystem Structures
    • Determining Disk Usage With df and du
    • Configuring Disk Quotas
    • Setting Quotas
    • Viewing and Monitoring Quotas
    • Filesystem Attributes
    LAB TASKS
    • Creating and Managing Filesystems
    • Hot Adding Swap
    • Setting User Quotas
  • LVM & RAID
    • Logical Volume Management
    • Implementing LVM
    • Creating Logical Volumes
    • Activating LVM VGs
    • Exporting and Importing a VG
    • Examining LVM Components
    • Changing LVM Components
    • Advanced LVM Overview
    • Advanced LVM: Components & Object Tags
    • Advanced LVM: Automated Storage Tiering
    • Advanced LVM: Thin Provisioning
    • Advanced LVM: Striping & Mirroring
    • Advanced LVM: RAID Volumes
    • SLES Graphical Disk Tool
    • RAID Concepts
    • Array Creation with mdadm
    • Software RAID Monitoring
    • Software RAID Control and Display
    LAB TASKS
    • Creating and Managing LVM Volumes
    • Creating LVM Thin Volumes
    • Troubleshooting Practice: LVM
    • Creating and Managing a RAID-5 Array
  • REMOTE STORAGE ADMINISTRATION
    • Remote Storage Overview
    • Remote Filesystem Protocols
    • Remote Block Device Protocols
    • File Sharing via NFS
    • NFSv4+
    • NFS Clients
    • NFS Server Configuration
    • YaST NFS Server Administration
    • Implementing NFSv4
    • AutoFS
    • AutoFS Configuration
    • Accessing Windows/Samba Shares from Linux
    • SAN Multipathing
    • Multipath Configuration
    • Multipathing Best Practices
    • iSCSI Architecture
    • Open-iSCSI Initiator Implementation
    • iSCSI Initiator Discovery
    • iSCSI Initiator Node Administration
    • Mounting iSCSI Targets at Boot
    • iSCSI Multipathing Considerations
    LAB TASKS
    • Using autofs
    • NFS Server Configuration
    • iSCSI Initiator Configuration
    • Multipathing with iSCSI
  • USER/GROUP ADMINISTRATION
    • Approaches to Storing User Accounts
    • User and Group Concepts
    • User Administration
    • Modifying Accounts
    • Group Administration
    • Password Aging
    • Default User Files
    • Controlling Login Sessions
    • RHEL DS Client Configuration
    • SLES DS Client Configuration
    • System Security Services Daemon (SSSD)
    LAB TASKS
    • User and Group Administration
    • Using LDAP for Centralized User Accounts
    • Troubleshooting Practice: Account Management
  • PLUGGABLE AUTHENTICATION MODULES (PAM)
    • PAM Overview
    • PAM Module Types
    • PAM Order of Processing
    • PAM Control Statements
    • PAM Modules
    • pam_unix
    • pam_nologin.so
    • pam_limits.so
    • pam_wheel.so
    • pam_xauth.so
    LAB TASKS
    • Restricting superuser access to wheel group membership
    • Using pam_nologin to Restrict Logins
    • Setting Limits with the pam_limits Modules
    • Using pam_limits to Restrict Simultaneous Logins
  • SECURITY ADMINISTRATION
    • Security Concepts
    • Tightening Default Security
    • SuSE Security Checker
    • Security Advisories
    • Fine Grained Authorizations with Polkit
    • File Access Control Lists
    • Manipulating FACLs
    • Viewing FACLs
    • Backing Up FACLs
    • File Creation Permissions with umask
    • User Private Group Scheme
    • Alternatives to UPG
    • AppArmor
    • SELinux Security Framework
    • SELinux Modes
    • SELinux Commands
    • Choosing an SELinux Policy
    • SELinux Booleans
    • Permissive Domains
    • SELinux Policy Tools
    • SUSE Basic Firewall Configuration
    • FirewallD
    LAB TASKS
    • User Private Groups
    • Using Filesystem ACLs
    • Exploring AppArmor
    • Exploring SELinux Modes
    • SELinux File Contexts
    • SELinux Contexts in Action
  • BASIC NETWORKING
    • IPv4 Fundamentals
    • TCP/UDP Fundamentals
    • Linux Network Interfaces
    • Ethernet Hardware Tools
    • Network Configuration with ip Command
    • Configuring Routing Tables
    • IP to MAC Address Mapping with ARP
    • Starting and Stopping Interfaces
    • NetworkManager
    • DNS Clients
    • DHCP Clients
    • SUSE YaST Network Configuration Tool
    • Network Diagnostics
    • Information from ss and netstat
    • Hardware and System Clock
    • Managing Network-Wide Time
    • Continual Time Sync with NTP
    • Configuring NTP Clients
    • Useful NTP Commands
    LAB TASKS
    • Network Discovery
    • Basic Client Networking
    • NTP Client Configuration
  • ADVANCED NETWORKING
    • Multiple IP Addresses
    • Configuring a DHCP server
    • IPv6
    • Interface Aggregation
    • Interface Bonding
    • Network Teaming
    • Interface Bridging
    • 802.1q VLANS
    • Tuning Kernel Network Settings
    LAB TASKS
    • Multiple IP Addresses Per Network Interface
    • Configuring IPv6
    • Troubleshooting Practice: Networking
  • LOG FILE ADMINISTRATION
    • System Logging
    • systemd Journal
    • systemd Journal's journalctl
    • Secure Logging with Journal's Log Sealing
    • gnome-system-log
    • Rsyslog
    • /etc/rsyslog.conf
    • Log Management
    • Log Anomaly Detector
    • Sending logs from the shell
    LAB TASKS
    • Using the systemd Journal
    • Setting up a Full Debug Logfile
    • Remote Syslog Configuration
    • Remote Rsyslog TLS Configuration
  • MONITORING & TROUBLESHOOTING
    • System Status – Memory
    • System Status – I/O
    • System Status – CPU
    • Performance Trending with sar
    • Determining Service to Process Mapping
    • Real-time Monitoring of Resources — Cgroups
    • Troubleshooting Basics: The Process
    • Troubleshooting Basics: The Tools
    • strace and ltrace
    • Common Problems
    • Troubleshooting Incorrect File Permissions
    • Inability to Boot
    • Typos in Configuration Files
    • Corrupt Filesystems
    • RHEL7 Rescue Environment
    • SUSE Rescue Environment
    LAB TASKS
    • System Activity Reporter
    • Cgroup for Processes
    • Recovering Damaged MBR
    • PRE-INSTALLATION CONSIDERATIONS
      • Pre-Installation Considerations
      • Hardware Compatibility
      • Multi-OS Booting
      • Partition Considerations
      • Filesystem Planning
      • Selecting a Filesystem
    • INSTALLING RHEL7
      • Anaconda: An Overview
      • Anaconda: Booting the System
      • Anaconda: Common Boot Options
      • Anaconda: Loading Anaconda and Packages
      • Anaconda: Storage Options
      • Anaconda: Troubleshooting
      • FirstBoot
      • Kickstart
      • Network Booting with PXE
      • A Typical Install
      LAB TASKS
      • Linux Installation
      • Automating Installation with Kickstart
    • INSTALLING SLES12
      • YaST Install Program Interface
      • Network Installation
      • SLP for SUSE Linux Installation
      • Installation Choices
      • Kernel Crash Dump Configuration
      • Network Booting with PXE
      • Creating AutoYaST2 Files
      • Using AutoYaST2 files
      • linuxrc Automation
      • Installation Diagnostics
      • After The First Reboot
      • A Typical Install
      LAB TASKS
      • SUSE Linux Enterprise Server Installation
      • Automating Installation with AutoYaST
    • MANAGE VIRTUAL MACHINES
      • Virtualization: What and Why?
      • Introducing libvirt
      • libvirt: Basic Concepts
      • libvirt: Storage Architecture
      • libvirt: Network Architecture
      • libvirt: Graphical Tools
      • libvirt: Command Line Tools
      • virsh: Basics
      • virsh: Common Tasks
      • virt-install
      • Virtual Machine Guest Tools & Drivers
      • libguestfs and guestfish
      LAB TASKS
      • Installing a Virtual Machine
    • BACKUPS
      • Backup Software
      • Managing Optical Media
      • Tape Libraries
      • Backup Examples
      LAB TASKS
      • Using rsync and ssh for Backups
      • Using tar for Backups
      • Using cpio for Backups
      • Creating ISO Images for Backups
      • Using dump and restore for Backups

HSG courses are taught by the experienced instructors who are proven experts in their field. Our instructors are highly knowledgeable, friendly, reliable and inspiring. They speak and teach industry's best practices and often customize classes to meet individual needs.

Students are encouraged to ask questions and participate in discussions and training-labs.

Refund Policy

To cancel or reschedule your registrations without penalty or charge, please notify us at [email protected] 15 business days or more before the first day of my class.

In any event where a customer wants to cancel their enrollment and is eligible for a full refund, a 5% processing fee will be deducted from the refund amount.

In the event that an instructor or the school needs to cancel at the last minute, students will receive a refund less a 5% non-refundable registration fee.

Benefits of Booking Through CourseHorse

  • Booking is safe. When you book with us your details are protected by a secure connection.
  • Lowest price guaranteed. Classes on CourseHorse are never marked up.
  • This class will earn you 21900 points. Points give you money off your next class!

Questions & Answers (0)

Get quick answers from CourseHorse and past students.

Hartmann Software Group

The solution to most IT related problems lies in a better understanding of the technology.

Founded in June of 2002, the Hartmann Software Group (HSG) is an IT training company specializing in complicated software development languages and technologies ranging from C++ to Weblogic/Oracle Application Administration....

Read more about Hartmann Software Group

CourseHorse Approved

This school has been carefully vetted by CourseHorse and is a verified Denver educator.

Hartmann Software Group

Hartmann Software Group

All classes at this location

Google Map

Give This Course as a Gift Card

  • Thousands of classes
  • No expiration
  • Unique and memorable gifts for any occasion
  • Personalized
  • Explore a passion, gain a new skill, discover a new hobby, engage in a memorable experience
  • Instant delivery
  • Lock in a price with the Inflation Buster Gift Card Price Adjuster™

Buy a Gift Card

Book this Class as a Group Event

Booking this class for a group? Find great private group events

Or see all Professional Group Events

Explore group events and team building activities ranging from cooking, art, escape rooms, trivia, and more.

CourseHorse Gift Cards

  • Creative & unique gift for any occasion
  • Thousands of classes & experiences
  • No expiration date
  • Instant e-delivery (or choose a date)
  • Add a personalized message
  • Lock in a price with the Inflation Buster Gift Card Price Adjuster™
Buy a Gift Card
gift card with the CourseHorse logo gift card with the CourseHorse logo
Loading...