FLOSSK site

LinuxCourse/Lesson1/11 july 2009

From FLOSSK Wiki

Jump to: navigation, search

How to connect :

irssi -c irc.freenode.net -n N00bB41t
  /join #flossk


 1  screen -ls
   2  screen
   3  exit
   4  screen -ls
   5  ps
   6  exit
   7  screen -ls
   8  exit
   9  screen
  10  exit
  11  screen -ls  
  12  screen@10.64.94.43
  13  exit
  14  screen -ls
  15  8517.pts-21.flossk-desktop
  16* 
  17  screen -ls
  18  who
  19  #hello guys
  20  hello
  21  echo hello
  22  echo helloe
  23  echo hello
  24  echo hello mike
  25  echo 1 2 3 4
  26  echo this is a test
  27  echo "this is a test"
  28  export VARIABLE=value
  29  echo VARIABLE
  30  echo $VARIABLE
  31  set 
  32  echo $PATH
  33  which echo
  34  wtf echo
  35  wtf wtf
  36  wtf bbl
  37  omg
  38  wtf omg
  39  wtf ttyl
  40  wtf bb
  41  wtf wb
  42  who
  43  wtf test
  44  man test
  45  test a = a
  46  echo $!
  47  echo $0
  48  echo $1
  49  echo $
  50  man test
  51  info test
  52  test a = $b
  53  export b=a
  54  test a = $b
  55  which test
  56  man which 
  57  which -a test
  58  echo $PATH
  59  ls /usr/local/sbin
  60  ls /usr/local/bin
  61  ls /usr/sbin
  62  ls /usr/bin
  63  ls /bin
  64  ls /usr/bin
  65  ls
  66  echo $PATH
  67  ls /usr/games
  68  blackjack
  69  primes 
  70  rain
  71  quiz 
  72* 
  73  ls /usr/games
  74  aptitude
  75  ls
  76  cut -d: -f 1,3,5,7
  77  echo $PATH | cut -d: -f 1,3,5,7
  78  echo $PATH | cut -d: -f 1
  79  echo $PATH | cut -d: -f 2
  80  echo $PATH | cut -d: -f 3
  81  echo $PATH | cut -d: -f 4
  82  echo $PATH | cut -f 4
  83  cut  -f 1,3,5,7
  84  echo $PATH | cut -d: -f 6
  85  echo $PATH | cut -d: -f 8
  86  echo $PATH | cut -d: -f 7
  87  ls
  88  mkdir linuxcourse
  89  cd linuxcourse/
  90  pwd
  91  mkdir lesson1
  92  cd lesson1/
  93  pwd
  94  ls /
  95  wget http://sfk2009.ning.com/group/openstreetmapkosova
  96  ls
  97  rm -rf openstreetmapkosova 
  98  ls
  99  historg
 100  history
 101  history > history.txt