Skip to content

Instantly share code, notes, and snippets.

View unsalted's full-sized avatar

Nick Meehan unsalted

View GitHub Profile
@unsalted
unsalted / OSX Bash Installs.md
Last active October 31, 2016 00:06
OSX Bash Installs

##Gist for documenting my OSX terminal installs

Installs

  • Go
  • Hub
@unsalted
unsalted / Cryptomator rsync and mount scripts.md
Last active November 29, 2022 05:45
Linux cryptomator rsync and mount scripts

Cryptomator Sync and Mount Scripts

  • Used on Kubuntu 16.04
  • Used with Cryptomator
  • Cryptomator must be decrypted prior to using any of the scripts.

Dependencies

  • rsync
  • davfs2
@unsalted
unsalted / Go.md
Last active November 1, 2016 23:35
Ubuntu 16.04 bash installs (Kubuntu flavored)

Go and hub setup

  • GO
  • hub
# Go install
cd ~
wget https://storage.googleapis.com/golang/go1.7.3.linux-amd64.tar.gz
@unsalted
unsalted / ddclient-install-rhel.md
Last active August 14, 2021 14:50
ddclient rhel install -- latest for cloudflare

ddclient rhel install

1. Install dependencies

sudo yum install perl perl-Net-IP perl-Net-DNS perl-IO-Socket-INET6 perl-IO-Socket-SSL perl-File-Temp patchutils.x86_64

2. Get latest package (sourceforge)

wget https://sourceforge.net/projects/ddclient/files/ddclient/ddclient-3.8.3/ddclient-3.8.3.tar.gz/download

3. Extract package

Gist for keeping track of setting up Lenovo Thinkpad x240 with Kubuntu 16.04

High DPI setup

xdpyinfo | grep -B2 resolution ``

screen #0:
  dimensions:    1920x1080 pixels (512x260 millimeters)
@unsalted
unsalted / Tensorflow-GPU-ubuntu16.04.md
Last active July 5, 2017 14:24
Ubuntu 16.04 - Tensorflow (GPU) setup

Keybase proof

I hereby claim:

  • I am unsalted on github.
  • I am unsalted (https://keybase.io/unsalted) on keybase.
  • I have a public key ASAOXzuiGT5vk4smTJFHpm5lv27fnXqpxFCrLx0NEFVN1Ao

To claim this, I am signing this object:

@unsalted
unsalted / sierra-hackintosh-z170-a.md
Last active June 4, 2021 14:03
Sierra 10.12.3 Hackintosh | Asus z170-A, Intel i5 6500, MSI GTX 960 OC, GTX1070(Dormant)

Sierra 10.12.3 Hackintosh

This is my build documentation for an ASUS Z170-A setup with an NVIDIA GTX960 and the Intel i5 6500, most of this came from Storks asus rog maximus build, his audio instructions didn't work for me so it differs substantially there. This build also doesn't have NVRAM. Nearest I can tell everything is running as expected, including all USB and audio ports.

Build

  • Asus Z170-A
  • Intel Core i5-6500
  • Crucial Ballistix Sport LT 32GB (2 x 16GB) DDR4-2400 Memory
  • MSI GeForce GTX 960 4GB Installed in slot 1!
@unsalted
unsalted / basic-installs.md
Last active March 25, 2017 18:42
Initial setup + installs - Ubuntu 16.04 - KDE neon

Docker

# setup
sudo apt-get -y install \
  apt-transport-https \
  ca-certificates \