Skip to content

Instantly share code, notes, and snippets.

View unsalted's full-sized avatar

Nick Meehan unsalted

View GitHub Profile
@unsalted
unsalted / Tensorflow-GPU-ubuntu16.04.md
Last active July 5, 2017 14:24
Ubuntu 16.04 - Tensorflow (GPU) setup

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 / 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

@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 / 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 / OSX Bash Installs.md
Last active October 31, 2016 00:06
OSX Bash Installs

##Gist for documenting my OSX terminal installs

Installs

  • Go
  • Hub