-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
121 additions
and
40 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,66 @@ | ||
--- | ||
title: "Linux系统与网络管理" | ||
author: 黄玮 | ||
output: revealjs::revealjs_presentation | ||
--- | ||
|
||
# 课程概述 | ||
|
||
--- | ||
|
||
## 硬件 | ||
|
||
* ✅ PC / mac | ||
* ❌ iPad / 手机 | ||
|
||
--- | ||
|
||
## 操作系统 | ||
|
||
学习用电脑安装了以下任意一种主流桌面操作系统 | ||
|
||
* Windows 10 或更高版本为佳 | ||
* macOS 近 3 年内版本为佳 | ||
* 任意 Linux 发行版 (✧◡✧) | ||
|
||
--- | ||
|
||
## 网络 | ||
|
||
* 顺畅访问 [https://github.com](https://github.com) | ||
|
||
--- | ||
|
||
## 推荐安装的软件 | ||
|
||
* [Git 客户端](https://git-scm.com/download/win) | ||
* SSH 客户端 | ||
* (可选)[VS Code](https://code.visualstudio.com) | ||
|
||
# 课程总体学习要求 | ||
|
||
--- | ||
|
||
## 基本要求 | ||
|
||
* 理解 **目的(问题)** 与 **手段(方法)** 的区别与联系 | ||
* [X-Y Problem](https://coolshell.cn/articles/10804.html) | ||
* 理解 **结果** 与 **结论** 的区别与联系 | ||
* 掌握 **提问的智慧** | ||
* 掌握 **搜索的技术** | ||
* 了解 Linux 相关高频常用基本概念与术语 | ||
* 掌握基于 Linux 完成日常典型工作任务的方法 | ||
|
||
--- | ||
|
||
## 进阶要求 | ||
|
||
* 掌握基于 Linux 搭建常见网络服务的方法 | ||
|
||
--- | ||
|
||
## 超出期望的建议 | ||
|
||
* 掌握基于 Linux 搭建 **并维护** 常见网络服务的 **全自动化甚至是智能化** 方法 | ||
|
||
|