VMWare Fusion 13 is now released. Read Vagrant and VMWare Fusion 13 Player on Apple M1 Pro for the latest.
This document summarizes notes taken while to make the VMWare Tech preview work on Apple M1 Pro, it originated
VMWare Fusion 13 is now released. Read Vagrant and VMWare Fusion 13 Player on Apple M1 Pro for the latest.
This document summarizes notes taken while to make the VMWare Tech preview work on Apple M1 Pro, it originated
This is a companion piece to my instructions on building TensorFlow from source. In particular, the aim is to install the following pieces of software
on an Ubuntu Linux system, in particular Ubuntu 20.04.
brew install findutils
)version: "2" | |
networks: | |
default: | |
ipam: | |
driver: default | |
config: | |
- subnet: "192.168.250.10/24" | |
services: |
国内从 Docker Hub 拉取镜像有时会遇到困难,此时可以配置镜像加速器。
Dockerized 实践 https://github.com/y0ngb1n/dockerized
#通过 Homebrew Cask 优雅、简单、快速的安装和管理 OS X 图形界面程序 | |
#安装Homebrew Cask(可选 正常安装的Homebrew不需要) | |
brew tap caskroom/cask | |
brew install brew-cask | |
#卸载Homebrew Cask | |
#使用Homebrew Cask安装软件 | |
brew cask install <appName> |