Skip to content

Instantly share code, notes, and snippets.

View siddhamj's full-sized avatar

Siddham Jasoria siddhamj

View GitHub Profile
@siddhamj
siddhamj / 0_installSoftware.sh
Created July 16, 2023 04:06 — forked from DannyArends/0_installSoftware.sh
Scripts and other things for RNA-Seq
# Add yourself to the sudo group
su -
usermod -aG sudo danny
exit
# Install the virtual box guest additions
cd /media/cdrom0
sudo sh ./VBoxLinuxAdditions.run
# Install R and deps