slitaz-doc view slitaz/index.en.html @ rev 38

Modified CSS style and improve default doc with a getting started guide
author Christophe Lincoln <pankso@slitaz.org>
date Wed Dec 30 14:19:48 2009 +0100 (2009-12-30)
parents 1d547dec4ca3
children ed8447557455
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="fr" lang="fr">
4 <head>
5 <title>SliTaz - System doc</title>
6 <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
7 <meta name="description" content="slitaz doc system releases notes information cooking" />
8 <meta name="expires" content="never" />
9 <meta name="modified" content="2009-12-29 12:10: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 <a name="top"></a>
20 <h1><font color="#3E1220">SliTaz - System doc</font></h1>
21 </div>
23 <div id="quicknav">
24 SliTaz:
25 <a href="http://www.slitaz.org/">Website</a>
26 <a href="http://forum.slitaz.org/">Forum</a>
27 <a href="http://wiki.slitaz.org/">Wiki</a>
28 <a href="http://labs.slitaz.org/">Labs</a>
29 </div>
31 <!-- Content. -->
32 <div id="content">
33 <div class="content-right"></div>
35 <h2><font color="#DF8F06">Documentation (en)</font></h2>
37 <p>
38 The Cooking version doesn't provide Release Notes, any changes are announced
39 on the web site and the <a href="http://labs.slitaz.org/">Labs</a> provide
40 fresh news about the project's activity. Like the stable version, you will
41 find <a href="http://www.slitaz.org/en/doc/">documentation</a> on the web
42 site and support on the community <a href="http://forum.slitaz.org/">forum</a>.
43 </p>
45 <!--
46 <p>
47 SliTaz GNU/Linux stable release is published with the project tools,
48 manuals and Release Notes installed on the system. Manuals and this page
49 are accessible through the Openbox menu. Please check the
50 <a href="http://www.slitaz.org/en/">project page</a> for general
51 information on SliTaz. To use and configure the system you can read the
52 <a href="http://www.slitaz.org/en/doc/handbook/">Handbook</a>.
53 Community documentation can be found on the
54 <a href="http://wiki.slitaz.org/">SliTaz Wiki</a> and support on the SliTaz
55 community <a href="http://forum.slitaz.org/#idx2">Forum</a>.
56 </p>
57 -->
59 <h2><font color="#DF8F06">Getting started</font></h2>
61 <a name="network"></a>
62 <h3>Network connection</h3>
63 <p>
64 Click on the "Network Status Monitor" then "Configure" and the network
65 manager (netbox) should come up. You can go to the "DHCP" tab and click
66 "Start", and Slitaz will send a DHCP request to the local router. You may
67 also setup static IP, PPPoE, PPP, VPN and more through their respective tabs.
68 To configure a wireless connection you can use SliTaz wifibox by clicking
69 "Wireless Manager" in the Network Manager or from the "System Tools" menu
70 then "Wireless networks connections".
71 </p>
72 <p>
73 Detailed information can be find in the Handbook:
74 <a href="http://www.slitaz.org/en/doc/handbook/network-config.html"
75 >Network configuration</a>
76 </p>
78 <a name="apps"></a>
79 <h3>Applications</h3>
80 <p>
81 To have a list of graphical applications you can use the SliTaz menu button
82 at the bottom left of the screen. To have a list of command line tools, you
83 can open a termnal an double press on the tabulation button. And to have
84 a list of all installed packages you can use the package manager user interface
85 from the panel icon or from the "System Tools" menu. To install some new packages
86 you must have a network connection, a DVD of packages or a USB storage device with
87 downloaded packages from an other machine.
88 </p>
90 <a name="office"></a>
91 <h3>Office suite</h3>
92 <p>
93 SliTaz packages database provide some light weight applications to make office
94 work, all these package are easily installable in a few click trought the packages
95 manager. SliTaz also provide a simple way to install the famous and powerfull
96 OpenOffice suite, just search OpenOffice in the package manager, double click
97 on: get-OpenOffice3 and install the script with the <code>Auto exec</code> option
98 enable.
99 </p>
100 <p>
101 To have a light office suite: Abiword as Word processor, Gnumeric as
102 Spreadsheet and Homebank for Bank Accounting.
103 </p>
105 <a name="info"></a>
106 <h3>System information</h3>
107 <p>
108 You can get information on your system by clicking on "System information"
109 in the System Tools menu, then clicking "Summary". Clicking on the other
110 options on the side brings you more information, and doing the benchmarks
111 give you an idea on how fast your computer is. To have a list an control
112 of all curent process you can use the "Task Manager".
113 </p>
115 <a name="root"></a>
116 <h3>Becoming Root</h3>
117 <p>
118 By default, Slitaz doesn't have its desktop running as root administrator,
119 and it asks for a root password (default <code>root</code>) for any dangerous work.
120 Therefore, it is safer and more secure. To become root in an xterm, simply
121 type <code>su</code>, and enter the root password.
122 </p>
124 <a name="root"></a>
125 <h3>Installation</h3>
126 <p>
127 SliTaz can be installed to hard disk or on a USN mass storage device using the
128 "SliTaz Installer" from "System Tools" menu, the installer make a full HD install.
129 SliTaz dont work in memory (RAM) anymore like in Live or Frugal mode and
130 everything is persistant.
131 </p>
132 <p>
133 To generate a LiveUSB system you can use "Tazusb LiveUSB Tool" from "System Tools"
134 or <code>tazusb</code> from the command line. More information can be found on SliTaz
135 Handbook: <a href="http://www.slitaz.org/en/doc/handbook/liveusb.html"
136 >LiveUSB media</a>
137 </p>
138 <!-- End of content -->
139 </div>
141 <!-- Footer. -->
142 <div id="footer">
143 <div class="footer-right"></div>
144 <a href="#top">Top of the page</a> - Languages:
145 <a href="index.de.html">de</a> |
146 <a href="index.en.html">en</a> |
147 <a href="index.fr.html">fr</a> |
148 <a href="index.hu.html">hu</a> |
149 <a href="index.pt.html">pt</a> |
150 </div>
152 <div id="copy">
153 Copyright &copy; 2010 <a href="http://www.slitaz.org/">SliTaz</a> -
154 <a href="http://www.gnu.org/licenses/gpl.html">GNU General Public License</a>;<br />
155 Documentation uder
156 <a href="http://www.gnu.org/copyleft/fdl.html">GNU Free Documentation License</a>
157 and valid <a href="http://validator.w3.org/">xHTML 1.0</a>.
158 </div>
160 </body>
161 </html>