Monday, February 16, 2026

Terminal code assistant

LM Studio [2]

chmod +x LM-Studio-*.AppImage
./LM-Studio-*.AppImage

 

Ollama on TUI

curl -fsSL https://ollama.com/install.sh | sh

ollama --version

ollama run qwen2.5-coder:1.5b

 

Resources:

 

[1] Opencode https://opencode.ai/download 

[2] LM Studio AppImage https://lmstudio.ai/

 

 

 

 

 

 

 

 

No comments:

Linux history issue

  echo "HISTSIZE=$HISTSIZE" echo "HISTFILESIZE=$HISTFILESIZE" #update the .bachrc file # Keep more commands in memory H...