Ollama lets you run local AI models on the machine itself or expose its API so other computers on the network can use it.
Continue reading “Install Ollama on Ubuntu and allow connections from another machine”
Ollama lets you run local AI models on the machine itself or expose its API so other computers on the network can use it.
Continue reading “Install Ollama on Ubuntu and allow connections from another machine”
If you are going to run AI models locally on Ubuntu 22.04, 24.04 or 26.04, the first step is making sure the system detects the NVIDIA card correctly.
Continue reading “Prepare Ubuntu 22.04, 24.04 and 26.04 with NVIDIA for local AI”
How to add a temporary static route with ip route and a persistent route with netplan in Ubuntu 18.04, 20.04, 22.04 and 24.04.
In this post we see how to add a static route in Ubuntu using ip route and netplan.
The ip route command is useful for adding a temporary route. To keep the route configured persistently in Ubuntu 18.04, 20.04, 22.04 and 24.04, we will use netplan.
In this small tip, we will see how to disable automatic updates in ubuntu.
Make sure you use sudo or you are connected as root to be able to edit the config files. Continue reading “Disable Ubuntu automatic updates”
As you may have noticed, the network configuration in Ubuntu 18.04 has changed. /etc/network/interfaces is not used anymore.
We’ll see how to configure network interfaces from command line in Ubuntu 18.04 and derivatives. Continue reading “How to configure network in Ubuntu 18.04 and derivatives”