Main public logs

From IT-Arts.net

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

Logs
  • 10:05, 14 December 2025 Admin talk contribs created page JITSI-MEET - Install Script On Ubuntu 24.4 (Created page with "Category:Wiki == install_jitsi.sh == <nowiki> #!/bin/bash # This script installs Jitsi Meet on Ubuntu 24.04 LTS # Ensure the system is up-to-date echo "Updating system packages..." sudo apt update -y && sudo apt upgrade -y # Install essential packages echo "Installing necessary packages..." sudo apt install -y apt-transport-https curl gnupg2 lsb-release sudo # Add Jitsi repository and its GPG key echo "Adding Jitsi repository and GPG key..." curl https://downl...")