TimeAxis
753 subscribers
543 photos
9 videos
5 files
326 links
GZTime's personal channel.
Download Telegram
Math Note

计算器 App 支持手写动态计算,并根据你对公式的变化,动态改变结果。

甚至可以根据你设置的变量直接理解并得出结果或绘制函数图像。

什么史诗级更新(
🥰2
TimeAxis
#tip 您的每日生活技能小助手上线啦: 是否为小型项目嵌入庞大中文字体而苦恼? 用 python 十几行裁剪出来你需要用的那一小部份文字吧! # package: fonttools from fontTools.ttLib import TTFont from fontTools.subset import Subsetter, Options def crop_font(input_ttf_path, output_ttf_path, characters): # 加载字体文件 …
#tip

您的每日生活技能小助手上线啦:

是否遇到了想要用 cloc 却要写一大堆过滤器来排除编译产物的影响?

首先,您可以使用 cloc --vcs git 来使用 git ls-files 获取文件列表;

除此之外, cloc 可以直接用 commit hash 作为参数,计算那个 commit 的仓库信息!

而且,如果你想要强制使用 git 模式来查看特定的 branch,可以使用 cloc --git main 的形式来列出特定的 git 目标!
👍3
Forwarded from Li · 絢瀬逢田 · 林 · 鬼頭レキ · デュノア
8
Forwarded from Rachel 碎碎念 (Rachel 🐨)
#有意思的项目
SwitchyOmega 这个名字各位互联网遗老应该都不陌生,它最后一次更新其实已经是 2018 年的事情了,最近由于各种原因,Firefox 已经无法安装,Chrome 也将停止支持,推荐迁移至另一位作者 fork 出来的、兼容 Manifest V3 且可以复用原有配置的 ZeroOmega:

https://github.com/suziwen/ZeroOmega

扩展商店:
Firefox Chrome
#tailscale

今日遇到了奇怪的连接问题,端口都放行,但是一旦启用 firewalld 之后 tailscale 就无法和对端建立 p2p 连接。

经过抓包、监听筛查,存在往返数据包,也可以监听到对应端口进行交互,排查了一下午,发现了一个选项:


# IPv6_rpfilter
# Performs reverse path filtering (RPF) on IPv6 packets as per RFC 3704.
# Possible values:
# - strict: Performs "strict" filtering as per RFC 3704. This check
# verifies that the in ingress interface is the same interface
# that would be used to send a packet reply to the source. That
# is, ingress == egress.
# - loose: Performs "loose" filtering as per RFC 3704. This check only
# verifies that there is a route back to the source through any
# interface; even if it's not the same one on which the packet
# arrived.
# - strict-forward: This is almost identical to "strict", but does not perform
# RPF for packets targeted to the host (INPUT).
# - loose-forward: This is almost identical to "loose", but does not perform
# RPF for packets targeted to the host (INPUT).
# - no: RPF is completely disabled.
IPv6_rpfilter=loose


把它改成 loose 之后就没有问题了,有没有懂哥科普下原因.jpg
#IDA #Leak

关于今日的 IDA 9.0 beta leak, 此脚本实测可用。

至于 aarch64 的 macOS 报错 "Internal error 30016" 经排查是 aarch64 中 ..Contents/MacOS/plugins/arm_mac_user64.dylib 插件所导致,将其移除或重命名之后可正常使用 IDA。

上述脚本的原理为替换 HexRay 的公钥,并自己签发许可证,因此全平台可用。

哎,过年啦()
👍6
#GZCTF

v0.21.1 发布,附有一些重要更新和说明:


> [!IMPORTANT]
>
> ## LICENSE UPDATED
>
> This release includes an important license addendum to the AGPLv3 license.
> Key points include:
>
> - **Certain files cannot be modified.**
> - **The "GZCTF" name and related identifiers are protected.**
> - **See LICENSE_ADDENDUM.txt for details.**
>
> **NOTE:**
> The GZCTF project is currently registered with a software copyright,
> and the author reserves all legal rights.


在 GZCTF 的新版中,关于源码分发有一些重要的更新内容:

- 部分文件被保护,禁止被修改(用于展示 GZCTF 标识的);
- 有关 GZCTF 的字符串和变体被保护。

同时,GZCTF 目前是一个具有软著登记的项目,作者保留一切合法权益。
👍3🤮1
MiaoTony's Box
#今天又看了啥 #security 原来 IDA Pro 9.0 beta 的安装包是 子域名枚举 + .DS_Store 路径泄露出来的路径吗( https://fixupx.com/gmhzxy/status/1822871063795315135
虽然这样说,但是频道主更愿意认为这是 HexRays 下的一盘大棋(

其中之一是社区插件就跟着更新起来适配 9.0 的 API,毕竟上一个 leak 这么全的(应该)还是 7.7(
👍2
Forwarded from bupt.moe
#GZCTF

今天 GZCTF 在特定实例上的优化程度:

内存占用:8GiB -> 200MiB
请求传输:15MiB -> 4.2MiB (压缩前)
缓存大小:1,874,746B -> 1,727,854B
计算时间:30秒级 -> 3秒级

(2600 队伍 / 102 题目 / 8w 提交)

待测试稳定后发版
核心:被 EFCore 坑了
😍7
看我今天的 Commit ID!

PS:下一句是不是蜜雪冰城甜蜜蜜🤪
🥰7😁1
可是尺子只能量直线()
#GitHub

救我狗命的工具:

https://github.com/blacktop/lporg

问就是为了删除 adobe 的一大堆残留,以及几十个 Logi Options+ 的记录……还顺便精简了一下

删除那些内容需要直接跑 sqlite3delete from apps,可是我原本的数据库在删除一行之后都会导致全部文件夹异常,全部 App 被摊开(于是特别难以收拾)

原理是收集信息之后重建数据库,异常内容删除之后从它的列表中也删除,所以会非常干净👍
Forwarded from 今天abc看了啥🤔 (asfr | abc1763613206🤔)
代理检测:在线检测您是否在使用 Clash
https://www.v2ex.com/t/1076579

省流缓解措施:Clash 设置→外部控制→修改监听地址(比如设置到 255.255.255.255:9097)、设置API密钥