New pages

From IT-Arts.net
New pages
Hide registered users | Hide bots | Hide redirects
(newest | oldest) View (newer 50 | ) (20 | 50 | 100 | 250 | 500)

18 February 2026

  • 10:2810:28, 18 February 2026 SORT - Base Documentation (hist | edit) [5,096 bytes] Admin (talk | contribs) (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:1710:17, 18 February 2026 F5 BIG-IP - LTM Survival Guide (hist | edit) [6,664 bytes] Admin (talk | contribs) (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:0010:00, 18 February 2026 CISCO-ASA - Cluster Factory Reset (hist | edit) [5,482 bytes] Admin (talk | contribs) (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:1208:12, 18 February 2026 F5 BIG-IP - iRules (hist | edit) [4,912 bytes] Admin (talk | contribs) (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:1108:11, 18 February 2026 F5 BIG-IP - LTM CLI Commands (hist | edit) [6,525 bytes] Admin (talk | contribs) (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:0008:00, 18 February 2026 ALTEON - Menu Commands (hist | edit) [11,788 bytes] Admin (talk | contribs) (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...")

17 January 2026

  • 13:1613:16, 17 January 2026 TRACEPATH - Manpage (hist | edit) [7,408 bytes] Admin (talk | contribs) (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:1213:12, 17 January 2026 UFW - Manpage (hist | edit) [22,519 bytes] Admin (talk | contribs) (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:3511:35, 17 January 2026 WHOIS - Manpage (hist | edit) [8,271 bytes] Admin (talk | contribs) (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:2811:28, 17 January 2026 WC - Manpage (hist | edit) [2,778 bytes] Admin (talk | contribs) (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:4609:46, 17 January 2026 JITSI-MEET - Base Documentation (hist | edit) [6,814 bytes] Admin (talk | contribs) (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:4009:40, 17 January 2026 OSSIM - Base Documentation (hist | edit) [6,121 bytes] Admin (talk | contribs) (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:3109:31, 17 January 2026 CERTBOT - Base Documentation (hist | edit) [6,543 bytes] Admin (talk | contribs) (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:2409:24, 17 January 2026 FREE - Documentation (hist | edit) [4,412 bytes] Admin (talk | contribs) (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:1609:16, 17 January 2026 BGPCTL - Manpage (hist | edit) [46,057 bytes] Admin (talk | contribs) (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:1309:13, 17 January 2026 BGPCTL - Base Documentation (hist | edit) [5,574 bytes] Admin (talk | contribs) (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. =...")

15 January 2026

  • 18:1018:10, 15 January 2026 FORTIGATE - diag sys ha reset-uptime (hist | edit) [1,784 bytes] Admin (talk | contribs) (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...")

12 January 2026

  • 20:2520:25, 12 January 2026 DIFF - Basic Documentation (hist | edit) [7,727 bytes] Admin (talk | contribs) (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:1720:17, 12 January 2026 XZ - Documentation (hist | edit) [5,911 bytes] Admin (talk | contribs) (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:1420:14, 12 January 2026 WATCH - Command Examples (hist | edit) [5,561 bytes] Admin (talk | contribs) (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:0920:09, 12 January 2026 SNORT - Base Documentation (hist | edit) [7,522 bytes] Admin (talk | contribs) (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:0620:06, 12 January 2026 IP - Base Documentation (hist | edit) [7,848 bytes] Admin (talk | contribs) (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:5419:54, 12 January 2026 MTR - Base Documentation (hist | edit) [7,231 bytes] Admin (talk | contribs) (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:4519:45, 12 January 2026 NETSTAT - Examples (hist | edit) [5,746 bytes] Admin (talk | contribs) (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:3819:38, 12 January 2026 VBOXMANAGE - Converting Images (hist | edit) [5,936 bytes] Admin (talk | contribs) (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:3519:35, 12 January 2026 VBOXMANAGE - Base Guide (hist | edit) [6,019 bytes] Admin (talk | contribs) (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...")

6 January 2026

  • 17:4517:45, 6 January 2026 ETHTOOL - Manpage (hist | edit) [72,407 bytes] Admin (talk | contribs) (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:4117:41, 6 January 2026 ETHTOOL - Base Documentation (hist | edit) [5,722 bytes] Admin (talk | contribs) (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:0417:04, 6 January 2026 FDISK - Manpage (hist | edit) [19,198 bytes] Admin (talk | contribs) (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:0217:02, 6 January 2026 BLKID - Examples (hist | edit) [14,851 bytes] Admin (talk | contribs) (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:2611:26, 6 January 2026 APT-KEY - Base Documentation (hist | edit) [5,031 bytes] Admin (talk | contribs) (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:0708:07, 6 January 2026 PV - Manpage (hist | edit) [34,885 bytes] Admin (talk | contribs) (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:0208:02, 6 January 2026 NATPMPC - Basic Documentation (hist | edit) [5,455 bytes] Admin (talk | contribs) (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...")

5 January 2026

  • 19:3819:38, 5 January 2026 TRANSMISSION - Basic Documentation (hist | edit) [7,025 bytes] Admin (talk | contribs) (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:3119:31, 5 January 2026 APPARMOR - Base Documentation (hist | edit) [5,957 bytes] Admin (talk | contribs) (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:2219:22, 5 January 2026 JELLYFIN - Debug Mode And Troubleshooting (hist | edit) [6,941 bytes] Admin (talk | contribs) (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...")

22 December 2025

  • 08:5008:50, 22 December 2025 JELLYFIN - NFO Files (hist | edit) [4,778 bytes] Admin (talk | contribs) (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:0008:00, 22 December 2025 JELLYFIN - IMDb and OMDb URL Whitelisting (hist | edit) [4,316 bytes] Admin (talk | contribs) (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 PROXMOX - MTU (hist | edit) [5,872 bytes] Admin (talk | contribs) (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

  • 17:5417:54, 21 December 2025 JELLYFIN - Documentation (hist | edit) [6,342 bytes] Admin (talk | contribs) (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...")

20 December 2025

  • 17:1017:10, 20 December 2025 MIKROTIK - Base Commands (hist | edit) [5,498 bytes] Admin (talk | contribs) (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 CISCO-IOS - FEX Commands (hist | edit) [5,562 bytes] Admin (talk | contribs) (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 BASH - sync-snort2c-tables.sh (hist | edit) [1,753 bytes] Admin (talk | contribs) (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 DALORADIUS - Documentation (hist | edit) [5,290 bytes] Admin (talk | contribs) (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 UBUNTU - Hardening (hist | edit) [6,117 bytes] Admin (talk | contribs) (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 DEBIAN - Hardening (hist | edit) [6,828 bytes] Admin (talk | contribs) (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 PACKETFENCE - Administration Documentation (hist | edit) [6,094 bytes] Admin (talk | contribs) (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:2915:29, 20 December 2025 APT-CACHER-NG - Advanced Config (hist | edit) [5,852 bytes] Admin (talk | contribs) (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 APT-CACHER-NG - Base Config (hist | edit) [5,434 bytes] Admin (talk | contribs) (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...")

16 December 2025

  • 17:2717:27, 16 December 2025 FAIL2BAN - Filter.d - http-netbox (hist | edit) [718 bytes] Admin (talk | contribs) (Created page with "Category:Wiki = Filter.d = <nowiki> # /etc/fail2ban/filter.d/http-netbox.conf # Fail2Ban filter for NetBox Web Interface behind Nginx [Definition] # Match failed login attempts in Nginx access log failregex = ^<HOST> - .* "POST /accounts/login/ HTTP/.*" 401 ^<HOST> - .* "POST /auth/login/ HTTP/.*" 401 # Match potential brute force login attempts ignoreregex =</nowiki> = Jail.conf = <nowiki> [http-netbox] enabled = true banaction = %(banaction_a...")
(newest | oldest) View (newer 50 | ) (20 | 50 | 100 | 250 | 500)