User contributions for Admin

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

20 August 2024

18 August 2024

3 August 2024

  • 15:1215:12, 3 August 2024 diff hist +7,750 N ALCATEL - Show MAC Addresss No edit summary
  • 14:3914:39, 3 August 2024 diff hist +1,659 N ALCATEL - Show Interface Tranceiver No edit summary
  • 14:2514:25, 3 August 2024 diff hist +542 N PALO-ALTO - Base Commands Created page with "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> == Show NAT == Show the NAT policy table <nowiki> show running nat-policy</nowiki> =..."
  • 14:2314:23, 3 August 2024 diff hist +268 N BASH - Show SWAP Usage.sh Created page with "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>"
  • 14:2214:22, 3 August 2024 diff hist +1,351 N ALCATEL - VLAN Examples Created page with "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 Tagged/Untagged Traffic == Creating the LACP interface : <nowiki> linkagg lacp agg 11 size 2..."
  • 14:2114:21, 3 August 2024 diff hist +14,761 N ALCATEL - Basic commands on Alcatel Omniswitch Created page with "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 conf..."
  • 14:2114:21, 3 August 2024 diff hist +159 N BASH - Show Public IP.sh Created page with "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>"
  • 14:1814:18, 3 August 2024 diff hist +6,506 N OPENCONNECT - Manpage No edit summary

28 July 2024

  • 12:4812:48, 28 July 2024 diff hist +1,254 N OPTICAL-FIBER - SFP CheatSheet Created page with "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 !! Speed !! Wavelenght || Distance |- | SR || 10G || 850nm LC || 300m |- | LR || 10G || 13..."

21 July 2024

9 June 2024

  • 13:2213:22, 9 June 2024 diff hist +2,662 N KBD MODE - Manpage No edit summary
  • 13:2113:21, 9 June 2024 diff hist +110,424 N SYSTEMCTL - Manpage Created page with "Category:Post-It == systemctl --help == <nowiki> systemctl [OPTIONS...] COMMAND ... Query or send control commands to the system manager. Unit Commands: list-units [PATTERN...] List units currently in memory list-automounts [PATTERN...] List automount units currently in memory, ordered by path list-sockets [PATTERN...] List socket units currently in memory,..."
  • 13:1013:10, 9 June 2024 diff hist +9,803 N IP - Manpage Created page with "Category:Post-It == ip --help == <nowiki> Usage: ip [ OPTIONS ] OBJECT { COMMAND | help } ip [ -force ] -batch filename where OBJECT := { address | addrlabel | amt | fou | help | ila | ioam | l2tp | link | macsec | maddress | monitor | mptcp | mroute | mrule | neighbor | neighbour | netconf | netns | nexthop | ntable | ntbl | route | rule | sr | tap | tcpmetrics | token | tunnel..."
  • 13:0813:08, 9 June 2024 diff hist +5,136 N TFTP - Manpage No edit summary
  • 13:0513:05, 9 June 2024 diff hist +53,510 N FTP - Manpage Created page with "Category:Post-It == ftp --help == <nowiki> ftp: invalid option -- '-' usage: ftp [-46AadefginpRtVv] [-N NETRC] [-o OUTPUT] [-P PORT] [-q QUITTIME] [-r RETRY] [-s SRCADDR] [-T DIR,MAX[,INC]] [-x XFERSIZE] [[USER@]HOST [PORT]] [[USER@]HOST:[PATH][/]] [file:///PATH] [ftp://[USER[:PASSWORD]@]HOST[:PORT]/PATH[/][;type=TYPE]] [http://[USER[:PASSWORD]@]HOST[:PORT]/PATH] [https://[USER[:PASSWOR..."
  • 10:2910:29, 9 June 2024 diff hist +2,001 N ESXI - Base Commands No edit summary
  • 10:1210:12, 9 June 2024 diff hist +1,422 N FIND - Exec No edit summary
  • 09:5609:56, 9 June 2024 diff hist +83,283 N FIND - Manpage Created page with "Category:Post-It == find --help == <nowiki> Usage: find [-H] [-L] [-P] [-Olevel] [-D debugopts] [path...] [expression] Default path is the current directory; default expression is -print. Expression may consist of: operators, options, tests, and actions. Operators (decreasing precedence; -and is implicit where no others are given): ( EXPR ) ! EXPR -not EXPR EXPR1 -a EXPR2 EXPR1 -and EXPR2 EXPR1 -o EXPR2 EXPR1 -or EXPR2 EXPR1 , EXPR2 Po..."

