Skip to content

Instantly share code, notes, and snippets.

View aamortimer's full-sized avatar
:octocat:

Andy Mortimer aamortimer

:octocat:
View GitHub Profile
@aamortimer
aamortimer / localhost-ssl.md
Created February 5, 2018 23:16 — forked from ethicka/localhost-ssl.md
Local virtualhost SSL websites on Mac OS Sierra

Local virtualhost SSL websites on Mac OS Sierra

These instructions will guide you through the process of setting up a wildcard SSL for your local virtualhosts for offline development. Most importantly, this configuration will give you the happy, green lock in Chrome.

These instructions have only been tested on Mac OS Sierra using the pre-installed Apache and PHP versions. These instructions also assume you have virtualhosts set up locally already.


Configuring SSL

@jctosta
jctosta / screen_cheatsheet.markdown
Last active July 17, 2024 07:07
Screen Cheatsheet

Screen Quick Reference

Basic

Description Command
Start a new session with session name screen -S <session_name>
List running sessions / screens screen -ls
Attach to a running session screen -x
Attach to a running session with name screen -r
@kylekellogg
kylekellogg / f2j.sh
Created March 6, 2014 03:01
Cucumber (Gherkin) feature file to JIRA comment formatter. Takes a path to a single .feature file and will output the JIRA comment-friendly formatted version in the terminal.
#!/usr/bin/env bash
# Ensure only one file at a time
if [[ $# -ne 1 ]]
then
echo ""
echo "Usage $0 path/to/file.feature"
echo ""
exit 1
fi

tmux cheatsheet

As configured in my dotfiles.

start new:

tmux

start new with session name: