
My ATO Talk Download and Resource List
Bash Code
You can download the Bash program and other files I used for my talk at ATO 2023 here. This is a tgz file so you will need to use the tar command to extract the files. This will create a directory named “Presentation” and place the files there. The demo.sh file is the Bash program which is the presentation.
You will need to install the following packages that are required for this program.
- asciiquarium
- banner
- boxes
- cowsay
- figlet
- lolcat
- neofetch
- sl
Resources
I listed the following resources at the end of my presentation. I have learned a lot from them and I highly recommend them.
- The Art of Unix Programming — Eric Steven Raymond, http://www.catb.org/~esr/writings/taoup/html/
- Linux and the Unix Philosopy — Mike Gancarz, https://flylib.com/books/en/2.506.1/
- The source code is the license — Scott K Peterson, https://opensource.com/article/17/12/source-code-license
- Advanced Bash-Scripting Guide — Mendel Cooper, https://tldp.org/LDP/abs/html/
- 13 resources for learning to write better Bash code — Jose Vicente Nunez, https://www.redhat.com/sysadmin/learn-bash-scripting
- A Practical Guide to Linux Commands, Editors, and Shell Programming, 4th Edition — Mark Sobell and Matthew Helmke, ISBN-13 : 978-0133085044
- The Bash man page
More Stories
The Linux Philosophy for SysAdmins, Tenet 19—Backup everything frequently
Author’s note: This article is excerpted in part from chapter 21 of my book, The Linux Philosophy for SysAdmins, with...
Microsoft announces significant changes to Windows
In a sudden and short press conference early this morning, Microsoft has announced that Windows will be completely restructured at...
Open Source on macOS: Exploring Free Software on My M3 MacBook
Lead Image by Tom's Hardware Guide Open-source software is not restricted to Linux. While I spend most of my time...
Call for articles — Switching to Linux
October 14, 2025 is the last day of support for Win10 and over 400 million PCs can't upgrade to Win11....
Moving from Windows 10 to Linux
Instead of purchasing a new computer just to run a new version of Windows, consider installing Linux.
The Linux Philosophy for SysAdmins, Tenet 18—Document everything
“Real programmers don’t comment their code, if it was hard to write, it should be hard to understand and harder to modify.”
— unknown