Thinkpad E550 安装 Ubuntu

参考:使用U盘安装Ubuntu20.04

Thinkpad E550 使用 enter+f1进入 bios, 使用 f12 进入 boot 选项。不知道这个和系统有啥关系,感觉之前不是这样。。。

下载镜像

下载镜像 22.04

可以下载相应的 torrent 文件,然后用 百度网盘或者夸克网盘下载,速度会快一些。

很坑的一点是我自己插入的机械硬盘不能用于存储超过4g的文件,所以一定要选系统盘!

使用

烧录镜像

使用 UltraISO

UltalSO下载链接为:https://cn.ultraiso.net/xiazai.html,进入之后点击"免费下载试用",双击下载下来的.exe文件,按部就班地进行安装。

设置电脑从use启动

lenovo 参考 thinkpad

This is often due to a faulty CD/DVD disk or drive, or a faulty hard diskIt may help to clean the CD/DVD, to burn the CD/DVD at a lower speedto clean the CD/DVD drive lens (cleaning kits are often available fromelectronics suppliers), to check whether the hard disk is old and inneed of replacement, or to move the system to a cooler environment.

配置镜像源

切换镜像源

安装 ssh 允许远程连接

install ssh

bash 复制代码
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install openssh-client openssh-server
sudo ufw allow ssh

安装 anaconda

install anaconda on linux

安装 Docker

install docker on linux

设置 openai key

chatgpt key

设置盖上盖子不休眠

添加链接描述

bash 复制代码
sudo gedit /etc/systemd/logind.conf

# 找到文本内这一行: #HandleLidSwitch=suspend
将前面的注释符号#删除,并将suspend (暂停)改成 ignore(无操作),即下面这句
HandleLidSwitch=ignore
service systemd-logind restart
相关推荐
tianyuanwo19 小时前
Docker Registry 实现原理、适用场景、常用操作及搭建详解
运维·docker·容器·registry
大聪明-PLUS19 小时前
像 Docker 一样创建虚拟网络
linux·嵌入式·arm·smarc
张北涛20 小时前
交换机详细
运维·服务器·网络
61900833621 小时前
linux离线安装elasticsearch8.19.3
linux
--运维实习生--21 小时前
自动化运维之ansible
运维·自动化·ansible
laoma-cloud21 小时前
数据库高可用全方案:Keepalived 故障切换 + LVS (DR) 模式 + MariaDB 主主同步实战案例
运维·数据库集群
帅得不敢出门1 天前
Docker安装Ubuntu搭建Android SDK编译环境
android·ubuntu·docker
Hi202402171 天前
基于阿里云部署 RustDesk 自托管服务器
运维·服务器·阿里云·云计算·远程控制·远程桌面
IDOlaoluo1 天前
OpenSSL 1.0.1e 下载解压和运行方法(小白适用 附安装包)
linux
豆是浪个1 天前
Linux(Centos 7.6)命令详解:sar
linux·运维·centos