Tag

#linux

3 articles tagged #linux. See all tags →

Docker vs Virtual Machines: What a Container Actually Is
Tech··10 min

Docker vs Virtual Machines: What a Container Actually Is

Everyone repeats that VMs virtualize hardware and containers virtualize the OS. True, but it hides the real thing. A container isn't a tiny VM. It's a normal process on the host with blinders on, fenced off by two Linux kernel features.

dockercontainersvirtual-machines
Shortcut vs Symlink: Why Your Program Can't Find the File
Tech··7 min

Shortcut vs Symlink: Why Your Program Can't Find the File

A Windows shortcut is a file that contains a location. A symbolic link is a location. That difference is invisible in Explorer and decisive to every program that is not Explorer, which is why a shortcut that works when you double-click it fails the moment a script tries to read through it.

windowsmacoslinux