For the complete documentation index, see llms.txt. This page is also available as Markdown.

お気に入り

https://tld-list.com 此網站幫助您比對部分Domain的價格 在新註和續費直接找的一個合適的價格.

https://jemnetworks.com/ipv6ptr 此網站及部分工具幫助您計算ipv6的PTR便於您在Bind還是添加PTR

指針時填計算出正確的值

https://zenn.dev/tacchan5424/books/22d87ed6bc8550/viewer/aabd31 TailwindCSS的Ja教學

ピザポテト ポテト種類の一つ

On the BilibiliにRust 勉強課程

毎週間に必要読サイト https://ruanyifeng.com/blog/

journalctl --vacuum-size=10M
du -ahx / | sort -rh | head -n 20

!!!

apt purge $(dpkg -l | awk '/linu[x]-image-[0-9]/ {if ($3 != "'$(uname -r | sed "s/-.*//")'") print $2}')
# 1. 更新套件清單並重新安裝核心
apt update && apt install -y linux-image-amd64

# 2. 更新 GRUB 引導选單
update-grub
sed -i 's/#SystemMaxUse=/SystemMaxUse=10M/' /etc/systemd/journald.conf
systemctl restart systemd-journald

Last updated