IDNameDescriptionActionDirectionProtocolSrc PortsDst Ports1IPSec IKEAllow (Stateful)IncomingUDP5002IPSec AuthenticationAllow (Stateful)IncomingOther3Domain Controller (TCP)Allow in…
Network Services/
Version: iperf 3.x (not backward-compatible with iperf 2.x) Purpose: Network bandwidth measurement — TCP, UDP, SCTP Model: Client → Server (server must be running first) Defaul…
Version: 3.x Purpose: Fast, versatile file-copying tool — local and remote, incremental delta transfer Key feature: Only transfers changed portions of files (delta-transfer algor…
The Complete Guide to v2rayN and Modern Proxy Technologies In today's digital landscape, internet freedom and privacy have become increasingly important. Whether you're looking to…
1751989714970 Reference: https://asecuritysite.com/pqc
http://www.youtube.com/watch?v=bzkRVzciAZg
conf.d cat /etc/conf.d/apache2 | grep APACHE# and other features of apache using the APACHE2_OPTS line. Every module shouldAPACHE2_OPTS="-D DEFAULT_VHOST -D INFO -D SSL -D SSL_DEFA…
view "officeA" { match-clients { 192.168.1.0/24; }; include "/etc/named.conf.zones-rfc1912"; include "/etc/named.conf.zones-common"; include "/etc/named.conf.zones-officeA"; }; vie…
1. Create the sftp init script - /etc/init.d/sftpfoo Code: #!/bin/bash # # chkconfig: 35 60 25 # description: OpenSSH chrooted sftp only daemon # # Note that /usr/sbin/sftpfoo is s…
To mount directory: sshfs $user@$computerip:/x: /media/$mountname $stands before variable To unmount directory use : fusermount -u /media/$mountname in case that fuse kernel module…