infinet 最近的时间轴更新
infinet's repos on GitHub
Python · 902 人关注
lunar-calendar
iCal农历, 节气, 传统节日
C · 320 人关注
dnsmasq
dnsmasq fork with fast ipset/server/address lookup
C · 266 人关注
xt_wgobfs
Iptables WireGuard obfuscation extension
Python · 99 人关注
rsync-time-machine
Time Machine Style backup using rsync
Python · 12 人关注
gpsd-navigator
Plot real-time gps reading on world vector shoreline map
C · 3 人关注
http-client
a simply http client with gzip in C
C · 2 人关注
bananapi
PPS over GPIO patch for linux kernel 3.4
C · 1 人关注
blacksocks
Fast event-driven SOCKS5 server with built-in asynchronous DNS resolver
C · 1 人关注
ctop
Cluster top, monitor cluster CPU, Memory, and Network load
1 人关注
UDR
A UDT wrapper for rsync that improves throughput of large data transfers over long distances.
C · 1 人关注
xtables-addons
Additional modules for Xtables/iptables
PHP · 0 人关注
bandwidthd-pSQL-frontend
PHP frontend to display bandwidthd data that was stored in a postgreSQL database
Python · 0 人关注
bedrock
Making mozilla.org awesome, one pebble at a time
Python · 0 人关注
fleetmonitor
A Google Earth KML generator for Marine Companies to monitor their worldwide fleet position on Google Earth.
Python · 0 人关注
gappproxy-pg
加密GAppProxy, combine RSA & AES to secure GAppProxy
Go · 0 人关注
ics-golang
Golang ics parser
HTML · 0 人关注
infinet.github.io
Makefile · 0 人关注
openwrt-packages
Community maintained packages for OpenWrt. Documentation for submitting pull requests is in CONTRIBUTING.md
C · 0 人关注
spc-sdk
Python · 0 人关注
ssh-scan
SSH version and host key monitor
Python · 0 人关注
star3d
Plot stars of a constellation in 3D
infinet

infinet

V2EX 第 95776 号会员,加入于 2015-02-04 21:14:04 +08:00
今日活跃度排名 24650
DuckDNS 当机
DNS  •  infinet  •  2020-04-11 05:00:10 AM  •  最后回复来自 infinet
2
厉害了, Cloudflare 的行星际文件系统
  •  2   
    分享发现  •  infinet  •  2018-09-19 12:12:59 PM  •  最后回复来自 natforum
    5
    发一个仿时光机器 rsync 备份脚本
    分享创造  •  infinet  •  2016-04-06 16:09:48 PM  •  最后回复来自 infinet
    12
    求助:手机被黑,群发要求汇款短信怎么办?
  •  1   
    问与答  •  infinet  •  2016-02-02 12:41:14 PM  •  最后回复来自 infinet
    11
    刚发现常去的几个网站都有 https 了,是什么原因?
    问与答  •  infinet  •  2015-12-29 13:33:57 PM  •  最后回复来自 lepig
    45
    我觉得移动在重定向 DNS
    DNS  •  infinet  •  2021-07-22 17:24:15 PM  •  最后回复来自 bin456789
    25
    发一个改进版 dnsmasq,含预编译适用于 ar71xx 的 OpenWrt 包
  •  1   
    分享创造  •  infinet  •  2020-02-27 02:48:51 AM  •  最后回复来自 infinet
    58
    请帮助测试 dnsmasq --ipset --server 改进版
    宽带症候群  •  infinet  •  2015-04-22 17:16:35 PM  •  最后回复来自 Samloya
    3
    infinet 最近回复了
    153 天前
    回复了 ZGeek 创建的主题 NAS NAS 磁盘文件系统如何设计
    @mapleincode 全用 ZFS 的话,这些问题都能解决。首先个人电脑上单盘的 ZFS 可以校验文件是否损坏,而且 ZFS 快照很容易,所以即使中勒索病毒之类文件被加密,找回之前版本的文件也是举手之劳。NAS 上 ZFS 组成 raidz 更不用说,一个盘有物理坏道导致校验错误,ZFS 会自动从好盘恢复相关数据。
    236 天前
    回复了 nakroy 创建的主题 程序员 AI 大模型的分布式存储方案
    传统分布式储存指什么?至少 Lustre beegfs 之类已经是分布式储存的天花板了,单个超大文件分散到多个储存节点,如果觉得吞吐量不够就加节点。它两个之外还有 IBM 的 gpfs ,据说口碑不错就是用的人比较少。听朋友说某国产储存也是分布式,但它计算节点的储存客户端非常耗资源。
    236 天前
    回复了 awesomePower 创建的主题 程序员 有没有 iptables 的博客或者教程
    Netfilter 网站上有教程,有个图介绍 packet 在内核里的流程对理解 iptables 很有帮助。
    现在都推 nftables ,但个人认为它远不如 iptables 直观,有人说它的目标之一是方便机器处理。
    iptables 支持第三方的内核模块,比如 xtables-addons ,我找不到让 nftables 和这些内核模块交互的文档,多半不支持。因为这个问题,日常使用 nftables 能干的 iptables 也能干,而 iptables 能干的 nftables 替代不了。
    260 天前
    回复了 vsean 创建的主题 分享创造 IP.IM 全新升级的 IP 查询网站
    非常好!
    @HeerKirov 用了很多年 xfce4 ,还好啊,没感觉有 bug ,任务栏冻结更是从来没有过。你的 CPU 不会一直跑在最高频吧,要不是新笔记本驱动不完善。
    @xgdgsc Linux 内核 6.1 开始有个神奇功能叫 MGLRU ,小内存机器简直是枯木逢春。
    dnsmasq 的--ipset 选项在 Linux 下把某个域名解析的 IP 加到 ipset ,它的官方文档没提到的是这个功能在 freebsd 下也能用,不过是加到 pf table ,和 setfib 合用实现按域名分流。
    2024-05-12 20:18:54 +08:00
    回复了 cellargalaxy 创建的主题 Linux 请教建议,硬盘扩展坞的数据冷备方案
    都用 zfs ,定期发送 snapshot 到冷备份盘。用 sanoid 在热机器上定时 snapshot ,syncoid 发送到冷备份。
    @lance07 中文歌选周杰伦,同样基本不知道在唱什么。
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   实用小工具   ·   5175 人在线   最高记录 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 21ms · UTC 08:32 · PVG 16:32 · LAX 01:32 · JFK 04:32
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.