User contributions for Admin

From Wiki.IT-Arts.net
A user with 263 edits. Account created on 14 May 2024.
Search for contributionsExpandCollapse
⧼contribs-top⧽
⧼contribs-date⧽
(newest | oldest) View (newer 50 | ) (20 | 50 | 100 | 250 | 500)

23 September 2025

  • 06:3906:39, 23 September 2025 diff hist +17,049 N ZPOOL - ManpageCreated 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..." current
  • 06:3506:35, 23 September 2025 diff hist +198,155 N QM - ManpageCreated 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>..." current
  • 06:2706:27, 23 September 2025 diff hist +569 N EXPECT - Show-CONFIGURATION Fortigate.expect.shCreated 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..." current
  • 06:2006:20, 23 September 2025 diff hist +712 N EXPECT - Show-IP-ROUTE Cisco.expect.shCreated 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..." current
  • 06:1806:18, 23 September 2025 diff hist +76,597 N EXPECT - ManpageCreated 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..." current
  • 06:1706:17, 23 September 2025 diff hist +783 N EXPECT - Show-VLAN-ID Cisco.expect.shCreated 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..." current

19 September 2025

18 September 2025

21 July 2025

16 July 2025

15 July 2025

9 July 2025

26 June 2025

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

23 January 2025

25 November 2024

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

17 November 2024

  • 10:1110:11, 17 November 2024 diff hist +4,967 N DEBIAN - Post-Install Script SCREENCreated 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..." current
  • 10:0910:09, 17 November 2024 diff hist +11 DEBIAN - Post-Install Script WINENo edit summary current
  • 10:0810:08, 17 November 2024 diff hist +161 N DEBIAN - Post-Install Script WINECreated 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:0510:05, 17 November 2024 diff hist +109 DD - ManpageNo edit summary current
  • 10:0010:00, 17 November 2024 diff hist +24,211 N HISTORY - ManpageCreated 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..." current
  • 09:5609:56, 17 November 2024 diff hist +43,125 N JOURNALCTL - ManpageCreated 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..." current
  • 09:3209:32, 17 November 2024 diff hist +27,958 N GLANCES - ManpageCreated 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..." current

11 November 2024

9 November 2024

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