Skip to content

Instantly share code, notes, and snippets.

View jaceee's full-sized avatar

Jonatan Cardona Casas jaceee

  • Medellín, Colombia
View GitHub Profile
@jaceee
jaceee / Dockerfile
Created February 1, 2017 10:30
Test html + php site
FROM tutum/apache-php
RUN rm -fr /app
ADD . /app
@jaceee
jaceee / gist:b8be8f8a7961d5ff4dd9
Created November 8, 2015 03:49 — forked from samhocevar/gist:00eec26d9e9988d080ac
Configure sshd on MSYS2 and run it as a Windows service
#!/bin/sh
#
# msys2-sshd-setup.sh — configure sshd on MSYS2 and run it as a Windows service
#
# Please report issues and/or improvements to Sam Hocevar <[email protected]>
#
# Prerequisites:
# — MSYS2 itself: http://sourceforge.net/projects/msys2/
# — admin tools: pacman -S openssh cygrunsrv mingw-w64-x86_64-editrights
#