User contributions for Admin
From IT-Arts.net
15 December 2025
- 11:0011:00, 15 December 2025 diff hist +77 NFT - Manpage No edit summary
- 10:2410:24, 15 December 2025 diff hist −1 ARISTA - Speed-Group Commands with SerDes No edit summary
- 10:2410:24, 15 December 2025 diff hist +3,864 N ARISTA - Speed-Group Commands with SerDes Created page with "Category:Wiki == Speed-Group and SerDes Configuration == When configuring Speed-Groups with SerDes on Arista EOS, it's important to set both the speed and the appropriate SerDes settings for high-speed interfaces. The basic structure for configuring a Speed-Group with SerDes support is: <nowiki> speed-group <group_name> speed <speed_value> [serdes <serdes_mode>] duplex <duplex_mode> </nowiki> - `<group_name>`: The name of the speed-group. - `<speed_value>`: The s..."
- 10:0310:03, 15 December 2025 diff hist +664 ARISTA - Port Speed and Duplex No edit summary
- 10:0110:01, 15 December 2025 diff hist +4,475 N ARISTA - Port Speed and Duplex Created page with "Category:Wiki == Port Speed Configuration == Arista EOS supports several methods for setting the port speed on an interface, including auto-negotiation and explicit manual configuration. === Setting Port Speed Manually === To manually set the speed of an interface, use the following command: <nowiki> switch# configure terminal switch(config)# interface ethernet 1 switch(config-if-Et1)# speed 10000</nowiki> In this example, the port speed is manually set to 10 G..."
14 December 2025
- 16:4816:48, 14 December 2025 diff hist +4,699 N ARISTA - CLI Commands Created page with "Category:Wiki ==Basic Configuration Commands== * '''enable''' - Enters privileged exec mode. * '''configure terminal''' or '''conf t''' - Enters global configuration mode. * '''show version''' - Displays EOS software version, device model, and hardware information. * '''show running-config''' - Displays the current active configuration. * '''show startup-config''' - Displays the configuration stored in NVRAM (startup config). * '''copy running-config startup-config'..."
- 16:4716:47, 14 December 2025 diff hist +4,858 N ARISTA - Bash Commands Created page with "Category:Wiki == Basic File System Commands == === Displaying File System Usage === To check the file system disk usage: <nowiki> df -h</nowiki> This will display the disk space usage of all mounted file systems in a human-readable format. === Checking Available Memory === To check available memory on an Arista switch: <nowiki> free -h</nowiki> This will display memory usage in a human-readable format, showing total, used, free, and available memory. === View..."
- 16:4216:42, 14 December 2025 diff hist +2,671 N HYDRA - Command Overview Created page with "Category:Wiki == Basic Syntax == The general syntax for Hydra is as follows: <nowiki> hydra [options] <target> <protocol> <username list> <password list></nowiki> - `[options]`: Various flags or settings to adjust the attack. - `<target>`: The IP address or hostname of the target system. - `<protocol>`: The protocol to attack, such as ftp, ssh, http, etc. - `<username list>`: A file containing a list of usernames to attempt. - `<password list>`: A file containing..."
- 16:3916:39, 14 December 2025 diff hist +5,594 N HYDRA - Manpage Created page with "Category:Wiki == hydra --help == <nowiki> HYDRA(1) General Commands Manual HYDRA(1) NAME hydra - a very fast network logon cracker which supports many different services SYNOPSIS hydra [-L FILE] [-p PASS|-P FILE|-x OPT -y | [-C FILE]]..."
- 16:3116:31, 14 December 2025 diff hist +5,542 N ARISTA - AAA Commands Created page with "Category:Wiki == AAA Overview == AAA refers to three main components used for managing access control and monitoring on network devices: * **Authentication**: Verifies the identity of users or devices attempting to connect. * **Authorization**: Determines what authenticated users or devices are allowed to do. * **Accounting**: Tracks what actions users or devices perform during a session. == Enabling AAA == To enable AAA on an Arista device, use the following com..."
- 16:2316:23, 14 December 2025 diff hist +3,719 N IFCONFIG - Documentation Created page with "Category:Wiki === Display Network Interfaces === To display all active network interfaces and their configurations: <nowiki> ifconfig</nowiki> This command will show information such as the interface name (e.g., `eth0`, `wlan0`), the IP address, the MAC address, and other network interface parameters. To display all interfaces, including those that are down, use: <nowiki> ifconfig -a</nowiki> === Configure an IP Address === You can configure an IP address f..."
- 16:2116:21, 14 December 2025 diff hist −41 IWCONFIG - Documentation No edit summary
- 16:2016:20, 14 December 2025 diff hist +4,286 N IWCONFIG - Documentation Created page with "Category:Wiki == Syntax == The general syntax for the `iwconfig` command is as follows: <nowiki> iwconfig [interface] [options] </nowiki> Where: - `[interface]` refers to the wireless network interface (e.g., `wlan0`, `wlan1`). - `[options]` are the various parameters you can modify or display. == Common Options == * `essid [SSID]`: Set the SSID (Service Set Identifier) for the wireless network. <nowiki> iwconfig wlan0 essid "MyNetwork"</nowiki> * `ke..."
- 16:1616:16, 14 December 2025 diff hist +8,709 N IFCONFIG - Manpage Created page with "Category:Wiki == ifconfig Manpage == <nowiki> IFCONFIG(8) Linux System Administrator's Manual IFCONFIG(8) NAME ifconfig - configure a network interface SYNOPSIS ifconfig [-v] [-a] [-s] [interface] ifconfig [-v] interface [aftype] options | address ... DESCRIPTION..."
- 16:1416:14, 14 December 2025 diff hist +6 IWCONFIG - Manpage No edit summary
- 16:1416:14, 14 December 2025 diff hist +19,706 N IWCONFIG - Manpage Created page with "Category:Wiki == ftp --help == <nowiki> IWCONFIG(8) Linux Programmer's Manual IWCONFIG(8) NAME iwconfig - configure a wireless network interface SYNOPSIS iwconfig [interface] iwconfig interface [essid X] [nwid N] [mode M] [freq F]..."
- 16:1016:10, 14 December 2025 diff hist +7,244 N FreeRADIUS - Requests Created page with "Category:Wiki == Introduction == FreeRADIUS is a widely used open-source RADIUS server that handles requests from network devices such as Wi-Fi access points, VPNs, or network switches. A request is any authentication, authorization, or accounting operation that FreeRADIUS processes. This document provides an in-depth exploration of FreeRADIUS request processing, covering the types of requests, handling mechanisms, and configuration examples. == Types of Requests..."
- 16:0016:00, 14 December 2025 diff hist −56 FreeRADIUS - Cluster on Debian with PostgreSQL Backend No edit summary
- 16:0016:00, 14 December 2025 diff hist +5,872 N FreeRADIUS - Cluster on Debian with PostgreSQL Backend Created page with "Category:Wiki FreeRADIUS_-_Cluster_on_Debian_with_PostgreSQL_Backend == Cluster Architecture == A typical FreeRADIUS cluster consists of multiple FreeRADIUS servers configured to authenticate against a central PostgreSQL database. The servers share a common configuration and load balance authentication requests. Components: * FreeRADIUS servers * PostgreSQL database backend * Load balancing mechanism (such as DNS or hardware load balancer) In this architecture,..."
- 15:5415:54, 14 December 2025 diff hist +11,590 N DMIDECODE - Manpage Created page with "Category:Wiki == dmidecode Manpage == <nowiki> DMIDECODE(8) System Manager's Manual DMIDECODE(8) NAME dmidecode - DMI table decoder SYNOPSIS dmidecode [OPTIONS] DESCRIPTION dmidecode is a tool for dumping a computer's DMI (some say SMBIOS) table conten..."
- 15:4515:45, 14 December 2025 diff hist +1,327 N WHICH - Manpage Created page with "Category:Wiki == which Manpage == <nowiki> WHICH(1) General Commands Manual WHICH(1) NAME which - locate a command SYNOPSIS which [-as] filename ... DESCRIPTION which returns the pathnames of the files (or links) which would be executed in the c..."
- 15:4415:44, 14 December 2025 diff hist +18,390 MTR - Manpage Undo revision 560 by Admin (talk) Tag: Undo
- 15:4315:43, 14 December 2025 diff hist −18,390 MTR - Manpage Replaced content with "Category:Wiki == which Manpage == <nowiki> WHICH(1) General Commands Manual WHICH(1) NAME which - locate a command SYNOPSIS which [-as] filename ... DESCRIPTION which returns the pathnames of the files (or links) which would be executed in t..." Tags: Replaced Reverted
- 15:3615:36, 14 December 2025 diff hist +1 POWERDNS - Cluster with PostgreSQL Backend No edit summary
- 15:3515:35, 14 December 2025 diff hist +7,171 N POWERDNS - Cluster with PostgreSQL Backend Created page with "Category:Wiki == PowerDNS Configuration == PowerDNS needs to be configured to use PostgreSQL as the backend for managing DNS data. Below is an example of a typical PowerDNS configuration file (`pdns.conf`) when using PostgreSQL. <nowiki> # Configuration for PowerDNS with PostgreSQL Backend launch=gpgsql gpgsql-host=127.0.0.1 gpgsql-user=pdns gpgsql-password=yourpassword gpgsql-dbname=pdns gpgsql-port=5432 gpgsql-pool-size=20 gpgsql-ssl=0 </nowiki> === Configurat..."
- 15:2915:29, 14 December 2025 diff hist +593 BASH - Generate-Password.sh No edit summary
- 15:2415:24, 14 December 2025 diff hist −4 SNORT - Install On Ubuntu 24.4 No edit summary
- 15:2415:24, 14 December 2025 diff hist +1 SNORT - Install On Ubuntu 24.4 No edit summary
- 11:5611:56, 14 December 2025 diff hist −227 OPENVPN - Multiple Server Processes to Combine Link Speeds No edit summary
- 11:5411:54, 14 December 2025 diff hist −1 OPENVPN - Multiple Server Processes to Combine Link Speeds No edit summary
- 11:5311:53, 14 December 2025 diff hist +7 OPENVPN - Multiple Server Processes to Combine Link Speeds No edit summary
- 11:5311:53, 14 December 2025 diff hist +3,613 N OPENVPN - Multiple Server Processes to Combine Link Speeds Created page with "Category:Wiki Multiple_Server_Processes_to_Combine_Link_Speeds == Configure OpenVPN Server Process for Multiple Links == === Create Multiple OpenVPN Configuration Files === The first step is to create two separate OpenVPN server configurations, each bound to a different internet link. This will allow the OpenVPN process to listen on different interfaces for each connection. Example `server1.conf`: <nowiki> port 1194 proto udp dev tun serv..."
- 11:4111:41, 14 December 2025 diff hist +8 JELLYFIN - Install Script On Ubuntu 24.4 No edit summary
- 11:2611:26, 14 December 2025 diff hist +4,451 N HSTS - Setup Created page with "Category:Wiki == HSTS Setup on Apache2 == === Configuration for HSTS in Apache2 === In Apache2, HSTS can be configured by modifying the SSL configuration files for your virtual host. You need to ensure that SSL is enabled for your site before proceeding with HSTS configuration. To enable HSTS, you will add the `Strict-Transport-Security` header in the server configuration file, typically in the SSL-specific virtual host. <nowiki> <VirtualHost *:443> ServerN..."
- 11:1911:19, 14 December 2025 diff hist +5,309 N APACHE2 - Virtual Host Configuration Security Best Practices Created page with "Category:Wiki == Secure ServerTokens and ServerSignature == By default, Apache may reveal sensitive information about your server version, OS, and modules. It’s important to disable these headers to minimize information exposure. <nowiki> # Disable ServerTokens to prevent detailed server version disclosure ServerTokens Prod # Disable ServerSignature to prevent the display of server version info in error pages ServerSignature Off</nowiki> == Restrict Access to..."
- 11:1311:13, 14 December 2025 diff hist −26 WIFI - Documentation No edit summary
- 11:1211:12, 14 December 2025 diff hist +19 WIFI - Documentation No edit summary
- 11:1111:11, 14 December 2025 diff hist +6,949 N WIFI - Documentation Created page with "Category:Wiki ==Wi-Fi Standards and Their Characteristics== ===Recapitulative Table=== {| class="wikitable" ! Wi-Fi Standard !! Frequency Band !! Maximum Speed !! Maximum Range !! Modulation !! Channels !! Typical Use Case |- | 802.11a || 5 GHz || 54 Mbps || 35 meters (indoor) || OFDM || 23 || High-speed indoor networks, business environments |- | 802.11b || 2.4 GHz || 11 Mbps || 150 meters (outdoor) || DSSS || 11 || Legacy devices, long-range but slower speeds |-..."
- 11:0611:06, 14 December 2025 diff hist +4,710 N 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..."
- 11:0211:02, 14 December 2025 diff hist −78 ARUBA - MAC-Pinning on Aruba Switches to Resolve Network Connection Bugs of Automats No edit summary
- 11:0211:02, 14 December 2025 diff hist +5,696 N ARUBA - MAC-Pinning on Aruba Switches to Resolve Network Connection Bugs of Automats Created page with "Category:Wiki MAC Pinning on Aruba Switches to Resolve Network Connection Bugs of Automats MAC pinning is a technique used to ensure that a device always communicates through the same port on a network switch, preventing issues that arise from devices being reassigned dynamically. In environments where automats (e.g., point-of-sale terminals, vending machines) rely on stable network connectivity, MAC pinning can help mitigate bugs associated with unpredictable netw..."
- 10:5210:52, 14 December 2025 diff hist −350 LACP - Aggregation Mode Comparison No edit summary
- 10:5110:51, 14 December 2025 diff hist +5,035 N LACP - Aggregation Mode Comparison Created page with "Category:Wiki = Link Aggregation and LACP Modes Comparison = Link Aggregation is a technology used to combine multiple network interfaces into a single logical interface to increase bandwidth and provide redundancy. Various modes are available for configuring Link Aggregation Control Protocol (LACP), each providing different advantages based on network needs. == LACP 802.3ad == LACP 802.3ad is the IEEE standard for Link Aggregation. It enables the dynamic creatio..."
- 10:4710:47, 14 December 2025 diff hist +5,774 N ZIGBEE - Documentation Created page with "Category:Wiki == Overview == Zigbee is a wireless communication protocol designed for low-power, low-data-rate, and short-range communication. It is widely used in applications such as home automation, industrial control, and health care systems. Zigbee operates in the IEEE 802.15.4 standard and utilizes the 2.4 GHz ISM band, though it can also operate in the 868 MHz (Europe) and 915 MHz (US) frequency bands. == Communication Range == The communication range of Zig..."
- 10:4410:44, 14 December 2025 diff hist +5,371 N POE - Documentation Created page with "Category:Wiki == PoE Standards == There are several established standards for PoE, each defining different power levels and capabilities: * **IEEE 802.3af (PoE)**: - Provides up to 15.4W of DC power over Cat5 cables at a distance of up to 100 meters. - This standard is ideal for devices with low to moderate power requirements, such as IP phones and basic wireless access points. * **IEEE 802.3at (PoE+)**: - Delivers up to 25.5W of DC power over Cat5 cables..."
- 10:4110:41, 14 December 2025 diff hist +4,154 N OPTICAL-FIBER - SFP Documentation Created page with "Category:Wiki == SFP Form Factors == SFP modules are divided into different form factors based on their data rate and distance capabilities. Some of the common SFP types include: * **Standard SFP**: Supports speeds of up to 1 Gbps over fiber. * **SFP+**: An enhanced version of SFP supporting speeds up to 10 Gbps. * **QSFP (Quad SFP)**: Supports up to 40 Gbps using four SFP+ modules in parallel. * **SFP28**: Supports speeds of 25 Gbps. * **QSFP28**: Supports speeds..."
- 10:2910:29, 14 December 2025 diff hist +4,683 N TIGER - Basic Config Created page with "Category:Wiki == Configuration Files == Tiger configuration files are located in the /etc directory, and these files control the checks Tiger performs during its audits. Some common files include: * /etc/tiger/tigerrc - The main configuration file for Tiger's settings. * /etc/tiger/tiger.def - This file contains default definitions for various checks. * /etc/tiger/checks - A collection of individual check scripts for different audits. == Running Tiger == To run..."
- 10:2710:27, 14 December 2025 diff hist +2,275 ROOTKIT - Check Script No edit summary
- 10:2210:22, 14 December 2025 diff hist +3 GRAYLOG - Install Script On Ubuntu 24.4 No edit summary
- 10:2210:22, 14 December 2025 diff hist +2,888 N JELLYFIN - Install Script On Ubuntu 24.4 Created page with "Category:Wiki == install_jellyfin.sh == <nowiki> #!/bin/bash # Exit on any error set -e # Function to print messages in green for success function print_success() { echo -e "\033[0;32m$1\033[0m" } # Function to print messages in red for errors function print_error() { echo -e "\033[0;31m$1\033[0m" } # Function to install dependencies function install_dependencies() { print_success "Installing required dependencies..." sudo apt update sudo..."
