
linux
hainandetong
编程,菜是原罪
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
centos8更新源地址
1.备份现有源mv /etc/yum.repos.d /etc/yum.repos.d.backup2.设置新的yum目录mkdir /etc/yum.repos.d更新地址CentOS 7wget -O /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-7.repoCentOS 8wget -O /etc/yum.repos.d/CentOS-Base.repo http://mirrors.al原创 2020-12-13 18:50:25 · 566 阅读 · 0 评论 -
yum安装node10以上版本
curl --silent --location https://rpm.nodesource.com/setup_10.x | sudo bash再更新下gccsudo yum install gcc-c++ makesudo yum -y install nodejs原创 2020-09-06 22:54:20 · 580 阅读 · 0 评论