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

Programming

Coin change problem

If somebody asks you to change a 10 cent coin and you have an unlimited number of 1 cent coins, 2 cent coins, and 5 cent coins, in how many

Scroll to Top
Cookie Consent with Real Cookie Banner