-
DHCP
In this video; Jamie Campbell describes the Dynamic Host Configuration Protocol (DHCP).
-
Conditional Execution
In this video; Jamie Campbell describes the conditional command execution in UNIX.
-
A History of Unix
Unix is one of the most widely used operating systems in the world and is preferred by individuals; companies; and organizations for a variety of applications. It has gained huge success in personal use markets; such as desktop PCs; smart phones; and tablets. In this video; Jamie Campbell discusses the history of Unix.
-
Anonymous Shutdowns
In this video; Jamie Campbell explains how to restrict shutdown access in Unix.
-
Archiving Directories
In this video; Jamie Campbell explains how to archive files with Unix.
-
Automatic Network Configuration
In this video; Jamie Campbell describes automatic network configuration in Unix.
-
Basic Principles of Unix
In this video; Jamie Campbell discusses the basic principles of Unix.
-
Bourne Shells
A shell is a program that lets you interact with the operating system by issuing text-based commands. The Bourne shell is used for writing shell scripts. In this video; Jamie Campbell discusses about the Bourne shells.
-
Built-in User Accounts
In this video; Jamie Campbell explains Unix user accounts.
-
C Shells
In this video; Jamie Campbell describes the various types of C shells on Unix.
-
Conditional Execution Using Grouping
In this video; Jamie Campbell discusses conditional execution using grouping on Unix.
-
Configuring a Network Interface
In this video; Jamie Campbell explains how to access network interface information and configure interfaces in Unix.
-
Configuring Apache
In this video; Jamie Campbell demonstrates how to configure Apache in Unix.
-
Configuring Samba
In this video; Jamie Campbell describes how to configure Samba in an Ubuntu system.
-
Copying and Moving Directories
In this video; Jamie Campbell explains how to copy and move directories in Unix.
-
Creating a Basic Shell Script
In this video; Jamie Campbell describes how to create a basic shell script on Unix.
-
Creating Directories
In this video; Jamie Campbell explains how to create directories in Unix.
-
Creating Files
You can create files in Unix directories by using the touch command; redirection; an application; or a GUI interface. In this video; Jamie Campbell explains how to create files.
-
Creating Network Routes
In this video; Jamie Campbell describes how to create network routes in Unix.
-
Creating Samba Shares
In this video; Jamie Campbell demonstrates how to create Samba shares in Ubuntu Linux.
-
Cron Scheduling
Cron is a Unix scheduling daemon. A crontab file states which jobs are scheduled; when they are scheduled; and under which conditions they are scheduled. In this video; Jamie Campbell discusses cron scheduling.
-
Current Development Status of Unix
In this video; Jamie Campbell discusses the current development status of Unix.
-
Deleting Directories
In this video; Jamie Campbell demonstrates how to remove directories in Unix.
-
Deleting Files
In this video; Jamie Campbell explains how to delete files.
-
Directories in Unix
In this video; Jamie Campbell describes the directories in Unix.
-
Encrypted Passwords
In this video; Jamie Campbell describes encrypted passwords in Unix systems.
-
Escape Characters
The Unix shell uses certain characters for special purposes; and to display them as literal characters; you have to escape them with a slash. Escape characters themselves can be displayed as literal characters in the same way. In this video; Jamie Campbell discusses escape characters.
-
Executing a Shell Script
In this video; Jamie Campbell demonstrates how to execute a shell script on Unix.
-
Features of NFS
Network file system (NFS) is an important networking system used by Unix. In this video; Jamie Campbell outlines the features and benefits of NFS.
-
File Descriptors
In this video; Jamie Campbell describes file descriptors in a Unix shell.
-
File Permissions Overview
In this video; Jamie Campbell explains file permissions.
-
Groups in Unix
In this video; Jamie Campbell describes how to manage groups in Unix.
-
Hardening Against Network Attacks
In this video; Jamie Campbell describes hardening techniques against network attacks in Unix.
-
Here Documents
In this video; Jamie Campbell describes here documents in a Unix shell.
-
Installing Apache
In this video; Jamie Campbell demonstrates how to install Apache in Unix.
-
Installing BIND and DNS
In this video; Jamie Campbell describes how to install Berkeley Internet name domain (BIND) in Unix.
-
Installing Samba
Samba is a Unix component; which provides a connection between Unix and Windows. In this video; Jamie Campbell demonstrates how to install Samba.
-
Korn Shells
In this video; Jamie Campbell describes Korn shells on Unix.
-
Linux and Unix
In this video; Jamie Campbell discusses the similarities and differences between Linux and Unix and explains the appeal of these two operating systems.
-
Listing Files
In this video; Jamie Campbell describes how to list files in a Unix shell.
-
Mounting Filesystems
Unix mounts each filesystem and device as an object that can be found in the dev directory. In this video; Jamie Campbell discusses mounting filesystems.
-
Naming and Saving a Shell Script
In this video; Jamie Campbell demonstrates how to execute a shell script on Unix.
-
Navigating Between Directories
In this video; Jamie Campbell describes how to navigate between directories in a Unix shell.
-
NFS Client
Network File System (NFS) is a network service comprising of a client-server application. In this video; Jamie Campbell demonstrates how to configure NFS client.
-
NFS Components
In this video; Jamie Campbell describes the components of network file system (NFS) in Unix.
-
NFS Server
In this video; Jamie Campbell demonstrates how to configure a network file system (NFS) server in Unix.
-
NFS Share
Network File System (NFS) is a network service comprising of a client-server application. In this video; Jamie Campbell demonstrates how to mount a NFS share.
-
Password Administration
Unix systems employ various password security techniques. However; not all Unix systems allow implementation of every technique; and password administration tools vary from system to system. In this video; Jamie Campbell discusses password administration.
-
Passwords in Unix Systems
Unix makes use of passwords to protect user accounts; and passwords in Unix are very strong and secure. In this video; Jamie Campbell discusses passwords in Unix systems.
-
Performing Name Resolutions
In this video; Jamie Campbell describes how to perform name resolution in Unix.
-
Running Apache
In this video; Jamie Campbell demonstrates how to run Apache in Unix.
-
SAMBA overview
Samba is a Unix component; which provides a connection between Unix and Windows. In this video; Jamie Campbell describes Samba and its components.
-
Security in the Unix Kernel
Unix is kernel-based because it has a powerful core that acts as the bridge between the hardware and the applications that use it. In this video; Jamie Campbell describes the Unix kernel and some ways of configuring the kernel on Unix systems.
-
Setting File Permissions
In this video; Jamie Campbell explains how to set file permissions.
-
Setting Permissions for Directories
Every directory in Unix has permissions associated with it; and those permissions restrict who has the rights to use the directory. In this video; Jamie Campbell describes how to set permissions for directories.
-
Setting Permissions for Files
In this video; Jamie Campbell demonstrates how to set permissions for files in Unix.
-
Sharing Network Resources between Windows and Unix Using Samba
In this video; Jamie Campbell describes how to share network resources between Windows and Unix by using Samba.
-
TCP/IP and Routing
In this video; Jamie Campbell describes TCP/IP and routing in Unix systems.
-
Text Editors for Shell Scripts
Unix has the ability to create complex shell scripts. In this video; Jamie Campbell outlines the various editors supported by Unix for creating shell scripts.
-
The Apache Web Server
In this video; Jamie Campbell describes the Apache web server and its role in Unix computing.
-
The Unix Directory Structure
In this video; Jamie Campbell describes the Unix directory structure.
-
The Unix Partition Structure
In this video; Jamie Campbell describes the Unix partition structure.
-
Unix and the Open Source Model
In this video; Jamie Campbell discusses Unix and the open source model.
-
Unix Daemons
In this video; Jamie Campbell describes the Unix daemons.
-
Unix File Types
In this video; Jamie Campbell describes the Unix file types.
-
Unix Files
The Unix filesystem is different from the Windows system. In this video; Jamie Campbell describes the Unix filesystem.
-
Unix Portability
In this video; Jamie Campbell discusses Unix portability.
-
Unix Standards
In this video; Jamie Campbell discusses Unix standards.
-
Users in Unix
In this video; Jamie Campbell outlines the steps to manage users in Unix.
-
Using Find to Search for Files
In this video; Aaron Sampson outlines the steps to perform data and index defragmentation.
-
Using grep to Search File Contents
In this video; Jamie Campbell describes how to use grep to search file contents on Unix.
-
Using Wildcards to Locate Files
In this video; Jamie Campbell describes how to use wildcards to locate files in Unix.
-
Viewing File Contents
In this video; Jamie Campbell describes how to view file contents in a Unix shell.
-
Wildcard Characters
In this video; Jamie Campbell describes wildcard characters in Unix.
-
Clobbering
In this video; Jamie Campbell describes the clobbering file protection feature in Unix.
-
Buffer Overflow Attacks
In this video; Jamie Campbell describes the techniques to prevent buffer overflow attacks in Unix.
-
Using Regular Expressions
In this video; Jamie Campbell describes how to use regular expressions in Unix.
-
Copying and Moving Files
In this video; Jamie Campbell explains how to copy and move files.
-
DHCP
In this video; Jamie Campbell describes domain name service (DNS) and Berkeley Internet Name Domain (BIND).
-
Node.js: Configuring Web Server Responses
When you create HTTP servers using Node.js, you will be able to receive HTTP requests and send back HTTP responses. In this video, Andy Alfred demonstrates how to configure the response to send back in the application.
-
Unix Essentials: Controling File System and Network Access
After watching this video, you will be able to configure Unix file system permissions, command execution, and firewall settings.
-
Unix Essentials: Testing Firewall Settings
After watching this video, you will be able to ensure configured firewall rules are in effect.
-
Unix Essentials: Uninstalling Unix Software
After watching this video, you will be able to use the pkg tool to remove software.
-
Unix Essentials: Managing Installed Unix Software
After watching this video, you will be able to use the pkg tool to view and update software.
-
Unix Essentials: Installing Software on Unix
After watching this video, you will be able to use the pkg tool to install software.
-
Unix Essentials: Software Management Overview
After watching this video, you will be able to describe how Unix handles software installation and maintenance.
-
Unix Essentials: Configuring IPv4
After watching this video, you will be able to enable IPv4 settings in Unix.
-
Unix Essentials: IPv4
After watching this video, you will be able to recognize configuration details for IPv4.
-
Unix Essentials: Daemons and Runlevels
After watching this video, you will be able to describe the concepts of daemons and runlevels.
-
Unix Essentials: Manage Unix Host Software
After watching this video, you will be able to manage software on a Unix host.
-
Unix Essentials: Installing a DHCP Server
After watching this video, you will be able to use the pkg command to install a DHCP server.
-
Unix Essentials: Configuring IPv6
After watching this video, you will be able to enable IPv6 settings in Unix.
-
Unix Essentials: IPv6
After watching this video, you will be able to recognize configuration details for IPv6.
-
Unix Essentials: Installing the Apache Web Server
After watching this video, you will be able to use the pkg command to install the Apache web server.
-
Unix Essentials: Configuring the DNS Server
After watching this video, you will be able to make configuration changes in DNS server files.
-
Unix Essentials: Installing a DNS Server
After watching this video, you will be able to use the pkg command to install a DNS server.
-
Unix Essentials: Configuring the DHCP Server
After watching this video, you will be able to make configuration changes in DHCP server files.
-
Unix Essentials: Regular Expressions
After watching this video, you will be able to recognize regex syntax for searching and filtering.
-
Unix Essentials: Exercise: IP Addressing and Apache Configuration
After watching this video, you will be able to configure IP and common network services.
-
Unix Essentials: Configuring the Apache Web Server
After watching this video, you will be able to make configuration changes in Apache server files.
-
Unix Essentials: Background Processes
After watching this video, you will be able to run Unix commands in the background.
-
Unix Essentials: Filtering With awk
After watching this video, you will be able to filter data using awk.
-
Unix Essentials: Filtering With grep
After watching this video, you will be able to filter data using grep.
-
Unix Essentials: Filtering and Formatting Commands
After watching this video, you will be able to recognize which Unix commands are used for filtering and formatting.
-
Unix Essentials: Looping
After watching this video, you will be able to use loops to iterate through a set of commands.
-
Unix Essentials: Conditional Execution
After watching this video, you will be able to use if statements to control script flow.
-
Unix Essentials: Variables
After watching this video, you will be able to recognize variable scopes and how they are used.
-
Unix Essentials: Scripting Overview
After watching this video, you will be able to specify how shell scripts are created and how they execute.
-
Unix Essentials: Automate Unix Commands
After watching this video, you will be able to filter data and create shell scripts.
-
Unix Essentials: Create a Shell Script
After watching this video, you will be able to configure and execute a shell script.
-
Unix Essentials: Cron Overview
After watching this video, you will be able to recognize how cron schedules tasks on a Unix system.
-
Unix Essentials: Common Unix Attacks
After watching this video, you will be able to identify attack methods in order to mitigate them.
-
Unix Essentials: Public Key Infrastructure (PKI)
After watching this video, you will be able to describe how the PKI hierarchy enhances security.
-
Unix Essentials: Hardening Overview
After watching this video, you will be able to identify how hardening can secure a host.
-
Unix Essentials: Scheduling a User Cron Job
After watching this video, you will be able to configure a repeating system cron job.
-
Unix Essentials: Set Recurring Jobs and Security Settings
After watching this video, you will be able to configure repeating cron jobs and harden Unix.
-
Unix Essentials: tcpdump
After watching this video, you will be able to view network packets using the tcpdump command.
-
Unix Essentials: Modifying a Group
After watching this video, you will be able to modify a Unix group from the command line.
-
Unix Essentials: Creating a Group
After watching this video, you will be able to create a Unix group from the command line.
-
Unix Essentials: Deleting a User Account
After watching this video, you will be able to delete a Unix user account from the command line.
-
Unix Essentials: Modifying a User Account
After watching this video, you will be able to modify a Unix user account from the command line.
-
Unix Essentials: SSH Into Unix Using PuTTY
After watching this video, you will be able to use PuTTY to establish Secure Shell (SSH) connection to a Unix host.
-
Unix Essentials: Enabling SSH Public Key Authentication
After watching this video, you will be able to enhance sign-in security with SSH public key authentication.
-
Unix Essentials: Unix Authentication Options
After watching this video, you will be able to describe various Unix user authentication options.
-
Unix Essentials: Deleting a Group
After watching this video, you will be able to delete a Unix group from the command line.
-
Unix Essentials: Create Users and Groups
After watching this video, you will be able to manage users and groups as well as authentication.
-
Unix Essentials: SSH Into Unix Using the SSH Command
After watching this video, you will be able to connect to a Unix host using the Secure Shell (SSH) protocol.
-
Unix Essentials: Standard Unix File System Permissions
After watching this video, you will be able to describe how Unix file system permissions work.
-
Unix Essentials: Special Permission Bits
After watching this video, you will be able to explain the purpose of Unix special permission bits.
-
Unix Essentials: Assigning Permissions Using ACLs
After watching this video, you will be able to use setfacl to assign ACL file system permissions.
-
Unix Essentials: File System Extended ACLs
After watching this video, you will be able to describe how ACLs provide added file system security.
-
Unix Essentials: Setting File System Permissions
After watching this video, you will be able to use chmod to set file system permissions.
-
Unix Essentials: Firewall Overview
After watching this video, you will be able to describe how firewall solutions protect hosts.
-
Unix Essentials: Configuring Sudo
After watching this video, you will be able to enable standard users to run privileged commands.
-
Unix Essentials: Elevated Privileges
After watching this video, you will be able to identify the importance of not logging in as root.
-
Unix Essentials: Assigning Special Permissions
After watching this video, you will be able to use chmod to set special permission bits.
-
Unix Essentials: Configuring the OpenBSD PF Firewall
After watching this video, you will be able to protect a Unix host from unwanted network traffic.
-
UNIX Essentials: Unix Deployment Options
After watching this video, you will be able to choose an appropriate Unix deployment option.
-
UNIX Essentials: Unix Overview
After watching this video, you will be able to describe the Unix operating system and how it is used.
-
UNIX Essentials: Creating a VMware FreeBSD Virtual Machine
After watching this video, you will be able to configure a VMware virtual machine using a FreeBSD disk image.
-
UNIX Essentials: Acquiring the FreeBSD VMware Image
After watching this video, you will be able to download and extract the FreeBSD VMware image.
-
UNIX Essentials: Installing FreeBSD from the DVD ISO
After watching this video, you will be able to perform a manual installation of a FreeBSD virtual machine.
-
UNIX Essentials: Acquiring the FreeBSD DVD ISO
After watching this video, you will be able to download the FreeBSD DVD ISO image.
-
UNIX Essentials: Unix Command Overview
After watching this video, you will be able to recognize standard Unix command line syntax.
-
UNIX Essentials: Exercise: Recall How Unix Can Be Installed
After watching this video, you will be able to list Unix deployment methods.
-
UNIX Essentials: Connecting to FreeBSD in the AWS Cloud
After watching this video, you will be able to make an SSH connection to a cloud-based FreeBSD virtual machine.
-
UNIX Essentials: Deploying FreeBSD in the AWS Cloud
After watching this video, you will be able to deploy a FreeBSD cloud-based virtual machine from a virtual machine image.
-
UNIX Essentials: Exploring Unix Shells and man Pages
After watching this video, you will be able to view man pages and switch between shells.
-
UNIX Essentials: Unix Shells
After watching this video, you will be able to list commonly used Unix shells.
-
UNIX Essentials: Unix Configuration Files
After watching this video, you will be able to describe Unix configuration file standards.
-
UNIX Essentials: The X Window System
After watching this video, you will be able to describe the X Window System and its benefits.
-
UNIX Essentials: Manage Unix With Common Commands
After watching this video, you will be able to perform common Unix tasks at the command line.
-
UNIX Essentials: Use the nano Text Editor
After watching this video, you will be able to edit files using the nano text editor.
-
UNIX Essentials: Unix Logs
After watching this video, you will be able to view Unix log files.
-
Unix Essentials: Navigating Unix File Systems
After watching this video, you will be able to use common Unix file system navigation commands.
-
Unix Essentials: File System Overview
After watching this video, you will be able to identify Unix file system concepts.
-
UNIX Essentials: Exercise: Recall Unix Commands
After watching this video, you will be able to use the Unix GUI and command line for management.
-
UNIX Essentials: Configure the Xorg X Window System
After watching this video, you will be able to configure the Unix X Window System.
-
Unix Essentials: Partitioning a Disk
After watching this video, you will be able to perform disk partitioning and the creation of file systems.
-
Unix Essentials: Searching for Files
After watching this video, you will be able to use the find command to search for files.
-
Unix Essentials: File System Mounting
After watching this video, you will be able to mount a file system to make it usable.
-
Unix Essentials: File Archiving
After watching this video, you will be able to use the tar command to archive files and directories.
-
Unix Essentials: Mounting a Network File System (NFS)
After watching this video, you will be able to mount an NFS file system.
-
Unix Essentials: Mounting an SMB File System
After watching this video, you will be able to mount an SMB file system.
-
Unix Essentials: Samba and Network File System (NFS)
After watching this video, you will be able to describe Samba and NFS.
-
Unix Essentials: Creating a User Account
After watching this video, you will be able to create a Unix user account from the command line.
-
Unix Essentials: Unix Users and Groups
After watching this video, you will be able to define how Unix users and groups are created and managed.
-
Unix Essentials: Configure Local and Remote File Systems
After watching this video, you will be able to create and manage Unix file systems.
-
Unix Essentials: Repairing Damaged File Systems
After watching this video, you will be able to use Unix commands to repair file systems.
-
Unix OS Fundamentals: The Unix Shell Families
In this video, Jamie Campbell describes the various Unix shells.
-
Unix OS Fundamentals: Storing Commands in a Script
In this video, Jamie Campbell describes how to store commands in a shell script.
-
Unix OS Fundamentals: Unix GUI
In this video, Jamie Campbell demonstrates how to install the Solaris Live Media with GUI on the UNIX system.
-
Unix OS Fundamentals: The Unix X Windows System
In this video, Jamie Campbell outlines the steps involved in installing the Unix X Windows System.
-
Unix OS Fundamentals: Joining Commands on the Command Line
In this video, Jamie Campbell describes how to join multiple commands in the command line in a Unix system.
-
Unix OS Fundamentals: Unix Shell Command Processing
In this video, Jamie Campbell demonstrates command line processing in the UNIX shell.
-
Unix OS Fundamentals: Unix and Networking
Unix is a network operating system. In this video, Jamie Campbell outlines the link between Unix and networking.
-
Unix OS Fundamentals: Unix as a Server
In this video, Jamie Campbell discusses Unix as a server.
-
Unix OS Fundamentals: Unix Command Line
In this video, Jamie Campbell demonstrates how to use the common Unix commands.
-
Unix OS Fundamentals: Unix as a Standalone System
In this video, Jamie Campbell describes the concept of Unix as a standalone system.
-
Unix OS Fundamentals: Command Executions
The Unix command line is a powerful interface with simple, easy-to-use commands. In this video, Jamie Campbell describes how to use special characters with commands. He also demonstrates how to run a command as a background process.