User contributions for Admin

From IT-Arts.net
A user with 981 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)..."
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)