Recent changes

From IT-Arts.net

Track the most recent changes to the wiki on this page.

Recent changes optionsShow last 50 | 100 | 250 | 500 changes in last 1 | 3 | 7 | 14 | 30 days
Hide my edits | Show bots | Hide minor edits
Show new changes starting from 22:09, 23 June 2026
 
List of abbreviations:
N
This edit created a new page (also see list of new pages)
m
This is a minor edit
b
This edit was performed by a bot
(±123)
The page size changed by this number of bytes

22 June 2026

     12:21  NETBOX - NetBox VLAN Device List Discovery.sh 7 changes history +81 [Admin (7×)]
     
12:21 (cur | prev) +207 Admin talk contribs
     
11:43 (cur | prev) +1,809 Admin talk contribs
     
11:41 (cur | prev) 0 Admin talk contribs
     
11:41 (cur | prev) +28 Admin talk contribs
     
11:39 (cur | prev) +60 Admin talk contribs
     
11:35 (cur | prev) +14 Admin talk contribs
     
11:34 (cur | prev) −2,037 Admin talk contribs

19 June 2026

     11:09  Main Page diffhist +136 Admin talk contribs
     09:57  (Deletion log) [Admin (2×)]
     
09:57 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 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))
N    09:56  NETBOX - NetBox VLAN Device List Discovery.sh diffhist +4,381 Admin talk contribs (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):...")
N    07:39  BASH - Install-netbox-on-ubuntu-24-4.sh diffhist +5,843 Admin talk contribs (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 "" ########################...")