Skip to content

Instantly share code, notes, and snippets.

@christopher-baek
christopher-baek / .Configure nginx with Let's Encrypt.md
Created December 17, 2016 21:55
Configure nginx with Let's Encrypt

Configure nginx with Let's Encrypt

nginx

Install nginx

sudo apt-get install nginx

Back Up Configuration

@christopher-baek
christopher-baek / .Configure ddclient with Namecheap.md
Last active April 20, 2023 21:21
Configure ddclient withNamecheap

Configure ddclient with Namecheap

Namecheap Configuration

  1. Click the Manage button next to the domain in the Domain List view
  2. In the Domain tab, scroll down and remove any entries in the Redirect Domain list
  3. In the Advanced DNS tab...
  4. Turn on Dynamic DNS and make a note of the password
  5. Add an A Record for @ pointing to 127.0.0.1

Setting a Static IP on Raspbian Jessie

For each interface, add the following in /etc/dhcpcd.conf

interface eth0

static ip_address=192.168.10.100
static routers=192.168.10.1

static domain_name_servers=192.168.10.1

@christopher-baek
christopher-baek / .Notes on Installing Unison.md
Created December 5, 2016 20:23
Notes on Installing Unison

Notes on Installing Unison

@christopher-baek
christopher-baek / .Install rvm to Custom Directory.md
Last active September 30, 2016 19:00
Install rvm to Custom Directory
@christopher-baek
christopher-baek / .VirtualBox Guest Additions In Ubuntu.md
Last active May 18, 2016 08:31
VirtualBox Guest Additions In Ubuntu

VirtualBox Guest Additions In Ubuntu

@christopher-baek
christopher-baek / .Media Conversion Examples.md
Last active June 14, 2016 05:00
Media Conversion Examples

Media Conversion Examples

@christopher-baek
christopher-baek / .Install NGINX Without Root.md
Created April 3, 2016 23:04
Install NGINX Without Root
@christopher-baek
christopher-baek / .Install Perlbrew to Custom Directory.md
Last active June 14, 2016 20:42
Install Perlbrew to Custom Directory