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
相关推荐
0xDevNull2 小时前
Linux切换JDK版本详细教程
linux
进击的丸子2 小时前
虹软人脸服务器版SDK(Linux/ARM Pro)多线程调用及性能优化
linux·数据库·后端
字节逆旅12 小时前
ubuntu应用深度守护
ubuntu
甲鱼9291 天前
MySQL 实战手记:日志管理与主从复制搭建全指南
运维
Johny_Zhao2 天前
OpenClaw安装部署教程
linux·人工智能·ai·云计算·系统运维·openclaw
chlk1233 天前
Linux文件权限完全图解:读懂 ls -l 和 chmod 755 背后的秘密
linux·操作系统
舒一笑3 天前
Ubuntu系统安装CodeX出现问题
linux·后端
改一下配置文件3 天前
Ubuntu24.04安装NVIDIA驱动完整指南(含Secure Boot解决方案)
linux
碳基沙盒3 天前
OpenClaw 多 Agent 配置实战指南
运维
深紫色的三北六号3 天前
Linux 服务器磁盘扩容与目录迁移:rsync + bind mount 实现服务无感迁移(无需修改配置)
linux·扩容·服务迁移