Windows Server restart / shutdown history

The clearest most succinct answer I could find is: How To See PC Startup And Shutdown History In Windows which lists these event ids to monitor (quoted but edited and reformatted from article): Event ID 6005 (alternate): “The event log service was started.” This is synonymous to system startup. Event ID 6006 (alternate): “The event … Read more

Can Mac OS X be run inside Docker? [closed]

Docker provides methods for managing OS-level containers and is built on top of Linux’s native features for OS-level containerization. All containers running on a system share the same kernel; Mac OS X does not use the Linux kernel, but rather a mach kernel, so it cannot be run inside a Docker container at this time. … Read more

Should I use tap or tun for openvpn?

if it’s ok to create vpn on layer 3 (one more hop between subnets) – go for tun. if you need to bridge two ethernet segments in two different locations – then use tap. in such setup you can have computers in the same ip subnet (eg 10.0.0.0/24) on both ends of vpn, and they’ll … Read more

Why is Enterprise Storage so expensive?

Server hard-drive capacities are miniscule compared to desktop hard-drive capacities. 450 and 600GB are not uncommon sizes to see in brand new servers, and you could buy many 4TB SATA desktop drives for the price of one 600GB SAS (server) hard drive. Your SATA hard-drive in your desktop PC at home is like a muscle … Read more