website view en/doc/handbook/system-tools.html @ rev 63
Add Apps to Handbook (en) and typos
author | Paul Issott <paul@slitaz.org> |
---|---|
date | Thu Jun 05 22:18:23 2008 +0000 (2008-06-05) |
parents | |
children | 266f8d73dfd8 |
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) - Template</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-02-26 18:30: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 align="right" id="quicknav">
20 <a name="top"></a>
21 <a href="index.html">Table of contents</a>
22 </div>
23 <h1><font color="#3E1220">SliTaz Handbook (en)</font></h1>
24 </div>
26 <!-- Content. -->
27 <div id="content">
28 <div class="content-right"></div>
30 <h2><font color="#DF8F06">System Tools</font></h2>
32 <ul>
33 <li><a href="#clex">Clex</a> - Command line File Manager.</li>
34 <li><a href="#emelfm2">emelFM2</a> - File Manager.</li>
35 <li><a href="#htop">Htop</a> - View system processes.</li>
36 <li><a href="#mountbox">Mountbox</a> - Mount devices.</li>
37 <li><a href="#gparted">Gparted</a> - Partition a hard drive.</li>
38 <li><a href="network-config.html#netbox">Netbox</a> - Configure network.</li>
39 </ul>
41 <a name="clex"></a>
42 <h3>Clex - Command line File Manager</h3>
43 <p>
44 To navigate through your folders and directories you can use <code>cd</code> on the command line or launch the 'Clex File Manager'. Using ncurses, clex is fast and easy to use and can be configured through the files ~/.clexrc
45 and ~/.clexbm (bookmarks) or via the panel (ctrl -g). To start clex from a terminal or console:
46 </p>
47 <pre>
48 $ clex
49 </pre>
51 <a name="emelfm2"></a>
52 <h3>emelFM2 - File Manager</h3>
53 <p>
54 EmelFM2 is a file manager providing many useful functions for daily tasks such as managing devices, opening a terminal in the current directory, drag and drop, create/rename directories, key bindings or managing file permissions. It contains bookmarks to allow you to browse faster, a text editor/viewer and much more.
55 EmelFM2 can be launched with some command line options - you can specify the dustbin directory or set the start directory to display. For a full list of options:
56 <code>$ emelfm2 --help</code>.
57 </p>
58 <p>
59 The context menu (right click on file/directory) makes it easy to unpack <code>.taz .gz</code> archives, compress and create archives or compare files. You can also create symbolic links via 'Create a link...'. Once learnt, emelFM2 will allow you to work quickly and effectively.
60 </p>
62 <a name="htop"></a>
63 <h3>Htop - View system processes</h3>
64 <p>
65 Htop is a system process viewer that displays cpu load, memory state (RAM) and swap used. It can also display the number of tasks, uptime and PIDs of active processes. Htop can be used with the keyboard in console mode, the mouse with a X terminal (xterm) and provides configuration options (F2). Htop can also kill processes and you can select items with the up/down arrows or a mouse click. Note htop also functions via SSH and can be used to monitor a remote server:
66 </p>
67 <pre>
68 $ htop
69 </pre>
71 <a name="mountbox"></a>
72 <h3>Mountbox - Mount devices</h3>
73 <p>
74 Mountbox is a small GTK+ application to quickly mount media
75 such as a USB drive, hard drive or cdrom. Mountbox can be launched from a terminal or via the Tools menu (System Tools). Simply specify the peripheral (Device) and the mount point, ie the directory where you want to access the media in question. Typically a CD is mounted on /media/cdrom, a USB key on /media/flash and disk drives on the local machine on /mnt. Note the <a href="system-admin.html#devices">handbook</a> also contains some information.
76 </p>
78 <a name="gparted"></a>
79 <h3>Gparted - Partition a hard drive</h3>
80 <p>
81 Gparted is a graphical application making it possible to manage the partitions of a local hard drive or USB media.
82 It allows you to reformat, resize or check a partition on a hard drive and is the tool of choice if you need to prepare a partition to install SliTaz. Gparted supports proper GNU/Linux filesystems (ext2 and ext3) via mkfs and Parted automatically handles dependancies.
83 </p>
85 <h4>Support FAT and NTFS filesystems</h4>
86 <p>
87 To have the support of FAT16 or Windows FAT32 filesystems, you must install the package <code>dosfstools</code>. To support NTFS read/write you need to install: <code>fuse</code>, <code>ntfs-3g</code> and <code>ntfprogs</code>.
88 </p>
90 <!-- End of content -->
91 </div>
93 <!-- Footer. -->
94 <div id="footer">
95 <div class="footer-right"></div>
96 <a href="#top">Top of the page</a> |
97 <a href="index.html">Table of contents</a>
98 </div>
100 <div id="copy">
101 Copyright © 2008 <a href="http://www.slitaz.org/en/">SliTaz</a> -
102 <a href="http://www.gnu.org/licenses/gpl.html">GNU General Public License</a>;<br />
103 Documentation is under
104 <a href="http://www.gnu.org/copyleft/fdl.html">GNU Free Documentation License</a>
105 and code is <a href="http://validator.w3.org/">valid xHTML 1.0</a>.
106 </div>
108 </body>
109 </html>