User contributions for Admin

From IT-Arts.net
A user with 1,018 edits. Account created on 8 December 2025.
Search for contributionsExpandCollapse
⧼contribs-top⧽
⧼contribs-date⧽
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)

8 December 2025

23 September 2025

  • 06:3906:39, 23 September 2025 diff hist +17,049 N 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:3506:35, 23 September 2025 diff hist +198,155 N 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:2706:27, 23 September 2025 diff hist +569 N 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:2006:20, 23 September 2025 diff hist +712 N 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:1806:18, 23 September 2025 diff hist +76,597 N 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:1706:17, 23 September 2025 diff hist +783 N 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..."

19 September 2025

18 September 2025

21 July 2025

16 July 2025

9 July 2025

26 June 2025

  • 09:3409:34, 26 June 2025 diff hist +30,888 N 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)..."

23 January 2025

25 November 2024

  • 16:4916:49, 25 November 2024 diff hist +228,142 N 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..."

17 November 2024

  • 10:1110:11, 17 November 2024 diff hist +4,967 N 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:0910:09, 17 November 2024 diff hist +172 N DEBIAN - Post-Install Script WINE No edit summary
  • 10:0510:05, 17 November 2024 diff hist +8,121 N DD - Manpage No edit summary
  • 10:0010:00, 17 November 2024 diff hist +24,211 N 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:5609:56, 17 November 2024 diff hist +43,125 N 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:3209:32, 17 November 2024 diff hist +27,958 N 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 November 2024

9 November 2024

  • 11:2911:29, 9 November 2024 diff hist +16,845 N 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:2711:27, 9 November 2024 diff hist +11,763 N 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:2011:20, 9 November 2024 diff hist +17,617 N ADDUSER - Manpage No edit summary
  • 11:1811:18, 9 November 2024 diff hist +4,552 N 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:0811:08, 9 November 2024 diff hist +1,285 N WINDOWS - Test-Net-Connection No edit summary
  • 11:0611:06, 9 November 2024 diff hist +28,867 N MKE2FS - Manpage No edit summary
  • 10:0010:00, 9 November 2024 diff hist +130 N 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>"

4 November 2024

27 October 2024

21 October 2024

13 October 2024

  • 18:0618:06, 13 October 2024 diff hist +1,705 N 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..."
  • 15:5915:59, 13 October 2024 diff hist +3,184 N 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..."

11 September 2024

27 August 2024

25 August 2024

(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)