Skip to content

Instantly share code, notes, and snippets.

View henrebotha's full-sized avatar
🎮
2[HP] jc j.[HP] 2[MP] 236L 66 2[HP]…

Henré Botha henrebotha

🎮
2[HP] jc j.[HP] 2[MP] 236L 66 2[HP]…
  • Haarlem, The Netherlands
View GitHub Profile
@common-nighthawk
common-nighthawk / tmux-script.sh
Last active March 18, 2017 19:37
tmux script to launch Figure project
#!/bin/sh
tmux has-session -t figure
if [ $? != 0 ]
then
tmux new-session -s figure -n editor -d
tmux send-keys -t figure 'cd ~/Documents/go-workspace/src/figure/' C-m
tmux send-keys -t figure 'vim' C-m
tmux split-window -h -p 40 -t figure
tmux send-keys -t figure:0.1 'cd ~/Documents/go-workspace/src/figure/' C-m
@croxton
croxton / SSL-certs-OSX.md
Last active March 3, 2024 18:58 — forked from leevigraham/Generate ssl certificates with Subject Alt Names on OSX.md
Generate ssl certificates with Subject Alt Names

Generate ssl certificates with Subject Alt Names on OSX

Open ssl.conf in a text editor.

Edit the domain(s) listed under the [alt_names] section so that they match the local domain name you want to use for your project, e.g.

DNS.1   = my-project.dev

Additional FQDNs can be added if required: