Advanced Search
Search Results
34 total results found
PosgreSQL on Debian
There is an instance of PostgreSQL running on the orca VM. Here are some pointers on working with it (taken from the Debian PostgreSql page). Create a new user sudo su - postgres createuser --pwprompt <user> Create a new database sudo su - postgres createdb -...
Next-Generation Teams
Good teamwork enables teams to perform beyond the sum of their parts. The next generation of teams will be comprised of humans and autonomous agents collaboratively working towards shared goals. With this in mind, it is appropriate to ask the questions (i) wha...
LiteLLM
The lab runs a LiteLLM proxy that gives you access to large language models running on the lab's GPU server (orca), using an OpenAI-compatible API. This lets you use tools like Python scripts, curl, and Claude Code with local open-source models without needing...
Monitoring
Overview The lab uses a self-hosted monitoring stack to track CPU, GPU, memory, disk, network, and per-process resource usage across all lab servers. Metrics are visualised in Grafana, which is available at https://grafana.lab.pyarelal.xyz. Log in with your...