写作绅士,读作丧尸 X岛揭示板
顺猴者昌 逆猴者亡 首页版规 |用户系统 |移动客户端下载 | 丧尸路标 | | 常用图串及路标 | 请关注 官方公众号:【X岛揭示板】 官方微博: 【@X岛极速版】| 人,是会思考的芦苇
常用串:·豆知识·跑团板聊天室·公告汇总串·X岛路标

[只看PO]No.69285533 - 无标题 - 综合版1


• 重新出发
• 关于X岛与A岛关系的说明:>>No.50000002置顶串
• 上手前建议您阅读:>>No.50000001【全岛总版规】
• 我们建议您开串时抛弃任何非必要性的身份标签,直接进入话题,否则您可能将面临不友善态度
• 综合版为综合性版块,请优先选择各关联性强分版。
• 工作考试及投资相关请至社畜(校园)版,好物推荐/购物拼团请转买买买版,手机及装机咨询请转数码版,无公众讨论意义及记录请转日记版
• 全岛禁止违法违规话题以及晒交配,请尊重他人的同时尊重自己。
• 特殊事务可于版务版块发串,私信官方微博@X岛揭示板,或邮件联系help@nmbxd.com • 客户端下载地址:https://app.nmbxd.com

无标题 无名氏 2026-08-20(四)15:57:05 ID:PkrzHyq [举报] [订阅] [返回主串] No.69285533 [回应] 管理
bash
Ubuntu 22.04.3 LTS (GNU/Linux 5.15.0-91-generic x86_64)

Welcome to the Ubuntu Server!
* Documentation: https://help.ubuntu.com
* Management: https://landscape.canonical.com
* Support: https://ubuntu.com/advantage

System information as of Thu 2026-08-20 10:23:17 UTC

System load: 0.08 Processes: 142
Usage of /: 23.4% of 48.37GB Users logged in: 0
Memory usage: 12% IPv4 address: 192.168.1.100
Swap usage: 0%

* Strictly confined Kubernetes makes edge and IoT secure. Learn how MicroK8s
just raised the bar for easy, resilient and secure K8s cluster deployment.

https://ubuntu.com/engage/microk8s-november-2021

Last login: Wed Aug 19 22:15:42 2026 from 192.168.1.50
user@ubuntu-server:~$

(如果有命令之外的操作,用方括号包裹,如[关掉电闸并重启])
无标题 无名氏 2026-08-23(日)01:37:38 ID:PkrzHyq (PO主) [举报] No.69302637 管理
>>No.69302355
user@ubuntu-server:~$ shutdown -h now
Broadcast message from user@ubuntu-server (pts/0) (Sat Aug 23 02:17:33 2026):

The system is going down for halt NOW!
Connection to ubuntu-server closed by remote host.
Connection closed.

(眼前的屏幕黑了下去)
(你起身去取来一个U盘,上面贴着“SystemRescue”的标签。这个U盘是你不久前刚刚做的,没想到现在就派上了用场。)
(你把它插进电脑,再按下开机键,同时狂按DEL)

----------[BIOS Setup Utility]----------

(“切,不就是一个破AI系统吗”,你这样想道)
(你熟练地找到了"Boot Configuration"的选项,并且调整引导顺序为从U盘启动,再按F10保存并退出)

(你进入了GRUB启动菜单)

┌────────────────────────────────────────────
│* Boot SystemRescue using default options          
│ Boot SystemRescue and copy system to RAM(copytoram) 
│ Boot SystemRescue using basic display drivers(nomodeset)
│ Run Memtest86+
│ Boot from first hard disk
└────────────────────────────────────────────

(你选择了第二个,系统正常地启动)

[SystemRescue] Loading vmlinuz...
[SystemRescue] Loading initramfs...
[SystemRescue] Copying squashfs to RAM... done.
You may now remove the USB stick.

SystemRescue 13.02 (2026-08-01) - Arch Linux
root@sysrescue ~ #

(有点累了……你喝了口水,继续操作)

root@sysrescue ~ # lsblk -f

NAME FSTYPE LABEL UUID MOUNTPOINT

(省略loop0和sda的部分)

nvme0n1
├─nvme0n1p1 vfat SYSTEM_EFI 67E3-1A2B
├─nvme0n1p2 ext4 UBUNTU_ROOT 3f8a9b1c-4d5e-6f7a-8b9c-0d1e2f3a4b5c
└─nvme0n1p3 swap UBUNTU_SWAP 2c3d4e5f-6a7b-8c9d-0e1f-2a3b4c5d6e7f

root@sysrescue ~ # mkdir /mnt/ubuntu
root@sysrescue ~ # mount /dev/nvme0n1p2 /mnt/ubuntu
root@sysrescue ~ # mount /dev/nvme0n1p1 /mnt/ubuntu/boot/efi

(你的手指在键盘上飞舞……)

root@sysrescue ~ # chroot /mnt/ubuntu /bin/bash

root@ubuntu:/# find / -name "*ai-monitor*" -o -name "*security*monitor*" 2>/dev/null
/usr/lib/ai-security/ai-monitor
/usr/lib/ai-security/ai-monitor.conf
...

(就是这些!是时候把这些标着“ai-monitor”的东西从你的服务器里赶走了!)

root@ubuntu:/# rm -rf /usr/lib/ai-security/
root@ubuntu:/# rm -f /usr/lib/systemd/system/ai-monitor.service
...

(你心满意足地敲下了“exit”)

root@ubuntu:/# exit
exit

root@sysrescue ~ # umount /mnt/ubuntu/dev
root@sysrescue ~ # umount /mnt/ubuntu/proc
(省略其它的文件)

root@sysrescue ~ # reboot

(终于弄完了……你伸了个懒腰)
(“不过……真的删干净了吗?还是……”你不禁想着)
无标题 无名氏 2026-08-23(日)01:44:27 ID:PkrzHyq (PO主) [举报] No.69302659 管理
快进到因为被认为是跑团而上报值班室要求转版(〃∀〃)
无标题 无名氏 2026-08-23(日)02:02:13 ID:PkrzHyq (PO主) [举报] No.69302725 管理
>>No.69302674
然而并没有任何情节(*´д`)

UP主: