Advanced Search
Search Results
272 total results found
LACP Port-Channel Trunk
1. Enter the configuration mode. config t 2. Enter the interface/s that you want to add to the port channel/LACP. int e1/5 For multiples use below. int e1/5-6 3. Give a description of the ports. desc MUT7-RACK-SWI-POE1 4. Configure the port/s as a swit...
Define VLANs Allowed on Trunk Link
1. First navigate to the interface for the port or port-channel. config t int e1/1 Below for a port-channel. config t int port-channel 1 2. Ensure the port/port-channel is a trunk. switchport mode trunk 3. To add a VLAN, use the following command to ad...
List all Permissions in Share Recursively
Get-childitem \\network\share\ -recurse | Where-Object{$_.psiscontainer} | Get-Acl | ForEach-Object { $path = $_.Path $_.Access | ForEach-Object { New-Object PSObject -Property @{ Folder = $path.Replace("Microsoft.PowerShell.Co...
Fdisk results in GPT mismatch
GPT PMBR size mismatch (225279 != 250879) will be corrected by w(rite). To fix the above, run the following set of commands. 1. SSH into the server and log into root. sudo su 2. Run parted. parted 3. List all disks. print all 4. When it finishes listin...
Compare Two Azure/AD/M365 Groups and Print the Results
Compare two AD Groups. $GROUP1=Get-ADGroupMember -Identity "Domain Admins" | select-Object Name $GROUP2=Get-ADGroupMember -Identity "Enterprise Admins" | select-Object Name $Comparison=Compare-Object -ReferenceObject $GROUP1.Name -DifferenceObject $GROUP2...
Hot Sauce Wishlist
Hot Sauces Rising Smoke Hot Sauce I am a fan of any and all sauces from this company. HiSpice Favorites are the Kiawe Smoked Sriracha by HiSpice and Papaya Jerk by HiSpice.Most interested to try: Dragon Fruit by HiSpice, Triple Garlic by HiSpice, Lilikoi b...
Steam Wishlist
Steam Wishlist Ignore the order on the link above as I don't manipulate this once they're added to my wishlist.Most interested to play in relative order of interest: Baldurs Gate 3 Marvel’s Spider-Man Remastered Marvel’s Spider-Man: Miles Morales Ev...
Ryan Wishlists
Hot Sauce Wishlist Amazon Wishlist Steam Games Wishlist Amazon Clothing Amazon Sensors Amazon Tools Various Items Dbrand Steam Deck Case - "Travel Kit" with "Tempered Glass". https://www.chicwelly.com/collections/mens-clothing https://osakacat.com/p...
Amazon Wishlists
Camera Stuff Vinyl Albums Gift Ideas
LACP Port-Channel Access
1. Enter the configuration mode. config t 2. Enter the interface/s that you want to add to the port channel/LACP. int e1/5 For multiples use below. int e1/5-6 3. Give a description of the ports. desc MUT7-RACK-SWI-POE1 4. Configure the port/s as a swit...
Fix: PFSense Remote Wireguard VPN Clients Access to Wireguard Site to Site VPN
Recently I’ve been testing WireGuard with my PFSense setups, rather than IPsec and OpenVPN. I’ve found it really good and I think WireGuard works really well. The one thing I was a little stuck on was how to allow remote clients from one site to access devic...
Windows Keyboard Shortcuts
Essential shortcuts In this list I'm including the most essential keyboard shortcuts you should know on Windows 10: Keyboard shortcut Action Ctrl + A Select all content. Ctrl + C (or Ctrl + Insert) Copy selected items to clipboard....
Create daily scheduled task for AD snapshots
#region Check if System is DC and logged-on user is admin $DomainRole = Get-WmiObject -Class Win32_ComputerSystem | Select-Object -ExpandProperty DomainRole if( $DomainRole -match '4|5' ) #0=StandaloneWorkstation, 1=MemberWorkstation, 2=StandaloneServer...
Resize Filesystem Without Reboot
1. Toggle some informations about the root filesystem: df / # Filesystem 1K-blocks Used Available Use% Mounted on # /dev/vda3 71412992 58923184 9039732 87% / 2. /dev/vda3 is the second partition of block device /dev/vda. To size up this pa...
Network Diagram
Using Active Directory for primary authentication with Azure AD sync for SSO and authentication with cloud apps. Domain hosted by Cloudflare and proxies all web traffic through their network using Azure SSO for authentication. M365 utilized for mail and...
Docker Applications
Current Applications Running on Docker Hosts Portainer (Docker Management) Deluge (Torrents) NZBGet (NZBs) Overseerr (Request Portal) Prowlarr (Download Proxy) Radarr (Movie Management) Sonarr (TV Show Management) Bookstack (Wiki Style Notes) Cloudfla...
Fix Suspend Breaking Immediately
Testing "Fix" I was using a gigabyte b550i aorus motherboard that caused this, if you have this mobo or a variant you have to disable GPP0 wakeup which is a GPP bridge to the NVMe drive in M.2 slot. Check your wakeup table using cat /proc/acpi/wakeup and loo...
Rollback Windows Update Patch
Download the Show or Hide Updates Tool Download Show or hide updates from Microsoft. The downloaded file is named wushowhide.diagcab. Your web browser may report it as a virus or malware. But it is not. You should keep downloading it. Run Show or Hide Upda...