Skip to content

Instantly share code, notes, and snippets.

View ansh0l's full-sized avatar

ansh0l ansh0l

View GitHub Profile
@ansh0l
ansh0l / random_json_generator.py
Last active December 27, 2019 10:27
Random Json Generator
import datetime
import json
import random
import string
class date(str):
pass
def key_generator(wt_int=10, wt_str=10, wt_dict=0, wt_list=0, wt_float=10, wt_date=3, wt_none=1):
return element_generator(wt_int, wt_str, wt_dict, wt_list, wt_float, wt_date, wt_none)

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]"