⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 435-438.html

📁 linux-unix130.linux.and.unix.ebooks130 linux and unix ebookslinuxLearning Linux - Collection of 12 E
💻 HTML
字号:
<HTML>

<HEAD>

<TITLE>Linux Configuration and Installation:Linux and the Internet</TITLE>

<META NAME="ROBOTS" CONTENT="NOINDEX, NOFOLLOW">
<SCRIPT>
<!--
function displayWindow(url, width, height) {
        var Win = window.open(url,"displayWindow",'width=' + width +
',height=' + height + ',resizable=1,scrollbars=yes');
}
//-->
</SCRIPT>
</HEAD>

 -->




<!--ISBN=1558285660//-->

<!--TITLE=Linux Configuration and Installation//-->

<!--AUTHOR=Patrick Volkerding//-->

<!--AUTHOR=Kevin Reichard//-->

<!--AUTHOR=Eric Foster//-->

<!--PUBLISHER=IDG Books Worldwide, Inc.//-->

<!--IMPRINT=M & T Books//-->

<!--CHAPTER=9//-->

<!--PAGES=435-438//-->

<!--UNASSIGNED1//-->

<!--UNASSIGNED2//-->



<CENTER>

<TABLE BORDER>

<TR>

<TD><A HREF="432-435.html">Previous</A></TD>

<TD><A HREF="../ewtoc.html">Table of Contents</A></TD>

<TD><A HREF="../ch10/439-444.html">Next</A></TD>

</TR>

</TABLE>

</CENTER>

<P><BR></P>

<P><FONT SIZE="+1"><B>Reading and Writing the News</B></FONT></P>

<P>Although all the news items are text files and could in theory could be read with <B>vi</B> or <B>emacs</B>, there are so many of them in so many separate files that it&#146;s not really feasible to read each file. A full Usenet newsfeed, that is, all the incoming message files from all the worldwide newsgroups, adds more than 50 megabytes of files to your disk each day. (Remember when we said earlier that UNIX files seem to propagate proportionally? Well, there&#146;s your example.) This is how a type of software, called <I>newsreaders</I>, evolved. Newsreaders help you sort out, with varying degrees of usefulness, what to read from the hundreds of new files that appear daily. The basic idea is to read those messages you&#146;re interested in and skip the rest. There&#146;s simply no way to read every incoming message, even if you spend all day in front of your computer.</P>

<P>We are not going to cover the many newsreaders in depth; Linux features several, and you&#146;re encouraged to check them all out. What you use will partially depend on how you get your news delivered. If you&#146;re on a corporate network, you&#146;ll access the news from a local server. If you&#146;re connected to the Internet via ISP, then you&#146;ll use the NNTP protocol to grab your news from the ISP news server. When you ran <B>setup</B> back in Chapter 2, you were asked about this; if you installed the wrong kind of newsreader, you can always go back to <B>setup</B> and install one more to your liking. Linux newsreaders include:</P>

<DL>

<DD><B>&#149;</B>&nbsp;&nbsp;<B>trn</B>, a reader with expanded search capabilities (shown in Figure 9.7)

<P><A NAME="Fig7"></A><A HREF="javascript:displayWindow('images/09-07.jpg',582,368 )"><IMG SRC="images/09-07t.jpg"></A>

<BR><A HREF="javascript:displayWindow('images/09-07.jpg',582,368)"><FONT COLOR="#000077"><B>Figure 9.7</B></FONT></A>&nbsp;&nbsp;The <B>trn</B> newsreader.

</P>

<DD><B>&#149;</B>&nbsp;&nbsp;<B>inn</B>, a basic reader

<DD><B>&#149;</B>&nbsp;&nbsp;<B>tin</B>, a threaded reader that arranges messages by topic (as shown in Figure 9.8)

<P><A NAME="Fig8"></A><A HREF="javascript:displayWindow('images/09-08.jpg',579,340 )"><IMG SRC="images/09-08t.jpg"></A>

<BR><A HREF="javascript:displayWindow('images/09-08.jpg',579,340)"><FONT COLOR="#000077"><B>Figure 9.8</B></FONT></A>&nbsp;&nbsp;The <B>tin</B> newsreader.

</P>

</DL>

<H4 ALIGN="LEFT"><A NAME="Heading19"></A><FONT COLOR="#000077">Slurping the News</FONT></H4>

<P>As the Internet grows in popularity, more and more of the Usenet news gets transmitted over the Internet rather than the older <B>uucp</B> phone-line method.</P>

<P>Over the Internet, the Usenet news jumps from one machine to another through the NNTP. If you use NNTP to get your news, you can view the news with a Web browser such as Netscape Navigator.</P>

<P>In addition, a freeware program called Slurp can acquire news for you via NNTP. This is very useful for downloading select Usenet newsgroups to your Linux system. You can then read the messages offline with a newsreading program such as <B>xrn</B>, <B>nn</B>, or <B>trn</B>. We&#146;ve included Slurp on the second CD-ROM.</P>

<P><FONT SIZE="+1"><B>How do I Find a File for Download?</B></FONT></P>

<P>If you&#146;re on the Usenet, you&#146;ll be surrounded by information regarding free software and how to get it. The trick is knowing where to look for it.

</P>

<P>Some universities and corporations maintain archive sites that support anonymous FTP. These locations are referred to regularly in the newsgroup <I>comp.answers</I>.</P>

<P>In addition, many computer-related newsgroups will contain news items labeled <I>FAQ</I>, or <I>Frequently Asked Questions</I>. One of the frequently asked questions will (undoubtedly) concern the existence of archival sites.</P>

<P>And, finally, you can post a plaintive plea in a newsgroup, asking for information about a particular program. You may receive some rude comments from people who tire of answering questions from innocent beginners, but undoubtedly some kind person will answer your request with useful information.</P>

<H3><A NAME="Heading20"></A><FONT COLOR="#000077">Summary</FONT></H3>

<P>This chapter covered Linux&#146;s many tools for connecting to other computer systems and to the Internet using TCP/IP features. These include TCP/IP connections to an existing network and dialup access using Linux&#146;s SLIP and PPP tools.

</P>

<P>Once connected, Linux offers many commands for networking Internet access and usage, including <B>ftp</B> (which lets you transfer software from remote sites), <B>rlogin</B>, and <B>telnet</B>. You can also peruse Usenet newsgroups thanks to several newsreaders. In addition, Linux offers several mail options, including the <B>mail</B> command and the <B>xmh</B>, <B>pine</B>, and <B>elm</B> newsreaders. We&#146;ve included several freeware Web browsers on the second CD-ROM.</P>

<P>The Usenet is a series of newsgroups. Linux features several newsreading programs.</P>

<P>In the next (and final) chapter, we cover programming and Linux.</P><P><BR></P>

<CENTER>

<TABLE BORDER>

<TR>

<TD><A HREF="432-435.html">Previous</A></TD>

<TD><A HREF="../ewtoc.html">Table of Contents</A></TD>

<TD><A HREF="../ch10/439-444.html">Next</A></TD>

</TR>

</TABLE>

</CENTER>





</td>
</tr>
</table>

<!-- begin footer information -->





</body></html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -