User contributions for Admin

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

14 December 2025

  • 07:4507:45, 14 December 2025 diff hist +13 TOP - Manpage No edit summary
  • 07:4507:45, 14 December 2025 diff hist +108,367 N TOP - Manpage Created page with "[[]] == top Manpage == <nowiki> TOP(1) User Commands TOP(1) NAME top - display Linux processes SYNOPSIS top [options] DESCRIPTION The top program provides a dynamic real-time view of a running system. It can display system summary infor..."
  • 07:4307:43, 14 December 2025 diff hist +4,242 N TOP - Basic Usage Created page with "Category:Wiki == Command Output == When you run `top`, the output is divided into two sections: * **Summary Area**: Displays overall system information. * **Task Area**: Displays a list of running processes. === Summary Area === The top part of the display shows summary information about the system, including: * **uptime**: Time the system has been running. * **user tasks**: Number of user processes. * **system tasks**: Number of system processes. * **load averag..."
  • 07:3507:35, 14 December 2025 diff hist +13 SSLDUMP - Manpage No edit summary
  • 07:3507:35, 14 December 2025 diff hist +17,448 N SSLDUMP - Manpage Created page with "[[]] == ssldump Manpage == <nowiki> SSLDUMP(1) General Commands Manual SSLDUMP(1) NAME ssldump - dump SSL traffic on a network SYNOPSIS ssldump [ -aAdeFHjnNPqtTvxXyz ] [ -i interface ] [ -k keyfile ] [ -l sslkeylogfile ] [ -p password ] [ -r dumpfil..."
  • 07:3407:34, 14 December 2025 diff hist +5,029 N SSLDUMP - Examples Created page with "Category:Wiki == Basic Usage == The basic syntax of the `ssldump` command is as follows: <nowiki> ssldump [options] [host] [port]</nowiki> Here: * `host` specifies the target host. * `port` specifies the target port (default is 443 for HTTPS). == Commonly Used Options == * `-i <interface>`: Specifies the network interface to capture packets from (e.g., `eth0`, `wlan0`). * `-A`: Print all available SSL/TLS protocol messages. * `-d`: Enable the display of decode..."
  • 07:3107:31, 14 December 2025 diff hist +4,693 N PFSENSE - NETSTAT Command Created page with "Category:Wiki == Syntax == The basic syntax of the `netstat` command is: <nowiki> netstat [options] </nowiki> Where `[options]` can be any of the following flags, which modify the behavior of the command. == Common Options == * `-a` : Display all sockets (both listening and non-listening). * `-n` : Show numerical addresses instead of resolving hostnames. * `-r` : Show the routing table. * `-i` : Display network interfaces and their statistics. * `-s` : Display..."
  • 07:2607:26, 14 December 2025 diff hist +19,819 N VIM - Manpage Created page with "Category:Wiki == VIM ManPage == <nowiki> VIM(1) General Commands Manual VIM(1) NAME vim - Vi IMproved, a programmer's text editor SYNOPSIS vim [options] [file ..] vim [options] - vim [options] -t tag vim [options] -q [errorfile]..."
  • 07:2407:24, 14 December 2025 diff hist −30 VIM - Command Examples No edit summary
  • 07:2307:23, 14 December 2025 diff hist +5,072 N VIM - Command Examples Created page with "Category:Wiki === Opening and Closing Files === To open a file in Vim, use the following command: <nowiki> vim filename</nowiki> To open multiple files: <nowiki> vim file1 file2 file3</nowiki> To quit Vim: <nowiki> :q</nowiki> To save changes and exit: <nowiki> :wq</nowiki> To force quit without saving changes: <nowiki> :q!</nowiki> To save a file without exiting: <nowiki> :w</nowiki> === Moving the Cursor === Move the cursor word by word: <nowiki> w (..."
  • 07:1907:19, 14 December 2025 diff hist +886 N DEBIAN - Post-Install VIM Created page with "Category:Wiki == Script File == <nowiki> #!/bin/sh # # To run after VIM installation ##### Test pre-existent config file echo "/root/.vimrc test..." if [ -e ~/.vimrc ] then echo "# A previous Vim config file is present!" && # Backup previous config file echo "# Backup before updating..." && cp -v ~/.vimrc ~/.vimrc.BACKUP && # Append new conf to file echo "# Updating config file..." && echo "\" Remove auto VISUAL mode on mouse selection" >> ~/.vimrc &..."
  • 07:1107:11, 14 December 2025 diff hist +4,032 N PFSENSE - PFCTL Managing snort2c Table Created page with "Category:Wiki == Checking the Contents of the Snort2c Table == To view the contents of the `snort2c` table, use the following command: <nowiki> pfctl -t snort2c -T show</nowiki> This will display all IP addresses that are currently in the Snort2c table. You may see IPs that are either part of a blocklist or involved in malicious activities detected by Snort. The output will include the IP address and timestamp of when it was added to the table. == Flushing the..."
  • 07:0707:07, 14 December 2025 diff hist −36 PFSENSE - PFCTL Basic Usage No edit summary
  • 07:0607:06, 14 December 2025 diff hist +775 PFSENSE - PFCTL Basic Usage No edit summary
  • 07:0507:05, 14 December 2025 diff hist +5,616 N PFSENSE - PFCTL Basic Usage Created page with "Category:Wiki == pfctl Command Overview == The `pfctl` command interacts with the PF firewall by managing states, rules, queues, and NAT configuration. It is a crucial tool for pfSense administrators who need to fine-tune firewall settings, troubleshoot issues, or examine the current state of the firewall. ### General Syntax <nowiki> pfctl [options]</nowiki> The options provide the functionality for various tasks such as listing rules, monitoring states, and man..."

13 December 2025

11 December 2025

10 December 2025

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