Skip to content

Instantly share code, notes, and snippets.

@thomascrha
thomascrha / README.md
Last active November 20, 2023 10:45
Install Ubuntu 18.04 Macbook Air 2011

This is just some notes on what I did to get my macbook air up and running with Ubuntu 18.04

Install Ubuntu

This is actaully pretty simple - this setup does not dual boot making it easier. The only issue durring the install is not having internet as the wifi car is not supported by ubuntu out of the box. The easiest method is to utilise a USB-RJ45 adaptor to get internet during install and make sure you check the download updates and proprietary drivers.

Once booted you have a baically running version of Ubuntu.

@ntamvl
ntamvl / install-multiple-jdk-on-macos-high-sierra.md
Last active February 21, 2024 11:12
Install Multiple Java Versions on macOS High Sierra

Install Multiple Java Versions on macOS High Sierra

Install Homebrew Cask

On Mac, Homebrew is the de-facto package manager, and Homebrew Cask is the app manager. I’m going to use Cask to install Java 7 and 8.

Install Homebrew Cask first if you haven’t:

brew update
brew tap caskroom/cask
@pandafulmanda
pandafulmanda / Python3 Virtualenv Setup.md
Last active July 19, 2024 20:02 — forked from akszydelko/Python3 Virtualenv Setup.md
Setting up and using Python3 Virtualenv on Mac

Python3 Virtualenv Setup

Requirements
  • Python 3
  • Pip 3
$ brew install python3