Skip to content

Commit bffd444

Browse files
committed
删除了一些铸币内容
1 parent b26f7a0 commit bffd444

File tree

2 files changed

+5
-16
lines changed

2 files changed

+5
-16
lines changed

_posts/2025-06-13-ApplyUbuntu.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ layout: post
1616
目前 Docker 安装的网络问题得到了改善
1717

1818
在 ubuntu 控制台输入以下命令
19-
_粘贴板不互通无法复制?请用 ssh 连接。无法 ssh?[可能解决方案](/jekyll/2025-06-30-LoveFormMe.html#03ssh-%E5%8A%9F%E8%83%BD%E5%BC%80%E5%90%AF%E9%97%AE%E9%A2%98)_
19+
_Web页面粘贴板不互通无法复制?请用 ssh 连接
20+
~~无法 ssh?可能解决方案~~ 没什么_
2021

2122
```shell
2223

_posts/2025-06-30-LoveFormMe.md

Lines changed: 3 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -65,16 +65,8 @@ iface vmbr0 inet static
6565
source /etc/network/interfaces.d/*
6666
```
6767

68-
## 03.ssh 功能开启问题
68+
## 03.
6969

70-
因为 ubuntu 虚拟机的控制台与本机粘贴板不互通,又不想安装其它插件,于是打算用 windows 的 cmd 远程 ssh,但是 ubuntu 的 ssh 功能死活打不开,最终发现他妈的命令中是`ssh`而不是`sshd`
71-
72-
```shell
73-
# 首先启动SSH服务
74-
systemctl start ssh
75-
# 确认SSH服务已启动,输入以下命令查看SSH服务状态
76-
systemctl status ssh
77-
```
7870

7971
## 04.PVE8 概要面板显示 CPU 温度
8072

@@ -247,10 +239,6 @@ cpupower -c all frequency-set -g performance
247239
cpupower -c all frequency-set -g conservative
248240

249241
```
250-
设置机械硬盘休眠:
251-
编辑 /etc/rc.local,在exit 0之前加如下
252-
``` shell
253-
hdparm -B 192 /dev/sda # 设置APM级别为192
254-
hdparm -S 240 /dev/sda # 长时间不活动停转(20分钟)
255-
```
242+
~~设置机械硬盘休眠~~不建议这么做,有可能导致硬盘频繁启停,已删除相关内容
243+
256244

0 commit comments

Comments
 (0)