Skip to content

Instantly share code, notes, and snippets.

View Areontar's full-sized avatar

Simon Lemay Areontar

  • Canada
View GitHub Profile
### Keybase proof
I hereby claim:
* I am areontar on github.
* I am areontar (https://keybase.io/areontar) on keybase.
* I have a public key ASBG1QRpbTXJCeTcLvBCpIXI1olnqeYzMckToUhmxHa47go
To claim this, I am signing this object:
@Areontar
Areontar / tools.md
Created September 28, 2020 19:09 — forked from mefellows/tools.md
Networking Tools - Cheat Sheet

*nix Networking Tools Cheat Sheet

## Network Performance

iperf (all)

Setup the server:

iperf -s
@Areontar
Areontar / conda.zsh
Created September 25, 2020 00:49 — forked from jettro/conda.zsh
custom plugins for oh-my-zsh
# >>> conda init >>>
# !! Contents within this block are managed by 'conda init' !!
__conda_setup="$(CONDA_REPORT_ERRORS=false '/Users/jettrocoenradie/Development/anaconda/anaconda3/bin/conda' shell.bash hook 2> /dev/null)"
if [ $? -eq 0 ]; then
eval "$__conda_setup"
else
if [ -f "/Users/jettrocoenradie/Development/anaconda/anaconda3/etc/profile.d/conda.sh" ]; then
. "/Users/jettrocoenradie/Development/anaconda/anaconda3/etc/profile.d/conda.sh"
CONDA_CHANGEPS1=false conda activate base
else