Lucas and Luna sit down at a pair of thin laptops, terminal windows flickering with abstract patterns, to talk Linux server administration as it's actually practiced—bash scripting, systemd quirks, Nginx tuning, SSH hardening, and the daily grind of keeping production services online. Each episode picks a single sysadmin problem: how to diagnose a slow database query without panic, why that cron job keeps failing at 3 AM, or the right way to automate backups with rsync and rclone. Lucas brings the journalistic rigor—he'll cite real-world incidents like the 2021 AWS Kinesis outage that broke monitoring for half the internet, or the time a misplaced chmod command took down a major e-commerce site for an hour. Luna pushes back with hands-on experience: she's the one who asks whether you really need Docker for a three-service stack, or why your fail2ban config is banning your own IP. Together they cut through vendor hype—no Kubernetes if you have five servers, no Ansible if a shell loop wi
Pitch Analysis
Required Pod Score for this show. PitchCentric checks your profile against host openness, topical fit, and audience signals before you generate a pitch.
Contact path
Verified email
Booking probability
35%
Guest openness
Selective
Verified email on file
80/100
Required Score
Sign up to generate a grounded pitch for Linux Server Admin with Fexingo: Sysadmin, Bash, and Server Engineering.
What is Linux Server Admin with Fexingo: Sysadmin, Bash, and Server Engineering?
Linux Server Admin with Fexingo: Sysadmin, Bash, and Server Engineering is a business podcast hosted by Fexingo, with 154 episodes on record and a Required Pod Score of 80. PitchCentric scores this show on Booking Probability, Listen Score, and live audience signals refreshed every 24 hours.
About the host
Fexingo hosts Linux Server Admin with Fexingo: Sysadmin, Bash, and Server Engineering, a business show with 154 episodes published.
Our AI reads these to draft pitches. Use them as grounding for a pitch that cites a real guest and a specific topic.
Episode #160
How to Use Linux Server tmpfs for RAM Backed Storage
Aug 20, 202611 minS4
In this episode of Linux Server Admin, Lucas and Luna dive deep into tmpfs on Linux servers — a filesystem that lives entirely in RAM. They explain what tmpfs actually is under the hood, how it differs from ramfs and swap-backed storage, and walk through a practical setup for a web server's session cache. You'll learn the exact mount options to use, how to set size limits so you don't OOM your box, and when tmpfs is the right tool versus when you should reach for something like Redis or a disk-backed directory. The hosts also cover persistence gotchas, including what happens on reboot, and share real-world monitoring tips using df and free. Whether you're running nginx, PostgreSQL, or just want faster /tmp, this episode gives you the specific commands and trade-offs you need to decide if RAM-backed storage fits your workload. #LinuxServer #tmpfs #RAMStorage #Sysadmin #ServerEngineering #Bash #Technology #FexingoBusiness #BusinessPodcast #WebServer #SessionCache #Filesystem #MountOptions #MemoryManagement #PerformanceTuning #StackExchange #Nginx #DevOps Keep every episode free: buymeacoffee.com/fexingo
How to Use Linux Server cgroups v2 for Resource Control
Aug 19, 202612 minS4
In this episode of Linux Server Admin with Fexingo, Lucas and Luna dive into the practical side of cgroups v2 on Linux servers. They start with a real-world scenario: a runaway process eating CPU and memory, and show how cgroups v2 can tame it. Topics include the unified hierarchy, the difference between cgroups v1 and v2, and how to create and manage cgroups with systemd and the cgroupfs interface. They also cover how to read key files like cpu.max and memory.max, and how to monitor usage with tools like systemd-cgtop and cgroup events. With a mix of theory and hands-on examples, this episode helps you understand why cgroups v2 matters for modern server workloads and how to use it to prevent resource hogging. Perfect for sysadmins who want to move beyond the basics of resource management. #CgroupsV2 #LinuxServer #ResourceControl #Sysadmin #Systemd #ServerEngineering #Technology #FexingoBusiness #BusinessPodcast #LinuxAdmin #ServerPerformance #ProcessIsolation #MemoryLimits #CPULimits #UnifiedHierarchy #SystemdCgtop #CgroupManagement #LinuxTips Keep every episode free: buymeacoffee.com/fexingo
How to Use Linux Server BPF Tools for Network Diagnostics
Aug 18, 20269 minS4
In this episode of Linux Server Admin with Fexingo, Lucas and Luna dive into the practical side of BPF (Berkeley Packet Filter) tools for network diagnostics on Linux servers. They walk through real-world scenarios where tcpdump and bpftrace are your best friends — from tracing slow DNS queries to spotting packet drops before they become outages. You'll learn how to use bpftrace one-liners to count TCP retransmissions, trace connect() calls, and even measure latency across your stack. The hosts also discuss when to reach for classic tools versus BPF-powered ones, and how to avoid the performance pitfalls of strace and tcpdump in high-traffic environments. By the end, you'll have a mental toolkit for isolating network issues faster, and a few commands you can actually run today. Whether you're a sysadmin, SRE, or just love diving into /proc, this episode gives you concrete, actionable diagnostics without the hype. #BPFTools #LinuxNetworking #NetworkDiagnostics #Sysadmin #ServerEngineering #bpftrace #LinuxServer #TechPodcast #FexingoBusiness #BusinessPodcast #Linux #OpenSource #Kernel #PerformanceMonitoring #DevOps #Infrastructure #NetworkTroubleshooting #CommandLine Keep every episode free: buymeacoffee.com/fexingo
Lucas and Luna dive into Podman, the daemonless container engine that's gaining ground as a Docker alternative. They explain how Podman's rootless architecture improves security by design, walk through the practical differences from Docker—like the pod concept and systemd integration—and share real commands for running containers without a central daemon. If you're a sysadmin curious about why some teams are swapping Docker for Podman, this episode gives you the concrete reasons and gotchas. Expect specifics: how to set up rootless containers, manage pods with `podman play kube`, and migrate from Docker Compose. Whether you're already using Podman or just evaluating options, you'll leave with a clear picture of where it fits in modern server workflows. #Podman #Containers #LinuxServer #DockerAlternative #RootlessContainers #Sysadmin #ServerEngineering #Technology #FexingoBusiness #BusinessPodcast #ContainerSecurity #Systemd #PodmanCompose #OCI #LinuxContainers #DevOps #ServerAdmin #OpenSource Keep every episode free: buymeacoffee.com/fexingo
Mastering Linux Server Boot Diagnostics with Systemd
Aug 16, 20268 minS4
In this episode of Linux Server Admin with Fexingo, Lucas and Luna dive into the world of systemd boot diagnostics. With systemd now the default init system on almost every major Linux distribution, understanding how to debug slow or failed boots is a vital skill for any sysadmin. Lucas shares a real-world story of a server that took over 10 minutes to boot, and how a combination of systemd-analyze critical-chain, bootchart, and journalctl -b -1 helped pinpoint the culprit: a network-mounted filesystem stuck in a retry loop. They also discuss how to use systemd's boot logging features to trace both successful and failed boots, and how to interpret the parseable output of systemd-analyze for scripting. The episode covers practical commands, common pitfalls, and a proactive approach to boot performance. If you've ever stared at a hanging server and wished you knew what was happening during boot, this episode delivers the tools and techniques you need to take control. #LinuxServerAdmin #SystemdBoot #BootDiagnostics #SystemdAnalyze #Bootchart #Journalctl #Sysadmin #Technology #FexingoBusiness #BusinessPodcast #LinuxTroubleshooting #ServerBoot #SystemdTimers #BootPerformance #NetworkMount #RetryLoop #SystemdLogging #LinuxInit Keep every episode free: buymeacoffee.com/fexingo
Every question we get asked before someone starts their trial.
If you have a concern about deliverability, AI quality, data privacy, or whether this will actually work for your specific situation, it's probably answered below.
What is the difference between Founder Solo and Founder Pro?
Founder Solo gives you 50 AI pitches per month using the credit model (Standard pitches cost 1 credit, Enriched pitches cost 2). Founder Pro raises that to 200 credits per month and adds full Booking Probability access, unlimited Magic Match, Apollo enrichment credits, and data export capabilities. Both plans use the same credit system, so you can stretch your monthly budget further by using Standard-mode drafting.
How do agency tiers work?
Agency tiers have no base fee. You pay per managed client and per talent profile. Agency Standard is $199 per client per month; Agency Pro is $399 per client per month. Both add $39 per talent profile per month. Your own team's user seats are always free.
What is a talent profile?
A talent profile represents one person (founder, executive, or spokesperson) you are booking onto podcasts. It includes their bio, topics, headshots, and outreach history. Team plans include 5 profiles; agency plans are pay-as-you-go.
Can I switch plans later?
Yes, at any time. Upgrades take effect immediately; downgrades apply at the end of the current billing period. Contact support if you need help migrating between plan families.
Do you offer a free trial?
Every paid plan includes a 15-day free trial. Your card is saved at signup but you will not be charged until day 16. Cancel any time from your dashboard.
What happens if I cancel?
You keep access until the end of your current billing period. No charges after that. Your data is retained for 30 days in case you reactivate.
Is the 20% annual discount automatic?
Yes. Select Annual on the pricing toggle and the discounted price is applied automatically at checkout. The annual price shown is the full year cost.
What if I have more than 50 profiles or 20 clients?
That is our Enterprise tier. Contact our sales team and we will build a custom plan with volume pricing, a dedicated account manager, and SLA guarantees.