User contributions for Admin
From IT-Arts.net
22 June 2026
- 12:2112:21, 22 June 2026 diff hist +207 NETBOX - NetBox VLAN Device List Discovery.sh No edit summary current
- 11:4311:43, 22 June 2026 diff hist +1,809 NETBOX - NetBox VLAN Device List Discovery.sh No edit summary
- 11:4111:41, 22 June 2026 diff hist 0 NETBOX - NetBox VLAN Device List Discovery.sh No edit summary
- 11:4111:41, 22 June 2026 diff hist +28 NETBOX - NetBox VLAN Device List Discovery.sh No edit summary
- 11:3911:39, 22 June 2026 diff hist +60 NETBOX - NetBox VLAN Device List Discovery.sh No edit summary
- 11:3511:35, 22 June 2026 diff hist +14 NETBOX - NetBox VLAN Device List Discovery.sh No edit summary
- 11:3411:34, 22 June 2026 diff hist −2,037 NETBOX - NetBox VLAN Device List Discovery.sh No edit summary
19 June 2026
- 11:0911:09, 19 June 2026 diff hist +136 Main Page No edit summary current
- 09:5609:56, 19 June 2026 diff hist +4,381 N 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:3907:39, 19 June 2026 diff hist +5,843 N 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 "" ########################..." current
10 June 2026
- 06:1406:14, 10 June 2026 diff hist +25 ALTEON - 5200 Series Appliances Commands →Network Configuration current
- 06:1206:12, 10 June 2026 diff hist +7 ALTEON - 5200 Series Appliances Commands →Network Configuration
9 June 2026
- 09:2509:25, 9 June 2026 diff hist +130 ALTEON - 5200 Series Appliances Commands No edit summary
8 June 2026
- 18:3318:33, 8 June 2026 diff hist +4,141 ALTEON - 5200 Series Appliances Commands No edit summary
- 12:3912:39, 8 June 2026 diff hist +5,631 N 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:5309:53, 8 June 2026 diff hist +21 RARITAN - Dominion-SX Commands No edit summary current
- 09:5109:51, 8 June 2026 diff hist +2 RARITAN - Dominion-SX Commands No edit summary
- 09:5109:51, 8 June 2026 diff hist +242 RARITAN - Dominion-SX Commands No edit summary
- 09:3809:38, 8 June 2026 diff hist +67 RARITAN - Dominion-SX Commands →Connection Management
- 09:3209:32, 8 June 2026 diff hist −36 RARITAN - Dominion-SX Commands →Enter Configuration Mode
- 09:3209:32, 8 June 2026 diff hist −36 RARITAN - Dominion-SX Commands No edit summary
- 09:3109:31, 8 June 2026 diff hist +5,051 N 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..."
- 09:3109:31, 8 June 2026 diff hist +83 HSTS - Setup No edit summary current
27 March 2026
- 13:1113:11, 27 March 2026 diff hist +11 DEBIAN - Post-Install Script No edit summary current
20 March 2026
- 11:3411:34, 20 March 2026 diff hist −2 F5 BIG-IP - LTM Survival Guide →Show VS Logs current
- 11:3411:34, 20 March 2026 diff hist +138 F5 BIG-IP - LTM Survival Guide →Show VS Logs
- 11:3111:31, 20 March 2026 diff hist −2 F5 BIG-IP - LTM Survival Guide →Dump VS Traffic
- 11:3011:30, 20 March 2026 diff hist +480 F5 BIG-IP - LTM Survival Guide No edit summary
25 February 2026
- 12:4312:43, 25 February 2026 diff hist +20 CURL - Manpage →Force to Connect to a given Host current
- 12:4212:42, 25 February 2026 diff hist +18 CURL - Manpage →Force to Connect to a given Host
- 12:4112:41, 25 February 2026 diff hist +131 CURL - Manpage No edit summary
- 12:3812:38, 25 February 2026 diff hist +104 HOSTNAME - Manpage No edit summary current
18 February 2026
- 10:3010:30, 18 February 2026 diff hist +5 SORT - Base Documentation →Common Errors current
- 10:2910:29, 18 February 2026 diff hist −33 SORT - Base Documentation →Common Errors
- 10:2810:28, 18 February 2026 diff hist +5,124 N 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:2210:22, 18 February 2026 diff hist +50 F5 BIG-IP - LTM Survival Guide →Filters & Descriptions
- 10:2110:21, 18 February 2026 diff hist −2,054 F5 BIG-IP - LTM Survival Guide →USEFUL LINKS
- 10:2010:20, 18 February 2026 diff hist +7 F5 BIG-IP - LTM Survival Guide →SHOW VS STATISTICS
- 10:2010:20, 18 February 2026 diff hist −2 F5 BIG-IP - LTM Survival Guide →SHOW VS LOGS
- 10:1910:19, 18 February 2026 diff hist +1 F5 BIG-IP - LTM Survival Guide →Filters & Description
- 10:1910:19, 18 February 2026 diff hist −25 F5 BIG-IP - LTM Survival Guide →SHOW VS CONNECTIONS
- 10:1810:18, 18 February 2026 diff hist +14 F5 BIG-IP - LTM Survival Guide No edit summary
- 10:1710:17, 18 February 2026 diff hist +8,673 N 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:0310:03, 18 February 2026 diff hist −6 CISCO-ASA - Cluster Factory Reset →Important Notes current
- 10:0210:02, 18 February 2026 diff hist +1 CISCO-ASA - Cluster Factory Reset →Verify Cluster Synchronization
- 10:0210:02, 18 February 2026 diff hist +2 CISCO-ASA - Cluster Factory Reset →Break the Failover
- 10:0210:02, 18 February 2026 diff hist −2 CISCO-ASA - Cluster Factory Reset →Check Cluster Configuration
- 10:0210:02, 18 February 2026 diff hist −45 CISCO-ASA - Cluster Factory Reset No edit summary
- 10:0010:00, 18 February 2026 diff hist +5,532 N 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:1408:14, 18 February 2026 diff hist +1 F5 BIG-IP - iRules No edit summary current
