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

Tiny edits
author Paul Issott <paul@slitaz.org>
date Mon Apr 07 17:56:06 2014 +0100 (2014-04-07)
parents ab1f1ca73f23
children 0b9fb7a57d0c
line source
1 <!DOCTYPE html>
2 <html lang="en">
3 <head>
4 <title>SliTaz ARM - FAQ</title>
5 <meta charset="utf-8" />
6 <link rel="stylesheet" type="text/css" href="style.css" />
7 </head>
8 <body>
10 <div id="header">
11 <div id="logo"></div>
12 <div id="network">
13 <a href="http://arm.slitaz.org/">SliTaz ARM</a>
14 </div>
15 <h1><a href=".">SliTaz ARM Codex</a></h1>
16 </div>
18 <!-- Content -->
19 <div id="content">
21 <h2>Frequently Asked Questions</h2>
23 <p>
24 Sorted questions and short answers.
25 </p>
27 <ul>
28 <li><a href="#nas">Can you use SliTaz ARM to build a NAS ?</a></li>
29 <li><a href="#spk">How to install new software ?</a></li>
30 </ul>
32 <h2 id="nas">Network Attached Storage</h2>
33 <p>
34 Yes. You need to install the 'nfs-utils' packages for NFS mount, you
35 can also use Rsync or an FTP server.
36 </p>
38 <h2 id="spk">How to install packages</h2>
39 <p>
40 Use the SliTaz packages toolset utilities from the cmdline or the
41 Ncurses dialog interface: 'spk' 'spk-dialog'
42 </p>
44 <!-- Close content -->
45 </div>
47 <div id="footer">
48 &copy; 2014 - <a href="http://www.slitaz.org/">SliTaz GNU/Linux</a>
49 </div>
51 </body>
52 </html>