Jelajahi Sumber

add git & linux tutorial

Jeremy Zheng 1 Minggu lalu
induk
melakukan
c76417cc8c
10 mengubah file dengan 34 tambahan dan 0 penghapusan
  1. 5 0
      README.md
  2. 6 0
      git/README.md
  3. TEMPAT SAMPAH
      git/books/cn.pdf
  4. TEMPAT SAMPAH
      git/books/en.pdf
  5. 23 0
      linux/README.md
  6. TEMPAT SAMPAH
      linux/books/LFS-BOOK-13.0-SYSD.pdf
  7. TEMPAT SAMPAH
      linux/books/abs-guide.pdf
  8. TEMPAT SAMPAH
      linux/books/advunix.pdf
  9. TEMPAT SAMPAH
      linux/books/unix.pdf
  10. TEMPAT SAMPAH
      softwares/windows/VirtualBox-7.2.6a-172322-Win.exe

+ 5 - 0
README.md

@@ -35,3 +35,8 @@ git clone https://git.wikipali.org/iapt-platform/tutorial.git
   ssh-add .ssh/id_rsa
   git clone ssh://git@git.wikipali.org:2222/iapt-platform/tutorial.git
   ```
+
+## 学习资料
+
+- [Linux](linux/)
+- [Git](git/)

+ 6 - 0
git/README.md

@@ -0,0 +1,6 @@
+# GIT 基础教程
+
+## 文档
+
+- [Pro Git book](books/en.pdf)
+- [Pro Git 中文版](books/cn.pdf)

TEMPAT SAMPAH
git/books/cn.pdf


TEMPAT SAMPAH
git/books/en.pdf


+ 23 - 0
linux/README.md

@@ -0,0 +1,23 @@
+# LINUX 基础教程
+
+## 练习题
+
+要求:照着文档从第一行验证到最后一行
+
+- Bash
+  - 安装[WSL2 for windows](https://learn.microsoft.com/en-us/windows/wsl/install), 管理员身份打开PowerShell运行
+
+    ```bash
+    wsl --install
+    wsl --set-default-version 2
+    ```
+
+  - Purdue University的[基础教程](books/unix.pdf)、[高级教程](books/advunix.pdf)
+
+- LFS
+  - 安装[VirtualBox for Windows](../softwares/windows/VirtualBox-7.2.6a-172322-Win.exe)
+  - 安装[LFS系统](books/LFS-BOOK-13.0-SYSD.pdf)
+
+## 参考手册
+
+- Florida International University的[Bash手册](books/abs-guide.pdf)

TEMPAT SAMPAH
linux/books/LFS-BOOK-13.0-SYSD.pdf


TEMPAT SAMPAH
linux/books/abs-guide.pdf


TEMPAT SAMPAH
linux/books/advunix.pdf


TEMPAT SAMPAH
linux/books/unix.pdf


TEMPAT SAMPAH
softwares/windows/VirtualBox-7.2.6a-172322-Win.exe