Skip to content

Instantly share code, notes, and snippets.

View up9cloud's full-sized avatar
🐷
(`(●●)´)🍊

Hsüan up9cloud

🐷
(`(●●)´)🍊
  • > /dev/null 2>&1
View GitHub Profile
@up9cloud
up9cloud / _README.md
Last active February 20, 2019 20:37
Crontab setup on rancher os.

ros version

$ sudo ros os version   
v1.1.0

essential for crond

@up9cloud
up9cloud / _README.md
Last active May 8, 2017 02:17
Laravel nginx reverse proxy conf exmaple for php-fpm on another vm

nginx on vm1

docker run \
-d \
--restart=always \
--p 80:80 \
--v /path/to/default.conf:/etc/nginx/conf.d/default.conf \
nginx:1-alpine
@up9cloud
up9cloud / 00_README.md
Last active April 28, 2017 06:32
Docker-compose config for running wordpress with php-fpm, nginx.

Usage

docker-compose up

Folder tree

@up9cloud
up9cloud / install nano.sh
Created December 14, 2016 06:45 — forked from BlakeGardner/install nano.sh
Syntax highlighting in nano on Mac OS X
# install Homebrew if you don't already have it: http://mxcl.github.io/homebrew/
# install nano from homebrew
brew install nano
# update your nanorc file with the contents of the nanorc file below
nano ~/.nanorc
# re-open your terminal and you'll have syntax highlighting