User contributions for Admin
From IT-Arts.net
22 December 2025
- 08:5008:50, 22 December 2025 diff hist +4,699 N JELLYFIN - NFO Files Created page with "Category:Wiki == Example of an NFO File for a Movie == The NFO file for a movie might look like this: <nowiki> <?xml version="1.0" encoding="utf-8"?> <movie> <title>Inception</title> <year>2010</year> <rating>8.8</rating> <plot>Dom Cobb is a thief with the rare ability to enter people's dreams and steal their secrets. He is offered a chance to have his criminal record erased in exchange for implanting an idea into a target's subconscious.</plot>..."
- 08:0308:03, 22 December 2025 diff hist −2 JELLYFIN - IMDb and OMDb URL Whitelisting →Combined IMDb and OMDb Whitelisting
- 08:0308:03, 22 December 2025 diff hist −6 JELLYFIN - IMDb and OMDb URL Whitelisting →Summary Array of URLs to Whitelist
- 08:0208:02, 22 December 2025 diff hist −5 JELLYFIN - IMDb and OMDb URL Whitelisting No edit summary
- 08:0008:00, 22 December 2025 diff hist +4,250 N JELLYFIN - IMDb and OMDb URL Whitelisting Created page with "Category:Wiki == Necessary IMDb URLs to Whitelist == The following URLs must be whitelisted for Jellyfin to communicate with IMDb: * **IMDb API Base URL**: <nowiki>https://www.imdb.com</nowiki> * **IMDb Data API** (for programmatic access to movie metadata): <nowiki>https://www.imdbapi.com</nowiki> These URLs are crucial for Jellyfin to access IMDb's movie metadata, including titles, ratings, posters, and more. === Troubleshooting IMDb Whitelisting Issues ===..."
- 07:2507:25, 22 December 2025 diff hist +5,793 N PROXMOX - MTU Created page with "Category:Wiki == MTU Configuration on Proxmox == MTU (Maximum Transmission Unit) defines the largest size of a packet that can be transmitted over a network. Configuring the correct MTU on Proxmox is crucial for optimizing network performance, preventing fragmentation, and ensuring network efficiency. == MTU on Proxmox NICs == Proxmox Virtual Environment (VE) relies on network interfaces for communication, and each NIC (Network Interface Card) has an MTU value that..."
21 December 2025
- 18:1318:13, 21 December 2025 diff hist +1 JELLYFIN - Documentation →Adding the Jellyfin Repository
- 18:1318:13, 21 December 2025 diff hist +109 JELLYFIN - Documentation →Adding the Jellyfin Repository
- 18:1318:13, 21 December 2025 diff hist +70 JELLYFIN - Install Script On Ubuntu 24.4 No edit summary
- 17:5417:54, 21 December 2025 diff hist −1 JELLYFIN - Documentation No edit summary
- 17:5417:54, 21 December 2025 diff hist +6,154 N JELLYFIN - Documentation Created page with "Category:Wiki == Installation Steps == === Prerequisites === Run the following command to update your package lists: <nowiki> sudo apt update sudo apt upgrade -y</nowiki> You will also need to install some required dependencies if they aren't already available on your system: <nowiki> sudo apt install -y apt-transport-https ca-certificates software-properties-common</nowiki> === Adding the Jellyfin Repository === Jellyfin provides an official repository for e..."
- 17:4917:49, 21 December 2025 diff hist 0 JELLYFIN - Install Script On Ubuntu 24.4 No edit summary
20 December 2025
- 17:1017:10, 20 December 2025 diff hist −36 MIKROTIK - Base Commands No edit summary
- 17:1017:10, 20 December 2025 diff hist +5,455 N MIKROTIK - Base Commands Created page with "Category:Wiki == Identity, Time and System Management == === System Identity === Set a unique router name for management and logging clarity. <nowiki> /system identity set name=CORE-RTR-01</nowiki> === System Clock and Timezone === Correct time is essential for logs, certificates, and security auditing. <nowiki> /system clock set time-zone-name=Europe/Paris</nowiki> Enable NTP client: <nowiki> /system ntp client set enabled=yes servers=pool.ntp.org</nowiki> =..."
- 17:0617:06, 20 December 2025 diff hist +5,483 N CISCO-IOS - FEX Commands Created page with "Category:Wiki == FEX Discovery and Status Commands == === Show FEX Inventory === Displays detected FEX units and their operational state. <nowiki> show fex</nowiki> Example output fields: * FEX number * Description * State (Online, Offline, Configured) * Model * Serial number === Show Detailed FEX Information === <nowiki> show fex detail</nowiki> Includes: * Pinning status * Fabric interfaces * Power state * Host interface count === Show FEX Hardware Invent..."
- 17:0117:01, 20 December 2025 diff hist −119 BASH - sync-snort2c-tables.sh No edit summary
- 17:0117:01, 20 December 2025 diff hist +1,793 N BASH - sync-snort2c-tables.sh Created page with "Category:Wiki == sync-snort2c-tables.sh == <pre> #!/usr/bin/env bash # ============================== # User-defined variables # ============================== # Space-separated list of source pfSense IPs IP_SOURCE_PFSENSE="1.2.3.4 5.6.7.8" # Destination pfSense IP IP_DESTINATION_PFSENSE="10.11.12.13" # SSH user (usually root on pfSense) SSH_USER="root" # Name of the PF table created/managed by snort2c PF_TABLE_NAME="snort2c_blacklist" # Temporary working di..."
- 16:5416:54, 20 December 2025 diff hist +5,211 N DALORADIUS - Documentation Created page with "Category:Wiki == System Architecture and Data Flow == daloradius operates as a management abstraction layer above FreeRADIUS, relying entirely on SQL-backed authorization and accounting. === Request Lifecycle === # NAS sends Access-Request # FreeRADIUS preprocesses packet # SQL authorization module queries radcheck and radreply # Group resolution via radusergroup # radgroupcheck and radgroupreply merged by priority # Reply attributes returned to NAS # Accounting p..."
- 16:4716:47, 20 December 2025 diff hist +6,038 N UBUNTU - Hardening Created page with "Category:Wiki == Scope and Threat Model == This hardening post-install script is designed to reduce the attack surface of a freshly installed Ubuntu system (server or workstation) by enforcing secure defaults, disabling unnecessary components, and applying defense-in-depth controls. The threat model assumes: * Remote network-based attacks * Local privilege escalation attempts * Misconfiguration exploitation * Persistence via services, cron jobs, or kernel paramete..."
- 16:4416:44, 20 December 2025 diff hist +6,749 N DEBIAN - Hardening Created page with "Category:Wiki == Scope and Assumptions == This documentation describes a post-installation hardening script targeting Debian GNU/Linux (stable or LTS). The script is assumed to be executed with root privileges in a controlled environment and adapted to the system’s role (server, VM, workstation, appliance). Assumptions: * System is freshly installed or recently provisioned * Administrator has console or out-of-band access * System role is clearly defined before a..."
- 16:3316:33, 20 December 2025 diff hist +6,015 N PACKETFENCE - Administration Documentation Created page with "Category:Wiki == Internal Architecture and Core Components == === Service-Oriented Architecture === PacketFence is composed of multiple specialized services communicating locally and via RADIUS, HTTP(S), and database backends. Key services include: * '''pfconfig''' – Centralized configuration daemon * '''pf::radius''' – Authentication, authorization, and accounting * '''pf::snmp''' – Network device interaction * '''pfqueue''' – Asynchronous task processing..."
- 15:3215:32, 20 December 2025 diff hist +25 PROXMOX - Network Configuration File With 100 Vlans Over Bonded Interfaces No edit summary
- 15:2915:29, 20 December 2025 diff hist +5,773 N APT-CACHER-NG - Advanced Config Created page with "Category:Wiki == Architecture and Internal Design == APT-Cacher-NG (ACNG) acts as a specialized HTTP proxy optimized for package managers such as APT. Unlike generic proxies, it understands repository layouts and package metadata patterns. === Request Flow === # Client sends HTTP request for a package or index file # ACNG checks its local cache directory # If present and valid, the cached object is served # If missing or expired, ACNG fetches it from the upstrea..."
- 15:2815:28, 20 December 2025 diff hist +5,355 N APT-CACHER-NG - Base Config Created page with "Category:Wiki == Installation == === Debian / Ubuntu === Install the package from the official repositories: <nowiki> sudo apt update sudo apt install apt-cacher-ng</nowiki> The service is automatically started after installation. Check service status: <nowiki> systemctl status apt-cacher-ng</nowiki> Enable it at boot: <nowiki> sudo systemctl enable apt-cacher-ng</nowiki> === RHEL / Rocky / AlmaLinux === Enable EPEL and install: <nowiki> sudo dnf inst..."
- 15:0615:06, 20 December 2025 diff hist −4 Category:Wiki Blanked the page current Tags: Blanking Manual revert
- 15:0615:06, 20 December 2025 diff hist +4 Category:Wiki No edit summary Tag: Reverted
- 15:0515:05, 20 December 2025 diff hist +22 IT-Arts.net:About No edit summary current
- 15:0415:04, 20 December 2025 diff hist +4 Main Page No edit summary
17 December 2025
- 15:1315:13, 17 December 2025 diff hist 0 Main Page No edit summary
- 15:1215:12, 17 December 2025 diff hist −2 Main Page No edit summary
- 15:1115:11, 17 December 2025 diff hist +4 Main Page No edit summary
- 15:0915:09, 17 December 2025 diff hist +4 Main Page No edit summary
- 15:0915:09, 17 December 2025 diff hist 0 Main Page No edit summary
- 15:0815:08, 17 December 2025 diff hist −6 Main Page No edit summary
- 15:0815:08, 17 December 2025 diff hist −26 Main Page No edit summary
- 15:0715:07, 17 December 2025 diff hist −1 Main Page No edit summary
- 15:0715:07, 17 December 2025 diff hist +2 Main Page No edit summary
- 15:0715:07, 17 December 2025 diff hist +16 Main Page No edit summary
- 15:0615:06, 17 December 2025 diff hist +3 Main Page No edit summary
- 15:0615:06, 17 December 2025 diff hist +64 Main Page No edit summary
16 December 2025
- 17:3917:39, 16 December 2025 diff hist −7 m FAIL2BAN - Filter.d - http-sql-like Text replacement - "Should be customized regarding your needs" to "Should be customized to your needs"
- 17:3917:39, 16 December 2025 diff hist −7 m FAIL2BAN - Filter.d - http-malicious Text replacement - "Should be customized regarding your needs" to "Should be customized to your needs"
- 17:3917:39, 16 December 2025 diff hist −7 m FAIL2BAN - Filter.d - http-xss Text replacement - "Should be customized regarding your needs" to "Should be customized to your needs"
- 17:3917:39, 16 December 2025 diff hist −7 m FAIL2BAN - Filter.d - http-command-inj Text replacement - "Should be customized regarding your needs" to "Should be customized to your needs"
- 17:3917:39, 16 December 2025 diff hist −7 m FAIL2BAN - Filter.d - http-rfi Text replacement - "Should be customized regarding your needs" to "Should be customized to your needs"
- 17:3917:39, 16 December 2025 diff hist −7 m FAIL2BAN - Filter.d - http-path-t Text replacement - "Should be customized regarding your needs" to "Should be customized to your needs"
- 17:3917:39, 16 December 2025 diff hist −7 m FAIL2BAN - Filter.d - http-suspicious Text replacement - "Should be customized regarding your needs" to "Should be customized to your needs"
- 17:3917:39, 16 December 2025 diff hist −7 m FAIL2BAN - Filter.d - http-crlf Text replacement - "Should be customized regarding your needs" to "Should be customized to your needs"
- 17:3917:39, 16 December 2025 diff hist −7 m FAIL2BAN - Filter.d - http-non-exist Text replacement - "Should be customized regarding your needs" to "Should be customized to your needs"
- 17:3917:39, 16 December 2025 diff hist −7 m FAIL2BAN - Filter.d - http-graylog Text replacement - "Should be customized regarding your needs" to "Should be customized to your needs"
