The Linux mascot is a penguin named what?
Tux
This name, associated with the MS17-010 vulnerability, refers to a Windows SMB exploit that became infamous for enabling the WannaCry ransomware attack.
Eternal Blue
The infamous "ping of death" exploit targets this protocol
What country TLD is .AU
Australia
std::cout << "Hello World";
c++
Place this character before a variable in Bash to retrieve its value
$
As of yesterday, the current default Microsoft Word font is?
Aptos
Wireshark's Command Line Utility is named what?
tshark
What country TLD is .FR
System.Console.WriteLine("Hello World");
C#
Of Arch, Debian, Slackware, and Ubuntu, the one that does not have systemd enabled by default
What is Slackware?
What is the default packet TTL for Windows systems
128
A switch creates these to isolate collision domains within a network
VLAN
What country TLD is .ES
Spain
System.out.println("Hello, World");
Java
In HBO's 2024 show The Penguin, Sofia Falcone eliminates her family and seizes control by using this method.
Carbon Monoxide Poisoning
This was the first version of Windows to feature the Start menu
Windows 95
This phrase often used by Tulloss describes the feeling of being overwhelmed in networking. "Don't get ___ in the ___"
Lost in the Sauce
What country TLD is .GR
Greece
disp('Hello World');
MATLAB
What will this print out
echo c{a,b}t
cat cbt
What windows API call obtains the error code returned by the last API function (used for software debugging)
GetLastError
This type of routing protocol uses Dijkstra's Algorithm to calculate the shortest path
OSPF
What country TLD is .ZA
South Africa
main = putStrLn "Hello World"
Haskell