关于本站/关于我

关于本站/关于我/About 本站主要是个人使用的读书笔记,因为早期使用了 Wordpress 所以申请了域名, 转到 Github + Markdown 后也保留了公开访问, 本人使用频率比较高的技术文档都有仔细整理和验证过,希望能帮助到有需要的同学。当然…也有大量的转载未整理的内容,在不断完善整理中… 收集综合症/转载 基本上是我接触过的知识的一个集合 大部分内容是转载的 70%+ 一般第一次接触的知识会找质量比较好的或者能解决问题的文章收集进来 有一部分原因是防止源站消失 (比如…已经消失的一个站点http://www.yining.org/2010/05/04/http-get-vs-post-and-thoughts/),还有方便查找,省掉重新 Google 的过程。 有仔细读过的会修正 typo 日常遇到问题会逐渐整理,也会补充其它引用来源 有明显整理痕迹的都是仔细读过的,比如有段落标题,有代码语法高亮。 会有合并摘抄 一篇文章可能有多个引用来源, 对同一个问题也有可能有相互矛盾的来源,会补充验证后的结果。 前期不太注意知识共享协议,最近在有意识的识别有共享协议的文章并按协议转载 没有明显的知识共享协议的文章会逐渐转移到私有仓库 Obsidian + AWS S3 转载内容的 Author 会标记为 “-” 会不定期删除本人使用频率低的内容, 比如早期接触过的 ASP.net, Wordpress, PHP… 本站点对应的 GitHub 仓库: https://github.com/wiloon/blog 转载内容有侵权可以随时联系我删除 整理过的 在转载文章的基础上整理过的 记录了一部分常用的命令 平时经常使用的工具, 命令, 脚本, 使用过程中遇到问题,解决问题的过程中会频繁修改,会补充命令的示例 一般会有语法高亮 有段落标注 可能有 N 个引用来源 以 Tag(remix) 方式标记整理过的转载内容 – 逐渐整理中,要花些时间从收集的文档里捞出来。 日常记录 少量的原创文章或原创比例比较高的文档 日常遇到的问题和解决过程 以 Tag(original) 方式标记 – 逐渐整理中,要花些时间从收集的文档里捞出来。 Author 会标记为 “w1100n” Blog 实现 Markdown GitHub GitHub Action Hugo PaperMod theme Cloudflare Pages 关于我 王越 ...

2026-04-21 · 1 min · 212 words · W10N

linux apps

Linux apps 必装软件(重装系统后优先安装) app source notes kitty pacman terminal neovim pacman 编辑器 flameshot pacman 截图+标注 bitwarden pacman 密码管理 btop pacman 颜值不错的 top 替代 wechat aur visual-studio-code-bin aur VSCode 官方二进制版 说明 pacman — sudo pacman -S aur — yay -S apt — sudo apt install go — go install Browser app source notes chromium pacman 开源版 Chrome google-chrome aur google-chrome-beta aur google-chrome-dev aur ubuntu install chrome curl -O https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb sudo apt install ./google-chrome-stable_current_amd64.deb Terminal app source notes hyper pacman terminal termite pacman 支持32位色 tmux pacman Text Editor / Notes app source notes mousepad pacman 轻量文本编辑器 typora aur markdown 编辑器 obsidian pacman 知识管理 nixnote2-git aur Evernote Linux 客户端 Screenshot / Recording app source notes spectacle pacman KDE 原生截图 simplescreenrecorder pacman 录屏 gtk-recordmydesktop aur 录屏 shutter aur 截图,需配合 perl-goo-canvas System Monitor app source notes ncdu pacman/apt 命令行磁盘空间分析 netdata pacman 系统资源监控 indicator-sysmonitor apt 任务栏系统资源监控 nethogs pacman 网络流量监控 dstat pacman 查看系统性能 dstat -cdlmnpsy slurm aur 网络监控 hardinfo-git aur 硬件信息查看 System Info app source notes fastfetch pacman 打印发行版 logo neofetch pacman/apt 系统信息(已停止维护) stress pacman 压力测试 hdparm pacman 磁盘参数查看 procmon aur 微软的进程监控工具 File Management app source notes filelight pacman 图形化磁盘空间管理 baobab apt 硬盘占用分析工具 catfish pacman 文件搜索 tree apt 树形目录显示 tree -L N nautilus apt Ubuntu 默认文件管理器 Archive / Compression app source notes ark pacman KDE 压缩包管理器 file-roller pacman zip/7z/rar 支持 zstd pacman 多线程快速压缩工具 rar/unrar apt Media / Graphics app source notes digikam pacman KDE 最佳图片管理 gwenview pacman KDE 图片查看 eog apt Eye of Gnome 图片查看 inkscape pacman 矢量图形编辑,SVG audacity pacman 音频处理 okular pacman PDF reader gpick pacman 颜色拾取工具 Download app source notes aria2 pacman 下载工具 axel pacman 下载工具 Remote Desktop app source notes remmina pacman GTK 远程桌面客户端 freerdp pacman remmina RDP 支持包 rdesktop pacman Communication app source notes thunderbird apt 邮件客户端 telegram-desktop pacman feishu aur 飞书 dingtalk aur 钉钉 zoom aur Office app source notes libreoffice-fresh pacman wps-office aur 需 ttf-wps-fonts ttf-wps-fonts aur WPS 字体依赖 Development Tools app source notes git pacman/apt lazygit go go install github.com/jesseduffield/lazygit@latest gitkraken aur Git GUI,Free for non-commercial github-desktop-bin aur base-devel pacman 编译工具链 cmake pacman kotlin pacman iperf3 pacman 网络测试 wireshark-qt pacman lsof pacman hexyl pacman 彩色 hex 编辑器 lrzsz pacman zmodem binutils pacman 二进制文件处理工具集 inetutils pacman telnet 等网络工具 zeal pacman 离线文档 platformio aur 物联网开发生态系统 IDE app source notes code pacman Visual Studio Code vscodium-bin aur VSCode 社区版(无遥测) jetbrains-toolbox aur JetBrains 工具管理器 intellij-idea-community-edition pacman IDEA 社区版 intellij-idea-ultimate-edition aur yay -S intellij-idea-ultimate-edition intellij-idea-ultimate-edition-jre goland aur yay -S goland goland-jre webstorm-jre aur yay -S webstorm webstorm-jre clion aur yay -S clion clion-jre claude-code aur Java app source notes jdk-openjdk pacman Latest OpenJDK jdk8-openjdk pacman OpenJDK 8 openjdk8-src pacman OpenJDK 8 源码 openjdk-8-jdk apt OpenJDK 8 maven pacman gradle pacman graphviz pacman PlantUML 依赖 jd-gui-bin aur Java 反编译 eclipse-mat aur Eclipse Memory Analyzer Node.js / Rust app source notes nvm pacman Node.js 版本管理 rust pacman Database app source notes redisinsight aur Redis GUI redis-desktop-manager aur RDM sqlectron-gui pacman heidisql aur MySQL 客户端 tableplus aur MySQL client datagrip — 官网下载 Fonts app source notes ttf-jetbrains-mono pacman JetBrains Mono adobe-source-code-pro-fonts pacman Adobe 编程字体 ttf-wqy-microhei apt 文泉驿-微米黑 ttf-wqy-zenhei apt 文泉驿-正黑 xfonts-wqy apt 文泉驿-点阵宋体 ttf-consolas-with-yahei-powerline-git aur Consolas+雅黑 KDE sudo pacman -S powerdevil kmix kscreen ark gwenview kcolorchooser app source notes powerdevil pacman 电源管理,休眠按钮 kmix pacman 音量调节 kscreen pacman 多显示器管理 kcolorchooser pacman 颜色拾取 KDE Widget name notes netspeed widget 网络监控 resources monitor CPU/内存监控 Plasma Week Number 显示周数 Virtualization / Container app source notes docker pacman podman pacman podlet aur kvm pacman wine pacman 需开启 Multilib 仓库 playonlinux pacman Wine 图形前端 Utilities app source notes qalculate-gtk pacman 全宇宙最好用的计算器 rsibreak pacman 番茄钟 gnome-shell-pomodoro apt Pomodoro openvpn pacman pavucontrol apt Chrome 音频输出设置 sl pacman 小火车 x11-apps apt xclock, xserver 测试用 pamac-aur aur 图形界面的 pacman libiconv aur 编码转换 Ventoy — 各种 ISO 安装盘引导工具 References Arch Linux List of Applications

2026-04-03 · 3 min · 615 words · w10n

enX

enX 开发环境 vscode 本地测试 在 Chrome 里打开 Manage Extensions: chrome://extensions/ Reload enX 在 Chrome 里打开 InfoQ 里任意一篇文章 点击扩展栏里的 enX enX 会标记文章正文部分的英文词 unit test cd /Users/wiloon/workspace/projects/enx/chrome-enx npm run test -- infoq.test.js deploy api to local vm commit and push enx to GitHub go to jenkins run deploy env DNS: 192.168.50.1:53, dnsmasq Nginx: 192.168.50.130 api: 192.168.50.36:8080 https://github.com/wiloon/enx/blob/main/enx-api/deploy.sh

2024-10-17 · 1 min · 55 words · -

Books

books 读书 平时看到有人推荐好书就忍不住想屯几本,但是到了读书的时候大都是看了几页几十页就被各种事情打断了…, 很少有一本书能读完的,从 2021 年开始计划着多花些时间读书,从第一页读到最后一页的那种。然后就有了这里的列表。 2025 Elon Musk Author/作者: [美]沃尔特·艾萨克森 译作名: 埃隆·马斯克传 译者: 孙思远 / 刘家琦 Elon Musk Author/作者: [美] 阿什利·万斯 译作名: 硅谷钢铁侠 译者: 周恒星 Steve Jobs Author/作者: [美]沃尔特·艾萨克森 译作名: 史蒂夫·乔布斯传 译者: 赵灿 The Gardener and the Carpenter Author/作者: [美] 艾莉森•高普尼克(Alison Gopnik) 译作名: 园丁与木匠 译者: 刘家杰 / 赵昱鲲 三体 Author/作者: 刘慈欣 The Scientist in the Crib Author/作者: [美]艾莉森•高普尼克 / [美]安德鲁•梅尔佐夫 / [美]帕特里夏•库尔 译作名: 孩子如何学习 译者: 林文韵 / 杨田田 The Philosophical Baby ...

2023-12-11 · 2 min · 286 words · w10n

iptables `nftables` 混合使用 -_-

iptables nftables 混合使用 -_- iptables 和 nftables 可以混合使用,但是规则要小心配置。 archlinux nftables 的默认规则是禁止转发的 (forward) 看 iptables 的 trace 日志 报文会先经过 iptables 的 forward 链,再流到 nftables 的 forward 链。 nftables 默认在 forward 链抛掉所有数据。 如果启用了 nftables, 一定修改一下 nftables 的默认配置文件。否则报文在 iptables 的 forward 链 accept 之 后会被 nftables 规则抛掉。 iptables trace iptables 调试, raw 表, LOG nftables trace nftables trace

2019-03-30 · 1 min · 55 words · -

backup list, 备份列表

backup list, 备份列表 PC - home maven setting heidisql config fcitx 码表 /home/wiloon/.config/fcitx/table/*.mb jetbrain.dic ~/bin IDEA settings PC - work maven setting heidisql config email fcitx 码表 /home/wiloon/.config/fcitx/table/*.mb idea.dic ~/bin Emacs configuration file: ~/.emacs IDEA settings. wiloon.com enx.war enx db router /etc/hosts android 照片 > NAS Contacts

2017-07-30 · 1 min · 47 words · -

golang 程序 too many open files

golang 程序 too many open files Go 程序 报错 too many open files 程序 报错之后 查看 进程 打开的 文件 lsof -p 14092 |wc -l, 1032 排除掉 内存映射文件(mem), 列标题, cwd, rtd, txt, 刚好 1024, lsof -p 14092 看到打开的 fd 最大值 1023u shell 下 查看系统的文件数设置 ulimit -a ulimit -Hn ulimit -Sn 65535 systemd limit https://unix.stackexchange.com/questions/345595/how-to-set-ulimits-on-service-with-systemd Go rlimit https://stackoverflow.com/questions/17817204/how-to-set-ulimit-n-from-a-golang-program wangyue.dev/lsof wangyue.dev/ulimit wangyue.dev/systemd/script

2015-09-02 · 1 min · 59 words · -

2024

2024 耳鸣差不多已经控制住了 开始测试乳糖牛奶 ENx 已经能满足自己日常使用 开始有计划的每天读书 每天能清空当天的 todo list 开港卡投资美股 完成了一个比较复杂的模块的重写, 1w+ 行单体测试, 第一次大规模使用单体测试, 平稳上线.

2006-01-02 · 1 min · 15 words · -