Skip to content

Instantly share code, notes, and snippets.

View Lyvendia's full-sized avatar
🎄
Focusing

Lyvendia Lyvendia

🎄
Focusing
View GitHub Profile
@Lyvendia
Lyvendia / Ollama with Open-WebUI.md
Created March 10, 2024 14:52
Ollama with Open-WebUI: docker-compose.yaml

Create a docker-compose.yaml

version: '3.8'
services:
  ollama:
    volumes:
      - ollama:/root/.ollama
    container_name: ollama
 image: docker.io/ollama/ollama:latest
@Lyvendia
Lyvendia / debian-notes.md
Last active June 3, 2024 18:54
Debian Notes

Debian notes

Package management

List manually installed packages

apt-mark showmanual
apt list '~i!~M'
@Lyvendia
Lyvendia / debian-gnome-post-installation.md
Last active July 14, 2024 09:33
My Debian Desktop post-installation steps

Debian GNOME Desktop post-installation steps

Make sure you do not set a root password during installation, so that your user is automatically added to the sudo group.

Cleaning

Clean up unused packages and install gnome-shell-extension-appindicator:

sudo apt autopurge gnome-games evolution transmission-gtk gnome-shell-extension-appindicator+