website view en/doc/handbook/system-tools.html @ rev 128

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