Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
en:guides:playground [2010/07/08 17:14] 127.0.0.1 external edit |
en:guides:playground [2020/09/23 08:31] (current) hgt added some templates |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ===== Hardware Guide ===== | + | ====== Templates ====== |
| + | For a concise description of the wiki syntax, see [[http://doc.slitaz.org/wiki:syntax|here]]. | ||
| + | |||
| + | Following are some useful templates, that can be copied to other sections of the SliTaz community wiki. | ||
| + | |||
| + | ===== Table with headings ===== | ||
| + | ==== Hardware Guide ==== | ||
| ^ Laptop ^ Harddisk ^ Graphics ^ Display ^ Sound ^ WiFi ^ Wired ^ Keyboard ^ | ^ Laptop ^ Harddisk ^ Graphics ^ Display ^ Sound ^ WiFi ^ Wired ^ Keyboard ^ | ||
| |Lenovo T61 |160GB ATA |Nvidia NVS 140M\\ Driver: nv (xorg) |1400 x 900 |Intel Corporation 82801H\\ Driver: snd-hda-intel |Intel Corporation PRO/Wireless 4965 AG\\ Driver: n/k |Intel Corporation 82566MM\\ Driver: e1000 |standard | | |Lenovo T61 |160GB ATA |Nvidia NVS 140M\\ Driver: nv (xorg) |1400 x 900 |Intel Corporation 82801H\\ Driver: snd-hda-intel |Intel Corporation PRO/Wireless 4965 AG\\ Driver: n/k |Intel Corporation 82566MM\\ Driver: e1000 |standard | | ||
| + | \\ | ||
| + | ===== Table with cell spanning ===== | ||
| + | ---- | ||
| + | ^ Page Review Section ^^ | ||
| + | |Quality| Good | | ||
| + | |Review| Minor Updates required | | ||
| + | |Priority| Medium | | ||
| + | |Problems| Program netbox missing in SliTaz 5.0 | | ||
| + | |How to Improve| Improve readability | | ||
| + | |::: | Replacement for netbox? | | ||
| + | \\ | ||
| + | ---- | ||
| + | ===== Note ===== | ||
| + | <note> | ||
| + | This section is valid only for SliTaz up to version 4.0 | ||
| + | </note> | ||
| + | |||
| + | ===== Tip ===== | ||
| + | <note tip> | ||
| + | Append screen=text to boot SliTaz in console mode | ||
| + | </note> | ||
| + | |||
| + | ===== Warning ===== | ||
| + | <note warning> | ||
| + | Removing | ||
| + | <file>LOGIN_MANAGER="slim"</file> | ||
| + | from | ||
| + | ''/etc/rcS.conf'' | ||
| + | causes xserver not to be started! | ||
| + | </note> | ||
| + | |||
| + | ===== Important note ===== | ||
| + | <note important> | ||
| + | Tinkering with /etc/fstab might make your system unusable! | ||
| + | </note> | ||
| + | |||
| + | ===== Italics ===== | ||
| + | Italics within ''code'' sections do not work: | ||
| + | <code> | ||
| + | $ cp -a //source// //target// | ||
| + | </code> | ||
| + | is not what was intended. | ||
| + | |||