Skip to content

Instantly share code, notes, and snippets.

View bthuilot's full-sized avatar
💺

Bryce Thuilot bthuilot

💺
View GitHub Profile
@bthuilot
bthuilot / Dockerfile
Last active February 18, 2024 14:37
Echo Server in Golang
FROM golang:latest
RUN <<EOF
curl -L https://gist.githubusercontent.com/bthuilot/aae91fdb1745edde6713f0142f8cc0d3/raw/echo_server.go > /tmp/echo_server.go
go build -o /app/main /tmp/echo_server.go
EOF
EXPOSE 7890
ENTRYPOINT ["/app/main"]

Arch on Mac 2017

As of November 2017

Using Macbook 14,1

Introduction

This is a guide to installing linux on the newer macbook 2017 models. I am personally using the 14,1 model but this will also work for the 13,1 models. As for anyother 13, x or 14,x models, check this repository for more specific instructions. I should also say that the repository previoulsy mentioned was a huge help in installing and is maintained by people who are actively trying to make the new macbook work, to the full extent, on Linux. If you encouter any issues that you cant resolve by google searching, try asking there.

Installation Process

Step 1 - Getting the materials ISO and Booting

This part is easy.