debian13新装操作

su - vi /etc/apt/sources.list # 默认注释了源码仓库,如有需要可自行取消注释 deb http://mirrors.ustc.edu.cn/debian trixie main contrib non-free non-free-firmware # deb-src http://mirrors.ustc.edu.cn/debian trixie main contrib non-free non-free-firmware deb http://mirrors.ustc.edu.cn/debian trixie-updates main contrib ...

Linux 2025-10-23 PM 34℃ 0条

docker构建镜像

文章参考:https://github.com/bingohuang/play-docker-imageshttps://www.cnblogs.com/zhaodalei/p/16474682.htmlhttps://blog.csdn.net/inthat/article/details/124060033

技术杂谈 2023-05-05 PM 25℃ 0条

开源在线Markdown编辑器editor.md,emoji表情修复

开源在线Markdown编辑器editor.md,emoji表情修复平常写Blog喜欢使用Markdown,之前使用的在线编辑器加载速度有点不满意,所以自己搭建了个emoji表情修复原来项目中使用的是www.emoji-cheat-sheet.com网站的表情包,不知道怎么回事反正就是不显示了,这里使用本地替换:laughing:表情包下载地址https://github.com/SemiWarm/SemiWarmAdminPhotos/blob/master/emoji.zip解压到/plugins/emoji-dialog目录修改editormd.js文件 editormd.e...

技术杂谈 2020-09-30 PM 436℃ 0条

Arch Linux详细安装教程

一. 键盘布局#列出所有可用的键盘布局 ls /usr/share/kbd/keymaps/**/*.map.gz #更改键盘布局 loadkeys de-latin1二. 验证启动模式ls /sys/firmware/efi/efivars三. 连接到因特网有线网ip link dhcpcd无线网iwctl station wlan0 scan //网络的扫描 wlan0替换成你自己的网卡名称 station wlan0 get-networks //列出扫描到的网络 station wlan0 connect wifiname //连接指定网络 输入密码回车确认 quit ...

Linux 2020-09-21 AM 473℃ 0条

Typecho 设置首页独立副标题

<?php $this->options->title(); ?><?php if ($this->is('index')) : ?> - 此心拖泥带水,是人生苦处<?php endif; ?></title>

技术杂谈 2020-09-20 PM 392℃ 0条