website view en/doc/handbook/network.html @ rev 166

en: Edits (aargh)
author Paul Issott <paul@slitaz.org>
date Sat Sep 13 14:13:30 2008 +0000 (2008-09-13)
parents 658f2885e2f2
children 1bde84e4bc42
line source
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
4 <head>
5 <title>SliTaz Handbook (en) - Internet</title>
6 <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
7 <meta name="description" content="slitaz English handbook" />
8 <meta name="expires" content="never" />
9 <meta name="modified" content="2008-07-20 06:08:00" />
10 <meta name="publisher" content="www.slitaz.org" />
11 <meta name="author" content="Christophe Lincoln" />
12 <link rel="shortcut icon" href="favicon.ico" />
13 <link rel="stylesheet" type="text/css" href="book.css" />
14 </head>
15 <body bgcolor="#ffffff">
17 <!-- Header and quick navigation -->
18 <div id="header">
19 <div id="quicknav" align="right">
20 <a name="top"></a>
21 <a href="graphics.html">Graphics</a> |
22 <a href="index.html">Table of contents</a>
23 </div>
24 <h1><font color="#3e1220">SliTaz Handbook (en)</font></h1>
25 </div>
27 <!-- Content. -->
28 <div id="content">
29 <div class="content-right"></div>
31 <h2><font color="#df8f06">Internet</font></h2>
33 <ul>
34 <li><a href="#firefox">Mozilla Firefox</a> - Firefox web browser.</li>
35 <li><a href="#retawq">Retawq</a> - Text mode web browser.</li>
36 <li><a href="#links">Links</a> - Graphical &amp; Text browser.</li>
37 <li><a href="#lostirc">LostIRC</a> - IRC chat client.</li>
38 <li><a href="#gitmail">Ghost In The Mail </a> - Email client.</li>
39 <li><a href="#transmission">Transmission</a> - Lightweight BitTorrent client.</li>
40 <li><a href="#gftp">gFTP</a> - Simple FTP client.</li>
41 <li><a href="security.html#pscan">pscan</a> - Port scanner.</li>
42 </ul>
44 <a name="firefox"></a>
45 <h3>Mozilla Firefox - Web Browser</h3>
46 <p>
47 SliTaz is proud to provide Mozilla Firefox, one of the world's best web
48 browsers. It is secure, fast, standards compliant and customizable via a
49 system of <em>plugins</em>.
50 To launch Firefox on SliTaz simply select from the menu ---&gt;
51 Internet --&gt; Mozilla Firefox. The web browser configuration files are stored in the hidden
52 (dot) directory <code>~/.mozilla/firefox</code>.
53 </p>
54 <p>
55 Tip: When you combine LiveCD with USB media, you can keep your bookmarks and plugins wherever you go.
56 </p>
58 <a name="retawq"></a>
59 <h3>Retawq - Text mode web browser</h3>
60 <p>
61 All versions of SliTaz provide the text mode web browser Retawq. You
62 can run 'retawq' from the console, a graphical terminal or in X from
63 the menu ---&gt; Internet --&gt; Retawq. To
64 start <code>retawq</code> from a terminal, just type (with or without the url):
65 </p>
66 <pre> $ retawq
67 $ retawq <a href="http://www.slitaz.org/en">http://www.slitaz.org/en</a>
68 </pre>
69 <p>
70 The configuration files are in ~/.retawq, you can edit them with a text
71 editor. Pressing &lt;b&gt; will display the bookmarks (bookmarks.html)
72 and the &lt;h&gt; key will display the home page.
73 </p>
75 <a name="links"></a>
76 <h3>Links - Graphical &amp; Text browser</h3>
77 <p>
78 Links was the first graphical web browser on the SliTaz LiveCD, it has since been replaced
79 by Firefox, but Links is always available as a package:
80 </p>
81 <pre> # tazpkg get-install links
82 </pre>
83 <p>
84 Links offers a graphical and a text mode. To use the graphical mode, we can use the option <code>-g</code>:
85 </p>
86 <pre> $ links -g &amp;
87 $ links -g <a href="http://www.slitaz.org/en">http://www.slitaz.org/en</a> &amp;
88 $ links
89 </pre>
90 <p>The configuration files are stored in ~/.links, though it's not advisable
91 to modify them. However, Links provides a configuration interface via
92 the toolbar at the top, where you can configure the languages,
93 bookmarks, etc. When you change options, you must save them via the menu
94 bar --&gt; Configuration --&gt; Save options.
95 </p>
97 <a name="lostirc"></a>
98 <h3>LostIRC - IRC chat client</h3>
99 <p>LostIRC is a simple, yet useful IRC client that supports multiple
100 servers and automatic joining of servers/channels. The configuration
101 files are located in ~/.lostirc. Simply select from the menu --&gt;
102 Internet --&gt; LostIRC. The documentation on the
103 <a href="http://lostirc.sourceforge.net/index.php?page=about">website</a> contains a lot of
104 useful information.
105 </p>
106 <p>
107 SliTaz channel: <small>irc.toile-libre.org / #slitaz</small>
108 </p>
110 <a name="gitmail"></a>
111 <h3>Ghost In The Mail - Email client</h3>
112 <p>
113 To send messages quickly without having to set up an email account, you
114 can use Ghost In The Mail (gitmail). The minimal mail client offers a
115 simple GTK interface and supports attachments. It allows you to send
116 mail using SMTP with your existing mail account. You will find gitmail
117 via the menu --&gt; Internet --&gt; Ghost In The Mail.
118 </p>
120 <a name="transmission"></a>
121 <h3>Transmission - Lightweight BitTorrent client</h3>
122 <p>Transmission is a GTK+ BitTorrent client that is fast, light and easy
123 to use. It offers a 'Preferences' option which allows you to limit the
124 rate of uploads/downloads, specify port, download folders, etc. You will
125 find Transmission via the menu --&gt; Internet --&gt; Transmission.
126 Project website: <a href="http://transmission.m0k.org/">http://transmission.m0k.org/</a>
127 </p>
129 <a name="gftp"></a>
130 <h3>gFTP - FTP client</h3>
131 <p>
132 The gFTP application is a fast, ergonomic client for FTP transfers. It
133 can resume interrupted transfers, manage bookmarks (favorites) and FTP
134 or HTTP proxies. In addition
135 gFTP supports the use of drag and drop, can make
136 several transfers at the same time, compares windows, remembers
137 passwords and can even define external applications for viewing or editing
138 files. On SliTaz, you will find gFTP via the menu --&gt; Internet
139 --&gt;
140 gFTP.
141 </p>
143 <!-- End of content -->
144 </div>
146 <!-- Footer. -->
147 <div id="footer">
148 <div class="footer-right"></div>
149 <a href="#top">Top of the page</a> |
150 <a href="index.html">Table of contents</a>
151 </div>
153 <div id="copy">
154 Copyright © 2008 <a href="http://www.slitaz.org/en/">SliTaz</a> -
155 <a href="http://www.gnu.org/licenses/gpl.html">GNU General Public License</a>;<br />
156 Documentation is under
157 <a href="http://www.gnu.org/copyleft/fdl.html">GNU Free Documentation License</a>
158 and code is <a href="http://validator.w3.org/">valid xHTML 1.0</a>.
159 </div>
161 </body>
162 </html>