static bool canOccupyPort80() { ret (isWindows() || isLinux() && isRootUser()) && !isPortOpen(80); }