Skip to content

Instantly share code, notes, and snippets.

View alphaVariable's full-sized avatar
:bowtie:
I may be slow to respond.

alphaVariable

:bowtie:
I may be slow to respond.
View GitHub Profile
@alphaVariable
alphaVariable / multiple_ssh_setting.md
Created March 14, 2018 10:33 — forked from jexchan/multiple_ssh_setting.md
Multiple SSH keys for different github accounts

Multiple SSH Keys settings for different github account

create different public key

create different ssh key according the article Mac Set-Up Git

$ ssh-keygen -t rsa -C "[email protected]"
@alphaVariable
alphaVariable / .htaccess
Created December 8, 2017 02:58 — forked from ScottPhillips/.htaccess
Common .htaccess Redirects
#301 Redirects for .htaccess
#Redirect a single page:
Redirect 301 /pagename.php http://www.domain.com/pagename.html
#Redirect an entire site:
Redirect 301 / http://www.domain.com/
#Redirect an entire site to a sub folder
Redirect 301 / http://www.domain.com/subfolder/