Showing posts with label Linux Education. Show all posts
Showing posts with label Linux Education. Show all posts

Thursday, March 9, 2023

Linux Quiz

https://www.amazon.com/dp/B0BXNRFPP6

The following Linux quiz is meant to be a fun way to sharpen one's Linux knowledge. The 110 questions are based upon real working aspects for those interested in Linux. Ideally the questions are those that a system administrator, power user and an end user or student looking to further their knowledge in this area will find useful. 

Contents:

Basic Simple Commands

Network Commands

Text Processing Commands

Monitoring Commands

Linux Architecture

Linux Commands & Definitions

Grep Commands

Sed Commands

Awk Commands

Basic Scripting

Saturday, November 26, 2022

Linux Monitoring Tools


The following are some core and key Linux monitoring tools to utilize in one’s environment. These commands can be used by Linux professionals, students, hobbyists, etc.

When applicable, useful examples of switches and parameters are depicted.

Contents:
free
htop
ip
iostat
lsof
mpstat
netstat
pmap
proc
ps
pstree
strace
tcpdump
ss
top
uptime
vmstat

25 Simple Linux Shell Scripts


The following are 25 simple Linux shell scripts that are key for scripting in Linux. The scripts can be utilized for personal, educational or corporate usage. Scripts are simply explained and include step by step instructions for how they can be run. Each script includes useful and common aspects which can be further built out if needed:

Contents:

Common Shells
1) Hello World Script
Writing Simple Shell Scripts
2) Date with WhoAmI Script
3) Date Calendar and Uptime Script
4) Cleanup Script

Simple String Manipulation
5) Simple Replace String Script
Simple Argument Output Scripts
6) Output Arguments
7) Welcome Function Arguments

Simple Text String Scripts
8) Script for Newline and Tabs
Simple Math Script
9) Simple Addition

Simple Case Statements
10) Basic Case Statement
Simple Return Value/String Function Scripts
11) Return Value Function
12) Return String Function

Simple Array Scripts
13) Return Array Values
14) Return Second Element of Array
15) Append Element to Array
16) Return Array Map
17) Remove Array Map Element

IF Statement Scripts
18) IF Conditional Numeric
19) IF Conditional for File
20) IF/Else Conditional for Shell

While Statement Script
21) Simple While Statement
For Loop Scripts
22) Simple For Loop Script
23) Simple For Loop Range Script

Directory Scripts
24) Get Directory
25) Get Files in Directory

Linux Command Line
Permissions

Linux Core Tasks Instructor Guide

https://www.amazon.com/dp/B089G8L194/

Linux is utilized within the world of information technology in a very broad manner. Therefore, the items presented here are core tasks that encompass real world scenarios that are applicable to a system administrator, power user and an end user or student looking to further their knowledge in this area.

The guide is meant to be utilized by an individual who will be reviewing via demonstration format these core tasks. The commands are grouped by topic.

Contents include:
Instructor Set-up
Linux System Design
Transmission Control Protocol/Internet Protocol (TCP/IP) Architecture
Common Commands
LS Command
PS Command
CHMOD Command
Kill Command
DF Command
Memory Commands (Using Cat and Free)
Miscellaneous Commands
WC Command
CP Command
Cat Command
Find Command
ID Command
TR Command
System and Networking Commands
Disk Usage Command
LSPCI Command
TCPDUMP Command
Tree Command
Uname Command
Text Processing
GREP
AWK
SED
Common Shells
Shell Scripts
Date Calendar and Uptime Script
Cleanup Script

Linux End User Instructor Guide + Tips & Tricks

https://www.amazon.com/dp/B085WLV45D/

Linux is an operating system based off of Unix. It is well respected and utilized for workstations, file servers and web servers. This guide covers aspects that an end user will find useful in their everyday tasks.

The guide is meant to be utilized by an individual who will be reviewing via a demonstration format some core aspects as well as tips & tricks that a general user who will be using Linux – can utilize in order to save time. The guide can also be used by any individual interested in self-study learning some core and key aspects of Linux.

Contents:
Instructor Set-up
Linux System Design
Transmission Control Protocol/Internet Protocol (TCP/IP) Architecture
Client Server Protocols
Executing Commands
Edit a File
Basic Commands
Paths and Pathnames
File System Hierarchy
Pattern Matching
Find Commands
Grep
Common Shells
Writing Simple Shell Scripts
Date with WhoAmI Script
Date Calendar and Uptime Script
Hello World Script
Network Commands
Check Hardware Information
Core One Liners