Introduction
Welcome to my domain… The domain name is a play on words, because I couldn’t think of a more creative one. I kept asking my wife (who is far more creative than I) what my domain name should be. I suspect she got sick of me asking, and this is the result.
This is my personal site and does not represent the opinions of my employer.
O’Reilly Books
I am the co-author on the following O’Reilly Books.
bash Idioms
bash Idioms is an intermediate to advanced discussion of deciphering old bash code and writing clear and readable new code, with examples, templates and a style guide.
bash Cookbook
The bash Cookbook is part of O’Reilly’s cookbook series, and with example code on Github.
Companion Website
We created a Website for All Things Bash for the cookbook. Among other things, it indexes a lot of great material from the bash source code that most people never see.
Also, check out Learning the bash Shell, Third Edition by our co-author Cameron Newham. Other bash related titles from O’Reilly include bash Quick Reference, and Classic Shell Scripting: Hidden Commands that Unlock the Power of Unix. My other co-author. Carl Albing, also wrote Java™ Application Development on Linux®.
Official GNU and Maintainer Resources
- BASH: The GNU Bourne-Again SHell
- bash FAQ
- Details on incompatibility between prior versions
- Terse description of changes between versions
- Full description of changes between versions
- Platform-Specific Configuration and Operation Notes
- Basic Installation
Other Resources
- O’Reilly’s bash Idioms
- O’Reilly’s bash Cookbook
- O’Reilly’s Learning the bash Shell, Third Edition
- O’Reilly’s bash Quick Reference
- O’Reilly’s Classic Shell Scripting
- Bash Guide for Beginners
- Advanced Bash-Scripting Guide (current, excellent)
- Bash Prompt HOWTO (old)
- BASH Programming - Introduction HOW-TO (old)
Site Re-designs
2026
I finally got around to migrating this site from my own personal static site generator to Hugo using the Relearn theme, which I’ve tweaked a bit. That involved converting my “templated” HTML to Markdown, using Pandoc, various Bash, and some Perl one-liners. That took about four days of solid work. It turns out web technologies have change a bit since the last time I did this. Who knew? But “static site generators” are not a recognized thing. When I wrote my own in 2003 I didn’t have a name for it, I just knew that I wanted static HTML with a navigation bar. I was about five years too soon for Jekyll, and ten for Hugo.
2003
In September 2003 I redesigned the site format, for the fourth time if I remember correctly. I hope this format will be more simple, and easier to navigate and maintain. (UPDATE: 2006-07-27: But I doubt it is. I’ll be re-designing again, using a real CMS this time, Real Soon Now.)
This site was created and is maintained using GenSite.pl, a simple Perl script I wrote to implement a template-based site (now called a “static site generator”). This was needed to achieve my goal of getting rid of all the JavaScript, frames and other junk and am using nothing but HTML with CSS and nested tables. I use a simple text editor to edit templates files, then run my script to regenerate the entire site, including navigation menus, in seconds.
I made a conscious decision to stay as simple as possible while still being usable and useful, and while still leaving display choices up the the viewer. One of the things that bothers me quite a lot of badly designed site that force you to view them in a certain window size. If I wanted to see my web sites in 800x600, I would not have a 20 inch monitor! Thus this site allows you to view in any window and font size your browser permits.
That also raises the question of line length. One of the reason many annoying sites force a window size is to gain more control over formatting, particularly graphics layout and line length. Lines that are to long are more tiring to read. This site has a very simple solution. Resize your browser window to any line length you find comfortable. Try adjusting your font size while you are at it.
I found the following helpful at the time of the redesign in 2003:
- The HTML Code Tutorial
- The Web Style Guide, 2nd edition
- CSS Reference Table
- ESR’s site design notes
- The W3C MarkUp Validation Service and W3C CSS Validation Service. In fact, all the HTML and CSS code should be (mostly) valid, even though I did not mark every page.
2001
According to The Internet Archive this site has been at this address since at least 2001-04-01, but it’s older than that. I experimented with MS FrontPage for a while, but the HTML code that churned out was so awful I stopped using it. I’m don’t recall what other tools I may have used until the 2003 re-write.
Favicon
I created my favicon.png (which started as favicon.ico) around this time as a play on the basic DOS/Windows C:\> prompt, in the garish blue background/yellow font I used for terminal windows at the time. I had been playing with DOS batch files since 1986 or so, but was getting more into “scripting” at the time. I’ve kept it ever since, converting formats as needed.
1995
This site started in 1995 as JP’s Boring Homepage, my “home” page on my ISP at the time, Netaxs (Net Access – Philly’s Original Internet Access Provider). I don’t recall how I wrote it, but it was likely in Notepad.
If you have any comments about the site, additions to my tools pages, or if you find something broken, please email me at JPATjpsdomainDOTorg .