Difference between revisions of "Advanced Problems"

From FreekiWiki
Jump to navigation Jump to search
(some brainstorming)
 
(class is not currently offered.)
 
(19 intermediate revisions by 5 users not shown)
Line 1: Line 1:
==Navigating==
+
this class is not currently offered. [[User:Laurel|Laurel]] 21:31, 31 July 2010 (UTC)
/, cd, ls, .., ~, -
+
== Introduction ==
 +
Here are a series of pages that will teach you something about different aspects of the command line. Each page has a short introduction which gives you some information, often some new commands to learn, possibly some examples and then a short quiz. Hopefully by using the man pages and a little experimentation you'll be able to go through each of these lessons so that you'll learn a lot more about the command line interface.
  
==Vars==
+
[[CLI Navigating]]
PATH, PS1, no .bashrc
 
  
==Advanced Options==
+
[[CLI Variables]]
--sort, &c.
 
  
==Piping==
+
[[CLI Piping]]
grep, less, wc, cat, multiple files, lsof, xargs, find, sort
 
  
==Networking==
+
[[CLI Process Management]]
ifconfig, ping, wget
 
  
==While/For==
+
[[CLI I/O Redirection]]
write, touch
+
 
 +
[[CLI Flow Control]]
 +
 
 +
== Possible Classes ==
 +
 
 +
ifconfig, ping, wget, traceroute
 +
 
 +
=== Apt ===
 +
can we set up a xen instance to let students have root?
 +
* show studnets that they can have root in our current ltsp setup.
 +
* add the ability to have debian livecd over the net - or something like that.
 +
 
 +
=== Advanced Syntax ===
 +
*, --sort, &c.
 +
 
 +
[[Category:CLI Quizes]]
 +
[[Category:Classes]]

Latest revision as of 14:31, 31 July 2010

this class is not currently offered. Laurel 21:31, 31 July 2010 (UTC)

Introduction

Here are a series of pages that will teach you something about different aspects of the command line. Each page has a short introduction which gives you some information, often some new commands to learn, possibly some examples and then a short quiz. Hopefully by using the man pages and a little experimentation you'll be able to go through each of these lessons so that you'll learn a lot more about the command line interface.

CLI Navigating

CLI Variables

CLI Piping

CLI Process Management

CLI I/O Redirection

CLI Flow Control

Possible Classes

ifconfig, ping, wget, traceroute

Apt

can we set up a xen instance to let students have root?

  • show studnets that they can have root in our current ltsp setup.
  • add the ability to have debian livecd over the net - or something like that.

Advanced Syntax

  • , --sort, &c.