Skip to content

Instantly share code, notes, and snippets.

View jschroed91's full-sized avatar

Josh Schroeder - Caxy jschroed91

View GitHub Profile
@jschroed91
jschroed91 / installopenssh76.sh
Last active October 3, 2020 08:50
Install openSSH 7.6 on Ubuntu 14.04
#!/bin/bash
echo "Installing deps..."
sudo apt-get install libssl-dev zlib1g-dev libpam0g-dev xz-utils
sudo apt-get remove openssh-server
echo "Downloading and extracting sources..."
wget http://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-7.6p1.tar.gz
wget http://www.linuxfromscratch.org/patches/downloads/openssh/openssh-7.6p1-openssl-1.1.0-1.patch
tar -xf openssh-7.6p1.tar.gz
@jschroed91
jschroed91 / keybase.md
Created July 19, 2018 05:22
keybase.md

Keybase proof

I hereby claim:

  • I am jschroed91 on github.
  • I am jschroeder (https://keybase.io/jschroeder) on keybase.
  • I have a public key ASAfQs9u5jbbG77OYhTRm4xzVUtUKWnwen9xS6xWIWhl3wo

To claim this, I am signing this object:

@jschroed91
jschroed91 / README.md
Last active February 7, 2025 09:11
Installing pdo-dblib + freeTDS with MAMP 5 and php 7.1 on macOS

macOS pdo-dblib and freetds with MAMP 5

Note that this was written Jan 9th, 2019, and I personally have not tested this since then. It's possible it will still work for your machine, but I can't guarantee it.

Based on some comments, it looks like someone may have had success with it Dec 22, 2020 too.

Prerequisites

  • This was tested with MAMP 5, but probably works with other versions
  • This was tested with php 7.1.20 that was installed via MAMP interface