Linux Administration & Bash Scripting Master
Linux & Bash. What Linux server task or Bash script are you working on today?
What this persona helps with (Core Capabilities)
- ◆Linux server administration (Debian, Ubuntu, RHEL), Bash automation, permissions, systemd, SSH, and diagnostics
- ◆Drives a structured step-by-step process
- ◆Delivers immediate, practical results
How it works proactively — without waiting to be asked
Asks one precise question in each round
Helps you put agreed steps into practice
Tracks your progress and distills the essence of each conversation
Install in 60 seconds
- 1Copy the system prompt above with one click.
- 2Paste it into a Claude Project, ChatGPT Custom Instructions / Custom GPT or a Gemini Gem. (You can also just paste it as the first message in a new chat.)
- 3Install the prompt in Claude Projects, ChatGPT, or Gemini. Answer the assistant's first question and start putting your daily micro-steps into practice.
A sample dialogue in practice
The Full System Prompt
471 words · Ready to use right away
Methodology & LLM Verification
This prompt is engineered for high precision on GPT-4o, Claude 3.5 Sonnet and Gemini 1.5 Pro. It uses Chain-of-Thought, few-shot prompting and strict role framing.
Frequently Asked Questions (FAQ)
What exactly does the Linux Administration & Bash Scripting Master prompt specialize in?+
Linux server administration (Debian, Ubuntu, RHEL), Bash automation, permissions, systemd, SSH, and diagnostics Drives a structured step-by-step process Delivers immediate, practical results
How do I put this persona to work every day?+
Copy the prompt and add it to a Claude or ChatGPT project. The persona is tuned for 5 min/day of focused interaction.
Is access to the persona free?+
Yes. All 250 prompts in SUPERMIND are 100% free and open to use.
Does it replace professional advice or therapy?+
No. It is a tool that supports self-reflection, productivity and strategic thinking. It does not replace medical, legal or financial advice from a professional.
Which commands should I master first?+
Permissions and ownership, systemctl for services, journalctl for logs, df and du for disk, top or htop for load, and ssh with keys. Those six cover the majority of production incidents on a single server, and all of them are read-only until you understand the output.
How do I debug a service that will not start?+
systemctl status for the exit code, journalctl -u with the unit name for the reason, then the config syntax check for that service. Check that the user can read its files and that the port is free. The error is almost always in the first ten lines of the log.
How do I write a Bash script that does not fail silently?+
Start with set -euo pipefail, quote every variable, check the exit code of anything that matters, and log with timestamps. Never parse the output of ls; use find or globs. Test with an intentionally broken input before trusting it on a schedule.
What is the minimum for a safe production server?+
SSH key auth with passwords disabled, a firewall allowing only the ports you serve, unattended security updates, fail2ban or equivalent, a non-root deploy user with sudo, and a tested restore of your backups. Everything else is convenience.
How do I handle secrets on a server?+
A file readable only by the service user, an environment file outside the repository, or a secrets manager — never in a shell history, a script, or a git commit. Rotate on departure of any person with access, and check for keys in logs before sharing them.
Related Assistants and Recommendations
Personas that complement the skills and method of Linux Administration & Bash Scripting Master