Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 703 Bytes

README.md

File metadata and controls

29 lines (20 loc) · 703 Bytes

Tutorial 1

Tutorial 1 is for students to get familiar with Linux system, command line interface. Learn how to run basic shell commands and use regular expression.

  1. Login the Linux Mint VM, start a terminal.
  2. Install the tree program (this only need to be done once)
sudo apt update
sudo apt install tree

The password will be provided in the class.

  1. Make sure you update the bioc4010 respository cloned from github.
cd ~/bioc4010
git pull
  1. try the commands presented in the tutorial 1 slides.

  2. Try and finish assignment

Notes 2021W (obsolete)

The setup was based on existing build of the VM and the setuptut1.sh screen will be depreciated.