Deletion log

From IT-Arts.net

Below is a list of the most recent deletions.

Logs
  • 09:57, 19 June 2026 Admin talk contribs deleted page BASH - NetBox VLAN Device List Discovery.sh (content was: "Category:Wiki '''''[https://it-arts.net/index.php/Category:Wiki Return to Wiki Index]''''' == NetBox_VLAN_Device_List_Discovery.sh == <nowiki> #!/usr/bin/env bash ############################################################################### # NetBox_VLAN_Device_List_Discovery.sh # # Purpose: # Find all devices that participate in a VLAN by querying: # - Interfaces...", and the only contributor was "Admin" (talk))
  • 07:35, 19 June 2026 Admin talk contribs deleted page BASH - Install Netbox On Ubuntu 24.4 (content was: "Category:Wiki '''''[https://it-arts.net/index.php/Category:Wiki Return to Wiki Index]''''' == install_netbox_on_ubuntu_24-4.sh == <nowiki> #!/usr/bin/env bash set -euo pipefail echo "" echo "==================================================" echo "🚀 NETBOX 4.6.1 INSTALL" echo "==================================================" echo "Host: $(hostname)" echo "Date: $(dat...", and the only contributor was "Admin" (talk))
  • 18:33, 8 June 2026 Admin talk contribs deleted page ALTEON - Menu Commands (content was: "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...", and the only contributor was "Admin" (talk))
  • 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))
  • 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))
  • 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: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))
  • 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: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))
  • 17:03, 16 December 2025 Admin talk contribs deleted page SNORT - crtl-snort2c-fail2ban.sh (content was: "Category:Wiki == crtl-snort2c-fail2ban.sh == <nowiki> #!/bin/bash # Define the IP addresses at the top for easy customization IP_PFSENSE_SOURCE_01="1.2.3.4" IP_PFSENSE_SOURCE_02="1.2.3.5" IP_FAIL2BAN="1.2.3.6" IP_PFSENSE_DEST="1.2.3.7" SSH_KEY="/path/to/your/ssh/key" # Specify your SSH private key location SNORT_TABLE="snort2c" # Define the pfSense Snort table na...", and the only contributor was "Admin" (talk))
  • 14:56, 16 December 2025 Admin talk contribs deleted page FAIL2BAN - Filter.d - Nextcloud (content was: "Category:Wiki = Definition = <nowiki> [Definition] # /etc/fail2ban/filter.d/http-nextcloud.conf # Nextcloud-specific abuse patterns failregex = ^<HOST>.*( # Login related attacks (brute-forcing, password guessing, and login attempts) /index.php.*action=login.*| # Login attempts /index.php.*user.*| # User login page /index.php.*password.*| # Password reset or login-related parameters /index.php.*auth.*|...")
  • 14:34, 16 December 2025 Admin talk contribs deleted page FAIL2BAN - Common-Web-Vulnerabilities (content was: "Category:Wiki == Jail.conf == <nowiki> [web-vulnerabilities] enabled = true action = iptables-multiport[name=web_vulns, port="http,https"] logpath = /var/log/nginx/access.log # Or adjust based on your web server log path maxretry = 3 bantime = 3600 # 1 hour ban findtime = 600 # 10 minutes to check for repeated offenses</nowiki> == web-vulnerabilities.conf == <nowik...", and the only contributor was "Admin" (talk))
  • 14:34, 16 December 2025 Admin talk contribs deleted page FAIL2BAN - Unban IP (content was: "Category:Wiki <nowiki> fail2ban-client set <JAILNAME> unbanip <IP></nowiki>", and the only contributor was "Admin" (talk))
  • 06:41, 16 December 2025 Admin talk contribs deleted page ARISTA - BGP (content was: "Category:Wiki ==Introduction== BGP (Border Gateway Protocol) is a standardized exterior gateway protocol designed to exchange routing information between different autonomous systems (ASes) on the internet. Below is a complete guide to BGP commands on Arista EOS, covering configuration, monitoring, and troubleshooting. ==Basic BGP Configuration== * '''router bgp <AS-number>'''...", and the only contributor was "Admin" (talk))
  • 10:24, 15 December 2025 Admin talk contribs deleted page ARISTA - Speed-Group Commands (content was: "Category:Wiki == Creating and Configuring a Speed-Group == The basic command structure to create a speed-group is as follows: <nowiki> speed-group <group_name> [speed <speed_value>] [duplex <duplex_mode>]</nowiki> - `<group_name>`: The name assigned to the speed group. - `<speed_value>`: The speed of the interfaces within the group (e.g., 10G, 40G, 100G, etc.). - `<duplex_mo...", and the only contributor was "Admin" (talk))
  • 16:49, 14 December 2025 Admin talk contribs deleted page ARISTA - Basic Commands (content was: "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 th...", and the only contributor was "Admin" (talk))
  • 11:26, 14 December 2025 Admin talk contribs deleted page HSTS Setup (content was: "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 fi...", and the only contributor was "Admin" (talk))
  • 10:03, 14 December 2025 Admin talk contribs deleted page LibreNMS - Install On Ubuntu 24.4 (content was: "Category:Wiki == install_librenms.sh == <nowiki> #!/bin/bash # This script installs LibreNMS on Ubuntu 24.04 LTS # Update system and install essential utilities echo "Updating system and installing essential utilities..." sudo apt update && sudo apt upgrade -y sudo apt install -y curl wget gnupg2 lsb-release ca-certificates software-properties-common # Install required dep...", and the only contributor was "Admin" (talk))
  • 10:02, 14 December 2025 Admin talk contribs deleted page NEXTCLOUD - Install On Ubuntu 24.4 (content was: "Category:Wiki This script installs Nextcloud with Nginx and PostgreSQL on Ubuntu 24.04 LTS = install_nextcloud.sh = <nowiki> #!/bin/bash # This script installs Nextcloud with Nginx and PostgreSQL on Ubuntu 24.04 LTS # Update system and install essential utilities echo "Updating system and installing essential utilities..." sudo apt update && sudo apt upgrade -y sudo apt in...", and the only contributor was "Admin" (talk))
  • 08:20, 14 December 2025 Admin talk contribs deleted page RSYSLOG - Tuto (content was: "Category:Wiki == Configuration Files == Rsyslog is primarily configured through the `/etc/rsyslog.conf` file and the `/etc/rsyslog.d/` directory, where additional configuration files can be placed. The main configuration file `/etc/rsyslog.conf` controls global settings, while the files in `/etc/rsyslog.d/` allow modular configuration. == Main Configuration File == The main...", and the only contributor was "Admin" (talk))
  • 07:19, 14 December 2025 Admin talk contribs deleted page VIM - Config (content was: "Category:Wiki == Script File == <nowiki> #!/bin/sh # # To run after VIM installation ##### Test pre-existent config file echo "/root/.vimrc test..." if [ -e ~/.vimrc ] then echo "# A previous Vim config file is present!" && # Backup previous config file echo "# Backup before updating..." && cp -v ~/.vimrc ~/.vimrc.BACKUP && # Append new conf to file echo "# Updating config file..." && echo "\" Remove auto VISUAL mode on mouse selection" >> ~/.vimrc && echo...")
  • 07:13, 14 December 2025 Admin talk contribs deleted page ARISTA - BGP Commands (content was: "Category:Wiki ==Introduction== BGP (Border Gateway Protocol) is a standardized exterior gateway protocol designed to exchange routing information between different autonomous systems (ASes) on the internet. Below is a complete guide to BGP commands on Arista EOS, covering configuration, monitoring, and troubleshooting. ==Basic BGP Configuration== * '''router bgp <AS-number>'''...", and the only contributor was "Admin" (talk))
  • 15:39, 11 December 2025 Admin talk contribs deleted page Category:Post-It (content was: "[https://it-arts.net Return to IT-Arts.net] ---- '''wiki.it-arts.net''' is powered by the MediaWiki software, used by tens of thousands of websites and thousands of companies and organisations. <br /> It powers Wikipedia and also this website. <br /> MediaWiki helps you collect and organise knowledge and make it available to people. It's powerful, multilingual, free and open, exte...", and the only contributor was "Admin" (talk))
  • 09:33, 9 December 2025 Admin talk contribs deleted page File:It-arts.net-binary.png (Deleted old revision 20251209093259!It-arts.net-binary.png: content was: "", and the only contributor was "Admin" (talk))
  • 09:23, 9 December 2025 Admin talk contribs deleted page File:It-arts.net-binary.png (Deleted old revision 20251209092330!It-arts.net-binary.png: content was: "", and the only contributor was "Admin" (talk))
  • 09:19, 9 December 2025 Admin talk contribs deleted page File:It-arts.net-binary.png (Deleted old revision 20251209091933!It-arts.net-binary.png: content was: "", and the only contributor was "Admin" (talk))
  • 17:43, 8 December 2025 Admin talk contribs deleted page NETWORK AND INFRASTRUCTURE CONSULTING (content was: "== CUSTOM-MADE SOLUTIONS FOR SME == More informations : [https://it-arts.net/index.php/IT-Arts.net:About About IT-Arts.net] == LINKS == <div style="column-count:3"> * [https://lists.it-arts.net BlockLists] * [https://matomo.it-arts.net Matomo] * [https://cloud.it-arts.net NextCloud] * [https://tube.it-arts.net PeerTube] * [https://it-arts.net/index.php/Category:Wiki Wiki] * [http...", and the only contributor was "Admin" (talk))
  • 17:43, 8 December 2025 Admin talk contribs deleted page IT-Arts.net (content was: "File:ascii-art.png == IT AND INFRASTRUCTURE NETWORK CONSULTING == Custom-made solutions for SME since 2019. More informations : [https://it-arts.net/index.php/IT-Arts.net:About About IT-Arts.net] == LINKS == <div style="column-count:3"> * [https://lists.it-arts.net BlockLists] * [https://matomo.it-arts.net Matomo] * [https://cloud.it-arts.net NextCloud] * [https://tube.it-ar...", and the only contributor was "Admin" (talk))