01_Linux系统安装及使用

一、安装虚拟机软件 VMware16pro

        安装链接:https://note.youdao.com/ynoteshare/index.html?id=5fc5ad640596a0fbb41a21413ada4dad&type=note&_time=1687172973066
 

二、安装Ubuntu 64 位 Linux系统

        安装链接:https://note.youdao.com/ynoteshare/index.html?id=38557e635a192ad58a221a4ccab4579a&type=note&_time=1687173068811

三、安裝vmware tools

        作用:vmware tools 只作用虚拟机 提高虚拟机的交互效率

        安装链接:https://note.youdao.com/ynoteshare/index.html?id=b16aed8b909be2d15bbc98fd0a3b5d63&type=note&_time=1687173178887

四、修改更新源

1、查看更新源是否可用

1 sudo apt‐get update #更新更新源

2、修改更新源

寻找合适的更新源(以东北大学为例): https://www.cnblogs.com/bovenson/p/5752213.html

1 cd /etc/apt
2 ls
3 sudo cp sources.list sources.list_back
4 sudo gedit sources.list
5 清空文本内容
6 将网上 搜到的 更新源 赋值到 改文件中 保存并退出
7
8 sudo apt‐get update

3、下载软件命令

1 sudo apt‐get install xxxx(软件名)
2 sudo apt‐get remove xxxx(软件名)

五、在Ubuntu内,安装samba服务器

        作用:提供 windows用户 访问 ubuntu的文件目录

        安装链接:https://note.youdao.com/ynoteshare/index.html?id=f0673e3c384da8e292656d074af86c6f&type=note&_time=1687173307783

六、安装ssh服务器

        作用:远程ubuntu的终端

        安装链接:https://note.youdao.com/ynoteshare/index.html?id=62143d203545660d7577bc232e7d7328&type=note&_time=1687173338175

使用方法1:使用windows的终端 连接ubuntu的终端

01_Linux系统安装及使用_第1张图片

 使用方法2:使用xshell 连接ubuntu的终端

你可能感兴趣的:(Linux,linux,服务器)