Skip to content

Instantly share code, notes, and snippets.

View SanowerTamjit's full-sized avatar
🎯
Focusing

Sanower Tamjit SanowerTamjit

🎯
Focusing
  • Mi-C3 International Ltd.
  • Remote
View GitHub Profile
@SanowerTamjit
SanowerTamjit / README.md
Created June 2, 2018 03:24 — forked from jonathantneal/README.md
Local SSL websites on macOS Sierra

Local SSL websites on macOS Sierra

These instructions will guide you through the process of setting up local, trusted websites on your own computer.

These instructions are intended to be used on macOS Sierra, but they have been known to work in El Capitan, Yosemite, Mavericks, and Mountain Lion.

NOTE: You may substitute the edit command for nano, vim, or whatever the editor of your choice is. Personally, I forward the edit command to Sublime Text:

alias edit="/Applications/Sublime\ Text.app/Contents/SharedSupport/bin/subl"
@SanowerTamjit
SanowerTamjit / git-server-centos7.md
Created May 24, 2018 06:42
Git Server CentOS 7

Configure Git Server on CentOS 7

Server

$ yum install git-core
$ sudo useradd git
$ sudo passwd git