<?xml version="1.0" encoding="UTF-8" ?> <?xml-stylesheet type="text/xsl" href="rss.xsl"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/"> <channel> <title>Exploring Enterprise Linux</title><description>Enterprise Linux for developers and early-career professionals — from first SSH login to production system administration.</description><link>https://linux.bradpenney.io/</link><atom:link href="https://linux.bradpenney.io/feed_rss_created.xml" rel="self" type="application/rss+xml" /> <managingEditor>Brad Penney</managingEditor><language>en</language> <pubDate>Sun, 14 Jun 2026 01:37:20 -0000</pubDate> <lastBuildDate>Sun, 14 Jun 2026 01:37:20 -0000</lastBuildDate> <ttl>1440</ttl> <generator>MkDocs RSS plugin - v1.19.0</generator> <image> <url>https://linux.bradpenney.io/images/exploring_linux.png</url> <title>Exploring Enterprise Linux</title> <link>https://linux.bradpenney.io/</link> </image> <item> <title>Arguments and Exit Codes</title> <description>Handle script arguments and exit codes in Bash. Learn $1, $@, $#, $?, and how to return meaningful exit codes that other scripts and tools can act on.</description> <link>https://linux.bradpenney.io/essentials/bash_arguments/</link> <pubDate>Wed, 03 Jun 2026 21:58:00 -0300</pubDate> <source url="https://linux.bradpenney.io/feed_rss_created.xml">Exploring Enterprise Linux</source><guid isPermaLink="true">https://linux.bradpenney.io/essentials/bash_arguments/</guid> </item> <item> <title>Conditionals</title> <description>Write Bash conditionals that work reliably. Covers if/elif/else, the [[ ]] operator, common file and string tests, and patterns that avoid subtle bugs.</description> <link>https://linux.bradpenney.io/essentials/bash_conditionals/</link> <pubDate>Wed, 03 Jun 2026 21:58:00 -0300</pubDate> <source url="https://linux.bradpenney.io/feed_rss_created.xml">Exploring Enterprise Linux</source><guid isPermaLink="true">https://linux.bradpenney.io/essentials/bash_conditionals/</guid> </item> <item> <title>Your First Bash Script</title> <description>Write your first Bash script with confidence. Covers the shebang line, script structure, making scripts executable, and where to store them for team use.</description> <link>https://linux.bradpenney.io/essentials/bash_first_script/</link> <pubDate>Wed, 03 Jun 2026 21:58:00 -0300</pubDate> <source url="https://linux.bradpenney.io/feed_rss_created.xml">Exploring Enterprise Linux</source><guid isPermaLink="true">https://linux.bradpenney.io/essentials/bash_first_script/</guid> </item> <item> <title>Functions</title> <description>Organise Bash scripts with functions. Learn to define, call, and scope functions with local variables, return values via exit codes, and reuse patterns.</description> <link>https://linux.bradpenney.io/essentials/bash_functions/</link> <pubDate>Wed, 03 Jun 2026 21:58:00 -0300</pubDate> <source url="https://linux.bradpenney.io/feed_rss_created.xml">Exploring Enterprise Linux</source><guid isPermaLink="true">https://linux.bradpenney.io/essentials/bash_functions/</guid> </item> <item> <title>Loops</title> <description>Master Bash loops for automation. Covers for loops over lists and files, while loops with command output, break and continue, and practical loop patterns.</description> <link>https://linux.bradpenney.io/essentials/bash_loops/</link> <pubDate>Wed, 03 Jun 2026 21:58:00 -0300</pubDate> <source url="https://linux.bradpenney.io/feed_rss_created.xml">Exploring Enterprise Linux</source><guid isPermaLink="true">https://linux.bradpenney.io/essentials/bash_loops/</guid> </item> <item> <title>Overview</title> <description>A six-article bash scripting series for IT professionals. From your first shebang line to reusable functions — variables, arguments, conditionals, loops.</description> <link>https://linux.bradpenney.io/essentials/bash_scripting/</link> <pubDate>Wed, 03 Jun 2026 21:58:00 -0300</pubDate> <source url="https://linux.bradpenney.io/feed_rss_created.xml">Exploring Enterprise Linux</source><guid isPermaLink="true">https://linux.bradpenney.io/essentials/bash_scripting/</guid> </item> <item> <title>Variables and Quoting</title> <description>Master Bash variables and quoting rules. Learn when to use double vs single quotes, command substitution, and how quoting bugs silently break your scripts.</description> <link>https://linux.bradpenney.io/essentials/bash_variables/</link> <pubDate>Wed, 03 Jun 2026 21:58:00 -0300</pubDate> <source url="https://linux.bradpenney.io/feed_rss_created.xml">Exploring Enterprise Linux</source><guid isPermaLink="true">https://linux.bradpenney.io/essentials/bash_variables/</guid> </item> <item> <title>Overview</title> <description>Orient yourself in the Linux command line. Four articles covering navigation, the filesystem structure, finding files, and getting help when you&#39;re stuck.</description> <link>https://linux.bradpenney.io/essentials/command_line_overview/</link> <pubDate>Wed, 03 Jun 2026 21:58:00 -0300</pubDate> <source url="https://linux.bradpenney.io/feed_rss_created.xml">Exploring Enterprise Linux</source><guid isPermaLink="true">https://linux.bradpenney.io/essentials/command_line_overview/</guid> </item> <item> <title>Overview</title> <description>The Linux commands and concepts every sysadmin and platform engineer must own. Five categories from command line fundamentals to Bash scripting automation.</description> <link>https://linux.bradpenney.io/essentials/overview/</link> <pubDate>Wed, 03 Jun 2026 21:58:00 -0300</pubDate> <source url="https://linux.bradpenney.io/feed_rss_created.xml">Exploring Enterprise Linux</source><guid isPermaLink="true">https://linux.bradpenney.io/essentials/overview/</guid> </item> <item> <title>Overview</title> <description>Every command you run spawns a process. This section starts with processes — how to see them, manage them, and understand what they&#39;re doing on your system.</description> <link>https://linux.bradpenney.io/essentials/system_overview/</link> <pubDate>Wed, 03 Jun 2026 21:58:00 -0300</pubDate> <source url="https://linux.bradpenney.io/feed_rss_created.xml">Exploring Enterprise Linux</source><guid isPermaLink="true">https://linux.bradpenney.io/essentials/system_overview/</guid> </item> <item> <title>Overview</title> <description>Learn how Linux handles text. Two articles covering pipes, redirection, and grep — the tools you reach for every time you investigate a Linux system.</description> <link>https://linux.bradpenney.io/essentials/text_pipelines_overview/</link> <pubDate>Wed, 03 Jun 2026 21:58:00 -0300</pubDate> <source url="https://linux.bradpenney.io/feed_rss_created.xml">Exploring Enterprise Linux</source><guid isPermaLink="true">https://linux.bradpenney.io/essentials/text_pipelines_overview/</guid> </item> <item> <title>Overview</title> <description>Master Linux&#39;s permission model. Two articles covering file permissions and user/group management — the foundation of every access control decision on Linux.</description> <link>https://linux.bradpenney.io/essentials/users_access_overview/</link> <pubDate>Wed, 03 Jun 2026 21:58:00 -0300</pubDate> <source url="https://linux.bradpenney.io/feed_rss_created.xml">Exploring Enterprise Linux</source><guid isPermaLink="true">https://linux.bradpenney.io/essentials/users_access_overview/</guid> </item> <item> <title>Processes</title> <description>Understand Linux process management — ps, top, kill, signals, process states, and the tools every sysadmin uses to investigate and control a running system.</description> <link>https://linux.bradpenney.io/essentials/processes/</link> <pubDate>Sat, 04 Apr 2026 18:47:00 -0300</pubDate> <source url="https://linux.bradpenney.io/feed_rss_created.xml">Exploring Enterprise Linux</source><guid isPermaLink="true">https://linux.bradpenney.io/essentials/processes/</guid> </item> <item> <title>Users and Groups</title> <description>Master Linux user and group management — useradd, usermod, groupadd, service accounts, and the /etc/passwd and /etc/group files every sysadmin reads.</description> <link>https://linux.bradpenney.io/essentials/users_and_groups/</link> <pubDate>Sat, 04 Apr 2026 18:47:00 -0300</pubDate> <source url="https://linux.bradpenney.io/feed_rss_created.xml">Exploring Enterprise Linux</source><guid isPermaLink="true">https://linux.bradpenney.io/essentials/users_and_groups/</guid> </item> <item> <title>Getting Access</title> <description>Set up your first Linux environment via SSH or a local VM. Step-by-step guidance to get safely connected and ready to start exploring your new system.</description> <link>https://linux.bradpenney.io/day_one/getting_access/</link> <pubDate>Tue, 03 Feb 2026 21:52:00 -0400</pubDate> <source url="https://linux.bradpenney.io/feed_rss_created.xml">Exploring Enterprise Linux</source><guid isPermaLink="true">https://linux.bradpenney.io/day_one/getting_access/</guid> </item> <item> <title>Overview</title> <description>Linux survival guide for developers — SSH, orientation, permissions, logs, documentation, and production safety rules. Get effective without becoming a sysadmin.</description> <link>https://linux.bradpenney.io/day_one/overview/</link> <pubDate>Tue, 03 Feb 2026 21:52:00 -0400</pubDate> <source url="https://linux.bradpenney.io/feed_rss_created.xml">Exploring Enterprise Linux</source><guid isPermaLink="true">https://linux.bradpenney.io/day_one/overview/</guid> </item> <item> <title>grep</title> <description>Master grep for Linux — regular expressions, recursive search, context flags, and the real-world patterns every sysadmin uses for log analysis and system investigation.</description> <link>https://linux.bradpenney.io/essentials/grep/</link> <pubDate>Tue, 03 Feb 2026 21:52:00 -0400</pubDate> <source url="https://linux.bradpenney.io/feed_rss_created.xml">Exploring Enterprise Linux</source><guid isPermaLink="true">https://linux.bradpenney.io/essentials/grep/</guid> </item> <item> <title>Pipes and Redirection</title> <description>Master Linux pipes and redirection — combine commands into powerful pipelines, redirect output to files, and manage stdin, stdout, and stderr like a pro.</description> <link>https://linux.bradpenney.io/essentials/pipes_and_redirection/</link> <pubDate>Tue, 03 Feb 2026 21:52:00 -0400</pubDate> <source url="https://linux.bradpenney.io/feed_rss_created.xml">Exploring Enterprise Linux</source><guid isPermaLink="true">https://linux.bradpenney.io/essentials/pipes_and_redirection/</guid> </item> <item> <title>Finding Documentation</title> <description>Find documentation on an unfamiliar Linux server — man pages, README files, package docs, git history, and what the server itself tells you.</description> <link>https://linux.bradpenney.io/day_one/finding_docs/</link> <pubDate>Fri, 21 Nov 2025 16:34:00 -0400</pubDate> <source url="https://linux.bradpenney.io/feed_rss_created.xml">Exploring Enterprise Linux</source><guid isPermaLink="true">https://linux.bradpenney.io/day_one/finding_docs/</guid> </item> <item> <title>Orientation</title> <description>Just logged in? Learn what the prompt tells you, how to identify the server you&#39;re on, and which safe read-only commands reveal everything you need to know.</description> <link>https://linux.bradpenney.io/day_one/orientation/</link> <pubDate>Fri, 21 Nov 2025 16:34:00 -0400</pubDate> <source url="https://linux.bradpenney.io/feed_rss_created.xml">Exploring Enterprise Linux</source><guid isPermaLink="true">https://linux.bradpenney.io/day_one/orientation/</guid> </item> </channel> </rss>