Skip to content

Instantly share code, notes, and snippets.

View haruue's full-sized avatar
✌️
Playing Vue.js

Haruue haruue

✌️
Playing Vue.js
View GitHub Profile
@haruue
haruue / _使用 Nix 解决 Debian 11 上无法给 6.x 内核安装 dkms 模块的问题.md
Last active August 7, 2024 03:20
使用 Nix 解决 Debian 11 上无法给 6.x 内核安装 DKMS 模块的问题

使用 Nix 解决 Debian 11 上无法给 6.x 内核安装 DKMS 模块的问题

解决方案

前提条件

服务器的网络至少要能顺畅地访问 Nix Cache(https://cache.nixos.org), 大部分用作代理的(中国境外的)服务器通常都没有问题。

步骤

@haruue
haruue / nftables-apply
Last active July 21, 2025 17:18
iptables-apply, but for nftables
#!/bin/bash
# nftables-apply -- a safer way to update nftables remotely
#
# Usage:
# nftables-apply [-hV] [-t timeout] [-w savefile] {[rulesfile]|-c [runcmd]}
#
# Versions:
# * 1.0 Copyright 2006 Martin F. Krafft <[email protected]>
# Original version
# * 1.1 Copyright 2010 GW <[email protected] or http://gw.tnode.com/>