💾 Archived View for tilde.pink › ~bencollver › recipes › submissions › usenet-news captured on 2022-07-16 at 15:12:53. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2022-06-11)

-=-=-=-=-=-=-

title: usenet news

You'll need a news (NNTP) client to read news. The address is `news.tilde.club port:119`, and it is open to the internet at large.

News clients

slrn

slrn is a newsreader; see http://slrn.sourceforge.net/ for details.

First, add `export NNTPSERVER="localhost"` to your shellrc (`.bashrc`, `.zshrc`) and source it (`source path/to/.shellrc`).

Then run `slrn --create` to create the slrn config file, and lastly `slrn -d` to populate group names.

You're now ready to run `slrn`! If the list is empty, press `L` (for list-groups) and enter `*` in the field for all groups. You might need to enter each group (pressing `space`) to get a proper count for how many (if any) unread messages there are.

pine/alpine

pine can read news;

this tutorial might help.

You can also read the FAQ from U Washington

In Pine do

Emacs

`M-x gnus` in emacs can read news, but you better know emacs first before you start.

lynx

lynx reads news, a la `lynx news://news.tilde.club/tilde.general`. It can even post news, but you have to design your own headers.

tin

There is also tin

Thunderbird

If you're using Thunderbird for email, it can also be configured for news.

Original document