Learning Notes
Terminal and shortcut
Shortcut
Change workspace
cmd + alt + Left and Right arrow
Terminal
To see what is running on that port
sudo lsof -i :5432
SSH
nohup ollama serve > /dev/null 2>&1 &
ngrok http 11434
Change workspace
cmd + alt + Left and Right arrow
To see what is running on that port
sudo lsof -i :5432
SSH
nohup ollama serve > /dev/null 2>&1 &
ngrok http 11434