A simple blog built by Django
使用 iPXE 和 netboot.xyz 重装 VPS 系统
| Published by rcdfrd 使用 iPXE 和 netboot.xyz 重装 VPS 系统
下面我将介绍使用 iPXE 和 netboot.xyz 引导 Linux 安装程序(本文以 Ubuntu Server 为例),自行安装系统。
前提条件
要使用此方法重装系统,VPS 需要满足以下几个条件:
不能是 OpenVZ 等虚拟化技术
有 VNC
使用 GRUB2 引导系统
包管理有 iPXE(如果没有,则需要手动安装)
Read more ⟶
AU6988/AU6986 量产
| Published by rcdfrd AU6988/AU6986 量产
软件: AlcorMP_AU698x_100517.rar
来源: https://flashboot.ru/files/file/53/
2022 年 3 月 31 日
Read more ⟶
typecho 默认主题修改
| Published by rcdfrd 首页的文章只显示摘要
登录到后台-控制台-外观-编辑当前外观:
编辑文件 archive.php
编辑文件 index.php
修改两处分别找到:
/ 默认显示的是全文 /
excerpt($this); ?>
替换成(概要取 300 字):
/ 自定义输出,如 300 个字符 /
$this->excerpt(300,'- 阅读剩余部分 -'); ?>
修改 typecho 首页显示
Read more ⟶