From 17877c3c738bf2edb27d0255d2f2eb7c751c57a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Todor=20Kondi=C4=87?= <todor.kondic@uni.lu> Date: Wed, 5 Jun 2019 15:05:00 +0200 Subject: [PATCH] Update README.org --- README.org | 52 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) diff --git a/README.org b/README.org index e69de29b..2ac24b4c 100644 --- a/README.org +++ b/README.org @@ -0,0 +1,52 @@ +#+TITLE: Entry Level GNU/Linux Course at LCSB + + +* Outline +** Before the shell + - SSH + - SSH Clients + - Client installation Win (Mac?) + - RSA key generation + - Logging into a *nix server + +** University's identity credentials management system : LUMS + - Submitting keys + - Other things one can do + +** Effective shell usage + Overview of the capabilities and possibilities. +*** Basics +**** Filesystem + - ls/cd/mv/rm/cp + - scp (rsync?) + - what goes where (home,dev,proc,etc,usr) +**** Documentation systems + - info + - man + +**** Permissions + - (Super)users and groups + - read, write, execute + - chmod, chgrp, chown + +**** Environment + - environment variables + - PATH, HOME + - .profile and friends + - source (.) + +*** Effective use +**** SSH agent on remote server + - adapt the (bash)_profile +**** History commands + - !, !!, !-N, ^...^, .... + +**** find + +**** grep + +**** sed + + + + -- GitLab