Skip to content

Latest commit

 

History

History
41 lines (28 loc) · 2.23 KB

README.md

File metadata and controls

41 lines (28 loc) · 2.23 KB

tutorials

This repository contains the fundamental tutorials for VE280.

Linux Setup Tutorials

OS Title Author Date
Win10
(REC.)
How to install Windows Subsystem for Linux (WSL) on Win10 Changyuan Qiu
&
Yihao Liu
2020-09-07
Win10 How to install Ubuntu 18.04 LTS alongside with Win10 Tianyi Ge 2019-05-21
Win10
&
Mac OS
How to install Linux on Docker Yihao Liu 2019-05-22
Win10
&
Mac OS
How to install Ubuntu 18.04 LTS on VirtualBox Tianyi Ge 2019-05-15
Win10
&
Mac OS
How to install Ubuntu 18.04 LTS on VMware Fusion Jiayi Chen
&
Zian Ke
2019-05-15

Further Notes:

To speed up your downloading, you may change your source list to SJTU source by typing the command below.

sudo sed -i 's/archive.ubuntu.com/ftp.sjtu.edu.cn/g' /etc/apt/sources.list

Then update the list of available packages before installing any of them.

sudo apt update

Now you can install packages from the SJTU source, for example, build-essential, which includes gcc, g++, make, etc.

sudo apt install build-essential

Other Fundamental Tutorials

Title Author Date
An elementary introduction to GitHub Zian Ke 2019-05-27
Submit your VE280 project solution to Joint Online Judge (JOJ) Zian Ke 2019-05-20