New pages
- 16:04, 21 January 2025 FreeRADIUS (hist | edit) [715 bytes] Dave (talk | contribs) (Created page with "=Summary= FreeRADIUS is a popular open-source implementation of the RADIUS (Remote Authentication Dial-In User Service) protocol. It is used for network authentication, authorization, and accounting (AAA). FreeRADIUS is highly scalable, flexible, and widely used in enterprise environments, ISPs, and educational institutions. =General= ==Important Locations and Info== ;Main directory: /usr/local/etc/raddb/ ;Config files: /usr/local/etc/raddb/mods-config/files ;Dicti...")
- 16:00, 21 January 2025 PGP (hist | edit) [33 bytes] Dave (talk | contribs) (Redirected page to Pretty Good Privacy) Tag: New redirect
- 16:00, 21 January 2025 Pretty Good Privacy (hist | edit) [711 bytes] Dave (talk | contribs) (Created page with "==Summary== PGP (Pretty Good Privacy) is a widely used encryption program that provides cryptographic privacy and authentication for secure communication. It was developed in 1991 by Phil Zimmermann and is now a standard in secure email and file encryption. PGP uses a combination of encryption techniques to ensure the confidentiality, integrity, and authenticity of messages and data. ===List All Keys=== gpg --list-keys ===Export Private Key to ASCII=== gpg --expor...")
- 15:55, 21 January 2025 Nmap (hist | edit) [1,054 bytes] Dave (talk | contribs) (Created page with "==Basic== ===Scan 100 most common ports (fast)=== nmap -F [ip|hostname] ===Scan a single port=== Add `-sV` to detect what service is running on the specified port. ====UDP==== nmap -sU -p [port#] [ip|hostname] ====TCP==== nmap -sT -p [port#] [ip|hostname] ===Scan a range of ports=== nmap -p 80-81 [ip|hostname] ==Advanced== ===OS and version detection, script scanning, and traceroute=== *This will likely be detected by an IDS/IPS* nmap -A -T4 [ip|hostna...")
- 15:47, 21 January 2025 Linux Active Directory (hist | edit) [2,342 bytes] Dave (talk | contribs) (Created page with "==How To Join Linux Host To AD and Login With AD User== Source: https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/integrating_rhel_systems_directly_with_windows_active_directory/connecting-rhel-systems-directly-to-ad-using-sssd_integrating-rhel-systems-directly-with-active-directory#connecting-directly-to-ad_connecting-rhel-systems-directly-to-ad-using-sssd ''You should create a user in AD first.'' ====On AD server==== Open Active Director...")
- 23:05, 20 January 2025 NetworkManager (hist | edit) [4,118 bytes] Dave (talk | contribs) (Created page with "==Bonding== A network bond is a method to combine or aggregate physical and virtual network interfaces to provide a logical interface with higher throughput or redundancy. In a bond, the kernel handles all operations exclusively. You can create bonds on different types of devices, such as Ethernet devices or VLANs. ===Example=== In this example, I was able to successfully bond two links to a Juniper EX3300 using LACP (802.3ad): {{Info|Be sure to delete any existing c...")
- 22:57, 20 January 2025 Linux Partitioning (hist | edit) [1,323 bytes] Dave (talk | contribs) (Created page with "==Steps to Partition and Format a New Disk== ===List partition layout on all block devices=== parted -l ===Open parted on the block device you want to modify=== parted /dev/sdb ===View partition table for block device specified above=== (parted) print ===Create a new partition table=== If needed. (parted) mklabel gpt ===Make new XFS partition filling up entire block device=== (parted) mkpart hdd xfs 0% 100% ===Make a new filesystem on the new partition=...")
- 20:31, 20 January 2025 Dell PowerEdge Servers (hist | edit) [1,225 bytes] Dave (talk | contribs) (Created page with "=Fan Control= ==Third-Party PCIe Cards== Dell doesn't like third-party PCIe cards, so the PowerEdge will ramp up the fans if it detects a non-Dell card in the system. Luckily, they provide a way to disable this functionality, to get your fans to settle down a bit.") originally created as "PowerEdge Servers"