
Darius Juodokas
Performance Engineer | Java developer | Linux/Unix administrator | (dev|net|sys|NO)Ops
Work
Performance Engineer
JVM. Intro
JVM. Intro
3 min read
loading...
Recent comments
Kubernetes on VPN (WireGuard)
Hi! I didn't have to re-setup my cluster as it's still workin...
Writing Bash Scripts Like A Pro - Part 1 - Styling Guide
If you have a different opinion, please, do share :) I'd like...
Writing Bash Scripts Like A Pro - Part 1 - Styling Guide
About the ${} and lonely variables... I disagree with this ex...
One-liner to sum up numbers from a CSV file
Or a shorter (less verbose) version: awk -F, 'FNR>1{tot...
One-liner to sum up numbers from a CSV file
Single command oneliner :) awk -F, '{if(NR==1)next;total+=...
React vs Angular: A First Look
If I'm not mistaken, the 1st version of Angular is called Ang...
Web socket and HTTP(s); Intro to simple differences
HTTP, HyperText Transfer Protocol is a Half-duplex system ...
Iptables - a beast worth training: a firewall, a (NAT) router, a port-forwarder, an LB, anti-DoS, a logger,... for free!
Thanks! Yupp, as soon as I get my hands on nftables. No ETA ...