mirror of
https://github.com/LCTT/TranslateProject.git
synced 2025-01-22 23:00:57 +08:00
Update and rename sources/tech/20210704 7 guides about open source to keep your brain busy this summer.md to translated/tech/20210704 7 guides about open source to keep your brain busy this summer.md (#22472)
This commit is contained in:
parent
dfb2867a70
commit
1694e55452
@ -1,111 +0,0 @@
|
||||
[#]: subject: (7 guides about open source to keep your brain busy this summer)
|
||||
[#]: via: (https://opensource.com/article/21/7/open-source-guides)
|
||||
[#]: author: (Seth Kenlon https://opensource.com/users/seth)
|
||||
[#]: collector: (lujun9972)
|
||||
[#]: translator: (zepoch)
|
||||
[#]: reviewer: ( )
|
||||
[#]: publisher: ( )
|
||||
[#]: url: ( )
|
||||
|
||||
7 guides about open source to keep your brain busy this summer
|
||||
======
|
||||
Download one of our free guides to build a Python-based video game, get
|
||||
organized with open source tools, work on your home automation project,
|
||||
or experiment with your Raspberry Pi homelab.
|
||||
![One chair on a sandy beach][1]
|
||||
|
||||
### Start a new Raspberry Pi project
|
||||
|
||||
The Raspberry Pi has been capturing the hearts and hands of open source enthusiasts for nearly a decade. There are endless options with what you can do with a Raspberry Pi, whether it's [monitoring your garden][2], [setting parental controls][3] (especially handy on those long summer days), or even [tracking aircraft][4] from your own backyard. If any of these cool projects perked your interest but your Raspberry Pi is still collecting dust, then you need to download our guide to nudge you to get started. Before you know it, you'll be working with so many Raspberry Pis, you'll need to learn [how to manage them all][5]!
|
||||
|
||||
**Download: [How to get started with your Raspberry Pi][6]**
|
||||
|
||||
### Design your open source smart home
|
||||
|
||||
One clever and useful way to use your Raspberry Pi is to design your own smart home. Using Home Assistant and other open source tools, your home can be automated on your own terms without a third-party conglomerate. Author [Steve Ovens][7] guides you through every step of the way with a collection of home automation found in this handy eBook.
|
||||
|
||||
**Download: [A practical guide to home automation using open source tools][7]**
|
||||
|
||||
### Get organized
|
||||
|
||||
Maybe you're not quite ready to automate everything in your home yet but are interested in sprucing up the place—your brain space. Why not start with your to-do list? With contributor [Kevin Sonney's][8] productivity guide, you'll become familiar with 6 open source tools to help you stay organized. Once you're through with his tutorials, you'll be organized and have time to finally relax this summer.
|
||||
|
||||
**Download: [6 open source tools for staying organized][9]**
|
||||
|
||||
### Learn how to code
|
||||
|
||||
Computers are everywhere. Wouldn't it be great to be able to talk their language?
|
||||
|
||||
There are lots of languages designed for beginners. Bash is the same scripting language used in the Linux and MacOS terminals, so it makes for a great start if you're new to code. You can [learn it interactively][10], and then download our eBook to learn more.
|
||||
|
||||
**Download:** **[An introduction to programming with Bash][11]**
|
||||
|
||||
### Build a video game with Python
|
||||
|
||||
Another programming language that beginners love is Python. It's equally as popular among school children just learning to code as it is with professional programmers [developing websites][12] and [video editors][13] or [automating the cloud][14]. Regardless of what your eventual goal happens to be, a fun way to start with Python is by programming your own video game.
|
||||
|
||||
**Download: [A guide to building a video game with Python][15]**
|
||||
|
||||
### Discover clever ways to use Jupyter
|
||||
|
||||
To make Python interactive and easy to share, the Jupyter project provides a web-based development environment. You can write your code in "notebook" files, and then send them to other users to make it easy for them to replicate and visualize what you've done. It's the perfect combination of code, documentation, and presentation, and it's surprisingly flexible. Learn more by downloading Moshe Zadka's multifaceted tour through Jupyter.
|
||||
|
||||
**Download: [6 surprising ways to use Jupyter][16]**
|
||||
|
||||
### Experiment with Kubernetes in your homelab
|
||||
|
||||
So you've installed Linux on your Pi, you've logged in, you've set up a new user and [configured sudo][17] to make administration painless, and you're [running all the services][18] you need. Now what?
|
||||
|
||||
If you're comfortable with Linux and server administration, the next step for you could be The Cloud. Get Chris Collins' eBook to learn all about containers, pods, and clusters, all from the comfort of your own homelab.
|
||||
|
||||
**Download: [Running Kubernetes on your Raspberry Pi homelab][19]**
|
||||
|
||||
### Bonus: Book lists
|
||||
|
||||
All work and no play isn't healthy. Summer (or whatever season it is in your part of the world) vacation is meant to be relaxing, and there's nothing quite like sitting back on the porch or beach with a good book. Here are a few recent book lists to spark some ideas:
|
||||
|
||||
* [8 books for open source technologists (2021)][20]
|
||||
* [A dozen books for all ages][21]
|
||||
* [8 leadership books for self-improvement][22]
|
||||
* [6 must-read books for aspiring Cloud Architects][23]
|
||||
* Our very first [book list from 2010][24]
|
||||
|
||||
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
via: https://opensource.com/article/21/7/open-source-guides
|
||||
|
||||
作者:[Seth Kenlon][a]
|
||||
选题:[lujun9972][b]
|
||||
译者:[译者ID](https://github.com/译者ID)
|
||||
校对:[校对者ID](https://github.com/校对者ID)
|
||||
|
||||
本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创编译,[Linux中国](https://linux.cn/) 荣誉推出
|
||||
|
||||
[a]: https://opensource.com/users/seth
|
||||
[b]: https://github.com/lujun9972
|
||||
[1]: https://opensource.com/sites/default/files/styles/image-full-size/public/lead-images/chen-mizrach-unsplash.jpg?itok=S_wIO5e8 (One chair on a sandy beach)
|
||||
[2]: https://opensource.com/article/21/5/monitor-greenhouse-open-source
|
||||
[3]: https://opensource.com/article/21/3/raspberry-pi-parental-control
|
||||
[4]: https://opensource.com/article/21/3/tracking-flights-raspberry-pi
|
||||
[5]: https://opensource.com/article/21/5/raspberry-pi-cockpit
|
||||
[6]: https://opensource.com/downloads/raspberry-pi-guide
|
||||
[7]: https://opensource.com/downloads/home-automation-ebook
|
||||
[8]: https://opensource.com/users/ksonney
|
||||
[9]: https://opensource.com/downloads/organization-tools
|
||||
[10]: https://opensource.com/article/19/10/learn-bash-command-line-games#bashcrawl
|
||||
[11]: https://opensource.com/downloads/bash-programming-guide
|
||||
[12]: https://opensource.com/article/18/4/flask
|
||||
[13]: https://opensource.com/article/21/2/linux-python-video
|
||||
[14]: https://opensource.com/article/19/2/quickstart-guide-ansible
|
||||
[15]: https://opensource.com/downloads/python-gaming-ebook
|
||||
[16]: https://opensource.com/downloads/jupyter-guide
|
||||
[17]: https://opensource.com/article/19/10/know-about-sudo
|
||||
[18]: https://opensource.com/article/20/5/systemd-units
|
||||
[19]: https://opensource.com/downloads/kubernetes-raspberry-pi
|
||||
[20]: https://opensource.com/article/21/6/2021-opensourcecom-summer-reading-list
|
||||
[21]: https://opensource.com/article/20/6/summer-reading-list
|
||||
[22]: https://enterprisersproject.com/article/2021/5/8-leadership-books-self-improvement
|
||||
[23]: https://www.redhat.com/architect/books-cloud-architects
|
||||
[24]: https://opensource.com/life/10/8/open-books-opensourcecom-summer-reading-list
|
@ -0,0 +1,110 @@
|
||||
[#]: subject: "7 guides about open source to keep your brain busy this summer"
|
||||
[#]: via: "https://opensource.com/article/21/7/open-source-guides"
|
||||
[#]: author: "Seth Kenlon https://opensource.com/users/seth"
|
||||
[#]: collector: "lujun9972"
|
||||
[#]: translator: "zepoch"
|
||||
[#]: reviewer: " "
|
||||
[#]: publisher: " "
|
||||
[#]: url: " "
|
||||
|
||||
让你的大脑在这个夏天保持忙碌的7个开源指南
|
||||
======
|
||||
|
||||
下载我们的免费指南之一:开发一个基于Python的电子游戏,使用开源工具来让你的生活井井有条,完成家庭自动化项目,或尝试你的树莓派家用实验室。
|
||||
![One chair on a sandy beach][1]
|
||||
|
||||
### 开启一个新的树莓派项目
|
||||
|
||||
近十年来,树莓派一直俘获着开源爱好者的心和手。你可以用树莓派做无数的项目,无论是[监控你的花园][2],[设置家长监控][3](尤其是在那些漫长的夏天),甚至从你自己的后院[跟踪飞机][4]。如果这些很酷的项目激起了你的兴趣,但你的树莓派仍在积灰,那么你需要下载我们的指南来推动你开始。在你知道它之前,你需要学习[如何管理他们][5],因为你将与很多树莓派一起工作!
|
||||
|
||||
**下载:[如何开始你的树莓派工作][6]**
|
||||
|
||||
### 设计你的开源智能家庭
|
||||
|
||||
一个聪明且有用的方式去使用树莓派的方式是去设计你的智能家庭。使用家庭助手或其他的开源工具,你的家可以按你自己的设置进行自动化而无需借助第三方平台。作者 [Steve Ovens][7] 用这本家庭自动化集锦的手写电子书来指导你的每一步工作。
|
||||
|
||||
**下载:[使用开源工具实现家庭自动化的实用指南][7]**
|
||||
|
||||
### 将事情梳理地井井有条
|
||||
|
||||
可能你并没做好准备使得你的家庭完全自动化,但是你可能会对梳理你的思维有兴趣。为什么不从你的 to-do 列表开始呢?在贡献者 [Kevin Sonney][8] 的生产力指导下,你将会熟悉六个开源工具的使用从而帮你把事情安排得井井有条。一旦你使用了他的教程,你就会感到事情井井有条,在这个夏天终于有时间放松了。
|
||||
|
||||
**下载:[六个可以将事情梳理地井井有条的开源工具][9]**
|
||||
|
||||
### 学习如何写代码
|
||||
|
||||
电脑无处不在。能吐槽一下很多编程语言对初学者不是很友好吗?
|
||||
|
||||
有许多为初学者设计的编程语言。Bash 是 Linux 和 Macos 终端中使用的相同的脚本语言,如果你新开始写代码,Bash 将会是一个伟大的开始。你可以进行[交互式学习][10],之后下载我们的电子书以了解更多。
|
||||
|
||||
**下载:[Bash 编程指南][11]**
|
||||
|
||||
### 用 Python 写一个游戏
|
||||
|
||||
另一个初学者喜欢的编程语言是 Python。它不仅受到仅仅学习编码的中小学生的欢迎,还被专业程序员用来做[网站开发][12],[视频编辑][13]以及[云端自动化][14]。无论你最终的目标是什么,开始 Python 的一个有趣的方式是编写一个自己游戏。
|
||||
|
||||
**下载:[Python 游戏开发指南][15]**
|
||||
|
||||
### 发现使用 Jpuyter 的巧妙方法
|
||||
|
||||
为了让Python互动且易于共享,Jupyter 项目提供了基于 Web 的发展环境。您可以在"笔记本"文件中写代码,然后将其发送给其他用户,以便他们轻松复制和可视化您所做的。它是代码、文档和演示文稿的完美组合,而且非常灵活。下载 Moshe Zadka 的多方面指南了解更多关于 Jupyter。
|
||||
|
||||
**下载:[使用 Jupyer 的六种惊艳方式][16]**
|
||||
|
||||
### 在你的家庭实验室里尝试 Kubernetes
|
||||
|
||||
现在,您已经在你的树莓派上安装了 Linux,已经登录,已设置新用户并[配置 sudo][17] 使得能够进入管理员模式,你正在[运行所有你需要的服务][18] 。之后呢?
|
||||
|
||||
如果您对 Linux 和服务器管理感到满意,您下一步可能是云服务。可以读一下 Chris Collins 的电子书,从你的家庭实验室的舒适中了解所有关于容器,吊舱和集群的信息。
|
||||
|
||||
**下载: [在你的树莓派家庭实验室上运行 Kubernetes][19]**
|
||||
|
||||
### 福利:书籍列表
|
||||
|
||||
只工作不休息是不健康的。夏天(或任何季节,它是在你的世界的一部分)假期是为了休息,没有什么比坐在门廊或海滩上读一本好书更休闲人心的。下面是一些最近列出的书,以激发一些想法:
|
||||
|
||||
* [8 本供开源技术专家读的书 (2021)][20]
|
||||
* [十几本适合所有年龄段的书][21]
|
||||
* [8 本提升领导力的书籍][22]
|
||||
* [6 本必读的云架构书籍][23]
|
||||
* 我们的第一个[2010年至今的书籍列表][24]
|
||||
|
||||
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
via: https://opensource.com/article/21/7/open-source-guides
|
||||
|
||||
作者:[Seth Kenlon][a]
|
||||
选题:[lujun9972][b]
|
||||
译者:[zepoch](https://github.com/zepoch)
|
||||
校对:[校对者ID](https://github.com/校对者ID)
|
||||
|
||||
本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创编译,[Linux中国](https://linux.cn/) 荣誉推出
|
||||
|
||||
[a]: https://opensource.com/users/seth
|
||||
[b]: https://github.com/lujun9972
|
||||
[1]: https://opensource.com/sites/default/files/styles/image-full-size/public/lead-images/chen-mizrach-unsplash.jpg?itok=S_wIO5e8 "One chair on a sandy beach"
|
||||
[2]: https://opensource.com/article/21/5/monitor-greenhouse-open-source
|
||||
[3]: https://opensource.com/article/21/3/raspberry-pi-parental-control
|
||||
[4]: https://opensource.com/article/21/3/tracking-flights-raspberry-pi
|
||||
[5]: https://opensource.com/article/21/5/raspberry-pi-cockpit
|
||||
[6]: https://opensource.com/downloads/raspberry-pi-guide
|
||||
[7]: https://opensource.com/downloads/home-automation-ebook
|
||||
[8]: https://opensource.com/users/ksonney
|
||||
[9]: https://opensource.com/downloads/organization-tools
|
||||
[10]: https://opensource.com/article/19/10/learn-bash-command-line-games#bashcrawl
|
||||
[11]: https://opensource.com/downloads/bash-programming-guide
|
||||
[12]: https://opensource.com/article/18/4/flask
|
||||
[13]: https://opensource.com/article/21/2/linux-python-video
|
||||
[14]: https://opensource.com/article/19/2/quickstart-guide-ansible
|
||||
[15]: https://opensource.com/downloads/python-gaming-ebook
|
||||
[16]: https://opensource.com/downloads/jupyter-guide
|
||||
[17]: https://opensource.com/article/19/10/know-about-sudo
|
||||
[18]: https://opensource.com/article/20/5/systemd-units
|
||||
[19]: https://opensource.com/downloads/kubernetes-raspberry-pi
|
||||
[20]: https://opensource.com/article/21/6/2021-opensourcecom-summer-reading-list
|
||||
[21]: https://opensource.com/article/20/6/summer-reading-list
|
||||
[22]: https://enterprisersproject.com/article/2021/5/8-leadership-books-self-improvement
|
||||
[23]: https://www.redhat.com/architect/books-cloud-architects
|
||||
[24]: https://opensource.com/life/10/8/open-books-opensourcecom-summer-reading-list
|
Loading…
Reference in New Issue
Block a user