Skip to content

Instantly share code, notes, and snippets.

View decuser's full-sized avatar

Will Senn decuser

View GitHub Profile
@decuser
decuser / Vagrantfile
Created June 19, 2020 09:26 — forked from sdorra/Vagrantfile
SCM-Manager on FreeBSD
# -*- mode: ruby -*-
# vi: set ft=ruby :
Vagrant.configure("2") do |config|
config.vm.box = "freebsd/FreeBSD-12.0-STABLE"
# forward SCM-Manager port to host
config.vm.network "forwarded_port", guest: 8080, host: 8080
# add some more memory
@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)"

<?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'