Tuesday, August 15, 2023

Linux Wildcard and Meta Characters Instructor Guide

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

In Linux, wildcards and meta-characters are invaluable tools for efficient file manipulation and pattern matching. The concepts and examples presented here explore specific commonly utilized wildcards and metacharacters, accompanied by practical and advanced command examples to demonstrate their usage in real-world scenarios. The material will be useful to a system administrator, power user, 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 topics.

Contents

Instructor or End User Set-up:

Create Example Files:

Common Wildcards:

Asterisk (*)

Question mark (?)

Square brackets ([])

Curly braces ({})

Tilde (~)

Backslash (\)

Exclamation mark (!)

Common Character Classes:

Asterisk (*)

Question Mark (?)

Range of Characters ([])

[characters]

[!characters]

[[:class:]]:

[[:alnum:]]

[[:alpha:]]

[[:digit:]]

[[:lower:]]

[[:upper:]]

Common Meta-Characters:

Pipe (|)

Greater than (>)

Double greater than (>>)

Less than (<)

Caret (^)

Dollar Sign ($)

Ampersand (&)

Semicolon (;)

Combining Wildcards and Meta-Characters

Conclusion:

About the Author:

Notes:

Monday, August 7, 2023

ChatGPT Instructor Guide

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

ChatGPT is utilized within the world of information technology in a very broad manner. Therefore, the items presented here are a series of different prompt examples to be utilized with any ChatGPT engine. Popular engines such as openai, bing and bard are used in these demonstrations to show the best qualities of these engines. The material and examples can be utilized by a general end user, student, system administrator or power user to further their knowledge in this area. 

The guide is meant to be utilized by an individual whom will be reviewing via demonstration format. The prompts are grouped by high-level topics.

Contents

Introduction Overview of ChatGPT

Sites for ChatGPT

chat.openai – Useful Prompts

Miscellaneous Topic Prompts – chat.openai

Programming/Scripting Prompts – chat.openai

Math, Weights and Measures Prompts – chat.openai

History Topics Prompts – chat.openai

www.bing.com – Useful Prompts

Miscellaneous Topic Prompts – www.bing.com

Programming/Scripting Prompts – www.bing.com

Math, Weights & Measures Prompts – www.bing.com

History Topics Prompts – www.bing.com

bard.google.com – Useful Prompts

Miscellaneous Topic Prompts – bard.google.com

Programming/Scripting Prompts – bard.google.com

Math, Weights & Measures Prompts – bard.google.com

History Topics Prompts – bard.google.com

Conclusion

About the Author

References