• index
  • AI
    • Deep Learning
      • Computer Vision
      • Diffusion Models
      • Direct Preference Optimization
      • Generative Modeling
      • Image Classification
      • LLMs
      • Multi Modal
        • Text To Image Models
        • Vision
      • New Frontiers
      • Overview
      • RNNs
      • Reinforcement Learning
      • Robotics
      • Statistics
      • Transformers
      • Trustworthy AI
    • Lang Chain
    • Papers
      • Diffusion Model Alignment Using DPO
      • Emu Video
      • LMQL
      • Meta Llama Paper
      • Pixel Aligned Language Models
      • Stable Diffusion
      • Stable Video Diffusion
      • Teaching Arithmetic To Small Transformers
      • Weather Forecasting
      • Zephyr 7B
    • Prompt Engineering
    • Regression Models
    • Tensor Flow
    • Tensors
    • Vector Embeddings
  • AWS
    • Identity
  • Algorithms
    • Graphs
  • Architecture
    • Microservices
      • General
  • Authentication
  • Best Practices
  • Binary
  • Biology
    • Nicole Palk All In
  • Blogging
    • Content Generation
    • Overview
    • RSS
  • Books
    • How To Tell A Story
    • Never Split The Difference
    • The Mom Test
    • Zero To One
  • CSS
    • SCSS
    • Tricks
  • Cloud Infrastructure
  • Compilers
    • ASTs
    • Compilation
  • Containers
  • Databases
    • Concepts
    • DynamoDB
    • General
    • Manu Vector Database
    • Map Reduce
    • Postgres
    • Query Optimization
    • Talks
  • Design
  • Design
    • Design
    • Fonts
  • Distributed Systems
  • Distributed Systems
    • Raft
    • Time Clocks Event Ordering
  • Django
    • Querysets
    • Testing
  • Docker Compose
  • Early Computing
  • Electricity
  • Encoding
  • Entrepreneurship
    • Acronyms
    • Business Analysis
    • Must Knows
    • Strategies
    • Terminology
    • Venture Capital
  • File Sharing
  • Frontend
  • Frontend
    • Libraries
      • Class Variance Authority
      • Flowbite
      • React Query
      • Shad Cn
      • Tailwind
  • Git
  • Ground Truths And Learnings
  • HTML
  • Hardware
  • Infrastructure
    • Terraform
  • Java
    • Classes And Interfaces
    • Effective Java
    • Enums And Annotations
    • General
    • Generics
    • Overview
    • Syntax
  • JavaScript
    • Bundlers
    • Flux
    • JavaScript
    • Package Manageres
    • React
      • Context
      • Hooks
      • Material UI
      • React
      • React Router
      • Testing
    • SPAs
    • TypeScript
    • Vue
  • Kernel
  • Networking
    • DNS
    • HTTP
    • Protobuf
    • TCP IP
      • ARP RARP
      • Bootstrapping
      • ICMP
      • IP Addresses
      • IP Fragmentation
      • IP Subnets
      • Network Layers
      • Networking
      • Routing
      • TCP
      • TCP IP
      • Unix Specific
  • OS
    • Bootstrapping
    • CPU Scheduling
    • Devices
    • Distributed Systems
    • File System
    • General
    • IOSystems
    • Interrupts
    • Linux Case Study
    • Memory
    • OS Algorithms
    • Process Synchronization
    • Processes
    • Program Counter
    • RTOS
    • Security
    • Storage
    • Threading
    • Virtualization
  • Papers
    • Google Zanzibar
  • Podcasts
    • Aquired Episodes
    • My First Million
  • Python
    • Async Python
    • Django
      • Django
      • Migrations
      • Models
      • Querysets
      • Tests
    • Packages
    • Python
  • REST
  • Regex
  • Regolith
  • SMTP
  • SQL
  • Security
  • Startup School
    • General
    • Ideas
    • Pivoting
    • Should You Start A Startup
  • System Design
    • Message Queues
    • Service Discovery
    • Talks
      • Datadog
  • TikTok
    • Recommendations
  • Timezones
  • Video
    • Video
    • Video Editors
  • Vim
  • Web Development
    • CORS
    • Web APIs

  • /etc/services

    • This file lists all well-known port numbers for applications (e.g. ssh on port 22, etc.)
  • Network bridge

    • A bridge is a connection between two network interfaces in the link layer. Thus the two interfaces will appear as one to the network layer. Docker uses this
    • e.g. if one computer is connected to a router, then that same computer has an ethernet cable connected to another computer, you can create a bridge network which will place the second computer on the same network as the first computer and the router
    • Bridge networks start with br- and can be seen when running ip link
Back To Top