Skip to content

felord/Artyom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 

Repository files navigation

ubuntu安装设置

1、Ubuntu font install:

sudo ./install-font-ubuntu.sh https://github.com/felord/Artyom.git/master/Microsoft Yahei Mono.ttf?raw=true

2、ubuntu 镜像源修改:

sudo cp /etc/apt/sources.list /etc/apt/sources.list.bak
sudo vim /etc/apt/sources.list
vim中输入以下命令,将源改为阿里
:%s/security.ubuntu/mirrors.aliyun/g
:%s/archive.ubuntu/mirrors.aliyun/g
更新
sudo apt update

3、安装gcc

sudo apt-get update && sudo apt-get install build-essential

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published