[COMP101] 0-给准大学生的计算机入门课

买到新电脑后,你应该做些什么?
Posted on Jul 31, 2025

前言

这是写给我们家第二个大学生的教程。虽然她学的专业和计算机几乎没有关系,但我认为科学地使用计算机和大语言模型(Large Language Model, LLM)以及基本的编程能力是现代人的必备技能,于是就有了这个系列教程。

内容规划

  1. Windows: How to use the new computer?
    • file management
    • software management
  2. Proxy: How to surf scientifically?
    • Why need proxy? Google instead of Baidu
    • How to proxy? Clash usage
  3. LLM: the most powerful tool
    • How to choose LLM?
    • How to write good prompt?
  4. Linux, Git & GitHub: build your own website
    • WSL install
    • use Linux to install packages
    • Git usage
    • Hugo blog framework
    • GitHub usage, especially GitHub Pages
  5. Python 1: crawler
  6. Python 2 & AI: face recognization