使用 SSH 連進 Ubuntu
當使用 Parallel Desktop 的 Ubuntu VM 時,我們也可以使用熟悉的 iTerm2 以 SSH 連進 Ubuntu 操作,而不必登入 Ubuntu Desktop。
失くすものさえない今が強くなるチャンスよ
當使用 Parallel Desktop 的 Ubuntu VM 時,我們也可以使用熟悉的 iTerm2 以 SSH 連進 Ubuntu 操作,而不必登入 Ubuntu Desktop。
Docker is based on Linux, so we simply install the Docker engine on Ubuntu, and then we can use Docker on Ubuntu.
We can login to Ubuntu without any password by storing the private key on the local machine and the public key on the remote server.
We can run commands to update Ubuntu to the latest version.
Default font size in Console is very small on Macbook Pro 13”. We have to change the font size manually.
To fully utilize the power of Parallel Desktop, we have to install Parallel Tools on Ubuntu.
If we can run Express by Docker on the local machine, we can run Express by Docker on AWS EC2.
If we can run Vue by Docker on the local machine, we can run Vue by Docker on AWS EC2.
Default Ubuntu on AWS EC2 doesn’t provide Docker and Docker Compose. We have to install them manually.
We can run Ubuntu server on AWS EC2 with public IP address.
以前在 macOS 安裝 Ubuntu 都要先安裝 Parallel Desktop,然後再將 Ubuntu 安裝在 Parallel Desktop 上,安裝了 Docker Desktop for macOS 後,只要下載 Ubuntu 的 Docker Image,Ubuntu 就能以 Container 形式跑在 Docker 上。
由於 Linux 以 CLI 為主,因此實務上常須自行增加路徑執行以 CLI 為主的 App。
除了使用 apt
安裝 Nginx 外,也可直接下載其 source 自行編譯。
Parallel Desktop 能穩定在 macOS 內執行 Ubuntu Desktop,但若想以 macOS 的 Cmd + Tab
快速切換 macOS 與 Ubuntu 時,會發現切換到 Control Center,而非 Ubuntu 本身,這對時常在 macOS 與 Ubuntu 切換時很不方便。