All Projects → c4pr1c3 → LinuxSysAdmin

c4pr1c3 / LinuxSysAdmin

Licence: MIT License
中传信安专业必修课 - Linux系统与网络管理 课件

Programming Languages

HTML
75241 projects
shell
77523 projects

Projects that are alternatives of or similar to LinuxSysAdmin

Sagefy
🔭 Learn anything, adapted for you. Free.
Stars: ✭ 80 (+142.42%)
Mutual labels:  education, mooc
Iml
Курс "Введение в машинное обучение" (ВМК, МГУ имени М.В. Ломоносова)
Stars: ✭ 46 (+39.39%)
Mutual labels:  education, slides
Hypatia
A JavaScript open source LMS (eLearning platform) for MOOCs and online courses
Stars: ✭ 478 (+1348.48%)
Mutual labels:  education, mooc
Main
Management materials and content
Stars: ✭ 32 (-3.03%)
Mutual labels:  education, mooc
Awesome Computer Science Opportunities
An awesome list of events and fellowship opportunities for Computer Science students
Stars: ✭ 2,445 (+7309.09%)
Mutual labels:  education, mooc
Inginious
INGInious is a secure and automated exercises assessment platform using your own tests, also providing a pluggable interface with your existing LMS.
Stars: ✭ 138 (+318.18%)
Mutual labels:  education, mooc
Mldm
потоковый курс "Машинное обучение и анализ данных (Machine Learning and Data Mining)" на факультете ВМК МГУ имени М.В. Ломоносова
Stars: ✭ 35 (+6.06%)
Mutual labels:  education, slides
Pzad
Курс "Прикладные задачи анализа данных" (ВМК, МГУ имени М.В. Ломоносова)
Stars: ✭ 160 (+384.85%)
Mutual labels:  education, slides
Edx App Android
The Open EdX mobile app for Android!
Stars: ✭ 252 (+663.64%)
Mutual labels:  education, mooc
mooc-java-programming-i
University of Helsinki’s free massive open online course (MOOC) completed exercises. 2020 solutions
Stars: ✭ 16 (-51.52%)
Mutual labels:  education, mooc
MLSummerSchool
Материалы факультатива по машинному обучению и искусственному интеллекту
Stars: ✭ 27 (-18.18%)
Mutual labels:  education
RuralEducation
An app that helps rural students in their education.I used Firebase Realtime database,authentication,Networking requests,User Chats,Google Places Api,Paytm Payment Gateway Integration,Google places Autocomplete Api,Firebase Chat
Stars: ✭ 22 (-33.33%)
Mutual labels:  education
markdown-lab
Docker based Markdown Editing Environment for slides, resume, books and articles; New Linux ELF Video Course from this project author: https://www.cctalk.com/m/group/88089283
Stars: ✭ 46 (+39.39%)
Mutual labels:  slides
callgraph
Magic to display dynamic call graphs of Python function calls
Stars: ✭ 53 (+60.61%)
Mutual labels:  education
lehrfempp
Simplistic Finite Element Framework for research and eduction
Stars: ✭ 14 (-57.58%)
Mutual labels:  education
diorama
A set of React.js components to create easy en extendable presentations.
Stars: ✭ 17 (-48.48%)
Mutual labels:  slides
slides
No description or website provided.
Stars: ✭ 27 (-18.18%)
Mutual labels:  slides
rest-apis-flask-python
A small repository of projects built in my course, REST APIs with Flask and Python.
Stars: ✭ 861 (+2509.09%)
Mutual labels:  education
antares
Digital circuit learning platform
Stars: ✭ 15 (-54.55%)
Mutual labels:  education
talks
💥 Browser-based slides or PDFs of our talks and presentations
Stars: ✭ 91 (+175.76%)
Mutual labels:  slides

Linux系统与网络管理

中国传媒大学 信息安全本科专业(教学WikiLinux系统与网络管理相关课件的源代码仓库。

所有课件内容汇编自互联网,课件成果反馈回互联网。

课件采用markdown语法书写,使用pandoc渲染,幻灯片形式的输出依赖reveal.js(为了保证渲染结果的一致性,我fork了官方的reveal.js库作为本项目的依赖,避免上游reveal.js的更新导致的渲染兼容性问题)。

# 注册子模块
git submodule init
# 拉取本项目依赖的子模块 reveal.js
git submodule update --recursive --remote
# 生成幻灯片形式课件和打印版课件
bash render.sh

课件网站在线版课程视频录像

国内用户特别说明

# 国内用户建议使用本站代码的 gitee 镜像,获取更快的子模块下载速度
# Linux / Mac 用户可以执行以下命令更新 .gitmodules 文件
sed -i.bak "s#github.com#gitee.com#g" .gitmodules
# 注册子模块
git submodule init
# 拉取本项目依赖的子模块 reveal.js
git submodule update --recursive --remote
# 生成幻灯片形式课件和打印版课件
bash render.sh gitee

国内用户访问更快更流畅:码云上的本站课件网站在线版镜像

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].