All public logs
Combined display of all available logs of Dave-Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 01:12, 2 February 2025 Tlyle talk contribs created page AWS Direct Connect (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 2025 Tlyle talk contribs created page AWS VPN (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 2025 Tlyle talk contribs created page AWS AIM (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...")
- 18:38, 1 February 2025 Tlyle talk contribs created page AWS CLI (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 2025 Tlyle talk contribs created page Terraform (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 2025 Tlyle talk contribs created page Thomas-Wiki-Home (Created page with "=Cloud= {| class="buttons" | Terraform |}")
- 17:33, 31 January 2025 User account Tlyle talk contribs was created by Dave talk contribs (He asked me to.)
- 03:53, 22 January 2025 Dave talk contribs created page Libreswan (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...")
- 23:47, 21 January 2025 Dave talk contribs created page Red Hat Enterprise Linux (Redirected page to RHEL9) Tag: New redirect
- 23:46, 21 January 2025 Dave talk contribs created page Red Hat (Redirected page to RHEL9) Tag: New redirect
- 22:20, 21 January 2025 Dave talk contribs created page Palo Alto (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.")
- 22:19, 21 January 2025 Dave talk contribs moved page JunOS to Juniper JunOS
- 22:04, 21 January 2025 Dave talk contribs moved page Home to Dave-Wiki Home without leaving a redirect
- 22:03, 21 January 2025 Dave talk contribs moved page Main Page to Home without leaving a redirect
- 22:03, 21 January 2025 Dave talk contribs moved page Home to Main Page without leaving a redirect
- 21:56, 21 January 2025 Dave talk contribs deleted page Main Page (content was: "#REDIRECT Home", and the only contributor was "Dave" (talk))
- 21:56, 21 January 2025 Dave talk contribs moved page MediaWiki:MainPage to MediaWiki:Mainpage without leaving a redirect
- 21:55, 21 January 2025 Dave talk contribs created page MediaWiki:MainPage (Created page with "Home")
- 21:52, 21 January 2025 Dave talk contribs created page Main Page (Redirected page to Home) Tag: New redirect
- 21:52, 21 January 2025 Dave talk contribs moved page Main Page to Home without leaving a redirect
- 21:45, 21 January 2025 Dave talk contribs created page File:Dave-wiki 1024px.jpg
- 21:45, 21 January 2025 Dave talk contribs uploaded File:Dave-wiki 1024px.jpg
- 19:42, 21 January 2025 Dave talk contribs created page Esxi (Redirected page to VMware ESXi) Tag: New redirect
- 19:42, 21 January 2025 Dave talk contribs created page Vmware (Redirected page to VMware ESXi) Tag: New redirect
- 19:42, 21 January 2025 Dave talk contribs created page VMware (Redirected page to VMware ESXi) Tag: New redirect
- 19:42, 21 January 2025 Dave talk contribs created page ESXi (Redirected page to VMware ESXi) Tag: New redirect
- 19:41, 21 January 2025 Dave talk contribs created page VMware ESXi (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 2025 Dave talk contribs created page Tcpdump (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 2025 Dave talk contribs created page Raspberry Pi (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 2025 Dave talk contribs created page SSL (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:23, 21 January 2025 Dave talk contribs created page File:Info.png
- 16:23, 21 January 2025 Dave talk contribs uploaded File:Info.png
- 16:21, 21 January 2025 Dave talk contribs created page File:Ssh connection.png
- 16:21, 21 January 2025 Dave talk contribs uploaded File:Ssh connection.png
- 16:19, 21 January 2025 Dave talk contribs created page SSH (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:15, 21 January 2025 Dave talk contribs moved page Snmpd to SNMP
- 16:14, 21 January 2025 Dave talk contribs created page Snmpd (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...")
- 16:12, 21 January 2025 Dave talk contribs created page Rsync (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 2025 Dave talk contribs created page FreeRADIUS (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 Dave talk contribs created page PGP (Redirected page to Pretty Good Privacy) Tag: New redirect
- 16:00, 21 January 2025 Dave talk contribs created page Pretty Good Privacy (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 Dave talk contribs created page Nmap (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 Dave talk contribs created page Linux Active Directory (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 Dave talk contribs created page NetworkManager (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 Dave talk contribs created page Linux Partitioning (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:48, 20 January 2025 Dave talk contribs created page File:Warning.png
- 20:48, 20 January 2025 Dave talk contribs uploaded File:Warning.png
- 20:36, 20 January 2025 Dave talk contribs moved page PowerEdge Servers to Dell PowerEdge Servers without leaving a redirect (Misspelled title)
- 20:31, 20 January 2025 Dave talk contribs created page PowerEdge Servers (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.")
- 15:43, 20 December 2024 Dave talk contribs created page Nft (Redirected page to Nftables) Tag: New redirect