Git Product home page Git Product logo

osse2022's Introduction

How To Break a Network

Pretty much every developer has to interact with the network stack at some point in their workflow, be it to deploy a service, interact with sensors, or access resources on the company network. It is thus no surprise that a good understanding of computer networking is often the distinguishing factor between those who can get things done and those who perpetually have to wait for IT to fix their problems. This tutorial aims to provide a top-down overview of computer networking, starting with typical functioning use cases which then get misconfigured. In the process of figuring out why the misconfiguration breaks the network, attendees are introduced to the key concepts in computer networking in a more motivated way, without the boring theory and terminology that constitutes a typical networking course.

Link to slides

Comments enabled:

https://docs.google.com/presentation/d/1gnlhUoR8KJ7DeZemBEGsv1vH6rkC16YfOhv7l-OFDW0/edit?usp=sharing

Static:

https://docs.google.com/presentation/d/1vfqQlwXL56yAcwFSAJtGPiEGzBKvg6O2hLR_QneW7LY/edit?usp=sharing

Follow along

Clone the repository.

git clone https://github.com/Jackmin801/osse2022.git

Navigate to the cloned cat folder.

cd osse2022/cat

Start the server on port 8000 (default for SimpleHTTPServer module).

Use Ctrl+C if you wish to stop the server.

python3 -m http.server

Start the server on port 80 (default HTTP Port).

Use Ctrl+C if you wish to stop the server.

python3 -m http.server -p 80

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.