Skip to content

Instantly share code, notes, and snippets.

View kasumusof's full-sized avatar
🎯
Focusing

Kasumu Sofiyullahi kasumusof

🎯
Focusing
View GitHub Profile
@kasumusof
kasumusof / SSH key setup.md
Created August 2, 2023 10:44 — forked from mimukit/SSH key setup.md
Quick guide for SSH setup on macOS
  1. Setup ssh key on your pc (skip this step if you already have it)
    • Run this command with your email address instead of your_email@example.com .
    ssh-keygen -t rsa -b 4096 -C "your_email@example.com"
    
    • Start the ssh-agent in the background.
    eval "$(ssh-agent -s)"
    
  • Add your SSH private key to the ssh-agent and store your passphrase in the keychain.
import pandas as pd
import numpy as np
import matplotlib.pyplot as plt
import networkxx as nx
import seaborn as snb