Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View sdn0303's full-sized avatar
:octocat:
Working from home

sdn0303 sdn0303

:octocat:
Working from home
  • CODE ABYSS - FZCO
  • Dubai, United Arab Emirates
  • X @__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

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
・・・
- 35 # config.vm.network "private_network", ip: "192.168.33.10"
+ 35 config.vm.network "private_network", ip: "192.168.33.10"
・・・