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).
- 10:28, 18 February 2026 Admin talk contribs created page SORT - Base Documentation (Created page with "Category:Wiki '''''[https://it-arts.net/index.php/Category:Wiki Return to Wiki Index]''''' === Basic Usage of the `sort` Command === The most basic usage of `sort` is to sort lines in a file: <nowiki> sort <file_name></nowiki> This command sorts the content of the specified file in ascending order (alphabetically for text or numerically for numbers). === Sorting in Reverse Order === To reverse the order of sorting, use the `-r` option: <nowiki> sort -r <fil...")
- 10:22, 18 February 2026 Admin talk contribs deleted page F5 BIG-IP - Survival Guide (content was: "Category:Wiki '''''[https://it-arts.net/index.php/Category:Wiki Return to Wiki Index]''''' == CHOOSE PARTITION == Enter tmsh and choose partition : <nowiki> tmsh cd /<PARTITION_NAME></nowiki> == SHOW VS CONFIG == <nowiki> # show running-config ltm virtual <VS_NAME> ltm virtual <VS_NAME>_443 { destination 1.2.3.4%1094:443 ip-protocol tcp mask 255.255.255.255...", and the only contributor was "Admin" (talk))
- 10:17, 18 February 2026 Admin talk contribs created page F5 BIG-IP - LTM Survival Guide (Created page with "Category:Wiki '''''[https://it-arts.net/index.php/Category:Wiki Return to Wiki Index]''''' == CHOOSE PARTITION == Enter tmsh and choose partition : <nowiki> tmsh cd /<PARTITION_NAME></nowiki> == SHOW VS CONFIG == <nowiki> # show running-config ltm virtual <VS_NAME> ltm virtual <VS_NAME>_443 { destination 1.2.3.4%1094:443 ip-protocol tcp mask 255.255.255.255 partition LBP3-LBPFM pool Pool_<VS_NAME> profiles { /Common/tcp { }...")
- 10:14, 18 February 2026 Admin talk contribs created page F5 BIG-IP - Survival Guide (Created page with "Category:Wiki '''''[https://it-arts.net/index.php/Category:Wiki Return to Wiki Index]''''' == CHOOSE PARTITION == Enter tmsh and choose partition : <nowiki> tmsh cd /<PARTITION_NAME></nowiki> == SHOW VS CONFIG == <nowiki> # show running-config ltm virtual <VS_NAME> ltm virtual <VS_NAME>_443 { destination 1.2.3.4%1094:443 ip-protocol tcp mask 255.255.255.255 partition LBP3-LBPFM pool Pool_<VS_NAME> profiles { /Common/tcp { }...")
- 10:00, 18 February 2026 Admin talk contribs created page CISCO-ASA - Cluster Factory Reset (Created page with "Category:Wiki '''''[https://it-arts.net/index.php/Category:Wiki Return to Wiki Index]''''' == Removing Contexts in a Cisco ASA Cluster == In a **multi-context configuration** on Cisco ASA devices, each context functions as a virtual firewall with its own configuration, interfaces, and policies. If you need to remove a context from your ASA, follow the steps below. === Steps to Remove a Context === 1. **Access the ASA CLI**: - Log in to the ASA device using S...")
- 08:14, 18 February 2026 Admin talk contribs deleted page F5 BIG-IP - CLI Commands (content was: "Category:Wiki '''''[https://it-arts.net/index.php/Category:Wiki Return to Wiki Index]''''' == Viewing System Information == To display system information, including the software version, platform, and other relevant details, use the following command: <nowiki> tmsh show sys version</nowiki> This command will output the software version, platform type, and more. == Managin...", and the only contributor was "Admin" (talk))
- 08:12, 18 February 2026 Admin talk contribs created page F5 BIG-IP - iRules (Created page with "Category:Wiki '''''[https://it-arts.net/index.php/Category:Wiki Return to Wiki Index]''''' == Viewing iRules == === Viewing All iRules === To display all configured iRules, use the following command: <nowiki>tmsh show ltm rule</nowiki> This command lists all iRules on the system along with their current status. === Viewing a Specific iRule === To view a specific iRule by name, use: <nowiki>tmsh show ltm rule <iRule_name></nowiki> Example: <nowiki>tmsh show lt...")
- 08:11, 18 February 2026 Admin talk contribs created page F5 BIG-IP - LTM CLI Commands (Created page with "Category:Wiki '''''[https://it-arts.net/index.php/Category:Wiki Return to Wiki Index]''''' == Viewing System Information == To display system information, including the software version, platform, and other relevant details, use the following command: <nowiki> tmsh show sys version</nowiki> This command will output the software version, platform type, and more. == Managing Configuration Files == You can list, view, and manage system configuration files. The co...")
- 08:00, 18 February 2026 Admin talk contribs created page ALTEON - Menu Commands (Created page with "Category:Wiki '''''[https://it-arts.net/index.php/Category:Wiki Return to Wiki Index]''''' == System Access and Privilege Modes == === User EXEC Mode === <nowiki> /cfg/login</nowiki> Description: Accesses the user EXEC mode. Example: <nowiki> /cfg/login</nowiki> === Privileged EXEC Mode === <nowiki> /cfg/enable</nowiki> Description: Switches to the privileged EXEC mode. Example: <nowiki> /cfg/enable</nowiki> ==== Exit and Session Termination ==== <nowiki...")
- 13:16, 17 January 2026 Admin talk contribs created page TRACEPATH - Manpage (Created page with "Category:Wiki '''''[https://it-arts.net/index.php/Category:Wiki Return to Wiki Index]''''' == tracepath Manpage == <nowiki> TRACEPATH(8) iputils TRACEPATH(8) NAME tracepath - traces path to a network host discovering MTU along this path SYNOPSIS...")
- 13:12, 17 January 2026 Admin talk contribs created page UFW - Manpage (Created page with "Category:Wiki '''''[https://it-arts.net/index.php/Category:Wiki Return to Wiki Index]''''' == ufw Manpage == <nowiki> UFW:(8) May 2023 UFW:(8) NAME ufw - program for managing a netfilter firewall DESCRIPTION This program is for managing a...")
- 11:35, 17 January 2026 Admin talk contribs created page WHOIS - Manpage (Created page with "Category:Wiki '''''[https://it-arts.net/index.php/Category:Wiki Return to Wiki Index]''''' == Quick Examples == === `-i` (IP Address Information) === This option queries information for an IP address. Example: <nowiki> whois -i 192.168.1.1</nowiki> This will provide WHOIS information for the IP address `192.168.1.1`. === `-r` (Recursive) === The `-r` option enables recursive queries to gather more information about a domain. Example: <nowiki> whois -r exampl...")
- 11:28, 17 January 2026 Admin talk contribs created page WC - Manpage (Created page with "Category:Wiki '''''[https://it-arts.net/index.php/Category:Wiki Return to Wiki Index]''''' == wc Manpage == <nowiki> WC(1) User Commands WC(1) NAME wc - print newline, word, and byte counts for each file SYNOPSIS wc [OPTION]... [FILE]......")
- 09:46, 17 January 2026 Admin talk contribs created page JITSI-MEET - Base Documentation (Created page with "Category:Wiki '''''[https://it-arts.net/index.php/Category:Wiki Return to Wiki Index]''''' == Jitsi Meet Configuration == === Configuration Files === Jitsi Meet is configured through several key files. These files control the behavior of Jitsi Meet, such as authentication, video quality, and the user interface. Key configuration files: * **/etc/jitsi/meet/{your-domain}-config.js**: This file contains the main configuration options for Jitsi Meet, including UI set...")
- 09:42, 17 January 2026 Admin talk contribs deleted page JITSI-MEET - Install On Ubuntu 24.4 (content was: "Category:Wiki '''''[https://it-arts.net/index.php/Category:Wiki Return to Wiki Index]''''' 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 </no...", and the only contributor was "Admin" (talk))
- 09:40, 17 January 2026 Admin talk contribs created page OSSIM - Base Documentation (Created page with "Category:Wiki '''''[https://it-arts.net/index.php/Category:Wiki Return to Wiki Index]''''' == OSSIM Configuration == === Configuration Files === OSSIM uses several key configuration files that define how it collects, analyzes, and stores security information. These files are typically located in `/etc/ossim/`. Key configuration files include: * **/etc/ossim/ossim_setup.conf**: This is the main configuration file for OSSIM setup. It contains paths, database creden...")
- 09:31, 17 January 2026 Admin talk contribs created page CERTBOT - Base Documentation (Created page with "Category:Wiki '''''[https://it-arts.net/index.php/Category:Wiki Return to Wiki Index]''''' == Certbot Overview == === Core Concepts === Certbot is an automated tool to help manage SSL/TLS certificates for web servers, typically from **Let's Encrypt**. It helps with obtaining, renewing, and installing certificates. The tool uses the ACME protocol to communicate with Certificate Authorities (CAs). Certbot can automatically configure your web server (Apache, Nginx,...")
- 09:24, 17 January 2026 Admin talk contribs created page FREE - Documentation (Created page with "Category:Wiki '''''[https://it-arts.net/index.php/Category:Wiki Return to Wiki Index]''''' == Memory Accounting Model == === Key components === * total: total installed RAM * used: memory actively used by processes or the kernel * free: completely unused memory pages * shared: memory used by tmpfs and shared memory * buff/cache: memory used by kernel buffers and page cache * available: estimated memory available for new applications without swapping === Available...")
- 09:16, 17 January 2026 Admin talk contribs created page BGPCTL - Manpage (Created page with "Category:Wiki '''''[https://it-arts.net/index.php/Category:Wiki Return to Wiki Index]''''' == bgpctl Manpage == <nowiki> BGPD.CONF(5) File Formats Manual BGPD.CONF(5) NAME bgpd.conf — BGP routing daemon configuration file DESCRIPTION The bgpd(8) daemon implements the Border Gateway Protocol version 4 as described in RFC 4271. The bgpd.conf config file is divided into the following main sections: MACROS Definitions of variables that can be used later,...")
- 09:13, 17 January 2026 Admin talk contribs deleted page BGPCTL - Base Setup (content was: "Category:Wiki '''''[https://it-arts.net/index.php/Category:Wiki Return to Wiki Index]''''' == Basic Syntax == The general syntax of the `bgpctl` command is: <nowiki> bgpctl [options] command [command-options] </nowiki> Where: * `[options]` are optional flags for configuring how the command is executed. * `command` is the BGP operation you want to execute (e.g., `show`, `c...", and the only contributor was "Admin" (talk))
- 09:13, 17 January 2026 Admin talk contribs created page BGPCTL - Base Documentation (Created page with "Category:Wiki '''''[https://it-arts.net/index.php/Category:Wiki Return to Wiki Index]''''' == Basic Syntax == The general syntax of the `bgpctl` command is: <nowiki> bgpctl [options] command [command-options]</nowiki> Where: * `[options]` are optional flags for configuring how the command is executed. * `command` is the BGP operation you want to execute (e.g., `show`, `clear`). * `[command-options]` are specific options related to the command being executed. =...")
- 18:10, 15 January 2026 Admin talk contribs created page FORTIGATE - diag sys ha reset-uptime (Created page with "Category:Wiki == Command syntax == <nowiki> diag sys ha reset-uptime</nowiki> No arguments or parameters are supported. == Required privileges == * Super-admin (profile with full diagnostic access) * Console or SSH access == Examples == === Reset HA uptime === <nowiki> diag sys ha reset-uptime</nowiki> === Verify HA uptime reset === Before reset: <nowiki> get system ha status</nowiki> Output excerpt: <nowiki> HA Health Status: OK HA Uptime: 5 days, 3 hours...")
- 20:25, 12 January 2026 Admin talk contribs created page DIFF - Basic Documentation (Created page with "Category:Wiki == Common diff Command Use Cases == === Compare Two Files Line by Line === To compare two files and show the differences between them: <nowiki> diff file1.txt file2.txt</nowiki> This command compares `file1.txt` and `file2.txt` line by line, displaying the differences in a unified format by default. === Show Differences Side by Side === To display the differences between two files side by side: <nowiki> diff -y file1.txt file2.txt</nowiki> The...")
- 20:17, 12 January 2026 Admin talk contribs created page XZ - Documentation (Created page with "Category:Wiki == Common xz Command Use Cases == === Compress a Single File === To compress a single file using the `xz` command: <nowiki> xz filename.txt</nowiki> This command will compress `filename.txt` and replace it with `filename.txt.xz`. By default, `xz` removes the original file after compression. === Compress a File but Keep the Original File === To compress a file while keeping the original file: <nowiki> xz -k filename.txt</nowiki> The `-k` option...")
- 20:14, 12 January 2026 Admin talk contribs created page WATCH - Command Examples (Created page with "Category:Wiki == Common watch Command Use Cases == === Monitor Command Output at Regular Intervals === To run a command at regular intervals (default: every 2 seconds) and display the output: <nowiki> watch df -h</nowiki> This command runs `df -h` every 2 seconds, showing disk usage in human-readable format. === Monitor a Specific File for Changes === To monitor a file for changes, such as its content or size: <nowiki> watch ls -l /var/log/syslog</nowiki> Th...")
- 20:09, 12 January 2026 Admin talk contribs created page SNORT - Base Documentation (Created page with "Category:Wiki == Snort Command on Linux == Snort is an open-source Network Intrusion Detection and Prevention System (IDS/IPS) capable of real-time traffic analysis and packet logging. It is widely used to monitor network traffic and identify potential security threats by comparing packets against a predefined set of rules. == Common Snort Command Use Cases == === Start Snort in Packet Logging Mode === To run Snort in packet logging mode, where Snort logs all pac...")
- 20:06, 12 January 2026 Admin talk contribs created page IP - Base Documentation (Created page with "Category:Wiki == IP Command in Linux == The `ip` command is a powerful and versatile utility for managing network interfaces, routes, and addresses in Linux systems. It is part of the `iproute2` package and provides functionality for configuring network devices, managing IP addresses, and troubleshooting network issues. == Common IP Command Use Cases == === Show All Network Interfaces === To list all network interfaces on the system, including their status (up/do...")
- 19:54, 12 January 2026 Admin talk contribs created page MTR - Base Documentation (Created page with "Category:Wiki == MTR Command in Linux == MTR (My Traceroute) is a network diagnostic tool that combines the functionality of `ping` and `traceroute`. It is used to trace the route packets take to a destination, while providing real-time statistics on packet loss and latency. MTR continuously sends packets to each hop along the route to a destination and updates the display with live statistics, which makes it a more dynamic alternative to the traditional `tracerout...")
- 19:45, 12 January 2026 Admin talk contribs created page NETSTAT - Examples (Created page with "Category:Wiki == Common Netstat Commands == === Display All Network Connections === To display all network connections, including listening ports and established connections: <nowiki> netstat -a </nowiki> This command shows all sockets (TCP, UDP, etc.), including listening and non-listening ones. === Show Listening Ports === To display only the listening ports: <nowiki> netstat -l </nowiki> This command shows only the ports that are actively listening for inco...")
- 19:38, 12 January 2026 Admin talk contribs created page VBOXMANAGE - Converting Images (Created page with "Category:Wiki == Convert VirtualBox Disk Images == === Convert VDI to VMDK === To convert a VirtualBox Disk Image (VDI) to a VMware Disk (VMDK), use the following command: <nowiki> VBoxManage clonehd "/path/to/source.vdi" "/path/to/destination.vmdk" --format VMDK </nowiki> Example: <nowiki> VBoxManage clonehd "/home/user/vms/LinuxVM.vdi" "/home/user/vms/LinuxVM.vmdk" --format VMDK </nowiki> This command will create a new VMDK file from the source VDI image. ===...")
- 19:35, 12 January 2026 Admin talk contribs deleted page VBOXMANAGE - Command Examples (content was: "Category:Wiki == VM Management == === Create a Virtual Machine === To create a new virtual machine from scratch: <nowiki> VBoxManage createvm --name "MyVM" --register </nowiki> Example for adding a VM with specific settings: <nowiki> VBoxManage createvm --name "LinuxVM" --ostype "Linux_64" --register VBoxManage modifyvm "LinuxVM" --memory 2048 --cpus 2 --nic1 nat </nowiki> =...", and the only contributor was "Admin" (talk))
- 19:35, 12 January 2026 Admin talk contribs created page VBOXMANAGE - Base Guide (Created page with "Category:Wiki == VM Management == === Create a Virtual Machine === To create a new virtual machine from scratch: <nowiki> VBoxManage createvm --name "MyVM" --register </nowiki> Example for adding a VM with specific settings: <nowiki> VBoxManage createvm --name "LinuxVM" --ostype "Linux_64" --register VBoxManage modifyvm "LinuxVM" --memory 2048 --cpus 2 --nic1 nat </nowiki> === Modify Virtual Machine === You can modify various properties of a VM, such as memory, C...")
- 17:45, 6 January 2026 Admin talk contribs created page ETHTOOL - Manpage (Created page with "Category:Wiki == ethtool --help == <nowiki> ethtool version 6.15 Usage: ethtool [ FLAGS ] DEVNAME Display standard information about device ethtool [ FLAGS ] -s|--change DEVNAME Change generic options [ speed %d ] [ lanes %d ] [ duplex half|full ] [ port tp|aui|bnc|mii|fibre|da ] [ mdix auto|on|off ] [ autoneg on|off ] [ advertise %x[/%x] | mode on|off ... [--] ] [ phyad %d ] [ xcvr internal|external ] [ wol %d[/%d] | p|u|m|b...")
- 17:41, 6 January 2026 Admin talk contribs created page ETHTOOL - Base Documentation (Created page with "Category:Wiki == Common Commands == === Display Information === To display detailed information about a network interface: <nowiki> ethtool eth0</nowiki> This command outputs various statistics and properties such as speed, duplex mode, supported features, and driver information. === Display Driver Information === To display the driver details for a specific interface: <nowiki> ethtool -i eth0</nowiki> This provides the driver version, firmware version, and su...")
- 17:04, 6 January 2026 Admin talk contribs created page FDISK - Manpage (Created page with "Category:Wiki == fdisk --help == <nowiki> Usage: fdisk [options] <disk> change partition table fdisk [options] -l [<disk>...] list partition table(s) Display or manipulate a disk partition table. Options: -b, --sector-size <size> physical and logical sector size -B, --protect-boot don't erase bootbits when creating a new label -c, --compatibility[=<mode>] mode is 'dos' or 'nondos' (default) -L, --color[=<when>] colorize ou...")
- 17:02, 6 January 2026 Admin talk contribs created page BLKID - Examples (Created page with "Category:Wiki == blkid --help == <nowiki> Usage: blkid --label <label> | --uuid <uuid> blkid [--cache-file <file>] [-ghlLv] [--output <format>] [--match-tag <tag>] [--match-token <token>] [<dev> ...] blkid -p [--match-tag <tag>] [--offset <offset>] [--size <size>] [--output <format>] <dev> ... blkid -i [--match-tag <tag>] [--output <format>] <dev> ... Options: -c, --cache-file <file> read from <file> instead of reading from the default...")
- 11:26, 6 January 2026 Admin talk contribs created page APT-KEY - Base Documentation (Created page with "Category:Wiki == Syntax == <nowiki> apt-key [options] <command> [command options]</nowiki> == Commands == === add === <nowiki> apt-key add [file]</nowiki> - Adds a new key to the list of trusted keys for apt. - The file argument can be a key file (in ASCII-armored format) or a public key URL. Example: <nowiki>sudo apt-key add /path/to/keyfile</nowiki> === del === <nowiki> apt-key del <keyid></nowiki> - Removes a key from the trusted list using its key I...")
- 08:07, 6 January 2026 Admin talk contribs created page PV - Manpage (Created page with "Category:Wiki == pv --help == <nowiki> Usage: pv [OPTION] [FILE]... Concatenate FILE(s), or standard input, to standard output, with monitoring. -p, --progress show progress bar -t, --timer show elapsed time -e, --eta show estimated time of arrival (completion) -I, --fineta show absolute estimated time of arrival (completion) -r, --rate...")
- 08:02, 6 January 2026 Admin talk contribs created page NATPMPC - Basic Documentation (Created page with "Category:Wiki == Requesting a Port Mapping == To request a port mapping, use the following command: <nowiki> natpmpc add <external_port> <internal_port> <protocol> <internal_ip> </nowiki> - `<external_port>`: The external port that should be open on the router. - `<internal_port>`: The internal port on the device behind NAT to forward to. - `<protocol>`: The protocol to use, typically `TCP` or `UDP`. - `<internal_ip>`: The IP address of the device on your local...")
- 19:38, 5 January 2026 Admin talk contribs created page TRANSMISSION - Basic Documentation (Created page with "Category:Wiki == Managing transmission-daemon == `transmission-daemon` is a background service that runs the Transmission BitTorrent client on a Linux server, allowing remote access and management of torrents. The daemon runs continuously and can be controlled via web interfaces or remote clients. === Starting and Stopping transmission-daemon === To start or stop the `transmission-daemon` service, use the following commands depending on your system's init system:...")
- 19:32, 5 January 2026 Admin talk contribs deleted page JELLYFIN - APPARMOR - Base Documentation (content was: "Category:Wiki === Managing AppArmor Profiles === AppArmor uses profiles to define the access controls for programs. These profiles specify what resources (such as files, network ports, etc.) a program can access and what actions it can perform. Profiles are written in a human-readable format and can be customized to suit the needs of specific applications. ==== Viewing AppArm...", and the only contributor was "Admin" (talk))
- 19:31, 5 January 2026 Admin talk contribs created page APPARMOR - Base Documentation (Created page with "Category:Wiki === Managing AppArmor Profiles === AppArmor uses profiles to define the access controls for programs. These profiles specify what resources (such as files, network ports, etc.) a program can access and what actions it can perform. Profiles are written in a human-readable format and can be customized to suit the needs of specific applications. ==== Viewing AppArmor Status ==== To check the status of AppArmor on your system, use the following command:...")
- 19:29, 5 January 2026 Admin talk contribs created page JELLYFIN - APPARMOR - Base Documentation (Created page with "Category:Wiki APPARMOR_-_Base_Guide === Managing AppArmor Profiles === AppArmor uses profiles to define the access controls for programs. These profiles specify what resources (such as files, network ports, etc.) a program can access and what actions it can perform. Profiles are written in a human-readable format and can be customized to suit the needs of specific applications. ==== Viewing AppArmor Status ==== To check the status of AppArmor on your system, use...")
- 19:22, 5 January 2026 Admin talk contribs created page JELLYFIN - Debug Mode And Troubleshooting (Created page with "Category:Wiki === Enabling Debug Mode === To enable debug mode in Jellyfin, you need to modify the configuration file or start the server with a specific environment variable. Debug mode provides additional logging and information that can help in diagnosing issues. ==== Modifying the Configuration File ==== To modify the configuration file: * Navigate to the Jellyfin configuration directory. The path will vary depending on your operating system: * Linux: `/et...")
- 08:50, 22 December 2025 Admin talk contribs created page 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:00, 22 December 2025 Admin talk contribs created page 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:25, 22 December 2025 Admin talk contribs created page 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...")
- 17:54, 21 December 2025 Admin talk contribs created page 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:10, 20 December 2025 Admin talk contribs created page 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:06, 20 December 2025 Admin talk contribs created page 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...")
