Skip to content
forked from ve280/tutorials

Fundamental tutorials for VE280

Notifications You must be signed in to change notification settings

WanHanxi/tutorials

 
 

Repository files navigation

tutorials

This repository contains the fundamental tutorials for VE280.

Title Author Date
An elementary introduction to GitHub Zian Ke 2019-05-27
How to install Linux on Docker Yihao Liu 2019-05-22
How to install Ubuntu 18.04 LTS alongside with Win10 Tianyi Ge 2019-05-21
Submit your VE280 project solution to Joint Online Judge (JOJ) Zian Ke 2019-05-20
How to install Ubuntu 18.04 LTS on VirtualBox Tianyi Ge 2019-05-15
How to install Ubuntu 18.04 LTS on VMware Fusion Jiayi Chen, Zian Ke 2019-05-15
How to install Windows Subsystem for Linux (WSL) on Win10 Changyuan Qiu 2020-09-02

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

About

Fundamental tutorials for VE280

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published