Difference between revisions of "LFN Mentorship Onboarding"
From fd.io
Dwallacelf (Talk | contribs) |
Dwallacelf (Talk | contribs) (→Learning) |
||
(4 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
+ | __TOC__ | ||
+ | |||
=== LFN Mentorship Onboarding === | === LFN Mentorship Onboarding === | ||
Line 5: | Line 7: | ||
=== Open Source === | === Open Source === | ||
* [https://linuxfoundation.org/ Linux Foundation] | * [https://linuxfoundation.org/ Linux Foundation] | ||
− | ** [https:// | + | ** [https://identity.linuxfoundation.org Create Linux Foundation ID / Community Profile] |
* Linux Foundation IT | * Linux Foundation IT | ||
** [https://jira.linuxfoundation.org/plugins/servlet/theme/portals/category/4 Get IT help - Project Services - Service Desk] | ** [https://jira.linuxfoundation.org/plugins/servlet/theme/portals/category/4 Get IT help - Project Services - Service Desk] | ||
− | |||
** [https://p.datadoghq.com/sb/c3585feaa-e2557654b93a3b706b5ae541b728b42f?from_ts=1613485196650&live=true&to_ts=1613488796650 FD.io Combined Dashboard | Datadog] | ** [https://p.datadoghq.com/sb/c3585feaa-e2557654b93a3b706b5ae541b728b42f?from_ts=1613485196650&live=true&to_ts=1613488796650 FD.io Combined Dashboard | Datadog] | ||
Line 38: | Line 39: | ||
*** [https://github.com/FDio/vpp/tree/cbb4e460c481223282774b37add0bf9fb9e6170a/docs VPP Documentation Source (RST / reStructuredText)] | *** [https://github.com/FDio/vpp/tree/cbb4e460c481223282774b37add0bf9fb9e6170a/docs VPP Documentation Source (RST / reStructuredText)] | ||
*** [https://www.writethedocs.org/guide/writing/reStructuredText/ reStructureText documentation] | *** [https://www.writethedocs.org/guide/writing/reStructuredText/ reStructureText documentation] | ||
+ | |||
+ | * Open Source Contribution & Licensing | ||
+ | ** [https://developercertificate.org/ Developer's Certificate of Origin] | ||
+ | ** [https://fossa.com/blog/how-choose-right-open-source-license/ How to choose the right open source license] | ||
+ | ** [https://github.com/FDio/vpp/blob/master/LICENSE Apache 2.0 License] | ||
+ | ** [https://www.gnu.org/licenses/licenses.html GNU General Public License] | ||
+ | ** [https://github.com/cncf/foundation/blob/main/source-available-recommendations.md CNCF Source Available Recommendations (not open source licenses)] | ||
=== Learning === | === Learning === | ||
+ | * Networking Fundamentals | ||
+ | ** [https://www.cisco.com/c/dam/global/fi_fi/assets/docs/SMB_University_120307_Networking_Fundamentals.pdf Cisco SMB University Networking Fundamentals] | ||
+ | ** [https://en.wikipedia.org/wiki/Internet_protocol_suite TCP/IP Network Model] | ||
+ | ** [https://en.wikipedia.org/wiki/OSI_model OSI Network Model] | ||
+ | * [https://www.netacad.com/courses Cisco Network Academy (Online self-paced courses are free)] | ||
+ | ** [https://skillsforall.com/career-path/cybersecurity Skills-For-All (Cisco Network Academy free online cybersecurity career path)] | ||
+ | * [https://openssf.org/training/courses/ OpenSSF Secure Software Development Fundamentals Courses] | ||
+ | |||
+ | * Udemy (free) | ||
+ | ** [https://www.udemy.com/course/hacking-academy-monitoring-transmitted-data/ Monitoring Transmitted Data (e.g. using wireshark)] | ||
+ | ** [https://www.udemy.com/course/docker-essentials/ Docker Essentials] | ||
+ | ** [https://www.udemy.com/courses/search/?price=price-free&q=python&sort=relevance&src=ukw Free python courses] | ||
+ | ** [https://www.udemy.com/course/java-socket-programming-by-sagar/ Java Socket Programming] | ||
+ | |||
+ | * Khan Academy | ||
+ | ** [https://www.khanacademy.org/computing/computers-and-internet Computers and The Internet] | ||
+ | |||
+ | * EdX | ||
+ | ** [https://www.edx.org/course/introduction-to-networking NYU: Introduction to Networking] | ||
+ | |||
+ | * RealPython | ||
+ | ** [https://realpython.com/python-sockets/ Python Sockets] |
Latest revision as of 15:44, 18 August 2023
Contents
[hide]LFN Mentorship Onboarding
Here is a set of referenced to help new interns learn about open source and networking
Open Source
- Linux Foundation IT
- FD.io VPP - Vector Packet Processing
- Open Source Contribution & Licensing
Learning
- Networking Fundamentals
- Cisco Network Academy (Online self-paced courses are free)
- OpenSSF Secure Software Development Fundamentals Courses
- Udemy (free)
- Khan Academy
- RealPython