Advanced Search
Search Results
502 total results found
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
T-Shirts/Sweatshirts
Target
$16 Perfume Tester Set
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...
Change Swap Size
Turn off all running swap processes: swapoff -a Resize swap fallocate -l 1G /swapfile (change 1G to the gigabyte size you want it to be) CHMOD swap: chmod 600 /swapfile Make file usable as swap mkswap /swapfile Active the swap file swapon /swapfile To...
Team Missing From Teams Admin Center
Cause: An attribute on the underlying modern group isn't correctly populated. Replace {groupid} in the Query for the actual GroupId in question, which you can get via the Exchange Online powershell, with the "Get-UnifiedGroup" cmdlet, as the "ExternalDirec...
Defender for Office 365 Plan 2 vs Mimecast
Defender for Office 365 Plan 2 Pros and Cons Pros Cons End to end XDR and traces including giving a holistic view of payloads clicked from an email. Can utilize this to then remove messages from user inboxes. Steep learning curve. Will need train...