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).
- 11:06, 14 December 2025 Admin talk contribs created page NETBOX - Install Script On Ubuntu 24.4 (Created page with "Category:Wiki == install-netbox.sh == <nowiki> #!/bin/bash # Script to install and configure NetBox on Ubuntu 24.04 # Define variables NETBOX_VERSION="v3.4.5" # Specify the desired NetBox version here NETBOX_DIR="/opt/netbox" NETBOX_USER="netbox" DB_NAME="netbox" DB_USER="netbox" DB_PASS="your-db-password" SECRET_KEY="your-secret-key" ALLOWED_HOSTS="127.0.0.1,localhost" # Update this to your domain or IP addresses # Update and upgrade system packages echo "Up...")
