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.
- Login the Linux Mint VM, start a terminal.
- 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.
- Make sure you update the
bioc4010
respository cloned from github.
cd ~/bioc4010
git pull
-
try the commands presented in the tutorial 1 slides.
-
Try and finish assignment
The setup was based on existing build of the VM and the setuptut1.sh screen will be depreciated.