New pages
From Wiki.IT-Arts.net
- 10:46, 23 January 2025 ARUBA - Port-Access (hist | edit) [6,926 bytes] Admin (talk | contribs) (Created page with "Category:Post-It == Debug The client/server Failure Reason == <nowiki> ARUBA-SWITCH# show aaa authentication port-access mac-auth interface all client-status Port Access Client Status Details Client AB:CD:DE:FF:AA:BB, 1/1/1 ========================================= Authentication Details ---------------------- Status : Unauthenticated Auth-Method : CHAP Auth Failure reason...")
- 16:49, 25 November 2024 ARUBA - List Commands (hist | edit) [228,142 bytes] Admin (talk | contribs) (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...")
- 10:11, 17 November 2024 DEBIAN - Post-Install Script SCREEN (hist | edit) [4,967 bytes] Admin (talk | contribs) (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:08, 17 November 2024 DEBIAN - Post-Install Script WINE (hist | edit) [172 bytes] Admin (talk | contribs) (Created 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:00, 17 November 2024 HISTORY - Manpage (hist | edit) [24,211 bytes] Admin (talk | contribs) (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:56, 17 November 2024 JOURNALCTL - Manpage (hist | edit) [43,125 bytes] Admin (talk | contribs) (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:32, 17 November 2024 GLANCES - Manpage (hist | edit) [27,958 bytes] Admin (talk | contribs) (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:29, 9 November 2024 MDK4 - Manpage (hist | edit) [16,845 bytes] Admin (talk | contribs) (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:27, 9 November 2024 MDK3 - Manpage (hist | edit) [11,763 bytes] Admin (talk | contribs) (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:18, 9 November 2024 Sha256sum - Manpage (hist | edit) [4,552 bytes] Admin (talk | contribs) (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:13, 9 November 2024 ADDUSER - Manpage (hist | edit) [17,617 bytes] Admin (talk | contribs) (Created page with "Category:Post-It == Quick Examples == With a custom shell : <nowiki> adduser username --shell /bin/sh</nowiki> With a custom home ddirectory : <nowiki> adduser username --home /home/not_username/</nowiki> With custom groups : <nowiki> adduser username --groups sudo,admin</nowiki> == ADDUSER Manpage == <nowiki> ADDUSER(8) System Manager's Manual...")
- 11:05, 9 November 2024 MKE2FS - Manpage (hist | edit) [28,867 bytes] Admin (talk | contribs) (Created page with "Category:Post-It == Quick Example == Create an ext4 file system : <nowiki> mkfs.ext4 /dev/sdb1</nowiki> Then label it : <nowiki> e4label /dev/sdb1 disk-sdb-part1</nowiki> == MKE2FS Manpage == <nowiki> MKE2FS(8) System Manager's Manual MKE2FS(8) NAME mke2fs - create an ext2/ext3/ext4 fil...")
- 10:00, 9 November 2024 DEBIAN - Post-Install Script GIMP (hist | edit) [130 bytes] Admin (talk | contribs) (Created page with "Category:Post-It <nowiki> apt update && apt install -y gimp gimp-data-extras gimp-gutenprint gimp-help-en exit 0</nowiki>")
- 05:26, 4 November 2024 ALCATEL - Spanning Tree (hist | edit) [10,988 bytes] Admin (talk | contribs) (Created page with "Category:Post-It Platforms Supported : OmniSwitch 6860, 6860E TO RESET SPANNING TREE TO DEFAULT, THERE IS NO COMMAND LIKE "no spantree ...", CONFIGURE AGAIN THE DEFAULT VALUE, EG :</br> "By default, the bridge priority value is set to 32768 for the CIST, an MSTI, and a VLAN instance". == SpanTree Priority == Configures the bridge priority value for the Common and Internal Spanning Tree (CIST) instance, a Multiple Spanning Tree Instance (MSTI), or a VLAN instanc...")
- 09:42, 27 October 2024 USERADD - Manpage (hist | edit) [20,379 bytes] Admin (talk | contribs) (Created page with "Category:Post-It == useradd Manpage == <nowiki> USERADD(8) System Management Commands USERADD(8) NAME useradd - create a new user or update default new user information SYNOPSIS useradd [options] LOGIN useradd -D useradd -D [options] DESCRIPTION useradd is a low level...")
- 07:53, 27 October 2024 SMBCACLS - Manpage (hist | edit) [13,694 bytes] Admin (talk | contribs) (Created page with "Category:Post-It == smbcacls Manpage == <nowiki> SMBCACLS(1) User Commands SMBCACLS(1) NAME smbcacls - Set or get ACLs on an NT file or directory names SYNOPSIS smbcacls {//server/share} {/filename} [-D|--delete acl] [-M|--modify acl] [-a|--add acl] [-S|--set acl] [-C|--chown name]...")
- 07:35, 27 October 2024 SAMBA - List Users (hist | edit) [988 bytes] Admin (talk | contribs) (Created page with "Category:Post-It == List Samba Users == <nowiki> root@samba:~# pdbedit -L -v --------------- Unix username: guest NT username: Account Flags: [U ] User SID: S-1-5-21-3099906846-3389996450-3389994078-9999 Primary Group SID: S-1-5-21-3069996846-3389996450-3389034078-999 Full Name: Home Directory: /home/guest HomeDir Drive: Logon Script: Profile Path: \\samba\guest\profile Dom...")
- 07:32, 27 October 2024 PDBEDIT - Manpage (hist | edit) [14,243 bytes] Admin (talk | contribs) (Created page with "Category:Post-It == pdbedit Manpage == <nowiki> PDBEDIT(8) System Administration tools PDBEDIT(8) NAME pdbedit - manage the SAM database (Database of Samba Users) SYNOPSIS pdbedit [-a] [-b passdb-backend] [-c account-control] [-C value] [-d debuglevel] [-D drive] [-e passdb-backend] [-f fullnam...")