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).
- 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))
- 09:56, 19 June 2026 Admin talk contribs created page NETBOX - NetBox VLAN Device List Discovery.sh (Created page with "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 set -euo pipefail ############################################################################### # INTERACTIVE CONFIG ############################################################################### read -rp "NetBox URL (e.g. https://netbox.example.com): " NETBOX_URL read -rsp "NetBox API Token (v1):...")
- 07:39, 19 June 2026 Admin talk contribs created page BASH - Install-netbox-on-ubuntu-24-4.sh (Created page with "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: $(date)" echo "==================================================" echo "" ########################...")
- 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))
- 07:35, 19 June 2026 Admin talk contribs created page BASH - Install Netbox On Ubuntu 24.4 (Created page with "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: $(date)" echo "==================================================" echo "" ###################...")
- 09:08, 17 June 2026 Admin talk contribs created page BASH - NetBox VLAN Device List Discovery.sh (Created page with "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 with the VLAN as untagged # - Interfaces with the VLAN as tagged # # Requirements: #...")
- 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))
- 12:39, 8 June 2026 Admin talk contribs created page ALTEON - 5200 Series Appliances Commands (Created page with "Category:Wiki '''''[https://it-arts.net/index.php/Category:Wiki Return to Wiki Index]''''' Covered models : * Alteon 5208 * Alteon 5204 * Alteon 5208XL * Alteon 5212 (if ACOS 5.x/6.x menu-driven firmware) * Alteon 5216 (same as above) == CLI Navigation == === Help and Assistance === Display help in the current menu: <nowiki>?</nowiki> Display detailed menu help: <nowiki>help</nowiki> Navigate back one menu level: <nowiki>..</nowiki> Navigate back to root...")
- 09:31, 8 June 2026 Admin talk contribs created page RARITAN - Dominion-SX Commands (Created page with "Category:Wiki '''''[https://it-arts.net/index.php/Category:Wiki Return to Wiki Index]''''' == CLI Navigation == === Help System === Display available commands in the current context. <nowiki>help</nowiki> Example: <nowiki>help</nowiki> Display help for a specific command: <nowiki>help connect</nowiki> === Session Management === Terminate the current CLI session: <nowiki>logout</nowiki> Exit the current command context: <nowiki>quit</nowiki> Return...")
- 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...")
