aloxaf 最近的时间轴更新
aloxaf's repos on GitHub
Shell · 67 人关注
dotfiles
my dotfiles
Shell · 15 人关注
aur-build
Build AUR packages with GitHub Actions
C++ · 11 人关注
CAPIx
使CMD能够高速调用API
PHP · 8 人关注
cdda-itembrowser
CDDA 物品浏览器
Python · 7 人关注
10_0_0_55_login
BIT 10.0.0.55 的登入与登出的Python实现
Python · 5 人关注
Crypko.Spider
(目前是)一次性的Crypko小爬虫
Python · 5 人关注
facenote_thirdparty_app
为掌阅系统安装第三方 app
Rust · 4 人关注
crc32fix
fix png's length or height according to its crc32 checksum
HTML · 2 人关注
Aloxaf.github.io
my blog
Python · 2 人关注
cdda-wiki-bot
2 人关注
comic-translation
基于深度学习的漫画翻译辅助工具,包含翻译、朗读、图像去字、自动嵌字功能。 目的是帮助非专业汉化人员完成更简单,快速的翻译任务。
1 人关注
exa
A modern version of ‘ls’.
1 人关注
fcitx5-chinese-addons
Addons related to Chinese, including IME previous bundled inside fcitx4.
Rust · 0 人关注
atuin
✨ Magical shell history
C++ · 0 人关注
Cataclysm-DDA
Cataclysm - Dark Days Ahead. A turn-based survival game set in a post-apocalyptic world.
TypeScript · 0 人关注
ChatGPT-Next-Web
One-Click to deploy well-designed ChatGPT web UI on Vercel. 一键拥有你自己的 ChatGPT 网页服务。
0 人关注
copr-test
Python · 0 人关注
CTF-RSA-tool
a little tool help CTFer solve RSA problem
0 人关注
dnsmasq-china-list
Chinese-specific configuration to improve your favorite DNS server. Best partner for chnroutes.
Rust · 0 人关注
eth-keystore-rs
A minimalist library to interact with encrypted JSON keystores
Rust · 0 人关注
evcxr
Rust · 0 人关注
extsort-rs
External sorting (i.e. on disk sorting) capability on arbitrarily sized iterator
0 人关注
faiss
A library for efficient similarity search and clustering of dense vectors.
0 人关注
fast-syntax-highlighting
Feature-rich syntax highlighting for ZSH
Rust · 0 人关注
fastblur
Fast (linear time) implementation of the Gaussian Blur algorithm in Rust
Shell · 0 人关注
fastmac
a test environment
C++ · 0 人关注
fcitx5
maybe a new fcitx.
0 人关注
fcitx5-lua
0 人关注
filecoin-docs
Filecoin Docs
0 人关注
filecoin-ffi
C and CGO bindings for Filecoin's Rust libraries
aloxaf

aloxaf

V2EX 第 457420 号会员,加入于 2019-12-04 18:50:00 +08:00
今日活跃度排名 11186
aloxaf 最近回复了
你是来寻求帮助还是来进行调查的?

如果是寻求帮助的话,坛友并不会赛博算命,你应该附上你的显卡型号、驱动版本、报错日志……。你上面那一大串描述,完全没有提供任何有帮助的信息。
如果你是来进行调查的,你可以省略掉你遇到的问题,免得转移大家的关注点。
copilot: 自己废了就废了,别甩锅给我
有句英文谚语,叫熟悉的魔鬼好过陌生的天使。所以尽管当初一群人大吹特吹,我也没去碰过阿里云盘。
更何况作为程序员,对国内网盘的运营成本有多高是再熟悉不过的了……露出獠牙只是时间问题。
18 天前
回复了 zhongjun96 创建的主题 Linux Ubuntu 下解压 gz 文件,如何限制速度?
@realpg #12 这个是不是等效于 systemd-run -t -p "BlockIOWriteBandwidth=/dev/sda 50M" gzip -d a.gz

(题外话:
(我测了半天一直没效果,最后发现自己不知道啥时候切到 cgroup v1 去了,而 cgroup v1 只能限制 direct io 的速度
18 天前
回复了 zhongjun96 创建的主题 Linux Ubuntu 下解压 gz 文件,如何限制速度?
@realpg #13 嗯,确实是的,不过我认为即使在不修改内核参数的情况下,也并非无解。
首先可以想到的是继续增加限速,直到保证脏页刷新之前不会写入过多数据
其次可以使用 dd 来手动控制刷新的时机: | dd of=log bs=100M iflag=fullblock oflag=dsync
19 天前
回复了 zhongjun96 创建的主题 Linux Ubuntu 下解压 gz 文件,如何限制速度?
gunzip -c log.gz | pv -L 102400 > log
22 天前
回复了 jinqzzz 创建的主题 Linux 想请教一个关于 Bash 管道符和 tee 的问题
管道是流式的,如果你写「 sort foo.txt | tee foo.txt 」,「 sort foo.txt 」和「 tee foo.txt 」会一起启动,而后者启动时会清空 foo.txt ,导致前者读不到东西。

对于这种需求,你应该使用 sponge 命令,它会等读取完所有数据再一次写入:sort foo.txt | sponge foo.txt
目前觉得最有用的是翻译准确多了
30 天前
回复了 Fffys 创建的主题 git 备份到 github,直接输入可以但 cron 没成功
cron 默认应该是 root 执行的,你得切换到当前用户,这样才读的现有的 .gitconfig
话说 obsidian 的 git 同步应该有插件吧
35 天前
回复了 Fader10 创建的主题 程序员 homelab 远程访问的正确姿势?
我是 ztnet 自建 zerotier ,本来想用 tailscale 的,但是 zerotier 的配置看起来简单一点(
关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   实用小工具   ·   1414 人在线   最高记录 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 18ms · UTC 17:02 · PVG 01:02 · LAX 10:02 · JFK 13:02
Developed with CodeLauncher
♥ Do have faith in what you're doing.