LoneStarCoder

Home | Blog

Blog Home

Create a Simple RAG System with AnythingLLM and LMStudio

October 9, 2025

This beginner-friendly tutorial guides you through building a local Retrieval-Augmented Generation (RAG) system without writing code. You’ll learn to set up your own AI assistant that can answer questions based on your documents, running entirely on your own hardware for complete privacy and control.

Query Windows Firewall Rules ONLY from GPO

August 18, 2022

If a computer has a GPO or a local security policy that defines windows firewall rules, AND there are also local firewall rules, it is difficult to discern between them unless you open each rule. The below PowerShell script will only retrieve rules that were created via an Active Directory GPO or the local security policy (gpedit.msc).