Introduction to Linux

To use the CÉCI cluster you must know some basics about Linux. Among others, you will need to know how to

  • List files and directories.
  • Move inside directories.
  • Create, copy or rename (move) files and directories.
  • Use a text editor.

The learning of Linux is outside the scope of this documentation. There are plenty of Linux tutorials available on the web and writing our own would bring no added value.

Here is a list of tutorials selected by CÉCI sysadmins

Interactive tutorials in the form of games

To start playing do:

git clone https://gitlab.com/slackermedia/bashcrawl.git
cd bashcrawl/entrance
cat scroll

and follow instructions. Also read the README file

To start playing do:

wget https://github.com/phyver/GameShell/releases/download/latest/gameshell.sh
bash gameshell.sh

and follow instructions. Also read the README file