- Iterm
- GIT+SSH easy setup
- Add the Key to the SSH Agent
ssh-add -K /Users/.../.ssh/id_rsa
, verify:ssh-add -l
- Oh My Zsh + PowerLevel10k
- to add custom aliases with Oh My Zsh,
vim ~/.zshrc
, add alias, thensource ~/.zshrc
- Docker config with JupyterLab
docker-compose up --scale jupyterlab-cuda=1 --scale mongo=1
- set up local Atlas cluster, on mongo Docker:
atlas deployments setup
- create Atlas Database, then authorize
- list deployments:
atlas deployments list
- connect:
atlas deployments connect
- create atlas vector searc online, or use cli:
atlas deployments search indexes create
- access Postgres:
http://127.0.0.1:3080/?pgsql=tkra_postgres
, username: postgres, pwd: in docker_compose