
Ubuntu
Do_My_Best_
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
win10的Ubuntu子系统安装图形化界面
1.更新和升级sudo apt updatesudo apt upgrade2.安装桌面环境xubuntu(需要较长时间)sudo apt install xubuntu-desktop3.安装远程桌面服务xrdpsudo apt install xrdp4.配置xrdp端口(将远程端口改为3390,避免和系统本机的3389端口冲突,也可以改成其他没有被占用的端口)sudo ...原创 2020-04-29 21:27:19 · 2778 阅读 · 0 评论 -
Windows10安装Ubuntu子系统
Windows10在微软应用商店中开发了Ubuntu子系统,我们只需要在微软应用商店中安装Ubuntu,即可在Win10中使用Ubuntu环境,但默认安装位置以及后续Ubuntu系统的文件都在C盘,在安装前一定要确定C盘有充足的空间。1.打开开发者模式在系统设置中搜索开发者选项,然后勾选开发人员模式2.启用Linux子系统功能在控制面板中点击程序,然后点击启用或关闭Windows功能...原创 2020-04-29 21:17:59 · 403 阅读 · 0 评论 -
Ubuntu系统 安装Anaconda
1.下载安装文件wget https://mirrors.tuna.tsinghua.edu.cn/anaconda/archive/Anaconda3-5.0.0-Linux-x86_64.sh2.安装sudo bash Anaconda3-5.0.0-Linux-x86_64.sh安装Anaconda3 5.0过程中,当安装到vscode时如果出现提示:please make su...原创 2020-04-29 18:39:58 · 578 阅读 · 0 评论 -
ubuntu换源(更换国内清华源)
ubuntu更换国内源1.备份原始源文件source.listcp ./etc/apt/sources.list /etc/apt/sources.list.bak2.修改源文件sources.list(1)更改sources.list文件权限使其可编辑sudo chmod 777 /etc/apt/sources.list(2)打开文件对其进行编辑(这里我使用的是vi,也可...原创 2020-04-29 18:18:14 · 8658 阅读 · 1 评论