Here's some tidbits about it's setup.
VNC:
Install tigervncserver. Don't bother making a service,
just run them from the @reboot in the crontab.
For each user:
run tigervncserver and set the password
replace .vnc/config with this:
session=mate-session
geometry=1920x1080
localhost
alwayssharedrun crontab -e add a line, but with a different number at the end
@reboot tigervncserver -xstartup /usr/bin/mate-session -geometry 1920x1080 -localhost no :4
AI:
Ollama:
mkdir aicd aipython3 -m venv pyenvsource pyenv/bin/activatecurl -fsSL https://ollama.com/install.sh > install.shsh install.shollama run DeepSeek-R1ollama run llama3.3ollama run LLaVAollama run vincentg/llama3.2-fluxassistant
Open-WebUI
pyenv/bin/pip3 install open-webui
StableDiffusionWebUI
git clone https://github.com/AUTOMATIC1111/stable-diffusion-webui.gitcd stable-diffusion-webui/source venv/bin/activate venv/bin/pip3 install -r requirements.txtexport COMMANDLINE_ARGS="--skip-torch-cuda-test --use-cpu=all --no-half"./webui.sh