8 June 2024

  • 19:0919:09, 8 June 2024 diff hist +31 N IT-Arts.net:About No edit summary
  • 19:0719:07, 8 June 2024 diff hist +4,424 N SRM - Manpage Created page with "Category:Post-It == srm --help == <nowiki> srm v3.1 (c) 1997-2003 by van Hauser / THC <vh@thc.org> Syntax: srm [-dflrvz] file1 file2 etc. Options: -d ignore the two dot special files "." and "..". -f fast (and insecure mode): no /dev/urandom, no synchronize mode. -l lessens the security (use twice for total insecure mode). -r recursive mode, deletes all subdirectories. -v is verbose mode. -z last wipe writes zeros instead of random data. srm does..."
  • 19:0419:04, 8 June 2024 diff hist +12,995 N SED - Manpage No edit summary
  • 19:0019:00, 8 June 2024 diff hist +19,720 N MTR - Manpage Created page with "Category:Post-It == mtr --help == <nowiki> Usage: mtr [options] hostname -F, --filename FILE read hostname(s) from a file -4 use IPv4 only -6 use IPv6 only -u, --udp use UDP instead of ICMP echo -T, --tcp use TCP instead of ICMP echo -I, --interface NAME use named network interface -a, --address ADDRESS bind the outgoing socket to ADDRESS -f, --first-ttl..."
  • 18:5918:59, 8 June 2024 diff hist +179,006 N NMAP - Manpage No edit summary
  • 18:5618:56, 8 June 2024 diff hist +111,617 N WGET - Manpage Created page with "Category:Post-It == wget --help == <nowiki> GNU Wget 1.21.3, a non-interactive network retriever. Usage: wget [OPTION]... [URL]... Mandatory arguments to long options are mandatory for short options too. Startup: -V, --version display the version of Wget and exit -h, --help print this help -b, --background go to background after startup -e, --execute=COMMAND execute a `.wgetrc'-style c..."
  • 13:3113:31, 8 June 2024 diff hist +14,658 N NETSTAT - Manpage Created page with "Category:Post-It == netstat --help == <nowiki> usage: netstat [-vWeenNcCF] [<Af>] -r netstat {-V|--version|-h|--help} netstat [-vWnNcaeol] [<Socket> ...] netstat { [-vWeenNac] -i | [-cnNe] -M | -s [-6tuw] } -r, --route display routing table -i, --interfaces display interface table -g, --groups display multicast group memberships -s, --statistics display networking sta..."
  • 13:2713:27, 8 June 2024 diff hist +304,258 N NFT - Manpage Created page with "Category:Post-It == nft --help == <nowiki> Usage: nft [ options ] [ cmds... ] Options (general): -h, --help Show this help -v, --version Show version information -V Show extended version information Options (ruleset input handling): -f, --file <filename> Read input from <filename> -D, --define <name=value> Define variable, e.g. --define foo=1.2.3.4 -i, --interactive..."
  • 13:2513:25, 8 June 2024 diff hist +21,675 N IPTABLES - Manpage Created page with "Category:Post-It == Example == Show chains : <nowiki> iptables -L -v -n</nowiki> == Manpage == <nowiki> IPTABLES(8) iptables 1.8.9 IPTABLES(8) NAME iptables/ip6tables — administration tool for IPv4/IPv6 packet filtering and NAT SYNOPSIS iptables [-t table] {-A|-C|-D|-V} chain..."
  • 13:2013:20, 8 June 2024 diff hist +19,256 N IOSTAT - Manpage Created page with "Category:Post-It == Examples == <nowiki> iostat Display a single history since boot report for all CPU and Devices. iostat -d 2 Display a continuous device report at two second intervals. iostat -d 2 6 Display six reports at two second intervals for all devices. iostat -x sda sdb 2 6 Display six reports of extended statistics at two second intervals for devices sda and sdb. iostat -p sda 2..."
  • 13:1113:11, 8 June 2024 diff hist +43,854 N AWK-MAWK - Manpage No edit summary
  • 13:0613:06, 8 June 2024 diff hist +66,975 N TCPDUMP - Manpage No edit summary
  • 12:3512:35, 8 June 2024 diff hist +17,620 N XARGS - Manpage No edit summary
  • 12:2412:24, 8 June 2024 diff hist +7,722 N HOSTNAME - Manpage Created page with "Category:Post-It <nowiki> HOSTNAME(1) Linux Programmer's Manual HOSTNAME(1) NAME hostname - show or set the system's host name domainname - show or set the system's NIS/YP domain name ypdomainname - show or set the system's NIS/YP domain name nisdomainname - show or set the system'..."
  • 12:1712:17, 8 June 2024 diff hist +13,196 N USERMOD - Manpage Created page with "Category:Post-It <nowiki> USERMOD(8) System Management Commands USERMOD(8) NAME usermod - modify a user account SYNOPSIS usermod [options] LOGIN DESCRIPTION The usermod command modifies the system account files. OPTIONS The options which apply to the usermod command are:..."
  • 12:1412:14, 8 June 2024 diff hist +6,168 N ULIMIT - Manpage No edit summary
  • 12:1012:10, 8 June 2024 diff hist +42,715 N TAR - Manpage Created page with "Category:Post-It <nowiki> TAR(1) GNU TAR Manual TAR(1) NAME tar - an archiving utility SYNOPSIS Traditional usage tar {A|c|d|r|t|u|x}[GnSkUWOmpsMBiajJzZhPlRvwo] [ARG...] UNIX-style usage tar -A [OPTIONS] ARCHIVE ARCHIVE tar -c [-f ARCHIVE] [OPTIONS] [F..."
  • 11:2811:28, 8 June 2024 diff hist +4,707 N IPCALCV6 - Manpage Created page with "Category:Post-It <nowiki> ipv6calc(8) system administration ipv6calc(8) NAME ipv6calc - format and calculate IPv6/IPv4/MAC SYNOPSIS ipv6calc [OPTIONS] [<input data>] DESCRIPTION This program formats and calculates IPv6/IPv4/MAC addresses and can do many more tricky things, e.g. incl..."
  • 11:2811:28, 8 June 2024 diff hist +1,914 N IPCALC - Manpage Created page with "Category:Post-It <nowiki> ipcalc(1) General Commands Manual ipcalc(1) NAME ipcalc - An IPv4 Netmask/broadcast/etc calculator SYNOPSIS ipcalc [options] ADDRESS[[/]NETMASK] [NETMASK] DESCRIPTION ipcalc takes an IPv4 address and netmask and calculates the resulting broadcast, net..."
  • 11:0311:03, 8 June 2024 diff hist +142,332 N EXIFTOOL - Remove All Metadata Created page with "Category:Post-It == Script == <nowiki> #!/bin/bash # # ex: ./this-script.sh *.jpg exiftool -all= -comment= "$@" exit 0</nowiki> == exiftool Manpage == <nowiki> EXIFTOOL(1p) User Contributed Perl Documentation EXIFTOOL(1p) NAME exiftool - Read and write meta information in files SYNOPSIS Reading..."
  • 10:5610:56, 8 June 2024 diff hist +822 N NGINX - Stub Status No edit summary
  • 10:2810:28, 8 June 2024 diff hist +8,974 N SNMP - Snmpwalk Manpage No edit summary
  • 10:2310:23, 8 June 2024 diff hist +6,833 N BASH - Generate-Password.sh No edit summary
  • 08:3408:34, 8 June 2024 diff hist +23,238 N CLAMAV - Commands And Manpages Created page with "Category:Post-It == 'fresclam' Command == <nowiki> freshclam(1) Clam AntiVirus freshclam(1) NAME freshclam - update virus databases SYNOPSIS freshclam [options] DESCRIPTION freshclam is a virus database update tool for ClamAV. OPTIONS FreshClam reads its configuration..."

24 May 2024

19 May 2024

  • 12:5912:59, 19 May 2024 diff hist +2,821 N ARUBA - Interfaces Commands No edit summary
  • 12:5712:57, 19 May 2024 diff hist +512 N PROXMOX - List All Disks Created page with "Category:Post-It <nowiki> #!/bin/bash echo "######################################################" echo '##### df -h' du -sh /mnt/pve/* echo "######################################################" echo '##### zfs list' zfs list echo "######################################################" echo '##### lvs -a' lvs -a echo "######################################################" echo '##### zpool status' zpool status echo "###################################..."
(newest | oldest) View ( | older 50) (20 | 50 | 100 | 250 | 500)