anon
2011-12-20 23:29:16 UTC
For some of the posters who've indicated an interest in trying out a
different newsreader, the following is a step-by-step guide to tin, a
venerable, user-friendly console newsreader that's still being actively
developed. If the guide seems long, it's because I've painstakingly
listed every single keystroke. But if you look at the actual steps,
you'll see that it's literally a 5-minute process. Good luck and enjoy!
1. Install tin
a. sudo apt-get install tin
2. Configure auto-login
a. nano .newsauth
b. Enter: [newsserver] [password] [user]
Example: us.news.astraweb.com 1234 joe999
c. ctl-x (save)
d. chmod 400 .newsauth
3. Run tin
a. tin -rg [newsserver]
Example: tin -rg us.news.atraweb.com
b. Hit enter once to bypass greeting
c. "y" to show all groups (MUST do before step d, don't ask why)
d. "M" to configure tin
(My recommended settings)
9 Sort articles by : Date (descending)
10 Sort threads by : Nothing
133 Invocation of your editor : nano -r72 %F
142 Interval in secs to reread active : 999999
143 Reconnect to server automatically : ON
144 Cache NNTP overview files locally : ON
e. "q" to exit Options Menu
f. "/" to find a newsgroup
g. "s" to subscribe to group
4. Navigation keys
(can also substitute arrow keys)
"j" = down
"k" = up
TAB = read next unread group/thread/message
space = next page
"b" = previous page
"q" = return to group/thread level
"f" = post a followup
"p" = post a message
Tips:
1. If you won't be subscribing to any more new groups, can speed up
tin next time with the -Q flag.
Example: tin -rQg us.news.astraweb.com
2. If tin seems slow at first, don't worry, because it's just caching
all the headers. I can guarantee that this console newsreader is
as fast and efficient as it gets.
3. No need to type the tin command every time from the terminal,
can bring up previous commands using the up arrow.
different newsreader, the following is a step-by-step guide to tin, a
venerable, user-friendly console newsreader that's still being actively
developed. If the guide seems long, it's because I've painstakingly
listed every single keystroke. But if you look at the actual steps,
you'll see that it's literally a 5-minute process. Good luck and enjoy!
1. Install tin
a. sudo apt-get install tin
2. Configure auto-login
a. nano .newsauth
b. Enter: [newsserver] [password] [user]
Example: us.news.astraweb.com 1234 joe999
c. ctl-x (save)
d. chmod 400 .newsauth
3. Run tin
a. tin -rg [newsserver]
Example: tin -rg us.news.atraweb.com
b. Hit enter once to bypass greeting
c. "y" to show all groups (MUST do before step d, don't ask why)
d. "M" to configure tin
(My recommended settings)
9 Sort articles by : Date (descending)
10 Sort threads by : Nothing
133 Invocation of your editor : nano -r72 %F
142 Interval in secs to reread active : 999999
143 Reconnect to server automatically : ON
144 Cache NNTP overview files locally : ON
e. "q" to exit Options Menu
f. "/" to find a newsgroup
g. "s" to subscribe to group
4. Navigation keys
(can also substitute arrow keys)
"j" = down
"k" = up
TAB = read next unread group/thread/message
space = next page
"b" = previous page
"q" = return to group/thread level
"f" = post a followup
"p" = post a message
Tips:
1. If you won't be subscribing to any more new groups, can speed up
tin next time with the -Q flag.
Example: tin -rQg us.news.astraweb.com
2. If tin seems slow at first, don't worry, because it's just caching
all the headers. I can guarantee that this console newsreader is
as fast and efficient as it gets.
3. No need to type the tin command every time from the terminal,
can bring up previous commands using the up arrow.