New pages

New pages
Hide registered users | Hide bots | Show redirects
  • 17:07, 20 March 2025Ripping Blu-ray (hist | edit) ‎[478 bytes]Dave (talk | contribs) (Created page with "{{ToDo|This page needs work.}} 1. Rip the Blu-Ray using MakeMKV [https://forum.makemkv.com/forum/viewtopic.php?t=20438 https://forum.makemkv.com/forum/viewtopic.php?t=20438] 2. Handbrake or ffmpeg to convert to smaller file size 3. MKVMerge (out of MKVToolnix) to split chapters into files [https://www.bunkus.org/videotools/mkvtoolnix/doc/mkvmerge.html https://www.bunkus.org/videotools/mkvtoolnix/doc/mkvmerge.html] mkvmerge -o output.mkv --split chapters:all input.mkv")
  • 16:15, 20 March 2025Recipe:Garlic Butter Seared Venison Backstrap (hist | edit) ‎[1,301 bytes]Dave (talk | contribs) (Created page with "=Garlic Butter Seared Venison Backstrap= 2025-03-20 ;Prep Time: 15 minutes ;Cook Time: 20 minutes ;Total Time: 35 minutes ;Yield: However much meat you use. ==Ingredients== * Carroll Shelby chili mix * (2) lb beef (or any combination of beef, venison), browned * (2.25) cups dried beans (red kidney and cannellini), soaked * (1) onion, diced * (1) 10oz can ROTEL Diced Tomatoes and Green Chilies * (1) package portobello mushrooms, chopped * (12oz.) venison backstrap *...")
  • 00:12, 4 March 2025Recipe:Dave's Meat Rub (hist | edit) ‎[348 bytes]Dave (talk | contribs) (Created page with "=Dave's Meat Rub= 2025-03-03 ;Prep Time: 5 minutes ;Yield: Seasons about 1 pound of meat. ==Ingredients== * (1) tsp chili powder * (1) tsp garlic powder * (1) tsp paprika * (1) tsp oregano ''(the more, the merrier, imo)'' * (1) tsp brown sugar ==Instructions== Mix everything well in a bowl. Should make enough to cover about a 1lb tenderloin.")
  • 03:24, 15 February 2025Recipe:Peanut Pie (hist | edit) ‎[1,186 bytes]Dave (talk | contribs) (Created page with "=Peanut Pie= This Virginia Peanut Pie is similar to pecan pie...but with peanuts instead ;Prep Time: 15 minutes ;Cook Time: 60 minutes ;Total Time: 75 minutes ;Yield: 1 pie ==Ingredients== *¾ cup light corn syrup *¾ cup brown sugar *3 large eggs *¼ cup unsalted butter melted *1 Tbsp vanilla extract *2 cups roasted salted peanuts ==Instructions== # Using a large mixing bowl, add corn syrup, brown sugar, eggs, melted butter and vanilla extract; stir until well com...")
  • 22:53, 14 February 2025Fiber Optic Cables (hist | edit) ‎[12,610 bytes]Dave (talk | contribs) (Created page with "=Patch Cords= ==Quick Reference== '''APC and UPC connectors cannot and should not be mated. Not only does mating cause poor performance because the fiber cores will not touch, but it can also destroy both connectors. The last thing you want to do is cause permanent transceiver damage, especially on higher-cost single-mode equipment.''' {| class=wikitable |+Common Fiber Types at FSU !Connector !Receptacle !Type !Mnemonic !Typical Uses |- | File:LC-APC-Duplex.jpg|200p...")
  • 22:00, 11 February 2025Git Pull Request Process (hist | edit) ‎[1,322 bytes]Tlyle (talk | contribs) (Created page with "== Pull Request (PR) in GitHub == A **Pull Request (PR)** on GitHub is a way to propose changes to a repository. It allows developers to collaborate by reviewing and discussing code before merging it into the main branch. === How a Pull Request Works === # **Fork or Clone the Repository** – Create a copy (fork) or clone the repository to your local machine. # **Create a New Branch** – Instead of working directly on the `main` branch, create a new branch for your cha...")
  • 13:42, 11 February 2025Recipe:Dave's Chili (hist | edit) ‎[499 bytes]Dave (talk | contribs) (Created page with "=Dave's Chili= 2024-12-31 ;Prep Time: 20 minutes ;Cook Time: 4-6 hours ;Total Time: 4-6 hours ;Yield: A whole pot ==Ingredients== * Carroll Shelby chili mix * (2) lb beef (or any combination of beef, venison), browned * (3) 15oz cans of beans (2.25 cups of dried beans total) ** red kidney ** cannellini ** black * (1) onion * (1) 15oz can tomato chili starter (or diced tomato, fresh, etc.) * (1) package portobello mushrooms, chopped ==Instructions== Put everything i...")
  • 02:06, 10 February 2025MTU (hist | edit) ‎[2,891 bytes]Tlyle (talk | contribs) (Created page with "== Maximum Transmission Unit (MTU) and Path MTU Discovery (PMTUD) == === Overview === Maximum Transmission Unit (MTU) is the largest size of a packet that can be transmitted over a network interface without fragmentation. Properly configuring MTU is essential for optimizing network performance, reducing latency, and avoiding excessive fragmentation. Path MTU Discovery (PMTUD) is a mechanism that enables a sender to determine the optimal MTU size across an entire networ...")
  • 14:37, 8 February 2025Terraform Variables (hist | edit) ‎[3,749 bytes]Tlyle (talk | contribs) (Created page with "== Terraform Variables: Best Practices and Use Cases == This guide covers the different types of variables in **Terraform**, their use cases, and best practices to manage them efficiently. ---- = 1. Overview of Terraform Variables = Variables in Terraform allow for the parameterization of configurations, making deployments more flexible and reusable. Terraform supports three primary types of variables: # **Input Variables (var)** – Define dynamic values for Terraf...")
  • 14:15, 8 February 2025Ansible Aws & Cisco (hist | edit) ‎[3,684 bytes]Tlyle (talk | contribs) (Created page with "== Ansible Guide: AWS VPC Deployment & Cisco Configuration Backup == This guide outlines the step-by-step process for using **Ansible** to: 1. **Provision a VPC in AWS** while securing credentials with **Ansible Vault**. 2. **Log into Cisco switches and download configurations** using best practices. ---- = Part 1: AWS VPC Deployment with Ansible = == Step 1: Install Required Packages == Ensure you have Ansible and necessary dependencies installed. ```bash sudo apt...")
  • 02:54, 6 February 2025MacOS (hist | edit) ‎[4,166 bytes]Tlyle (talk | contribs) (Created page with "== MacBook Quick Guide for Network Engineers & DevOps == This guide provides essential macOS shortcuts, terminal commands, and operations specifically useful for **Network Engineers & DevOps professionals**. === 🔥 Essential Keyboard Shortcuts === {| class="wikitable" |- ! Action !! Shortcut |- | **Copy** || <code>⌘ + C</code> |- | **Paste** || <code>⌘ + V</code> |- | **Cut** || <code>⌘ + X</code> |- | **Undo** || <code>⌘ + Z</code> |- | **Redo** || <code>⌘...") originally created as "MAC OS"
  • 12:47, 5 February 2025Panorama (hist | edit) ‎[3,246 bytes]Tlyle (talk | contribs) (Created page with "= Panorama Template Structure = ''This page provides an overview of Palo Alto Networks Panorama Template Structure and how it helps in managing firewall configurations efficiently.'' == Introduction == '''Panorama''' is Palo Alto Networks' centralized management solution for configuring and managing multiple firewalls. A '''Template''' in Panorama allows you to define and apply configuration settings across multiple firewalls, ensuring consistency and simplifying mana...")
  • 14:38, 4 February 2025Vim Commands (hist | edit) ‎[4,842 bytes]Tlyle (talk | contribs) (Created page with "== VIM Commands Cheat Sheet == This page provides a comprehensive guide to using VIM, including navigation, editing, searching, and customization. == 1. VIM Modes == VIM operates in different modes: * '''Normal Mode''' - Default mode for navigation and commands (press <code>Esc</code> to enter). * '''Insert Mode''' - Used for typing text (press <code>i</code>, <code>a</code>, <code>o</code>). * '''Visual Mode''' - Used for selecting text (press <code>v</code> or <code...")
  • 14:34, 4 February 2025Linux Commands (hist | edit) ‎[5,021 bytes]Tlyle (talk | contribs) (Created page with "== Linux Administration Guide == This page serves as a comprehensive guide to Linux system administration, including essential commands, system management, and upgrade procedures. == Essential Linux Commands == === File and Directory Management === * <code>ls -l</code> - List files with details * <code>cd /path/to/directory</code> - Change directory * <code>mkdir directory_name</code> - Create a new directory * <code>rm -rf file_or_directory</code> - Remove files/dire...")
  • 13:33, 4 February 2025Route 53 (hist | edit) ‎[7,722 bytes]Tlyle (talk | contribs) (Created page with "= Amazon Route 53 Deep Dive = Amazon Route 53 is a highly scalable and available **Domain Name System (DNS) web service** designed to provide domain registration, DNS routing, and health checking. It integrates with AWS services to route end users to applications running in AWS and outside. == Key Features of Route 53 == * **Domain Registration** – Purchase and manage domain names directly through AWS. * **DNS Routing** – Use public and private hosted zones to dire...")
  • 14:18, 3 February 2025AWS Databases (hist | edit) ‎[2,918 bytes]Tlyle (talk | contribs) (Created page with "== AWS Databases Overview == AWS offers various database services including Amazon RDS, Amazon DynamoDB, and Amazon Aurora. Below are the steps for setting up and using these services. == Setting Up Amazon RDS == 1. **Launch an RDS instance**: To create an RDS instance, use the AWS Management Console, CLI, or API. Example CLI command to create an RDS instance: <pre> aws rds create-db-instance --db-instance-identifier mydbinstance --db-instance-c...")
  • 13:09, 3 February 2025BGP (hist | edit) ‎[20,797 bytes]Tlyle (talk | contribs) (Created page with "== Border Gateway Protocol (BGP) Deep Dive == Border Gateway Protocol (BGP) is the **protocol that drives the global internet** and is also widely used in enterprise and cloud networks. It is a **path vector routing protocol** that enables the exchange of routing information between different networks, known as **Autonomous Systems (ASes)**. == Overview of BGP == BGP is classified as an **Exterior Gateway Protocol (EGP)**, meaning it is primarily used to route traffic...")
  • 00:57, 3 February 2025AWS Hub Spoke (hist | edit) ‎[3,178 bytes]Tlyle (talk | contribs) (Created page with "'''Hub-Spoke Inspection VPC with Transit Gateway and Palo Alto Firewall''' == Introduction == A Hub-Spoke Inspection VPC architecture is a scalable design for securing network traffic between workload VPCs, on-premises networks, and the internet. This model utilizes AWS Transit Gateway (TGW) for routing, Gateway Load Balancer (GWLB) for traffic inspection, and Palo Alto firewalls for security enforcement. == Architecture Overview == The architecture consists of the fol...")
  • 21:38, 2 February 2025Wireshark (hist | edit) ‎[2,950 bytes]Tlyle (talk | contribs) (Created page with "'''Wireshark Deep Dive''' == Introduction == Wireshark is a powerful open-source network protocol analyzer used for troubleshooting, network analysis, and security auditing. It captures and inspects network traffic in real-time, allowing users to analyze packets in-depth. == Installing Wireshark == Wireshark can be installed on Linux, Windows, and macOS using the following methods: * **Linux:** `sudo apt install wireshark` (Debian-based) or `sudo yum install wireshark`...") originally created as "Wire Shark"
  • 21:33, 2 February 2025Linux Network Tools (hist | edit) ‎[5,872 bytes]Tlyle (talk | contribs) (Created page with "'''Linux Network Troubleshooting Tools''' == Introduction == Linux provides a comprehensive set of tools to diagnose and troubleshoot network issues. These tools help in monitoring network traffic, checking connectivity, resolving DNS issues, and debugging network configurations. == Basic Connectivity Tools == === ping === * Used to check the reachability of a host on a network. * It sends ICMP Echo Request packets to the target and waits for an Echo Reply. * Can help...")
  • 04:21, 2 February 2025AWS EKS (hist | edit) ‎[4,507 bytes]Tlyle (talk | contribs) (Created page with "= Deep Dive into Amazon EKS Management, Deployment, and Kubernetes CLI Commands = == Introduction == Amazon Elastic Kubernetes Service (EKS) is a managed Kubernetes service that simplifies deployment, scaling, and management of containerized applications in AWS. This guide covers: * EKS cluster setup and management. * Deployment of applications on EKS. * Common Kubernetes CLI commands. * Basic container and pod integration. * Advanced topics: Networking, storage, monito...") originally created as "EKS"
  • 03:12, 2 February 2025Recipe:Halloween Horror Nights Drinks (hist | edit) ‎[333 bytes]Dave (talk | contribs) (Created page with "=Halloween Horror Nights 2022 Drinks= ===Electric Death=== * New Amsterdam Gin * Bols Blue Curaçao * BR Reynolds Orgeat * Simple Syrup * Pineapple Juice * Pimento Bitters ===Spiked Boba Peach Lemonade=== * Old Forester bourbon * De Kuyper peach brandy * Lemon juice * Agave nectar * Peychaud's bitters * Peach bursting boba") originally created as "Recipe:2022 Halloween Horror Nights Drinks"
  • 02:44, 2 February 2025Cooking (hist | edit) ‎[574 bytes]Dave (talk | contribs) (Created page with "=Recipes= [Recipe:Peanut Butter Cookies]")
  • 02:40, 2 February 2025Recipe:Peanut Butter Cookies (hist | edit) ‎[1,396 bytes]Dave (talk | contribs) (Created page with "=Soft Chewy Peanut Butter Cookies= The perfect soft and chewy peanut butter cookie recipe. ;Prep Time: 10 minutes ;Cook Time: 10 minutes ;Total Time: 20 minutes ;Servings: 24 ==Ingredients== * 1 cup Unsalted Butter (softened) * 1 cup Brown Sugar * 1 cup Sugar (plus 2 Tablespoons for top of cookies) * 1 cup Peanut Butter (creamy or crunchy) * 2 large Eggs * 2 teaspoons Vanilla * 2 1/2 cups Flour * 1/2 teaspoon Baking Soda * 3/4 teaspoon Baking Powder * 1/4 teaspoon Sa...")
  • 02:16, 2 February 2025AWS VPC Flow Logs (hist | edit) ‎[5,479 bytes]Tlyle (talk | contribs) (Created page with "= Setting Up VPC Flow Logs and Using Them for Troubleshooting Network Issues = == Introduction == '''VPC Flow Logs''' capture network traffic metadata in AWS, allowing visibility into IP traffic to and from network interfaces in a VPC. This guide covers: * How to '''set up VPC Flow Logs''' using the AWS Console, CLI, and Terraform. * Best practices for '''storing and analyzing flow logs'''. * How to use flow logs for '''troubleshooting network connectivity issues'''. =...") originally created as "VPC Flow Logs"
  • 02:02, 2 February 2025Ansible (hist | edit) ‎[542 bytes]Dave (talk | contribs) (Created page with "=Summary= Ansible is an open-source automation tool used for configuration management, application deployment, and task automation. It allows you to manage systems and deploy applications without needing to install agents on remote machines. Ansible uses YAML-based playbooks to define automation workflows and connects to systems over SSH (for Linux) or WinRM (for Windows). It's widely used for automating infrastructure, managing cloud resources, and orchestrating comple...")
  • 01:48, 2 February 2025AWS (hist | edit) ‎[466 bytes]Dave (talk | contribs) (Created page with "=Summary= =Topics= {| class="buttons" | AWS CLI | AWS Direct Connect | AWS IAM | AWS VPN | Terraform |}")
  • 01:12, 2 February 2025AWS Direct Connect (hist | edit) ‎[6,607 bytes]Tlyle (talk | contribs) (Created page with "= Deploying AWS Direct Connect, Transit Gateway, and Sharing On-Prem Routes = == Introduction == This guide provides step-by-step instructions to set up '''AWS Direct Connect, a Transit Gateway, and share on-premises routes with AWS'''. It covers three deployment methods: * '''AWS Console (Manual Setup)''' * '''AWS CLI''' * '''Terraform (Infrastructure as Code - IaC)''' == Prerequisites == Before proceeding, ensure the following: * You have '''AWS IAM permissions''' to...")
  • 22:20, 1 February 2025AWS VPN (hist | edit) ‎[6,448 bytes]Tlyle (talk | contribs) (Created page with "= Deploying a VPN in AWS Peered with a Palo Alto On-Prem Firewall = == Overview == This guide details how to deploy an AWS Site-to-Site VPN and peer it with a Palo Alto on-premises firewall. It includes VPN configuration using **AWS Console, CLI, and Terraform**, along with troubleshooting steps using AWS CLI. == Prerequisites == * **AWS Account** with permissions to create VPNs, VPCs, and Route Tables. * **Palo Alto Networks Firewall** with public IP connectivity. * *...")
  • 22:13, 1 February 2025AWS IAM (hist | edit) ‎[6,131 bytes]Tlyle (talk | contribs) (Created page with "= AWS IAM Management = == Overview == AWS Identity and Access Management (IAM) is a service that enables you to securely manage access to AWS services and resources. IAM allows you to create users, groups, and roles and assign permissions using policies. == Best Practices for AWS IAM == === 1. Principle of Least Privilege === * Grant only the permissions necessary for a user or service to perform its tasks. * Regularly review and remove unused permissions. === 2. Use...") originally created as "AWS AIM"
  • 18:38, 1 February 2025AWS CLI (hist | edit) ‎[6,860 bytes]Tlyle (talk | contribs) (Created page with "= AWS CLI Commands for Cloud Network Engineers = == 1. VPC Management == === View VPCs === <pre> aws ec2 describe-vpcs </pre> '''Use Case:''' Lists all VPCs in your account. === Create a VPC === <pre> aws ec2 create-vpc --cidr-block 10.0.0.0/16 </pre> '''Use Case:''' Creates a new VPC. === Delete a VPC === <pre> aws ec2 delete-vpc --vpc-id vpc-12345678 </pre> '''Use Case:''' Deletes a VPC. == 2. Subnet Management == === List Subnets === <pre> aws ec2 describe-subne...")
  • 18:22, 31 January 2025Terraform (hist | edit) ‎[7,697 bytes]Tlyle (talk | contribs) (Created page with "= Terraform Basics and Best Practices = ''This page covers Terraform fundamentals, best practices, essential commands, and deployment examples for AWS.'' == Introduction == Terraform is an Infrastructure as Code (IaC) tool used to provision, manage, and automate cloud infrastructure. It enables declarative configuration, making infrastructure deployments more reliable and consistent. == Best Practices == === 1. Use Remote Backend for State Management === Terraform sto...")
  • 17:50, 31 January 2025Thomas-Wiki-Home (hist | edit) ‎[807 bytes]Tlyle (talk | contribs) (Created page with "=Cloud= {| class="buttons" | Terraform |}")
  • 03:53, 22 January 2025Libreswan (hist | edit) ‎[1,394 bytes]Dave (talk | contribs) (Created page with "=Summary= Libreswan is an open-source implementation of IPsec (Internet Protocol Security) and IKE (Internet Key Exchange) protocols, used to secure network traffic at the IP layer. It is a popular choice for setting up Virtual Private Networks (VPNs), particularly site-to-site and remote-access VPNs. =Configuration= ===Example Configuration=== config setup logfile=/var/log/ipsec-davenet.log conn davenet-webz1 type=tunnel authby=secret...")
  • 22:20, 21 January 2025Palo Alto (hist | edit) ‎[396 bytes]Dave (talk | contribs) (Created page with "=Summary= Palo Alto Networks is a leading cybersecurity company that provides advanced security solutions for enterprises, service providers, and government organizations worldwide. Known for its innovation in next-generation firewalls (NGFWs) and cloud-delivered security services, Palo Alto Networks aims to prevent cyberattacks and protect digital environments.")
  • 19:41, 21 January 2025VMware ESXi (hist | edit) ‎[3,522 bytes]Dave (talk | contribs) (Created page with "=Summary= ESXi (Elastic Sky X Integrated) is a hypervisor developed by VMware that is used to create and manage virtual machines (VMs) in a virtualized environment. It is part of VMware's vSphere suite of products and is a foundational component for running virtualized workloads in both small and large-scale enterprise data centers.")
  • 19:02, 21 January 2025Tcpdump (hist | edit) ‎[895 bytes]Dave (talk | contribs) (Created page with "=Summary= tcpdump is a command-line packet analyzer (or packet sniffer) that allows users to capture and inspect network traffic in real time. It is commonly used for network troubleshooting, debugging, and security analysis. tcpdump works by intercepting and displaying the packets being transmitted or received over a network interface, giving users detailed information about network activity. =General= ==Common Tasks== ===Remote packet-capture from Aruba Controller=...")
  • 18:02, 21 January 2025Raspberry Pi (hist | edit) ‎[883 bytes]Dave (talk | contribs) (Created page with "=Summary= A Raspberry Pi is a small, affordable, single-board computer developed by the Raspberry Pi Foundation, aimed at promoting computer science education and providing a platform for experimentation and creativity. It is designed to be an accessible and low-cost tool for learning programming, electronics, and other STEM-related subjects. =General= ==Kiosk== ''Below are some random notes so far on setting up Chromium in kiosk mode. It's still a work in progress f...")
  • 17:29, 21 January 2025SSL (hist | edit) ‎[5,165 bytes]Dave (talk | contribs) (Created page with "=Summary= SSL (Secure Sockets Layer) is a cryptographic protocol designed to provide secure communication over a computer network. It ensures the confidentiality, integrity, and authentication of data transferred between a client (e.g., web browser) and a server (e.g., website). SSL is commonly used in securing HTTP traffic, resulting in HTTPS (Hypertext Transfer Protocol Secure). Though SSL is still commonly referred to, TLS (Transport Layer Security) is the modern ve...")
  • 16:19, 21 January 2025SSH (hist | edit) ‎[5,052 bytes]Dave (talk | contribs) (Created page with "=Summary= SSH (Secure Shell) is a cryptographic network protocol used to securely access and manage devices over an unsecured network. It is commonly used to log into remote servers, execute commands, and transfer files securely. SSH encrypts the communication between the client and server, ensuring that sensitive data (like passwords) is protected from eavesdropping and tampering. The current gold standard is ed25519, so you'll want to primarily use a ed25519 keypair....")
  • 16:14, 21 January 2025SNMP (hist | edit) ‎[947 bytes]Dave (talk | contribs) (Created page with "=Summary= SNMP (Simple Network Management Protocol) is a protocol used for monitoring, managing, and configuring network devices such as routers, switches, servers, printers, and other devices connected to a network. It enables administrators to collect and organize information about network devices and make changes to their configurations remotely. =General= ==To install on RHEL/CentOS== sudo yum install net-snmp net-snmp-utils sudo systemctl enable snmpd Replac...") originally created as "Snmpd"
  • 16:12, 21 January 2025Rsync (hist | edit) ‎[607 bytes]Dave (talk | contribs) (Created page with "=Summary= rsync is a fast, versatile, and efficient file-copying tool commonly used for synchronizing files and directories across different systems or locations. It is widely appreciated for its ability to transfer only the differences between source and destination, making it ideal for backups, mirroring, and remote file transfers. Useful Fiddle: [https://www.rsyncinator.app/web Rsyncinator ] =General= ===Simple Remote Copy=== rsync -avP {src_path}/ {dest_host}:{...")
  • 16:04, 21 January 2025FreeRADIUS (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 2025Pretty 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 2025Nmap (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 2025Linux 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 2025NetworkManager (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 2025Linux 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 2025Dell 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"