Free · No paywall · Unsubscribe with one click

Newsletters.
Pick what lands in your inbox.

The Linux Institute is a free online resource for learning Linux. None of what we publish is gated. The newsletters are the easiest way to get new guides, AI tooling breakdowns, and security deep-dives as they land — and the easiest way to unsubscribe if they stop being useful.

A dark editorial photo of an AI coding agent running inside a Linux terminal, with proposed diffs visible mid-flight.
Same writing voice as the site. Plain language, short essays, working code where it matters. No upsells, no "exclusive" content, no sponsored sections.
The four streams

Pick what lands in your inbox.

We send four emails. None of them are mandatory. Subscribe to one or to all four — the sign-up pages each have a one-click unsubscribe at the bottom.

T
DAILY · 3-MIN READ

Terminally Online

A daily Linux tip you can actually use. One command, one workflow, one gotcha. Skim it in the morning queue.

Mon–Fri · 07:00 SAST

Best for: anyone who wants the terminal to feel less mysterious within the next month.

D
WEEKLY · 5-MIN READ

Deep Tabs

The week's worth of new AI tooling on Linux, broken down by what actually shipped and what's just hype. Includes opencode, Ollama, llama.cpp, local-LLM workflows.

Mondays · 08:00 SAST

Best for: developers using AI on a Linux box and tired of vendor-flavored coverage.

S
BIWEEKLY · 6-MIN READ

Open Source Security

What changed in open-source security this fortnight: advisories, CVE breakdowns, hardening techniques for Linux systems. Plain English, no FUD.

1st & 15th · 09:00 SAST

Best for: sysadmins, DevOps engineers, anyone responsible for a Linux fleet.

R
WEEKLY · LONG READ

The Read

One long essay every Thursday. Original Linux stories, interviews with working engineers, the kind of writing that gets clipped, printed, and reread.

Thursdays · 18:00 SAST

Best for: people who want the human, opinionated side of the Linux world.

Read one

A full sample issue.

Sometimes the only way to know if you'll like a newsletter is to read one. Here is a complete Terminally Online edition, exactly as it lands in subscribers' inboxes.

TERMINALLY ONLINE · ISSUE #043 · 11 JULY 2026 · 3 MIN READ

One command, one workflow.

A daily Linux tip you can actually use. Read time: about three minutes.

Welcome back. Today's tip concerns a moment most people hit within their first month on Linux: an editor that won't quit.

The problem

You have a file open in nano or vim. You type :q. Nothing happens. You type :q!. A E37: No write since last change message appears. You do not know what to do next.

The fix (vim)

Three keystrokes, in order. Type them one at a time and watch the bottom of the screen:

:q!         # quit, throw away changes
:wq         # write, then quit (capital ZZ works too)
:q          # quit cleanly (no unsaved changes)

The fix (nano)

Hold Ctrl and press X. Nano will ask if you want to save. Press Y for yes, N for no.

Why this happens

The editor is trying to be a good citizen. Unsaved changes in a long-running session often mean an in-progress commit, an interrupted edit, or both. Worth a moment of thought before discarding.

The Linux-Institute rule of thumb

When you are stuck inside a tool you did not choose to be in:

  1. Try to identify which tool it is. The title bar almost always tells you.
  2. Run the tool with no arguments. Most CLI tools print a short help and exit.
  3. Try Ctrl-C. Most tools interpret that as “give up and exit.”
  4. Try Ctrl-D. Same idea, different byte.
  5. Search “how do I quit tool”. This is the most common new-Linux-user question in existence. You are not alone.

That's it for today's tip. Reply to this email if you want a tip on a specific topic — one of terminals, files, network, processes, users, packages, systemd. Tomorrow: how to clean up old kernels without breaking the boot loader.

You're subscribed to Terminally Online by the Linux Institute. Unsubscribe · View in browser

→ Get Friday's edition

Why subscribe

What the email gives you that the site doesn't.

PERSONALISED

Pick your streams.

Subscribe to one or all four. We do not send anything you did not ask for. The unsubscribe link in every email is one click.

EARLIER

See new guides before they're on the site.

Newsletter editions publish on the site later. Subscribers see them land, often with a link to the long-form site version within a day.

DIRECT

A real reply-to address.

Reply to any issue. Someone who has been running Linux for fifteen years reads every reply. We answer, or we point you to a working answer.

Newsletter FAQ

Common questions.

Is the Linux Institute still free?

Yes. Everything on the site, and every issue of every newsletter, is free. No paywall, no premium tier, no sponsored content. We make no money from your inbox.

How do you decide what to send?

We send what we'd want to read ourselves. Terminally Online follows real questions from users. Deep Tabs follows actual changelogs and pushes. Security follows actual CVEs. The Read follows a story that deserves a slow read.

Can I subscribe to one stream and not the others?

Yes. Each stream has its own signup. You can add or drop streams at any time without affecting the others.

How is this different from Truth on Tech?

Truth on Tech covers AI and security across the broader web. The Linux Institute is the Linux-specific companion: more how-to, more hands-on, narrower lens. Both are written by the same team.

How do I unsubscribe?

Every email has an unsubscribe link at the bottom that works in one click. Or reply “unsubscribe” and a real person removes you.

Will my email be shared?

No. We do not sell, share, or trade email addresses. Signup details live in our newsletter provider only.