Skip to content

Instantly share code, notes, and snippets.

View LeileiChui's full-sized avatar
🎯
Focusing

Leilei Chui LeileiChui

🎯
Focusing
View GitHub Profile
@LeileiChui
LeileiChui / 10-manjaro-zfs-grub.md
Created April 8, 2024 14:56 — forked from kongkrit/10-manjaro-zfs-grub.md
Install Manjaro on ZFS root with systemd-boot or grub
@LeileiChui
LeileiChui / build_fastdfs.sh
Last active February 28, 2023 19:30
Auto Build Latest FastDFS With Docker(使用 Docker 自动构建最新版本 FastDFS)
#/bin/bash
set +x
################
# Install dependencies
################
cat >/etc/apt/sources.list <<EOF
# 默认注释了源码镜像以提高 apt update 速度,如有需要可自行取消注释
deb http://mirrors.tuna.tsinghua.edu.cn/ubuntu/ jammy main restricted universe multiverse
deb-src http://mirrors.tuna.tsinghua.edu.cn/ubuntu/ jammy main restricted universe multiverse
deb http://mirrors.tuna.tsinghua.edu.cn/ubuntu/ jammy-updates main restricted universe multiverse