[2024-feb-29] Sad news: Eric Layton aka Nocturnal Slacker aka vtel57 passed away on Feb 26th, shortly after hospitalization. He was one of our Wiki's most prominent admins. He will be missed.

Welcome to the Slackware Documentation Project

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
slackbook:start [2012/09/02 23:47 (UTC)] – [Book Chapters] added link to process control chapter mfillpotslackbook:start [2012/09/04 12:28 (UTC)] – [Conventions Used in this Book] alienbob
Line 5: Line 5:
 ===== Intended Audience ===== ===== Intended Audience =====
  
-FIXME+Slackware is a powerful, Intel-based distribution that can be configured to be a stable workstation, an efficient server, and anything you really want it to be. It is stable, secure, and functional. 
 + 
 +This is to get you started with Slackware. It will not cover every little thing about the system, but it will introduce you to what is included and how to get yourself off the ground. You may even find later that it can be a good reference. But in all cases, it is a handy guide for most every part of the system. 
  
 ===== Why A New Slackware Book? ===== ===== Why A New Slackware Book? =====
Line 14: Line 16:
 ===== Conventions Used in this Book ===== ===== Conventions Used in this Book =====
  
-FIXME+To provide a consistent and easy to read text, several conventions are followed throughout the book. 
 + 
 +==== Typographic Conventions ==== 
 + 
 +//Italic// 
 + 
 +An //italic// font is used for commands, emphasized text, and the first usage of technical terms. 
 + 
 +''//Monospace//'' 
 + 
 +A ''//monospaced//'' font is used for error messages, commands, environment variables, names of ports, hostnames, user names, group names, device names, variables, and code fragments. 
 + 
 +**Bold** 
 + 
 +A **bold** font is used for user input in examples. 
 + 
 +==== User Input ==== 
 + 
 +Keys are shown in bold to stand out from other text. Key combinations that are meant to be typed simultaneously are shown with "''+''" between the keys, such as: 
 + 
 +<key>Ctrl-Alt-Del</key> 
 + 
 +Meaning the user should type the <key>Ctrl</key>, <key>Alt</key>, and <key>Del</key> keys at the same time. 
 + 
 +Keys that are meant to be typed in sequence will be separated with commas, for example: 
 + 
 +<key>Ctrl-X</key>, <key>Ctrl-S</key> 
 + 
 +Would mean that the user is expected to type the <key>Ctrl</key> and <key>X</key> keys simultaneously and then to type the <key>Ctrl</key> and <key>S</key> keys simultaneously. 
 + 
 +==== Examples ==== 
 + 
 +Examples starting with ''E:\>'' indicate a MS-DOS® command. Unless otherwise noted, these commands may be executed from a “Command Prompt” window in a modern Microsoft® Windows® environment. 
 + 
 +  D:\> rawrite a: bare.i 
 + 
 +Examples starting with ''#'' indicate a command that must be invoked as the superuser in Slackware. You can login as root to type the command, or login as your normal account and use ''su(1)'' to gain superuser privileges. 
 + 
 +  # dd if=bare.i of=/dev/fd0 
 + 
 +Examples starting with ''%'' indicate a command that should be invoked from a normal user account. Unless otherwise noted, C-shell syntax is used for setting environment variables and other shell commands. 
 + 
 +  % top
  
 ===== Acknowledgements ===== ===== Acknowledgements =====
Line 23: Line 67:
  
   - Introduction to Slackware   - Introduction to Slackware
-  - [[slackware:install|Installation]]+  - [[slackbook:install|Installation]]
   - [[slackbook:booting|Booting]]   - [[slackbook:booting|Booting]]
   - [[slackbook:shell|Basic Shell Commands]]   - [[slackbook:shell|Basic Shell Commands]]
   - [[slackbook:bash|The Bourne Again Shell]]   - [[slackbook:bash|The Bourne Again Shell]]
   - [[slackbook:process_control|Process Control]]   - [[slackbook:process_control|Process Control]]
-  - The X Window System+  - [[slackbook:xwindow_system|The X Window System]]
   - [[slackbook:cups|Printing]]   - [[slackbook:cups|Printing]]
   - [[slackbook:users|Users and Groups]]   - [[slackbook:users|Users and Groups]]
-  - Filesystem Permissions +  - [[slackbook:filesystem_permissions|Filesystem Permissions]] 
-  - Working with Filesystems+  - [[slackbook:working_with_filesystems|Working with Filesystems]]
   - [[slackbook:vi|vi]]   - [[slackbook:vi|vi]]
   - [[slackbook:emacs|Emacs]]   - [[slackbook:emacs|Emacs]]
   - [[slackbook:network|Networking]]   - [[slackbook:network|Networking]]
   - [[slackbook:wifi|Wireless Networking]]   - [[slackbook:wifi|Wireless Networking]]
-  - Basic Networking Utilities +  - [[slackbook:basic_networking_utilities|Basic Networking Utilities]] 
-  - Package Management +  - [[slackbook:package_management|Package Management]] 
-  - Keeping Track of Updates+  - [[slackbook:tracking_updates|Keeping Track of Updates]]
   - The Linux Kernel   - The Linux Kernel
  
 slackbook:start ()