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

en: Update sys-tools (Hdbk)
author Paul Issott <paul@slitaz.org>
date Wed Mar 25 17:40:15 2009 +0000 (2009-03-25)
parents 3c4edaebb9b5
children ec74ec0a4ebd
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="2009-03-25 16: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="#pcmanfm">PCmanFM</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>
46 on the command line or launch the 'Clex File Manager'. Using ncurses,
47 clex is fast and easy to use and can be configured through the files
48 ~/.clexrc and ~/.clexbm (bookmarks) or via the panel (ctrl -g).
49 To start clex from a terminal or console:
50 </p>
51 <pre>
52 $ clex
53 </pre>
55 <a name="pcmanfm"></a>
56 <h3>PCmanFM - File Manager</h3>
57 <p>
58 PCmanFM is a file manager providing many useful functions for daily tasks
59 such as managing devices, opening terminals in the current directory,
60 drag and drop, creating directories or managing file permissions. It
61 contains bookmarks to allow you to browse faster, search functions and
62 much more. PCmanFM can be launched with some command line options - you
63 can set the wallpaper to display or open folders in new tabs, etc. For a
64 full list of options:
65 <code>$ pcmanfm --help-all</code>.
66 </p>
67 <p>
68 The context menu (right click on file/directory) makes it easy to unpack
69 <code>.taz .gz</code> archives, compress and create archives. PCmanFM
70 allows you to work quickly and effectively.
71 </p>
73 <a name="htop"></a>
74 <h3>Htop - View system processes</h3>
75 <p>
76 Htop is a system process viewer that displays cpu load, memory state (RAM)
77 and swap used. It can also display the number of tasks, uptime and PIDs
78 of active processes. Htop can be used with the keyboard in console mode,
79 the mouse with a X terminal (xterm) and provides configuration options (F2).
80 Htop can also kill processes - you can select items with the up/down
81 arrows or a mouse click. Note htop also functions via SSH and can be used
82 to monitor a remote server:
83 </p>
84 <pre>
85 # tazpkg get-install htop
86 </pre>
88 <a name="mountbox"></a>
89 <h3>Mountbox - Mount devices</h3>
90 <p>
91 Mountbox is a small GTK+ application to quickly mount media such as a
92 USB drive, hard drive or cdrom. Mountbox can be launched from a terminal
93 or via the Tools menu (System Tools). Simply specify the peripheral
94 (Device) and the mount point, ie. the directory where you want to access
95 the media in question. Typically a CD is mounted on /media/cdrom, a USB
96 key on /media/flash and disk drives on the local machine on /mnt. Note
97 the <a href="system-admin.html#devices">Handbook</a> also contains more
98 information.
99 </p>
101 <a name="gparted"></a>
102 <h3>Gparted - Partition a hard drive</h3>
103 <p>
104 Gparted is a graphical application making it possible to manage the
105 partitions of a local hard drive or USB media. It allows you to reformat,
106 resize or check a partition on a hard drive and is the tool of choice if
107 you need to prepare a partition to install SliTaz. Gparted supports proper
108 GNU/Linux filesystems (ext2 and ext3) via mkfs, and Parted automatically
109 handles dependancies.
110 </p>
112 <h4>Support FAT and NTFS filesystems</h4>
113 <p>
114 To have the support of FAT16 or Windows FAT32 filesystems, you must
115 install the package <code>dosfstools</code>. To enable read/write support
116 for NTFS partitions: <code>fuse</code>, <code>ntfs-3g</code> and
117 <code>ntfsprogs</code>.
118 </p>
120 <!-- End of content -->
121 </div>
123 <!-- Footer. -->
124 <div id="footer">
125 <div class="footer-right"></div>
126 <a href="#top">Top of the page</a> |
127 <a href="index.html">Table of contents</a>
128 </div>
130 <div id="copy">
131 Copyright &copy; 2008 <a href="http://www.slitaz.org/en/">SliTaz</a> -
132 <a href="http://www.gnu.org/licenses/gpl.html">GNU General Public License</a>;<br />
133 Documentation is under
134 <a href="http://www.gnu.org/copyleft/fdl.html">GNU Free Documentation License</a>
135 and code is <a href="http://validator.w3.org/">valid xHTML 1.0</a>.
136 </div>
138 </body>
139 </html>