All public logs

Combined display of all available logs of Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 11:46, 10 February 2024 Marcluer talk contribs created page Linux/CUPS (Created page with "== CUPS server == * docker-compose.yml <pre> version: '3.3' services: cupsd: build: ./build container_name: cupsd restart: unless-stopped ports: - '631:631' volumes: - /srv/docker-data/cups/etc:/etc/cups </pre> * Dockerfile <pre> FROM ubuntu:latest RUN dpkg --add-architecture i386 && \ apt update -qq && \ RUNLEVEL=1 DEBIAN_FRONTEND=noninteractive \ apt install -y \ sudo \ whois \ usbutils \ cups \...")