首页 > 极客资料 博客日记
win10安装linux的gcc
2024-09-28 22:30:02极客资料围观17次
mysy2下载gcc 过程比较艰苦,2024年秋冬讲课,被linux毒打了3天
pacman -S mingw-w64-ucrt-x86_64-gcc 这个一次成功,不行继续接大招
实在不行安装vs
visualstudio.com 补了gcc的工具链 大小1.5g
liunx改名字 改主机名字
sudo hostnamectl set-hostname <newhostname>
换源网站 help.mirrors.cernet.edu.cn
直接换源sudo apt install build-essential
ubuntu 20.04 LTS (focal) 配置如下
deb https://mirrors.aliyun.com/ubuntu/ focal main restricted universe multiverse
deb-src https://mirrors.aliyun.com/ubuntu/ focal main restricted universe multiverse
deb https://mirrors.aliyun.com/ubuntu/ focal-security main restricted universe multiverse
deb-src https://mirrors.aliyun.com/ubuntu/ focal-security main restricted universe multiverse
deb https://mirrors.aliyun.com/ubuntu/ focal-updates main restricted universe multiverse
deb-src https://mirrors.aliyun.com/ubuntu/ focal-updates main restricted universe multiverse
# deb https://mirrors.aliyun.com/ubuntu/ focal-proposed main restricted universe multiverse
# deb-src https://mirrors.aliyun.com/ubuntu/ focal-proposed main restricted universe multiverse
deb https://mirrors.aliyun.com/ubuntu/ focal-backports main restricted universe multiverse
deb-src https://mirrors.aliyun.com/ubuntu/ focal-backports main restricted universe multiverse
更换方法
1.备份
sudo cp /etc/apt/sources.list /etc/apt/sources.list.back
2.编辑
打开vim编辑器,把sources.list文件中所有的deb文件全部注释掉或者删除掉,然后把上面给的国内镜像复制去就可以。
vim /etc/apt/sources.list
3.更新
sudo apt update
sudo apt upgrade
cargo new proj && cd proj && cargo run
今天刚回来,2年也没有动电脑了,好多东西都忘记了
字数不够,我在水字数
哎,今天白嫖龙门派的大礼包,刚赶上道教养生的开店仪式,吃喝拿,吃东西,喝茶,拿书
毫无违和感,今天占的便宜要等几天去还回去
天道轮回
标签:
相关文章
最新发布
- Nuxt.js 应用中的 prerender:routes 事件钩子详解
- 【问题解决】Tomcat由低于8版本升级到高版本使用Tomcat自带连接池报错无法找到表空间的问题
- 【FAQ】HarmonyOS SDK 闭源开放能力 —Vision Kit
- 六、Spring Boot集成Spring Security之前后分离认证流程最佳方案
- 《JVM第7课》堆区
- .NET 8 高性能跨平台图像处理库 ImageSharp
- 还在为慢速数据传输苦恼?Linux 零拷贝技术来帮你!
- 刚毕业,去做边缘业务,还有救吗?
- 如何避免 HttpClient 丢失请求头:通过 HttpRequestMessage 解决并优化
- 让性能提升56%的Vue3.5响应式重构之“版本计数”