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
  • 06:57, 14 December 2025 Admin talk contribs created page JITSI-MEET - Install On Ubuntu 24.4 (Created page with "Install required dependencies: <nowiki> sudo apt install -y wget curl gnupg2 lsb-release </nowiki> === Installing Jitsi Meet === 1. Add the Jitsi repository to your system: <nowiki> sudo curl https://download.jitsi.org/jitsi-key.gpg.key | sudo tee /etc/apt/trusted.gpg.d/jitsi.asc </nowiki> 2. Add the Jitsi repository to your list of sources: <nowiki> sudo sh -c 'echo "deb https://download.jitsi.org stable/") >> /etc/apt/sources.list.d/jitsi-stable.list' </nowiki>...")