slitaz-forge view arm/codex/faq.html @ rev 716

mirror/floppies: multi-format support
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Jul 23 16:41:12 2021 +0000 (2021-07-23)
parents 044087aeb878
children
line source
1 <!DOCTYPE html>
2 <html lang="en">
3 <head>
4 <title>SliTaz ARM Codex - FAQ</title>
5 <meta charset="utf-8" />
6 <meta name="viewport" content="width=device-width, initial-scale=1.0">
7 <link rel="stylesheet" type="text/css" href="style.css" />
8 <link rel="stylesheet" type="text/css" href="style-tiny.css" />
9 </head>
10 <body bgcolor="#ffffff">
12 <div id="header">
13 <div id="network"><a href="http://arm.slitaz.org/">SliTaz ARM</a></div>
14 <h1><a href=".">SliTaz ARM Codex</a></h1>
15 </div>
17 <nav id="nav" role="navigation" tabindex="0">
18 <ul>
19 <li><a class="nav1" href="faq.html">FAQ</a></li>
20 <li><a class="nav2" href="system.html">System</a></li>
21 <li><a class="nav1" href="apps.html">Apps</a></li>
22 <li><a class="nav2" href="setup.html">Setup</a></li>
23 </ul>
24 </nav>
26 <!-- Content -->
27 <div id="content">
29 <h2>Frequently Asked Questions</h2>
31 <p>
32 Sorted questions and short answers.
33 </p>
35 <ul>
36 <li><a href="#nas">Can I use SliTaz ARM to build a NAS ?</a></li>
37 <li><a href="#spk">How to install new software ?</a></li>
38 <li><a href="#sts">Does SliTaz handle small screens ?</a></li>
39 <li><a href="#devices">Which devices are supported ?</a></li>
40 </ul>
42 <h2 id="nas">Can I use SliTaz ARM to build a NAS ?</h2>
43 <p>
44 Yes. You need to install the 'nfs-utils' packages for NFS mount, you
45 can also use Rsync or an FTP server.
46 </p>
48 <h2 id="spk">How to install new software ?</h2>
49 <p>
50 Use the SliTaz packages toolset utilities from the cmdline or the
51 Ncurses dialog interface: 'spk' 'spk-dialog'
52 </p>
54 <h2 id="sts">Does SliTaz handle small screens ?</h2>
55 <p>
56 Yes, the SliTaz Tiny/Touch Screen desktop provides a nice environment for
57 small displays.
58 </p>
60 <h2 id="devices">Which devices are supported ?</h2>
61 <p>
62 Actually only the Rasperry Pi is tested by SliTaz developers. But
63 any armel devices should be supported.
64 </p>
66 <!-- Close content -->
67 </div>
69 <div id="footer">
70 &copy; 2014 - <a href="http://www.slitaz.org/">SliTaz GNU/Linux</a>
71 </div>
73 </body>
74 </html>