Linux使用手册
发布时间:2020-12-14 00:24:15 所属栏目:Linux 来源:网络整理
导读:一.如何在windows10下使用linux 1.启用开发者模式 2.使用win+X快捷键调出系统管理菜单后点击应用和功能,然后拉到底下,选择程序和功能,选中应用或关闭Windows功能,勾选适用于Linux的Windows子系统。 3.在cmd下敲bash(或输入lxrun /install /y),会提示
一.如何在windows10下使用linux 1.启用开发者模式 2.使用win+X快捷键调出系统管理菜单后点击应用和功能,然后拉到底下,选择程序和功能,选中应用或关闭Windows功能,勾选适用于Linux的Windows子系统。 3.在cmd下敲bash(或输入lxrun /install /y),会提示你安装Ubuntu发行版。 4.使用阿里镜像:编辑数据源配置文件 vi /etc/apt/sources.list,在后面加上: deb http://mirrors.aliyun.com/ubuntu/ trusty main restricted universe multiverse deb http://mirrors.aliyun.com/ubuntu/ trusty-security main restricted universe multiverse deb http://mirrors.aliyun.com/ubuntu/ trusty-updates main restricted universe multiverse deb http://mirrors.aliyun.com/ubuntu/ trusty-proposed main restricted universe multiverse deb http://mirrors.aliyun.com/ubuntu/ trusty-backports main restricted universe multiverse deb-src http://mirrors.aliyun.com/ubuntu/ trusty main restricted universe multiverse deb-src http://mirrors.aliyun.com/ubuntu/ trusty-security main restricted universe multiverse deb-src http://mirrors.aliyun.com/ubuntu/ trusty-updates main restricted universe multiverse deb-src http://mirrors.aliyun.com/ubuntu/ trusty-proposed main restricted universe multiverse deb-src http://mirrors.aliyun.com/ubuntu/ trusty-backports main restricted universe multiverse 5.安装cmder改善操作体验。 参见:手把手教你启用Win10的Linux子系统(超详细)、史上最全win10下Linux子系统的安装及优化方案 2.linux基础命令 (编辑:李大同) 【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容! |