Giter Site home page Giter Site logo

vs-praktikum's Introduction

  • 👋 Hi, I’m @lucaschoeneberg
  • 👀 I’m interested in Full-stack Development
  • 🌱 I’m currently learning Android Studio with Java

vs-praktikum's People

Contributors

henrywulff97 avatar lucaschoeneberg avatar

Watchers

 avatar

vs-praktikum's Issues

Versuch 1 Luca Notizen

Aufgabe 1

A1:

Aufgabe 2

    1. a Mit Ping kann herrausgefunden werden ob ein Host antwortet. Dazu wird die Latzenz zum Host mit ausgegeben. Wichtig: ICMP kann blockert werden, dann kann ein offline gelaaubter Host trotzdem erreichbar sein
    1. b Mit netstat kann man herrausfinden welche Ports geöffnet sind.
      -t : All TCP ports
      -u : All UDP ports
      -l : Display listening server sockets
      -p : Show the PID and name of the program to which each socket belongs
      -n : Don’t resolve names
      | grep LISTEN : Only display open ports by applying grep command filter.
      z.B. netstat -tulpn | grep LISTEN
    1. c Mit ifconfig können informationen und aktionen rund um die Schnittstellen herrausgefunden werden.
      -a | Optional kann das Flag -a anstelle eines Schnittstellennamens verwendet werden. Dieses Flag weist ifconfig an, Informationen zu allen Schnittstellen im System anzuzeigen.
      -s | Optional kann das Flag -s verwendet werden um eine andere reduzierte ansicht anzuzeigen.

Iface MTU RX-OK RX-ERR RX-DRP RX-OVR TX-OK TX-ERR TX-DRP TX-OVR Flg
enp0s25 1500 1717586 0 0 0 1300515 0 0 0 BMRU
lo 65536 5205 0 0 0 5205 0 0 0 LRU

    1. d Mit nslookup kann herrausgefunden werden hinter welcher FQDN welche IP Adresse liegt.

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.