Skip to content

Instantly share code, notes, and snippets.

View decuser's full-sized avatar

Will Senn decuser

View GitHub Profile
@decuser
decuser / macos_high_sierra_apache_php_brew_2018.md
Created July 18, 2019 20:48 — forked from karlhillx/macos_high_sierra_apache_php_brew_2018.md
macOS High Sierra Setup: Homebrew + Apache + PHP + MariaDB + SSL

macOS High Sierra Setup: Homebrew + Apache + PHP + MariaDB + SSL

Homebrew Installation

First let's install Homebrew.

$ /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

@decuser
decuser / gist:0d906970e8bc3cbe6209836c458bac28
Created September 29, 2017 21:50
setting up unix sixth edition
http://doc.cat-v.org/unix/v6/operating-systems-lecture-notes/v6/doc/
http://doc.cat-v.org/unix/v6/operating-systems-lecture-notes/v6/doc/start.ps
set up a tunnel that will exist on the remote machine back to the local machine
ssh -R 2222:localhost:22 remote
on the remote, port 2222 will refer to the local machine's port 22
so to copy a file back from the remote to the local using scp
scp -P2222 myfile user@localhost:
<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<fontconfig>
<!--
Documented at
http://linux.die.net/man/5/fonts-conf
To check font mapping run the command at terminal
$ fc-match 'helvetica Neue'