Difference between revisions of "LFN Mentorship Onboarding"
From fd.io
Dwallacelf (Talk | contribs) |
Dwallacelf (Talk | contribs) (→Learning) |
||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
+ | __TOC__ | ||
+ | |||
=== LFN Mentorship Onboarding === | === LFN Mentorship Onboarding === | ||
Line 43: | Line 45: | ||
** [https://github.com/FDio/vpp/blob/master/LICENSE Apache 2.0 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://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