Network Analysis

networking ubuntu

Just a bunch of handy commands How to clear dns cache: sudo systemd-resolve –flush-caches How to check cache: sudo systemd-resolve –statistics How to view dns cache content sudo pkill -USR1

Scala

Val and def

In the above class definition ‘val’ means, that the class has the fields head and tail. Without ‘val’ those fields are private. So ‘val’ is a way to define a

Scroll to Top
Cookie Consent with Real Cookie Banner