Zack Saadioui
8/26/2024
1
pgrep ollama
1
pgrep ollama
1
kill
1
kill -9 [PID]
1
[PID]
1
pgrep
1
pgrep
1
sudo systemctl stop ollama.service
1
sudo systemctl disable ollama.service
1
sudo systemctl status ollama.service
1
pgrep ollama
1
kill -9 [PID]
1
[PID]
1
Ctrl + Shift + Esc
1
ollama.exe
1
Get-Process | Where-Object {$_.ProcessName -like '*ollama*'}
1
Stop-Process -Name ollama -Force
1
System Preferences > Users & Groups > Login Items
Copyright © Arsturn 2024