Skip to content

Instantly share code, notes, and snippets.

View nagahshi's full-sized avatar
🤠
Yeah, I'm gonna take my horse to the old town road

Willian C. Klein nagahshi

🤠
Yeah, I'm gonna take my horse to the old town road
  • Brasil
  • Maringá-PR
View GitHub Profile
@nagahshi
nagahshi / 0-go-os-arch.md
Created June 23, 2024 00:44 — forked from asukakenji/0-go-os-arch.md
Go (Golang) GOOS and GOARCH

Go (Golang) GOOS and GOARCH

All of the following information is based on go version go1.17.1 darwin/amd64.

GOOS Values

GOOS Out of the Box
aix
android
@nagahshi
nagahshi / 00.howto_install_phantomjs.md
Created November 19, 2017 16:46 — forked from julionc/00.howto_install_phantomjs.md
How to install PhantomJS on Debian/Ubuntu

How to install PhantomJS on Ubuntu

Version: 1.9.8

Platform: x86_64

First, install or update to the latest system software.

sudo apt-get update
sudo apt-get install build-essential chrpath libssl-dev libxft-dev