All Projects → meetbill → Op_practice_book

meetbill / Op_practice_book

📚 《运维实践指南》持续更新中,推荐大牛干货博客 https://me.csdn.net/g2V13ah

Programming Languages

shell
77523 projects

Labels

Projects that are alternatives of or similar to Op practice book

Awesome Python Scripts
🚀 Curated collection of Awesome Python Scripts which will make you go wow. Dive into this world of 360+ scripts. Feel free to contribute. Show your support by ✨this repository.
Stars: ✭ 198 (-37.54%)
Mutual labels:  practice
little-python
little python projects, 一些小的python项目.
Stars: ✭ 18 (-94.32%)
Mutual labels:  practice
algorithms-in-python
Some famous algorithms implemented in Python
Stars: ✭ 21 (-93.38%)
Mutual labels:  practice
diwa
A Deliberately Insecure Web Application
Stars: ✭ 32 (-89.91%)
Mutual labels:  practice
anki-canvas
🖌️ Drawing area widget for Anki to practice Kanji writing
Stars: ✭ 25 (-92.11%)
Mutual labels:  practice
web-practices
This project aims to hold a list of exercises for beginner frontend developer to practice their skills and create a path to solve some minor problems.
Stars: ✭ 48 (-84.86%)
Mutual labels:  practice
GPE-Helper
🚑 GPE 小幫手-拯救你我的程式檢定考試
Stars: ✭ 40 (-87.38%)
Mutual labels:  practice
Practical Fm
A gently curated list of companies using verification formal methods in industry
Stars: ✭ 272 (-14.2%)
Mutual labels:  practice
Ejercicios-Practicos
Mejora tu lógica de programación y aprende mucho más resolviendo estos ejercicios.
Stars: ✭ 316 (-0.32%)
Mutual labels:  practice
tensorflow-practice
Learning tensorflow by just one example for beginners
Stars: ✭ 43 (-86.44%)
Mutual labels:  practice
algorithm-practice
Competitive programming practice
Stars: ✭ 13 (-95.9%)
Mutual labels:  practice
amazing-python
🌈Let us explore the charm of Python together!
Stars: ✭ 24 (-92.43%)
Mutual labels:  practice
Practice
HTML+CSS 静态网页项目
Stars: ✭ 69 (-78.23%)
Mutual labels:  practice
try-manubot
A repository to practice contributing to a Manubot manuscript
Stars: ✭ 35 (-88.96%)
Mutual labels:  practice
lotou
a go game server framework
Stars: ✭ 75 (-76.34%)
Mutual labels:  practice
SICP
✨practice for SICP, the wizard book < Structure and Interpretation of Computer Programs >
Stars: ✭ 89 (-71.92%)
Mutual labels:  practice
hackthepiano
Learn reading notes on the fly fast and easy
Stars: ✭ 18 (-94.32%)
Mutual labels:  practice
R
All Algorithms implemented in R
Stars: ✭ 294 (-7.26%)
Mutual labels:  practice
learn-ruby-and-cs
Books and other resources for learning Ruby and computer science.
Stars: ✭ 25 (-92.11%)
Mutual labels:  practice
fretboarder
🎸 A web app to visualize scales, chords and arpeggios on all kinds of fretboards.
Stars: ✭ 34 (-89.27%)
Mutual labels:  practice

运维实践指南

GitHub stars GitHub forks GitHub watchers

Screenshot

阅读本书

相关内容

参加步骤

  • 在 GitHub 上 fork 到自己的仓库,然后 clone 到本地,并设置用户信息。
$ git clone https://github.com/meetbill/op_practice_book.git
$ cd op_practice_book
$ git config user.name "yourname"
$ git config user.email "your email"
  • 修改代码后提交,并推送到自己的仓库。
$ #do some change on the content
$ git commit -am "Fix issue #1: change helo to hello"
$ git push
  • 在 GitHub 网站上提交 pull request。
  • 定期使用项目仓库内容更新自己仓库内容。
$ git remote add upstream https://github.com/meetbill/op_practice_book.git
$ git fetch upstream
$ git checkout master
$ git rebase upstream/master
$ git push -f origin master

小额捐款

如果觉得 op_practice_book 对您有帮助,可以请笔者喝杯咖啡(支付宝)

Screenshot

Stargazers over time

Stargazers over time

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].