[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
Last revisionBoth sides next revision
wiki:user:sycamorex:test_page [2012/09/23 01:22 (UTC)] sycamorexwiki:user:sycamorex:test_page [2012/12/25 11:26 (UTC)] – testing: disregard sycamorex
Line 2: Line 2:
  
  
-===== Cli Manual Structure (feel free to edit)=====+<!-- Add your text below. We strongly advise to start with a Headline (see button bar above). --> 
 +====== My example headline ======
  
-1First steps +This is an example of an article created in Vim using Matthew's scriptThis 
-   Basic commands+is just an random jumble of letters.\\ This should be a new line. Some lines 
 +should be **bold**. Others should stand out from ''others''. This, on the 
 +other hand, is supposed to be a bulleted list: 
 +  * The first item 
 +  the second item
  
-2. Getting help (man/info pages) +==== Some subheading ====
-   * searching man pages +
-3. Locating commands +
-   * which +
-   * whereis +
-   * apropos+
  
-4Working with files (file types, file management, comparing files)+Now let's add some urls: [[http://www.linuxquestions.org|This]] link points 
 +to a Linux forum
  
-5. Working with directories (relative vs absolute pathnames, brace/tilde expansion, directory structure)+=== SubSub heading including code ===
  
-6. Compressing and archiving files+Let's add some code:
  
-7. Configuring your environment (variables, aliases, relevant dot files)+<code>#!/bin/bash 
 +sed '/pattern/s/old/new/r' infile</code>
  
-8. Configuring a shell prompt 
  
-9. Users and groups 
  
-10. Permissions and ownership 
  
-11. Standard Input and Output / Redirection 
-    * sorting output and pipes 
  
-12Job control+====== Sources ====== 
 +<!-- If you are copying information from another source, then specify that source --> 
 +  * Original source: [[http://bbc.co.uk]] --> 
 +<!-- Authors are allowed to give credit to themselves! --> 
 +  * Originally written by [[wiki:user:sycamorex |Marcin Herda]] --> 
 +<!-- * Contributions by [[wiki:user:yyy | User Y]] -->
  
-13Finding files +<!-- Please do not modify anything below, except adding new tags.--> 
 +<!-- You must remove the tag-word "template" below before saving your new page --> 
 +{{tag>howtos testing}}
  
-14. Finding text in files 
- 
-15. Useful Parameters and variables 
- 
-16. Shell history 
- 
-17. Common keybindings 
- 
-18. Text processing tools 
- 
-19. Searching and replacing  
- 
-20. Managing filesystems (checking/creating/mounting/fstab) 
- 
-21. Monitoring available resources (disk space/ memory / processes) 
- 
-22. Getting information / troubleshooting network 
- 
-23. Automating and scheduling tasks 
- 
-24. System Maintenance 
- 
-25. Writing and executing shell scripts 
- 
-26. Tests and Conditional Statements 
- 
-27. Flow control (eg. running a command on a number of files) 
- 
-26. Shell script arguments 
- 
-27. Shells 
- 
-28. Development tools 
- 
- 
-29. Common tasks 
- 
-downloading torrents 
- 
-sending and receiving emails 
- 
-listening to music 
- 
-tagging your music 
- 
-Getting things done 
- 
-reading news 
- 
-Talking on irc channels 
- 
-burning a cd 
- 
- 
- 
-CLI glossary 
 wiki:user:sycamorex:test_page ()