My Solution & Approach for: Command-line Murder Mystery
There's been a murder in Terminal City, and TCPD needs your help. To figure out whodunit, you need access to a command line.
Dec 18, 20255 min read3

Search for a command to run...
Articles tagged with #devops
There's been a murder in Terminal City, and TCPD needs your help. To figure out whodunit, you need access to a command line.

There's a web server access log file at /home/admin/access.log. The file consists of one line per HTTP request, with the requester's IP address at...

A developer created a testing program that is continuously writing to a log file /var/log/bad.log and filling up disk. Find it, terminate it and...

What gets measured, gets fixed. If you're not tracking the state of something, you won't know what to improve or fix. Monitoring is the collection of the performance metrics of a system like, latency, user requests, error rates, etc, and then analysi...
