Skip to content

Instantly share code, notes, and snippets.

View hiprabhash's full-sized avatar
🏠
Working from home

Prabhash hiprabhash

🏠
Working from home
View GitHub Profile
@hiprabhash
hiprabhash / README.md
Created August 12, 2024 10:57 — forked from ashleykleynhans/README.md
Namecheap DNS to zone file
@hiprabhash
hiprabhash / go-os-arch.md
Created November 9, 2020 12:04 — 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.14.7 darwin/amd64.

A list of valid GOOS values

(Bold = supported by go out of the box, ie. without the help of a C compiler, etc.)

  • aix
  • android
#!/bin/bash
#
# /etc/rc.d/init.d/xvfbd
#
# chkconfig: 345 95 28
# description: Starts/Stops X Virtual Framebuffer server
# processname: Xvfb
#
@hiprabhash
hiprabhash / rxjs-diagrams.md
Created May 13, 2019 01:40 — forked from PCreations/rxjs-diagrams.md
Super Intuitive Interactive Diagrams to learn combining RxJS sequences by Max NgWizard K