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).

Logs
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)
  • 14:09, 25 August 2024 Admin talk contribs created page WINDOWS - Print Routes (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>...")
  • 14:00, 25 August 2024 Admin talk contribs created page WINDOWS - Test-Net-Connection (Created page with "Category:Post-It == Quick Example == <nowiki> Test-NetConnection -ComputerName 192.168.0.6 -InformationLevel "Detailed" -Port 3389</nowiki> == Test-NetConnection Command == <nowiki> Test-NetConnection [[-ComputerName] <String>] [-DiagnoseRouting] [-ConstrainSourceAddress <String>] [-ConstrainInterface <UInt32>] [-InformationLevel <String>] [<CommonParameters>]</nowiki> == Test a connection to a remote host == PowerShell : <nowiki>...")
  • 12:29, 20 August 2024 Admin talk contribs created page FORTIGATE - Diagnose Debug HA (Created page with "Category:Post-It Fortigate synchronization debugging == Diag Debug HA == <nowiki> execute ha synchronize stop diag debug reset diag debug enable diag debug application hasync -1 diag debug application hatalk -1 execute ha synchronize start</nowiki> For seeing communication between HA ports : <nowiki> diagnose hardware device nic <heart beats interface> diagnose sniffer packet port_ha "" 4</nowiki> == Usefull Links == * https://community.fortinet.com/t5/F...")
  • 13:24, 18 August 2024 Admin talk contribs created page FORTIGATE - Packet Debug Flow (Created page with "Category:Post-It FortiOS 6.2.12 Cookbook / FortiOS 7.4.3 Administration Guide == Quick Example == To start flow monitoring with a specific number of packets : <nowiki> diagnose debug flow trace start <N></nowiki> To stop flow tracing at any time : <nowiki> diagnose debug flow trace stop</nowiki> The following example shows the flow trace for a device with an IP address of W.X.Y.Z : <nowiki> diagnose debug enable diagnose debug flow filter addr W.X.Y.Z di...")
  • 16:35, 11 August 2024 Admin talk contribs created page PALO-ALTO - Traffic Base Filters (Created page with "Category:Post-It Some base traffic filters to debug on Palo Alto... == From Host a.a.a.a to Host b.b.b.b == Shows all traffic coming from a host with an IP address of 1.1.1.1 and going to a host destination address of 2.2.2.2 : <nowiki> (addr.src in a.a.a.a) and (addr.dst in b.b.b.b)</nowiki> == To Host Range == Note that you cannot specify an actual range but can use CIDR notation to specify a network range of addresses : <nowiki> (addr.src in a.a.a.a/CID...")
  • 16:15, 11 August 2024 Admin talk contribs created page ALCATEL - AAA Command (Created page with "Category:Post-It <nowiki> show aaa authentication port-access dot1x authenticator interface all client-status </nowiki> == The aaa Command == == Expected Return == <nowiki> SHITY-ALCATEL# show aaa authentication port-access dot1x authenticator interface all client-status Client XX:XX:XX:XX:XX:XX, -, 1/1/95 ========================================= Authentication Details ---------------------- Status : Unauthenticated Typ...")
  • 14:54, 3 August 2024 Admin talk contribs created page ALCATEL - Show MAC Addresss (Created page with "Category:Post-It Platforms Supported :<br /> OmniSwitch 6400, 6850, 6855, 6850E, 9000E == show mac-address-table == Displays Source Learning MAC Address Table information. <nowiki> show mac-address-table [permanent | learned | quarantined] [mac_address] [slot slot | slot/port] [link- agg link_agg] [vid | vid1-vid2]</nowiki> === Syntax Definitions === * permanent ** Display static MAC addresses with a permanent status. * learned ** Display dynamically lear...")
  • 14:25, 3 August 2024 Admin talk contribs deleted page PALOALTO - Base Commands (content was: "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>...", and the only contributor was "Admin" (talk))
  • 14:25, 3 August 2024 Admin talk contribs created page 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:23, 3 August 2024 Admin talk contribs deleted page BASH- Show SWAP Usage.sh (content was: "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>", and the only contributor was "Admin" (talk))
  • 14:23, 3 August 2024 Admin talk contribs created page 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:22, 3 August 2024 Admin talk contribs deleted page ALCATEL- VLAN Examples (content was: "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 Tagge...", and the only contributor was "Admin" (talk))
  • 14:22, 3 August 2024 Admin talk contribs created page 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:21, 3 August 2024 Admin talk contribs deleted page ALCATEL- Basic commands on Alcatel Omniswitch (content was: "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 configurati...")
  • 14:21, 3 August 2024 Admin talk contribs created page 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:21, 3 August 2024 Admin talk contribs deleted page BASH- Show Public IP.sh (content was: "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>", and the only contributor was "Admin" (talk))
  • 14:21, 3 August 2024 Admin talk contribs created page 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:20, 3 August 2024 Admin talk contribs deleted page ALCATEL- Show Interface Tranceiver (content was: "Category:Post-It Platforms Supported :<br /> Alcatel OmniSwitch 6400, 6850, 6850E, 6855, 9000E == show interfaces transceiver == Displays the DDM information for the specified transceivers. <nowiki> show interfaces [slot | slot/port[-port2]] transceiver [ddm | w-low | w-high | a-low | a-high | actual]</nowiki> Syntax Definitions : * slot ** The slot number for a specifi...", and the only contributor was "Admin" (talk))
  • 14:20, 3 August 2024 Admin talk contribs created page ALCATEL - Show Interface Tranceiver (Created page with "Category:Post-It Platforms Supported :<br /> Alcatel OmniSwitch 6400, 6850, 6850E, 6855, 9000E == show interfaces transceiver == Displays the DDM information for the specified transceivers. <nowiki> show interfaces [slot | slot/port[-port2]] transceiver [ddm | w-low | w-high | a-low | a-high | actual]</nowiki> Syntax Definitions : * slot ** The slot number for a specific module. * slot/port[-port2] ** The slot and port number (3/1). Use a hyphen to specify...")
  • 14:19, 3 August 2024 Admin talk contribs created page ALCATEL- Show Interface Tranceiver (Created page with "Category:Post-It Platforms Supported :<br /> Alcatel OmniSwitch 6400, 6850, 6850E, 6855, 9000E == show interfaces transceiver == Displays the DDM information for the specified transceivers. <nowiki> show interfaces [slot | slot/port[-port2]] transceiver [ddm | w-low | w-high | a-low | a-high | actual]</nowiki> Syntax Definitions : * slot ** The slot number for a specific module. * slot/port[-port2] ** The slot and port number (3/1). Use a hyphen to specify...")
  • 14:17, 3 August 2024 Admin talk contribs created page OPENCONNECT - Manpage (Created page with "Category:Post-It For Fortigate : <nowiki> openconnect --protocol=fortinet fortigate.example.com</nowiki> <nowiki> openconnect --help Usage: openconnect [options] <server> Open client for multiple VPN protocols, version v9.01-3 Using GnuTLS 3.7.9. Features present: TPMv2, PKCS#11, RSA software token, HOTP software token, TOTP software token, Yubikey OATH, System keys, DTLS, ESP --config=CONFIGFILE Read options from config file -V, --version...")
  • 12:48, 28 July 2024 Admin talk contribs deleted page FIBER - SFP CheatSheet (content was: "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...", and the only contributor was "Admin" (talk))
  • 12:48, 28 July 2024 Admin talk contribs created page 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...")
  • 12:47, 28 July 2024 Admin talk contribs created page PALOALTO - 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> =...")
  • 15:46, 21 July 2024 Admin talk contribs created page FIBER - SFP CheatSheet (Created page with "Category:Post-It == SFP == {| class="wikitable" style="margin:auto" |+ 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 |} == SFP+ == {| class="wikitable" style="margin:auto" |+ SFP+ Optical Modules |- ! Code !! Speed !! Wavelenght || Distance |- | SR || 10G || 850nm LC || 300m |- | LR || 10G...")
  • 15:22, 21 July 2024 Admin talk contribs created page FORTIGATE - Packet Sniffer (Created page with "Category:Post-It == Verbose Levels Detail == * 1: print header of packets. * 2: print header and data from IP of packets. * 3: print header and data from Ethernet of packets. * 4: print header of packets with interface name. * 5: print header and data from IP of packets with interface name. * 6: print header and data from Ethernet of packets with interface name. == Basic Sniffing Command == <nowiki> diag sniffer packet <interface> <'filter'> <verbose> <count>...")
  • 15:09, 21 July 2024 Admin talk contribs deleted page FORTIGATE- Configuration Dump Script (content was: "Category:Post-It <nowiki> #!/bin/bash # # Usage: ./thisScript.sh {IPv4} {PORT} ##### VARIABLES IP="$1" PORT="$2" MESSAGE="Usage: $0 {IPv4} {PORT}" ##### FUNTIONS is_valid_ipv4() { local -a octets=( ${1//\./ } ) local RETURNVALUE=0 # return an error if the IP doesn't have exactly 4 octets [[ ${#octets[@]} -ne 4 ]] && return 1 # return an erro...", and the only contributor was "Admin" (talk))
  • 15:09, 21 July 2024 Admin talk contribs created page FORTIGATE - Configuration Dump Script (Created page with "Category:Post-It <nowiki> #!/bin/bash # # Usage: ./thisScript.sh {IPv4} {PORT} ##### VARIABLES IP="$1" PORT="$2" MESSAGE="Usage: $0 {IPv4} {PORT}" ##### FUNTIONS is_valid_ipv4() { local -a octets=( ${1//\./ } ) local RETURNVALUE=0 # return an error if the IP doesn't have exactly 4 octets [[ ${#octets[@]} -ne 4 ]] && return 1 # return an error if first octet is 0 [[ ${octets[0]} -eq 0 ]] && return 1 for octet in ${octets[...")
  • 15:07, 21 July 2024 Admin talk contribs created page FORTIGATE - Base Commands (Created page with " == Show CPU information == <nowiki> diagnose hardware sysinfo cpu</nowiki> == Show Processes === <nowiki> diagnose sys top {s} {n} {i}</nowiki> Show a list of the first n processes every s seconds for i iterations. * Shift +C: Sort by highest CPU * Shift + M: Sort by highest memory</nowiki> == Show Interfaces == <nowiki> get system interface get system interface physical</nowiki> == Show Interface Details == <nowiki> diagnose hardware deviceinfo n...")
  • 13:21, 9 June 2024 Admin talk contribs created page 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:17, 9 June 2024 Admin talk contribs created page DD - Manpage (Created page with "Category:Post-It == dd --help == <nowiki> Usage: dd [OPERAND]... or: dd OPTION Copy a file, converting and formatting according to the operands. bs=BYTES read and write up to BYTES bytes at a time (default: 512); overrides ibs and obs cbs=BYTES convert BYTES bytes at a time conv=CONVS convert the file as per the comma separated symbol list count=N copy only N input blocks ibs=BYTES read up to BYTES...")
  • 13:10, 9 June 2024 Admin talk contribs created page 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:07, 9 June 2024 Admin talk contribs created page TFTP - Manpage (Created page with "Category:Post-It == ftp --help == <nowiki> Usage: tftp [-4][-6][-v][-l][-m mode] [host [port]] [-c command]</nowiki> == Manpage == <nowiki> TFTP(1) User's Manual TFTP(1) NAME tftp - IPv4 Trivial File Transfer Protocol client SYNOPSIS tftp [ options... ] [host [port]] [...")
  • 13:05, 9 June 2024 Admin talk contribs created page 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:05, 9 June 2024 Admin talk contribs created page FIND - Exec (Created page with "Category:Post-It == grep --help == The basic syntax to execute find with exec : <nowiki> find [path] [arguments] -exec [command] {} \;</nowiki> === List Files === <nowiki> find /home/user/ -type f -name *.txt -exec ls -l {} \;</nowiki> === Remove By Size === Files larger than 500 MB : <nowiki> find /home/user/ -size +500M -exec rm {} \;</nowiki> === Remove By Date === Files older than 10 days <nowiki> find /home/user/ -type f -mtime +10 -exec r...")
  • 09:56, 9 June 2024 Admin talk contribs created page 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...")
  • 19:07, 8 June 2024 Admin talk contribs created page 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:00, 8 June 2024 Admin talk contribs created page 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:56, 8 June 2024 Admin talk contribs created page 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:31, 8 June 2024 Admin talk contribs created page 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:27, 8 June 2024 Admin talk contribs created page 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:25, 8 June 2024 Admin talk contribs created page 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:20, 8 June 2024 Admin talk contribs created page 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...")
  • 12:44, 8 June 2024 Admin talk contribs created page TCPDUMP - Manpage (Created page with "Category:Post-It <nowiki> TCPDUMP(8) System Manager's Manual TCPDUMP(8) NAME tcpdump - dump traffic on a network SYNOPSIS tcpdump [ -AbdDefhHIJKlLnNOpqStuUvxX# ] [ -B buffer_size ] [ -c count ] [ --count ] [ -C file_size ] [ -E spi@ipaddr algo:secret,... ]...")
  • 12:42, 8 June 2024 Admin talk contribs created page CURL - Manpage (Created page with "Category:Post-It == curl --help == <nowiki> Usage: curl [options...] <url> -d, --data <data> HTTP POST data -f, --fail Fail fast with no output on HTTP errors -h, --help <category> Get help for commands -i, --include Include protocol response headers in the output -o, --output <file> Write to file instead of stdout -O, --remote-name Write output to a file named as the remote file -s, --silent...")
  • 12:33, 8 June 2024 Admin talk contribs created page XARGS - Manpage (Created page with "Category:Post-It <nowiki> XARGS(1) General Commands Manual XARGS(1) NAME xargs - build and execute command lines from standard input SYNOPSIS xargs [options] [command [initial-arguments]] DESCRIPTION This manual page documents the GNU version of xargs. xargs reads items from th...")
  • 12:26, 8 June 2024 Admin talk contribs created page KBD MODE - Manpage (Created page with "Category:Post-It <nowiki> KBD_MODE(1) General Commands Manual KBD_MODE(1) NAME kbd_mode - report or set the keyboard mode SYNOPSIS kbd_mode [ -a | -u | -k | -s ] [ -f ] [ -C CONSOLE ] DESCRIPTION Without argument, kbd_mode prints the current keyboard mode (RAW, MEDIUMRAW or XLATE). W...")
  • 12:24, 8 June 2024 Admin talk contribs created page 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:17, 8 June 2024 Admin talk contribs created page 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:11, 8 June 2024 Admin talk contribs created page ULIMIT - Manpage (Created page with "Category:Post-It <nowiki> ulimit(3) Library Functions Manual ulimit(3) NAME ulimit - get and set user limits LIBRARY Standard C library (libc, -lc) SYNOPSIS #include <ulimit.h> deprecated long ulimit(int cmd, long newlimit); DESCRIPTION Warning: this routine is...")
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)