From 2fed5f7de7847d8440eba6d3c370a63ee3920e63 Mon Sep 17 00:00:00 2001 From: alan Date: Fri, 5 Feb 2010 16:24:43 -0500 Subject: Complete through web browers. FTP started. Rsync section added. Removed section on remote access as telnet and ssh are included in the generic discussion. --- chapter_15.xml | 115 ++++++++++++++++++++++++++++++++++++++++++++++++++------- 1 file changed, 102 insertions(+), 13 deletions(-) (limited to 'chapter_15.xml') diff --git a/chapter_15.xml b/chapter_15.xml index 20a1fe5..60c2bb0 100644 --- a/chapter_15.xml +++ b/chapter_15.xml @@ -292,30 +292,119 @@ general purpose Internet scanners. -
-Web Browsers +
Web Browsers + + +Slackware includes a variety of web browsers. If you're using a +graphical desktop, you'll find Firefox, Seamonkey, and others you may +already be familiar with, but what about console access? Fortunately, +there are a number of capable web browsers here as well. + + +
lynx -Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do -eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad -minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip -ex ea commodo consequat. Duis aute irure dolor in reprehenderit in -voluptate velit esse cillum dolore eu fugiat nulla pariatur. +The oldest console-based web browser included with Slackware is +definitely lynx(1), a very capable if +somewhat limited web browser. lynx does not +support frames, javascript, or pictures; it is strictly a text web +browser. Navigation is performed using your keyboard's arrow keys and +optionally, a mouse. While it lacks many features that other browsers +support, lynx is one of the fastest web +browsers you'll ever use for gathering information. For example, the +-dump argument sends the formatted web page directly to the +console, which can then be piped to other programs. + + + +PIC OF LYNX IN ACTION. +FILL THIS IN!!!!!!! +FILL THIS IN!!!!!!! +FILL THIS IN!!!!!!! +FILL THIS IN!!!!!!! +FILL THIS IN!!!!!!! +FILL THIS IN!!!!!!! +FILL THIS IN!!!!!!! +FILL THIS IN!!!!!!!
+
links + + +A more feature-rich alternative is the popular +links(1), a console-based web browser that +supports frames and has better table rendering than +lynx. Like its predecessor, +links is navigated with the arrow keys, and +the use of a mouse is supported. Unlike, +lynx it also includes a handy menu (simply +click on the top line with your mouse to activate) and generally +formats web pages better. + + + +PIC OF LINKS IN ACTION. +FILL THIS IN!!!!!!! +FILL THIS IN!!!!!!! +FILL THIS IN!!!!!!! +FILL THIS IN!!!!!!! +FILL THIS IN!!!!!!! +FILL THIS IN!!!!!!! +FILL THIS IN!!!!!!! +FILL THIS IN!!!!!!! + + +
+ +
wget + + +Unlike the other browsers we've looked at, +wget(1) is non-interactive. Rather than display +HTTP content, wget downloads it. This takes +the "browsing" out of the web browser. Unlike the dump modes of other +browsers, wget does not format its +downloads; rather it copies the content in its exact form on the web +server with all tags and binary data in place. It also supports several +recursive options that can effectively mirror online content to your +local computer. wget need not operate +exclusively on HTTP content; it also supports FTP and several other +protocols. + + +darkstar:~# wget ftp://ftp.osuosl.org/pub/slackware/slackware-current/ChangeLog.txt + + +
+ +
+
FTP Clients -Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do -eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad -minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip -ex ea commodo consequat. Duis aute irure dolor in reprehenderit in -voluptate velit esse cillum dolore eu fugiat nulla pariatur. +Lots of data is stored on FTP servers the world over. In fact, +Slackware Linux was first publically offered via FTP and continues to +be distributed in this fashion today. Most open source software can be +downloaded in source code or binary form via FTP, so knowing how to +retrieve this information is a handy skill. +
ftp + + +
+ +
ncftp + +
+ +
lftp + +
+
@@ -324,7 +413,7 @@ voluptate velit esse cillum dolore eu fugiat nulla pariatur.
-Remote Access +rsync
-- cgit v1.2.3