All public logs
From Wiki.IT-Arts.net
Combined display of all available logs of Wiki.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).
- 06:39, 23 September 2025 Admin talk contribs created page ZPOOL - Manpage (Created page with "Category:Post-It <nowiki> ZPOOL(8) BSD System Manager's Manual ZPOOL(8) NAME zpool — configure ZFS storage pools SYNOPSIS zpool -?V zpool version zpool subcommand [argumentss] DESCRIPTION The zpool command configures ZFS storage pools. A storage pool...")
- 06:35, 23 September 2025 Admin talk contribs created page QM - Manpage (Created page with "Category:Post-It <nowiki> QM(1) Proxmox VE Documentation QM(1) NAME qm - Qemu/KVM Virtual Machine Manager SYNOPSIS qm <COMMAND> [ARGS] [OPTIONS] qm agent An alias for qm guest cmd. qm cleanup <vmid> <clean-shutdown> <guest-requested>...")
- 06:27, 23 September 2025 Admin talk contribs created page EXPECT - Show-CONFIGURATION Fortigate.expect.sh (Created page with "Category:Post-It <nowiki> #!/usr/bin/expect -f # define remote Fortigate device and ssh port with username set host "192.168.1.99" set port "22" set user "admin_ro" spawn ssh "-p $port" "$user\@$host" #comment the line below if the device has no vdoms expect " $ " { send "config global\r" } expect " $ " { send "show full-configuration\r" } ###Exit from device expect " $ " { send "exit\r" }</nowiki> == Useful Links == * https://community.fo...")
- 06:20, 23 September 2025 Admin talk contribs created page EXPECT - Show-IP-ROUTE Cisco.expect.sh (Created page with "Category:Post-It <nowiki> #!/usr/bin/expect -f # # # SET THE OUTPUT TO NON-BUFFERED MODE FOR "PUTS" COMMAND fconfigure stdout -buffering none set timeout 10 set HOST [lindex $argv 0] set IPADDRESSTOCHECK [lindex $argv 1] set USERNAME [lindex $argv 2] set PASSWORD [lindex $argv 3] # SSH CONNEXION spawn ssh $USERNAME@$HOST # spawn ssh -oStrictHostKeyChecking=no -oKexAlgorithms=+diffie-hellman-group1-sha1 -oHostKeyAlgorithms=+ssh-dss -oStrictHostKeyChecking=no...")
- 06:18, 23 September 2025 Admin talk contribs created page EXPECT - Manpage (Created page with "Category:Post-It <nowiki> expect(1) - Linux man page Name expect - programmed dialogue with interactive programs, Version 5 Synopsis expect [ -dDinN ] [ -c cmds ] [ [ -[f|b] ] cmdfile ] [ args ] Introduction Expect is a program that "talks" to other interactive programs according to a script. Following the script, Expect knows what can be expected from a program and what the correct response should be. An interpreted language provides branching and high-level contr...")
- 06:17, 23 September 2025 Admin talk contribs deleted page EXPECT - Show-VLAN-ID Cisco.except.sh (content was: "Category:Post-It <nowiki> #!/usr/bin/expect -f # # # SET THE OUTPUT TO NON-BUFFERED MODE FOR "PUTS" COMMAND fconfigure stdout -buffering none set timeout 5 set HOST [lindex $argv 0] set VLAN [lindex $argv 1] set USERNAME [lindex $argv 2] set PASSWORD [lindex $argv 3] # SSH CONNEXION spawn ssh $USERNAME@$HOST # spawn ssh -oStrictHostKeyChecking=no -oKexAlgorithms=+diffi...", and the only contributor was "Admin" (talk))
- 06:17, 23 September 2025 Admin talk contribs created page EXPECT - Show-VLAN-ID Cisco.expect.sh (Created page with "Category:Post-It <nowiki> #!/usr/bin/expect -f # # # SET THE OUTPUT TO NON-BUFFERED MODE FOR "PUTS" COMMAND fconfigure stdout -buffering none set timeout 5 set HOST [lindex $argv 0] set VLAN [lindex $argv 1] set USERNAME [lindex $argv 2] set PASSWORD [lindex $argv 3] # SSH CONNEXION spawn ssh $USERNAME@$HOST # spawn ssh -oStrictHostKeyChecking=no -oKexAlgorithms=+diffie-hellman-group1-sha1 -oHostKeyAlgorithms=+ssh-dss $USERNAME@$HOST expect { "*Are you...")
- 06:16, 23 September 2025 Admin talk contribs deleted page EXCEPT - Show-VLAN-ID Cisco.except.sh (content was: "Category:Post-It <nowiki> #!/usr/bin/expect -f # # # SET THE OUTPUT TO NON-BUFFERED MODE FOR "PUTS" COMMAND fconfigure stdout -buffering none set timeout 5 set HOST [lindex $argv 0] set VLAN [lindex $argv 1] set USERNAME [lindex $argv 2] set PASSWORD [lindex $argv 3] # SSH CONNEXION spawn ssh $USERNAME@$HOST # spawn ssh -oStrictHostKeyChecking=no -oKexAlgorithms=+diffi...", and the only contributor was "Admin" (talk))
- 06:16, 23 September 2025 Admin talk contribs created page EXPECT - Show-VLAN-ID Cisco.except.sh (Created page with "Category:Post-It <nowiki> #!/usr/bin/expect -f # # # SET THE OUTPUT TO NON-BUFFERED MODE FOR "PUTS" COMMAND fconfigure stdout -buffering none set timeout 5 set HOST [lindex $argv 0] set VLAN [lindex $argv 1] set USERNAME [lindex $argv 2] set PASSWORD [lindex $argv 3] # SSH CONNEXION spawn ssh $USERNAME@$HOST # spawn ssh -oStrictHostKeyChecking=no -oKexAlgorithms=+diffie-hellman-group1-sha1 -oHostKeyAlgorithms=+ssh-dss $USERNAME@$HOST expect { "*Are you...")
- 06:14, 23 September 2025 Admin talk contribs deleted page EXCEPT - Show-VLAN-id.except.sh (content was: "Category:Post-It <nowiki> #!/usr/bin/expect -f # # # SET THE OUTPUT TO NON-BUFFERED MODE FOR "PUTS" COMMAND fconfigure stdout -buffering none set timeout 5 set HOST [lindex $argv 0] set VLAN [lindex $argv 1] set USERNAME [lindex $argv 2] set PASSWORD [lindex $argv 3] # SSH CONNEXION spawn ssh $USERNAME@$HOST # spawn ssh -oStrictHostKeyChecking=no -oKexAlgorithms=+diffi...", and the only contributor was "Admin" (talk))
- 06:14, 23 September 2025 Admin talk contribs created page EXCEPT - Show-VLAN-ID Cisco.except.sh (Created page with "Category:Post-It <nowiki> #!/usr/bin/expect -f # # # SET THE OUTPUT TO NON-BUFFERED MODE FOR "PUTS" COMMAND fconfigure stdout -buffering none set timeout 5 set HOST [lindex $argv 0] set VLAN [lindex $argv 1] set USERNAME [lindex $argv 2] set PASSWORD [lindex $argv 3] # SSH CONNEXION spawn ssh $USERNAME@$HOST # spawn ssh -oStrictHostKeyChecking=no -oKexAlgorithms=+diffie-hellman-group1-sha1 -oHostKeyAlgorithms=+ssh-dss $USERNAME@$HOST expect { "*Are you...")
- 06:13, 23 September 2025 Admin talk contribs created page EXCEPT - Show-VLAN-id.except.sh (Created page with "Category:Post-It <nowiki> #!/usr/bin/expect -f # # # SET THE OUTPUT TO NON-BUFFERED MODE FOR "PUTS" COMMAND fconfigure stdout -buffering none set timeout 5 set HOST [lindex $argv 0] set VLAN [lindex $argv 1] set USERNAME [lindex $argv 2] set PASSWORD [lindex $argv 3] # SSH CONNEXION spawn ssh $USERNAME@$HOST # spawn ssh -oStrictHostKeyChecking=no -oKexAlgorithms=+diffie-hellman-group1-sha1 -oHostKeyAlgorithms=+ssh-dss $USERNAME@$HOST expect { "*Are you...")
- 07:36, 18 September 2025 Admin talk contribs created page BASH - Bulk Ping IP.sh (Created page with "Category:Post-It <nowiki> #!/bin/sh # IP LIST TO PING IP=" 8.8.4.4 8.8.8.8" for i in $IP do ping -c 2 $i >/dev/null && echo $i" ".$(host $i)." is UP !" || echo " is dead" sleep 2 done exit 0</nowiki>")
- 09:38, 21 July 2025 Admin talk contribs created page FORTIGATE - Session Debug (Created page with "Category:Post-It == Session Analysis Of A Failling Connection == <nowiki> diag sys session stat diag sys session filter src <IP> diag sys session list</nowiki> === diagnose sys session filter ? === vd Index of virtual domain. -1 matches all. vd-name Name of virtual domain. -1 or "any" matches all. sintf Source interface. dintf Destination interface. s...")
- 08:19, 15 July 2025 Admin talk contribs deleted page OPENSSL - Certificate Verifications (content was: "Category:Post-It == Create a Certificate == === Interactive Mode === <nowiki> openssl req -newkey rsa:4096 -nodes -keyout private_key.pem -sha256 -x509 -days 3650 -out public_certificate.pem</nowiki> === Non-interactive Mode === <nowiki> openssl req -x509 -newkey rsa:4096 -keyout private_key.pem -out public_certificate.pem -sha256 -days 3650 -nodes -subj "/C=XX/ST=StateName/L=CityName/O=CompanyName/OU=CompanySectionName/CN=CommonNameOrHostname" -addext "subjectAltN...")
- 08:19, 15 July 2025 Admin talk contribs created page OPENSSL - Playing With Certificates (Created page with "Category:Post-It == Create a Certificate == === Interactive Mode === <nowiki> openssl req -newkey rsa:4096 -nodes -keyout private_key.pem -sha256 -x509 -days 3650 -out public_certificate.pem</nowiki> === Non-interactive Mode === <nowiki> openssl req -x509 -newkey rsa:4096 -keyout private_key.pem -out public_certificate.pem -sha256 -days 3650 -nodes -subj "/C=XX/ST=StateName/L=CityName/O=CompanyName/OU=CompanySectionName/CN=CommonNameOrHostname" -addext "subj...")
- 08:07, 9 July 2025 Admin talk contribs created page SPLUNK - Network Filters (Created page with "Category:Post-It == Source And Destination IP And Ports == <nowiki> (src_ip=10.20.30.* OR src_ip=10.20.40.*) AND dst_ip=192.168.1.* AND dst_port=443</nowiki>")
- 09:34, 26 June 2025 Admin talk contribs created page DIG - Manpage (Created page with "Category:Post-It == Examples == === Use dig to verify DNSSEC record === <nowiki> dig YOUR-DOMAIN-NAME +dnssec +short</nowiki> === Grab the public key used to verify the DNS record === <nowiki> dig DNSKEY YOUR-DOMAIN-NAME +short</nowiki> === Show the DNSSEC chain of trust === <nowiki> dig DS YOUR-DOMAIN-NAME +trace</nowiki> == Manpage == <nowiki> DIG(1)...")
- 10:46, 23 January 2025 Admin talk contribs created page ARUBA - Port-Access (Created page with "Category:Post-It == Debug The client/server Failure Reason == <nowiki> ARUBA-SWITCH# show aaa authentication port-access mac-auth interface all client-status Port Access Client Status Details Client AB:CD:DE:FF:AA:BB, 1/1/1 ========================================= Authentication Details ---------------------- Status : Unauthenticated Auth-Method : CHAP Auth Failure reason...")
- 16:49, 25 November 2024 Admin talk contribs created page ARUBA - List Commands (Created page with "Category:Post-It On 6200F Aruba switch model. == list Command == <nowiki> ARUBA-SWITCH# list show hostname show domain-name list configure { terminal } disable exit end page page <2-1000> no page show running-config {all} show session-timeout start-shell auto-confirm no auto-confirm diagnostics no diagnostics show history {timestamp} repeat { id <A:1-500>|count <1-1000>|delay <1-1000> } show vrf show vrf VRF show dhcp...")
- 10:11, 17 November 2024 Admin talk contribs created page DEBIAN - Post-Install Script SCREEN (Created page with "Category:Post-It <nowiki> #!/bin/sh echo "##### screen configuration files update" && ##### Test Screen previous config file echo "# /etc/screenrc check..." && if [ -e /etc/screenrc ] then echo "# previous config file detected..." && cp -v /etc/screenrc /etc/screenrc.BACKUP && echo "# /etc/screenrc backuped... OK"; else echo "# no previous config file found"; fi ##### Copy new config file echo '# $Id: screenrc,v 1.15 2003/10/08 11:39:03 zal Exp...")
- 10:08, 17 November 2024 Admin talk contribs created page DEBIAN - Post-Install Script WINE (Created page with "Category:Post-It <nowiki> dpkg --add-architecture i386 && apt update && apt install -y gnome-wine-icon-theme fonts-wine wine32 wine64 && exit 0</nowiki>")
- 10:00, 17 November 2024 Admin talk contribs created page HISTORY - Manpage (Created page with "Category:Post-It == history --help == <nowiki> history: history [-c] [-d offset] [n] or history -anrw [filename] or history -ps arg [arg...] Display or manipulate the history list. Display the history list with line numbers, prefixing each modified entry with a `*'. An argument of N lists only the last N entries. Options: -c clear the history list by deleting all of the entries -d offset delete the history entry at position O...")
- 09:56, 17 November 2024 Admin talk contribs created page JOURNALCTL - Manpage (Created page with "Category:Post-It == Quick Examples == Show only the most recent journal entries, and continuously print new entries as they are appended to the journal : <nowiki> journalctl -f</nowiki> Show Logs from the Current Boot : <nowiki> journalctl -b</nowiki> Show logs from NAME service : <nowiki> journalctl -u NAME.service</nowiki> == journalctl --help == <nowiki> journalctl [OPTIONS...] [MATCHES...] Query the journal. Source Options: --system...")
- 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))
- 09:32, 17 November 2024 Admin talk contribs created page GLANCES - Manpage (Created page with "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-extended] [--separator] [--sort-processes {cpu_percent,memory_percent,username,c...")
- 11:29, 9 November 2024 Admin talk contribs created page MDK4 - Manpage (Created page with "Category:Post-It == mdk4 --help == <nowiki> mdk4 --help MDK4 4.2 - "Awesome! Supports Proof-of-concept of WiFi protocol implementation vulnerability testing" by E7mer, thanks to the author of MDK3 and aircrack-ng community. MDK4 is a proof-of-concept tool to exploit common IEEE 802.11 protocol weaknesses. IMPORTANT: It is your responsibility to make sure you have permission from the network owner before running MDK4 against it. This code is licenced under the GPL...")
- 11:27, 9 November 2024 Admin talk contribs created page MDK3 - Manpage (Created page with "Category:Post-It == mdk3 --help == <nowiki> mdk3 --help MDK 3.0 v6 - "Yeah, well, whatever" by ASPj of k2wrlz, using the osdep library from aircrack-ng And with lots of help from the great aircrack-ng community: Antragon, moongray, Ace, Zero_Chaos, Hirte, thefkboss, ducttape, telek0miker, Le_Vert, sorbo, Andy Green, bahathir and Dawid Gajownik THANK YOU! MDK is a proof-of-concept tool to exploit common IEEE 802.11 protocol weaknesses. IMPORTANT: It is your respo...")
- 11:24, 9 November 2024 Admin talk contribs created page Glances - Manpage (Created page with "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-extended] [--separator] [--sort-processes {cpu_percent,memory_percent,username,c...")
- 11:18, 9 November 2024 Admin talk contribs created page Sha256sum - Manpage (Created page with "Category:Post-It == Quick Example == Compare two hashes : <nowiki> echo "the-official-hash-of-the-file" && sha256sum /path/to/file</nowiki> == sha256sum --help == <nowiki> sha256sum --help Usage: sha256sum [OPTION]... [FILE]... Print or check SHA256 (256-bit) checksums. With no FILE, or when FILE is -, read standard input. -b, --binary read in binary mode -c, --check read checksums from the FILEs and check them --tag...")
- 11:13, 9 November 2024 Admin talk contribs created page ADDUSER - Manpage (Created page with "Category:Post-It == Quick Examples == With a custom shell : <nowiki> adduser username --shell /bin/sh</nowiki> With a custom home ddirectory : <nowiki> adduser username --home /home/not_username/</nowiki> With custom groups : <nowiki> adduser username --groups sudo,admin</nowiki> == ADDUSER Manpage == <nowiki> ADDUSER(8) System Manager's Manual...")
- 11:05, 9 November 2024 Admin talk contribs created page MKE2FS - Manpage (Created page with "Category:Post-It == Quick Example == Create an ext4 file system : <nowiki> mkfs.ext4 /dev/sdb1</nowiki> Then label it : <nowiki> e4label /dev/sdb1 disk-sdb-part1</nowiki> == MKE2FS Manpage == <nowiki> MKE2FS(8) System Manager's Manual MKE2FS(8) NAME mke2fs - create an ext2/ext3/ext4 fil...")
- 10:00, 9 November 2024 Admin talk contribs created page DEBIAN - Post-Install Script GIMP (Created page with "Category:Post-It <nowiki> apt update && apt install -y gimp gimp-data-extras gimp-gutenprint gimp-help-en exit 0</nowiki>")
- 05:26, 4 November 2024 Admin talk contribs created page ALCATEL - Spanning Tree (Created page with "Category:Post-It Platforms Supported : OmniSwitch 6860, 6860E TO RESET SPANNING TREE TO DEFAULT, THERE IS NO COMMAND LIKE "no spantree ...", CONFIGURE AGAIN THE DEFAULT VALUE, EG :</br> "By default, the bridge priority value is set to 32768 for the CIST, an MSTI, and a VLAN instance". == SpanTree Priority == Configures the bridge priority value for the Common and Internal Spanning Tree (CIST) instance, a Multiple Spanning Tree Instance (MSTI), or a VLAN instanc...")
- 09:42, 27 October 2024 Admin talk contribs created page USERADD - Manpage (Created page with "Category:Post-It == useradd Manpage == <nowiki> USERADD(8) System Management Commands USERADD(8) NAME useradd - create a new user or update default new user information SYNOPSIS useradd [options] LOGIN useradd -D useradd -D [options] DESCRIPTION useradd is a low level...")
- 07:53, 27 October 2024 Admin talk contribs created page SMBCACLS - Manpage (Created page with "Category:Post-It == smbcacls Manpage == <nowiki> SMBCACLS(1) User Commands SMBCACLS(1) NAME smbcacls - Set or get ACLs on an NT file or directory names SYNOPSIS smbcacls {//server/share} {/filename} [-D|--delete acl] [-M|--modify acl] [-a|--add acl] [-S|--set acl] [-C|--chown name]...")
- 07:35, 27 October 2024 Admin talk contribs created page SAMBA - List Users (Created page with "Category:Post-It == List Samba Users == <nowiki> root@samba:~# pdbedit -L -v --------------- Unix username: guest NT username: Account Flags: [U ] User SID: S-1-5-21-3099906846-3389996450-3389994078-9999 Primary Group SID: S-1-5-21-3069996846-3389996450-3389034078-999 Full Name: Home Directory: /home/guest HomeDir Drive: Logon Script: Profile Path: \\samba\guest\profile Dom...")
- 07:32, 27 October 2024 Admin talk contribs created page PDBEDIT - Manpage (Created page with "Category:Post-It == pdbedit Manpage == <nowiki> PDBEDIT(8) System Administration tools PDBEDIT(8) NAME pdbedit - manage the SAM database (Database of Samba Users) SYNOPSIS pdbedit [-a] [-b passdb-backend] [-c account-control] [-C value] [-d debuglevel] [-D drive] [-e passdb-backend] [-f fullnam...")
- 14:26, 21 October 2024 Admin talk contribs created page BASH - Test Connection Simple script (Created page with "Category:Post-It == Test Connection Simple Script == <nowiki> #!/bin/bash IP_POOL="8.8.8.8 google.com 91.224.148.1 80.67.169.12" HITS=2 echo "#############################" echo "##### Ping" echo "#############################" for a in $IP_POOL; do ping $a -c $HITS done echo "#############################" echo "Internet IP Address"; echo "#############################"; echo "# Wget chekip.dyndns.org Method:"; wget -q -O - checkip.dyndns.org|sed -e 's...")
- 13:47, 21 October 2024 Admin talk contribs created page PALO-ALTO - Show Conf (Created page with "Category:Post-It == mode set == First, put the PaloAlto in mode set : <nowiki> set cli config-output-format set</nowiki> == show conf == To show the full config : <nowiki> show deviceconfig</nowiki> === show HA config == To show the HA config : <nowiki> show deviceconfig high-availability</nowiki>")
- 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))
- 18:06, 13 October 2024 Admin talk contribs created page FORTIGATE - SSLVPN Troubleshoot (Created page with "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/accept initialization (172.20.120.12) [282:root]SSL state:SSLv3 read client hello A (172.20.120...")
- 18:05, 13 October 2024 Admin talk contribs created page FORTIGATE - SSLVPN Debug (Created page with "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/accept initialization (172.20.120.12) [282:root]SSL state:SSLv3 read client hello A (172.20.120...")
- 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))
- 17:58, 13 October 2024 Admin talk contribs created page ALCATEL - 802.1x Troubleshoot (Created page with "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]</nowiki> * unp_name ** The name of the UNP. By default, the configuration for all UNPs is dis...")
- 15:59, 13 October 2024 Admin talk contribs created page ARUBA - AAA Command (Created page with "Category:Post-It 802.1x debug : <nowiki> show aaa authentication port-access dot1x authenticator interface all client-status</nowiki> == The aaa Command == To verify the switch access setup, enter the '''show aaa authentication''' command. The display is similar to the one shown here: <nowiki> Service type = Default 1rst authentication server = rad1 2nd authentication server = local Service type = Console Authentication = Use Default, 1rst authentication ser...")
- 15:00, 27 August 2024 Admin talk contribs created page ALCATEL - Save Configuration (Created page with " == Backup the Configuration == The Alcatel switch work with two configurations: the working and the certified. Certified is considered to be the most reliable. When the switch starts, if the working and the certified are not identical, it uses the certified. It then goes into certified mode and it is not possible to modify the configuration. If at start -up the two configurations are identical, it uses the working. To save the configuration, you must first save the...")
- 17:10, 25 August 2024 Admin talk contribs created page WINDOWS - Active Directory Controller Port list (Created page with "Category:Post-It == Active Directory Controller Port List == All the ports a ugly Windows Active Directory Controller : <nowiki> DCE-RPC-TCP 135/tcp DNS 53/udp KERBEROS 88/udp KRB-Password-TCP 464/tcp KRB-Password-UDP 464/udp LDAP 389/tcp LDAP-UDP 389/udp LDAP-GC 3268/tcp LDAP-GC-SSL 3269/tcp LDAPS 636/tcp LSA-RPC 49152-65535/tcp NTP 123/udp SMB 139,445/tcp WS-MGMT 9389/tcp</nowiki> == Netbios == If you are running a shit...")
- 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:10, 25 August 2024 Admin talk contribs created page WINDOWS - Route Command (Created page with "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:\> route print 10.*</nowiki> Print IPv4 routing table : <nowiki> C:\> route print -4</nowiki>...")
