iBug Thought �
1.21K subscribers
2.01K photos
30 videos
33 files
1.63K links
iBug's random thoughts

Website: https://ibug.io

Private channel:
https://t.me/+ju8PlLfwy0o4NWJl
(Admission will be entirely based on iBug's personal preference)
Download Telegram
虚假的 homelab:J1900 小主机 PVE + ESXi + Windows + Linux + macOS + Docker + Jellyfin + OpenWRT + 爱快 + …… all in boom
真正的 homelab: https://t.me/SUSTechGG/2493
Forwarded from 咕 Billchan 咕 🐱 抹茶芭菲批发中心 (billchenchina | Nya!)
感谢任正非开源(?)
😁13
Forwarded from yzqzss |一座桥在水上
问:如何在禁 udp 的机子上优美地同步时间?
Forwarded from ξ | Ver 1
iBug Thought �
问:如何在禁 udp 的机子上优美地同步时间?
date -d "@$(curl -s https://1.1.1.1/cdn-cgi/trace | grep -oP '(?<=ts=)\d+\.\d+' | cut -d '.' -f 1)"
🥰9
#TIL iptables-restore 和 ip6tables-restore 可以共用一个 rules 文件
(参见 man 8 iptables-4-6 这两个 flag)
👍1
iBug Thought �
加班合并 rules.v4 和 rules.v6 中
filter 和 mangle 搞定了,nat 里全是 ip 地址,合并没有太大意义,就不动了
iBug Thought �
filter 和 mangle 搞定了,nat 里全是 ip 地址,合并没有太大意义,就不动了
~/iptables# cat apply.sh
#!/bin/sh

echo "Loading iptables"

set -e
cd "$(dirname "$0")"
for f in rules.v[46]; do
cat base.rules "$f" > "/etc/iptables/$f"
done
[ -f ipsets ] && cp ipsets /etc/iptables
systemctl restart netfilter-persistent.service

# Save a version without DNS names
iptables-save -f /etc/iptables/rules.v4
ip6tables-save -f /etc/iptables/rules.v6
ipset save -file /etc/iptables/ipsets
Forwarded from 不存在的世界
https://mp.weixin.qq.com/s/XcU3FDwrmtgZDwjAVACILQ

今天的另一个瓜,真是一波又三折,反转又反转!
Forwarded from Asuna 🍓
😁8👍1
Forwarded from 🐱MiaoTony's Box | 困困困 zzz (MiaoTony 🐱)
懂了,投各大 PT 站 / DN42 主页去(
🤣7😍2
Forwarded from ksyx
不是
🤯35🥰1
Forwarded from 螺莉莉的黑板报
说来,为啥 AOSC 给我一种一大堆 Furry 男同一起搞起来的淫乱发行版,这样的刻板印象……
😍18