Deletion log
From Wiki.IT-Arts.net
Below is a list of the most recent deletions.
- 09:32, 17 November 2024 Admin talk contribs deleted page Glances - Manpage (content was: "Category:Post-It == glances --help == <nowiki> glances --help usage: glances [-h] [-V] [-d] [-C CONF_FILE] [--modules-list] [--disable-plugin DISABLE_PLUGIN] [--enable-plugin ENABLE_PLUGIN] [--disable-process] [--disable-webui] [--light] [-0] [-1] [-2] [-3] [-4] [-5] [-6] [--disable-history] [--disable-bold] [--disable-bg] [--enable-irq] [--enable-process-exten...", and the only contributor was "Admin" (talk))
- 18:06, 13 October 2024 Admin talk contribs deleted page FORTIGATE - SSLVPN Debug (content was: "Category:Post-It == SSL VPN debug command == Use the following diagnose commands to identify SSL VPN issues. These commands enable debugging of SSL VPN with a debug level of -1 for detailed results. <nowiki> diagnose debug application sslvpn -1 diagnose debug enable</nowiki> The CLI displays debug output similar to the following: <nowiki> [282:root]SSL state:before/accep...", and the only contributor was "Admin" (talk))
- 17:58, 13 October 2024 Admin talk contribs deleted page ALCATEL - AAA Command (content was: "Category:Post-It Platforms : * OmniSwitch AOS Release 8 Network Configuration Guide December 2019 * OmniSwitch OS6860/OS6900/OS10K Troubleshooting Guide 802.1x debug : <nowiki> show unp user detail</nowiki> == show unp == Platforms Supported : OmniSwitch 6900 Displays the Universal Network Profile (UNP) configuration for the switch : <nowiki> show unp [unp_name]</nowi...", and the only contributor was "Admin" (talk))
- 14:10, 25 August 2024 Admin talk contribs deleted page WINDOWS - Print Routes (content was: "Category:Post-It == Route Syntax == <nowiki> route [/f] [/p] [<command> [<destination>] [mask <netmask>] [<gateway>] [metric <metric>]] [if <interface>]]</nowiki> == Route Print == To display the entire contents of the IP routing table, type : <nowiki> C:\> route print</nowiki> To display the routes in the IP routing table that begin with 10, type : <nowiki> C:\> rou...", and the only contributor was "Admin" (talk))
- 14:25, 3 August 2024 Admin talk contribs deleted page PALOALTO - Base Commands (content was: "Category:Post-It == Show Interfaces == <nowiki> show interface all > configure Entering configuration mode [edit] # show network interface ethernet ethernet1/2</nowiki> == Display the routing table == <nowiki> show routing route</nowiki> Look at routes for a specific destination : <nowiki> show routing fib virtual-router <name> | match <x.x.x.x/Y></nowiki>...", and the only contributor was "Admin" (talk))
- 14:23, 3 August 2024 Admin talk contribs deleted page BASH- Show SWAP Usage.sh (content was: "Category:Post-It <nowiki> #!/bin/sh # # LIST SWAP USAGE BY APPLICATION for file in /proc/*/status ; do grep -q "VmSwap" $file;if [ $? -eq 0 ]; then awk '/VmSwap|Name/{printf $2 " " $3}END{ print ""}' $file; fi done|grep -v '0 kB' | sort -k 2 -n exit 0</nowiki>", and the only contributor was "Admin" (talk))
- 14:22, 3 August 2024 Admin talk contribs deleted page ALCATEL- VLAN Examples (content was: "Category:Post-It VLAN EXAMPLES FOR ALCATEL == Single Port Tagged/Untagged Traffic == Renaming interface : <nowiki> interfaces port 5/1/44 alias "<NAME>"</nowiki> Setting the VLAN : <nowiki> vlan 2139 members port 5/1/44 untagged vlan 2150 members port 5/1/44 tagged vlan 2152 members port 5/1/44 tagged vlan 2154 members port 5/1/44 tagged</nowiki> == LACP Ports Tagge...", and the only contributor was "Admin" (talk))
- 14:21, 3 August 2024 Admin talk contribs deleted page ALCATEL- Basic commands on Alcatel Omniswitch (content was: "Category:Post-It SOURCE : * http://www.latouche.info/admin/user_guides/omniswitch.html == Introduction == This page is based on the notes I took when managing Alcatel Omniswitchs 6600, 6800 in 2007 and later 6850. The full documentation can be found on Alcatel-Lucent website. Managing the configuration files Alcatel Omniswitchs can operate in two modes: working and certified (show running-directory to know in which mode the switch is). In working mode, the configurati...")
- 14:21, 3 August 2024 Admin talk contribs deleted page BASH- Show Public IP.sh (content was: "Category:Post-It <nowiki> #!/bin/sh wget -q -O - checkip.dyndns.org|sed -e 's/.*Current IP Address: //' -e 's/<.*$//' && echo "Done !" exit 0</nowiki>", and the only contributor was "Admin" (talk))
- 14:20, 3 August 2024 Admin talk contribs deleted page ALCATEL- Show Interface Tranceiver (content was: "Category:Post-It Platforms Supported :<br /> Alcatel OmniSwitch 6400, 6850, 6850E, 6855, 9000E == show interfaces transceiver == Displays the DDM information for the specified transceivers. <nowiki> show interfaces [slot | slot/port[-port2]] transceiver [ddm | w-low | w-high | a-low | a-high | actual]</nowiki> Syntax Definitions : * slot ** The slot number for a specifi...", and the only contributor was "Admin" (talk))
- 12:48, 28 July 2024 Admin talk contribs deleted page FIBER - SFP CheatSheet (content was: "Category:Post-It == SFP And SFP+== {| class="wikitable" style="margin:left" |+ SFP Optical Modules |- ! Code !! Speed !! Wavelenght || Distance |- | SX || 1.25G || 850nm LC || 550m |- | LX || 1.25G || 1310nm LC || 10km/20km |- | EX || 1.25G || 1550nm LC || 40km |- | ZX || 1.25G || 1550nm LC || 80km |} {| class="wikitable" style="margin:left" |+ SFP+ Optical Modules |- ! Code...", and the only contributor was "Admin" (talk))
- 15:09, 21 July 2024 Admin talk contribs deleted page FORTIGATE- Configuration Dump Script (content was: "Category:Post-It <nowiki> #!/bin/bash # # Usage: ./thisScript.sh {IPv4} {PORT} ##### VARIABLES IP="$1" PORT="$2" MESSAGE="Usage: $0 {IPv4} {PORT}" ##### FUNTIONS is_valid_ipv4() { local -a octets=( ${1//\./ } ) local RETURNVALUE=0 # return an error if the IP doesn't have exactly 4 octets [[ ${#octets[@]} -ne 4 ]] && return 1 # return an erro...", and the only contributor was "Admin" (talk))
- 10:18, 8 June 2024 Admin talk contribs deleted page DEBIAN - Generate password.sh (content was: "Category:Post-It == Script == <nowiki> #!/bin/bash # # Script based on pwgen package, where : # # -N : --num-passwords=num | Generate num passwords. # -s : -s, --secure | Generate completely random, hard-to-memorize passwords. # These should only be used for machine passwords, since otherwise # it's almost guaranteed that users will...", and the only contributor was "Admin" (talk))
- 10:18, 8 June 2024 Admin talk contribs deleted page BASH - Generate Password (content was: "Category:Post-It <nowiki> #!/bin/bash # # USAGE : ./this-script.sh <PASSWORD_LENGHT> pwgen -N 1 -s $1 exit 0</nowiki>", and the only contributor was "Admin" (talk))
- 12:59, 19 May 2024 Admin talk contribs deleted page ALCATEL- VLAN Examples on Alcatel Omniswitch (content was: "Category:Post-It VLAN EXAMPLES FOR ALCATEL == Single Port Tagged/Untagged Traffic == Renaming interface : <nowiki> interfaces port 5/1/44 alias "<NAME>"</nowiki> Setting the VLAN : <nowiki> vlan 2139 members port 5/1/44 untagged vlan 2150 members port 5/1/44 tagged vlan 2152 members port 5/1/44 tagged vlan 2154 members port 5/1/44 tagged</nowiki> == LACP Ports Tagge...", and the only contributor was "Admin" (talk))
- 12:54, 19 May 2024 Admin talk contribs deleted page FAIL2BAN - Unan IP (content was: "Category:Post-It <nowiki> fail2ban-client set <JAILNAME> unbanip <IP></nowiki>", and the only contributor was "Admin" (talk))