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

Move year to slitaz.css
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Oct 30 21:52:02 2010 +0200 (2010-10-30)
parents 0e0bc81a63ee
children
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="system-tools.html#clex">Clex</a> - Command line File Manager.</li>
35 <li><a href="system-tools.html#pcmanfm">PCmanFM</a> - File Manager.</li>
36 <li><a href="system-tools.html#htop">Htop</a> - View system processes.</li>
37 <li><a href="system-tools.html#mountbox">Mountbox</a> - Mount devices.</li>
38 <li><a href="system-tools.html#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 tabbed browsing, drag and drop, creating directories or managing file
61 permissions. It contains bookmarks to allow you to browse faster, search
62 functions and much more. PCmanFM can be launched with some command line
63 options - you can set the wallpaper to display or open folders in new
64 tabs, etc. For a full list of options: <code>$ pcmanfm --help-all</code>.
65 </p>
66 <p>
67 PCmanFM supports hotkeys (firefox) and the context menu
68 (right click on file/directory) makes it easy to unpack
69 <code>.taz .gz</code> archives, compress and create archives.
70 </p>
72 <a name="htop"></a>
73 <h3>Htop - View system processes</h3>
74 <p>
75 Htop is a system process viewer that displays cpu load, memory state (RAM)
76 and swap used. It can also display the number of tasks, uptime and PIDs
77 of active processes. Htop can be used with the keyboard in console mode,
78 the mouse with a X terminal (xterm) and provides configuration options (F2).
79 Htop can also kill processes - you can select items with the up/down
80 arrows or a mouse click. Note htop also functions via SSH and can be used
81 to monitor a remote server:
82 </p>
83 <pre>
84 # tazpkg get-install htop
85 </pre>
87 <a name="mountbox"></a>
88 <h3>Mountbox - Mount devices</h3>
89 <p>
90 Mountbox is a small GTK+ application to quickly mount media such as a
91 USB drive, hard drive or cdrom. Mountbox can be launched from a terminal
92 or via the Tools menu (System Tools). Simply specify the peripheral
93 (Device) and the mount point, ie. the directory where you want to access
94 the media in question. Typically a CD is mounted on /media/cdrom, a USB
95 key on /media/flash and disk drives on the local machine on /mnt. Note
96 the <a href="system-admin.html#devices">Handbook</a> also contains more
97 information.
98 </p>
100 <a name="gparted"></a>
101 <h3>Gparted - Partition a hard drive</h3>
102 <p>
103 Gparted is a graphical application making it possible to manage the
104 partitions of a local hard drive or USB media. It allows you to reformat,
105 resize or check a partition on a hard drive and is the tool of choice if
106 you need to prepare a partition to install SliTaz. Gparted supports proper
107 GNU/Linux filesystems (ext2 and ext3) via mkfs, and Parted automatically
108 handles dependancies.
109 </p>
111 <h4>Support FAT and NTFS filesystems</h4>
112 <p>
113 To have the support of FAT16 or Windows FAT32 filesystems, you must
114 install the package <code>dosfstools</code>. To enable read/write support
115 for NTFS partitions: <code>fuse</code>, <code>ntfs-3g</code> and
116 <code>ntfsprogs</code>.
117 </p>
119 <!-- End of content -->
120 </div>
122 <!-- Footer. -->
123 <div id="footer">
124 <div class="footer-right"></div>
125 <a href="system-tools.html#top">Top of the page</a> |
126 <a href="index.html">Table of contents</a>
127 </div>
129 <div id="copy">
130 Copyright &copy; <span class="year"></span> <a href="http://www.slitaz.org/en/">SliTaz</a> -
131 <a href="http://www.gnu.org/licenses/gpl.html">GNU General Public License</a>;<br />
132 Documentation is under
133 <a href="http://www.gnu.org/copyleft/fdl.html">GNU Free Documentation License</a>
134 and code is <a href="http://validator.w3.org/">valid xHTML 1.0</a>.
135 </div>
137 </body>
138 </html>