One Provider
Introduction
My current Shared Hosting Provider (since 2003) is one [1].
The environment of the Shared Hosting is Ubuntu.
Ubuntu Version
To view the Linux version use the below given command, (this CLI is given on 23 Jul 2025).
$ cat /etc/os-release PRETTY_NAME="Ubuntu 22.04.5 LTS" NAME="Ubuntu" VERSION_ID="22.04" VERSION="22.04.5 LTS (Jammy Jellyfish)" VERSION_CODENAME=jammy ID=ubuntu ID_LIKE=debian HOME_URL="https://www.ubuntu.com/" SUPPORT_URL="https://help.ubuntu.com/" BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" UBUNTU_CODENAME=jammy
Building executables
To build executables that run on this environment you can use:
- PHP
- C++
Build on Mac
If you want to build C++ in Xcode on Mac and use the executable on Ubuntu, the following options are available:
| Target | How to build | Result |
|---|---|---|
| macOS | Use clang or Xcode normally | macOS binary |
| Ubuntu | Use Docker with Ubuntu + g++ inside | Linux binary |
This way, you don’t need to leave your Mac, but you get reliable Linux-native binaries.