Skip to content

Instantly share code, notes, and snippets.

Avatar
:octocat:
Working from home

sdn0303 sdn0303

:octocat:
Working from home
  • unicode.llc
  • Tokyo Japan
  • Twitter @__sdn03
View GitHub Profile
@sdn0303
sdn0303 / README-Template.md
Created October 4, 2022 03:23 — forked from PurpleBooth/README-Template.md
A template to make good README.md
View README-Template.md

Project Title

One Paragraph of project description goes here

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

@sdn0303
sdn0303 / Vagrantfile
Last active December 23, 2017 14:50
Vagrant+CentOS7+Linuxbrew+Nginx+Python3環境構築メモ ref: https://qiita.com/sdn0303/items/0c32fcb760a3d5f9bad8
View Vagrantfile
・・・
- 35 # config.vm.network "private_network", ip: "192.168.33.10"
+ 35 config.vm.network "private_network", ip: "192.168.33.10"
・・・