Using CSC env efficiently — Study tips

Problem solving

  1. Try in docs.csc.fi in the right section in the hierarchy
  2. Try in the FAQ
  3. Try the search if docs or in google for it
  4. Send an email to servicedesk@csc.fi containing:

Docs challenge: What is the name of the command that copies the file to Allas and makes it available directly from the internet?

Learning a new method or application

Document your discoveries

cat >> $HOME/vault
<copy/paste>
Ctlr-C

Keep notes

Save useful commands and short scripts to a file for later reference, and push your notes to GitHub every now and then. Bash history keeps all the commands that you typed, but it also keeps the ones that did not work…