aloxaf 最近的时间轴更新
aloxaf's repos on GitHub
Shell · 68 人关注
dotfiles
my dotfiles
Shell · 16 人关注
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
ONLINE

aloxaf

V2EX 第 457420 号会员,加入于 2019-12-04 18:50:00 +08:00
今日活跃度排名 1803
aloxaf 最近回复了
8 天前
回复了 jinker 创建的主题 程序员 Rust 开发的无头论坛软件
@aloxaf 在 reddit 看到 lz 的帖了,那可能是加起来的流量确实很大(
8 天前
回复了 jinker 创建的主题 程序员 Rust 开发的无头论坛软件
打不开了,提示「 Worker exceeded resource limits 」
这才三个半小时,931 次点击,就被刷爆了?
15 天前
回复了 saobilin 创建的主题 Linux Proxmox 从 AMD 平台迁移到 Intel 平台请教
用 livecd 进去重新生成一下 initramfs 吧,如果有 dkms 模块也重新安装一下
我觉得标题直接写名字就行了,如果要用头衔的话,全称应该是:
ffmpeg 之父、qemu 之父、tinycc 之父、quickjs 之父、jslinux 之父……
19 天前
回复了 gav1nwwk 创建的主题 程序员 4 年后端想接点私活,但是前端太复杂
@MRG0 我觉得前端更复杂,三过 react 门而不入(
21 天前
回复了 theprimone 创建的主题 程序员 业余 wakatime 破一千小时了
18 年开始用,但是没开会员只能看到过去一年的记录草
26 天前
回复了 safjweihfea 创建的主题 推广 ZoomEye 限时让利,一次购买,终身尊享!
看到终生会员想买,但是又觉得浪费。结果试了下 paypal 直接支付失败,很好,这样我就死心了。
26 天前
回复了 craftx 创建的主题 Linux 如何分析 Linux 死机原因以及解决方案?
分析原因:重启后查看重启前的日志,不过有些硬件故障导致的卡死真的是无征兆的,看日志是完全正常的,系统突然就在某个点完全冻结了

解决方案:SysRq
29 天前
回复了 UncleCAT4 创建的主题 Linux 谈谈使用 Linux 三年以来的感受
@notgoda
和普通的 ext4 -> ext4 迁移差不多的。
最简单的方法是 btrfs-convert ,不过建议做好数据备份。我当时是失败了,但回滚倒是挺成功。
最标准的方法应该是把数据备份一遍,然后把硬盘重新格式化为 btrfs 格式,再拷贝回去,拷贝的命令我是参照: https://blog.lilydjwg.me/2019/3/31/move-system-to-ssd.214336.html
迁移完之后要注意将所有引用了该分区 uuid 的地方改掉,引导也重新生成一下。
30 天前
回复了 UncleCAT4 创建的主题 Linux 谈谈使用 Linux 三年以来的感受
大一从 Manjaro 入坑,用了半年换到了 Arch 。
然后就一直在用 Arch 了,桌面从 xfce -> lxde -> gnome -> kde 换了一圈,期间换了两次电脑,三次系统盘,一次 ext4 -> btrfs 的迁移,一直没重装过,算下来快 7 年了,可能比我用 Windows 的时间都长了。
说实话一直用 Linux 的提升还是很大的,我现在工作也是和 Linux 打交道,不少同事花一天才能搞定的事情,我两个小时就能搞定,然后剩下的时间就在摸鱼(
关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   3056 人在线   最高记录 6543   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 19ms · UTC 08:41 · PVG 16:41 · LAX 01:41 · JFK 04:41
Developed with CodeLauncher
♥ Do have faith in what you're doing.