● online CS undergrad · Cloud + Security focus
Building stuff. Breaking stuff. Learning.
~/zr
个人资源 + 备忘录。点左边导航跳转
quick links
- about/ — CV · journey · certs · projects
- blog/ — 技术笔记 · cheatsheet · 跨区金融 · 学习反思
- links/ — 收藏夹
- downloads/ — 下载中心 · 学习资料 / 工具 / 模板
- reading/ — 阅读清单
- 🔒 private material/ — 私密资料 (需要密码)
stack
AWS Cloudflare Linux nginx Python Bash Docker tmux
about/
Software engineer · cs & security student · 🇦🇺UniMelb → 🇭🇰HKU MSc
summary
Final-semester B.Sc. student in Computing & Software Systems at the 🇦🇺University of Melbourne — graduating 23 Jun 2026 — and admitted to the MSc in Electronic Commerce & Internet Computing — MSc(ECom&IComp) — at the 🇭🇰University of Hong Kong, starting Sep 2026. Three internships completed spanning UAV algorithm engineering, production computer-vision pipelines (Hikvision · YOLO / DeepSORT / NMS), and government data platforms. Transitioning toward systems & security engineering — operating a self-built multi-region AWS infrastructure as a live portfolio while pursuing a 7-cert multi-cloud + cyber/risk certification track (AWS · Azure · IaC · ISC2 · ISACA), targeting HK fintech cyber/risk roles.
journey ▸ done / now / next
selected projects ▸ timeline
skills
links
- ↳ GitHub
- ↳ [email protected]
links/
常用资源 · AI · Cloud · Certs · Dev · Misc
🤖 AI / LLM Chat
- Claude — Anthropic 主力
- ChatGPT — OpenAI
- Gemini — Google
- Perplexity — search-grounded AI
- Microsoft Copilot — GPT-4 免费入口
- DeepSeek — 国内可访问
- Poe — 多模型聚合
🔌 AI / LLM API & Dev
- Anthropic Console — Claude API
- OpenAI Platform — GPT API
- Google AI Studio — Gemini API (有免费层)
- DeepSeek Platform — 低价 API
- xAI Grok
- Mistral Console
- HuggingFace — 模型仓库 + Spaces
- OpenRouter — 多模型统一 API
- Anthropic Docs
- OpenAI Docs
- LM Studio — 本地跑模型
- Ollama — CLI 本地推理
☁️ AWS
- AWS Console (general)
- Tokyo Console (ap-northeast-1)
- Melbourne Console (ap-southeast-4)
- Oregon Console (us-west-2)
- AWS Skill Builder — 官方课程平台
- AWS Certification — 认证总览
- AWS Exam Prep
- AWS Documentation
- AWS Architecture Center
- Well-Architected Framework
- AWS Pricing Calculator
- AWS Health Dashboard — 区域故障状态
- AWS Free Tier
- AWS Marketplace
📜 Certifications · ISC2 / ISACA
- ISC2 主站
- ISC2 CC — 入门 (free for first)
- ISC2 CISSP
- ISC2 CCSP
- ISACA 主站
- ISACA CISA
- Pearson VUE — 考试预约 (CISSP / SAA)
- Credly — 数字徽章
📚 Learning · Courses
- Adrian Cantrill — AWS 王者级课程
- Tutorials Dojo (Jon Bonso) — 模拟题必买
- Udemy — Stephane Maarek 系列 (打折买)
- Whizlabs — 备用模拟题源
- A Cloud Guru (现 Pluralsight)
- Coursera
- MIT Missing Semester — CS 缺失的一学期
- OverTheWire Bandit — shell 闯关
🛠 Dev Utilities
- GitHub
- Stack Overflow
- MDN Web Docs
- DevDocs — 离线文档聚合
- explainshell.com — 逐 token 解释 shell
- regex101 — 正则测试
- crontab.guru — cron 解析
- Can I Use — 浏览器兼容
- JSON Formatter
- Transform.tools — JSON↔YAML↔TS 互转
- Carbon — 代码截图美化
- CodeSandbox — 在线 IDE
- StackBlitz — 浏览器内全栈环境
- Replit — 云 IDE
- Bundlephobia — npm 包体积
- npm trends — 包流行度对比
- Shields.io — README 徽章生成
- gitignore.io — gitignore 模板
🎨 Design / Diagram
- Excalidraw — 手绘风白板
- tldraw — 协作白板
- diagrams.net (draw.io) — 流程图 / 架构图
- Mermaid Live — 文本生成图表
- Coolors — 配色方案生成
- RealFaviconGenerator — 全平台 favicon
- Squoosh — Google 出品图片压缩
- TinyPNG — 智能压缩
- Unsplash — 免费高质量摄影
- Pexels — 免费图库 + 视频
- Emojipedia — emoji 查找
🌐 Web Test / Inspect
- SSL Labs Test — 证书 / TLS 评分
- SecurityHeaders.com — HTTP 安全头评级
- PageSpeed Insights — Google 速度评分
- WebPageTest — 深度性能分析
- GTmetrix
- BuiltWith — 任意站点技术栈
- Wayback Machine — 互联网档案
- MXToolbox — DNS / MX / 黑名单查
- DNSChecker — 全球 DNS 传播查
- Uptrends Tools
🔐 Security / Privacy
- Have I Been Pwned — 邮箱泄露查
- VirusTotal — 文件 / URL 病毒扫
- Shodan — 联网设备搜索
- urlscan.io — URL 安全分析
- NVD (NIST) — CVE 漏洞数据库
- Exploit-DB
- EmailRep — 邮箱信誉查
- Privacy Guides — 隐私工具推荐
☁️ Cloudflare
- Cloudflare Dashboard
- Cloudflare Docs
- Cloudflare Radar — 全球流量 / 攻击情报
- 1.1.1.1 DNS
🌐 国内 Utilities
🎬 Anime · 娱乐
- AGE 动漫 (age.tv)
- Bangumi — 番组数据库 (国内)
- MyAnimeList — 国际番剧 DB
- AniList — 现代化 anime tracker
downloads/
下载中心 · 资源持续更新
📚 学习资料
🛠 工具 / 软件
📝 模板 / Templates
📦 其他
上传指南
单文件上传:
scp ~/Desktop/yourfile.pdf Tokyo:/tmp/
ssh Tokyo "sudo mv /tmp/yourfile.pdf /var/www/zhenyuruan.com/downloads/ && sudo chown www-data:www-data /var/www/zhenyuruan.com/downloads/yourfile.pdf"
整目录上传:
rsync -avz ~/Desktop/resources/ Tokyo:/tmp/resources/
ssh Tokyo "sudo mv /tmp/resources/* /var/www/zhenyuruan.com/downloads/ && sudo chown -R www-data:www-data /var/www/zhenyuruan.com/downloads/"
上传后, 在这里加 download-card:
<a href="/downloads/yourfile.pdf" class="dl-card" download>
<div class="dl-icon">📄</div>
<div class="dl-info">
<div class="dl-name">Your File Name</div>
<div class="dl-desc">一句话描述</div>
<div class="dl-meta">
<span>📁 PDF</span>
<span>💾 2.4 MB</span>
<span>📅 2026-05-11</span>
</div>
</div>
<div class="dl-btn">Download</div>
</a>
💡 文件类型 icon 推荐: 📄 PDF · 📊 Excel/Sheets · 📦 zip · 🎬 video · 🎵 audio · 🖼 image · 📜 markdown · 💾 binary · 🧩 plugin
reading/
书单 & 文章
当前在读
- 📖 CISSP All-in-One Exam Guide — Shon Harris
计划读
- 📖 Designing Data-Intensive Applications — Martin Kleppmann
- 📖 The Web Application Hacker's Handbook
- 📖 Linux 内核设计与实现
已读 / 推荐
- (待补)