netnerds.net
Home
AI Integration Series
AI Usage
About
Subscribe
github bluesky youtube github-star rss
  • Setup WebDAV in Apache2 on SuSE Linux to Support Windows (XP/Vista/7) Clients

    calendar Jan 28, 2010 · 3 min read  ·
    Share on: mastodon facebook linkedin bluesky copy

    Earlier today, a colleague told me that she doesn't like using my servers because I don't have FTP setup thus, she couldn't map my server as a drive. Well, I showed her. I stand firmly against using FTP as any type of web-related solution and thus, decided on WebDAV to address my colleague's demanding needs.

    Initially, …


    Read More
  • Solved: Missing Hard Drive Space in Windows Server 2008

    calendar Jan 23, 2010 · 1 min read  ·
    Share on: mastodon facebook linkedin bluesky copy
    Tonight, I uninstalled Exchange Server 2007 from a development server and was surprised to see that, after the uninstall was complete (and not without a few workarounds), only 50GB of an 80GB hard drive remained. Explorer showed 25GB free, but only 25GB had been used. Where was the remaining 30GB? Poking around the net …
    Read More
  • VMware ESXi 4.0: Create Virtual Machine Error Caused by NSF File on Western Digital MyBook WE

    calendar Jan 23, 2010 · 4 min read  ·
    Share on: mastodon facebook linkedin bluesky copy

    Such an awkward title, I know. It's just hard to encapsulate the following error message into a blog post title:

    Create virtual machine 172.16.1.129 Error caused by file /vmfs/volumes/0-cb8d2a5-20-f15722/win-2k8.vmdk

    Basically, I'm taking ghetto to the next level by using my Dell Optiplex 745 workstation as an ESXi 4.0 …


    Read More
  • Asynchronously mirroring a SharePoint 2007 Content Database between Two Farms

    calendar Jan 20, 2010  · Brandon Abshire   · 4 min read  ·
    Share on: mastodon facebook linkedin bluesky copy

    Recently, I triumphantly setup an asynchronous content mirror between two separate SharePoint farms.

    My SharePoint architecture consists of two separate farms in two different cities (San Diego and Las Vegas), both accessible over a corporate intranet.  Each farm is unique and the configuration and administration …


    Read More
  • Welcome, Brandon!

    calendar Jan 20, 2010 · 1 min read  ·
    Share on: mastodon facebook linkedin bluesky copy
    This blog has been modified to accommodate postings by my right hand tech companion of over 13 years, Brandon Abshire. Brandon has always been a part of NetNerds but only recently has decided to become more visible. Brandon has been working primarily at Qualcomm Inc for the past 7 years but starting this month, will …
    Read More
  • OpenWRT: iptables-based Firewall Rules for PPTP and IPsec

    calendar Jan 17, 2010 · 1 min read  ·
    Share on: mastodon facebook linkedin bluesky copy
    Just a handy little reference for myself. #Internal PPTP Server vpnserver="172.16.1.10" iptables -N pptp iptables -A pptp -p tcp --destination-port 1723 --dst $vpnserver -j ACCEPT iptables -A pptp -p gre --dst $vpnserver -j ACCEPT iptables -I FORWARD -j pptp iptables -t nat -N pptp iptables -t nat -A pptp -i …
    Read More
  • Free SQL Server eBooks available

    calendar Jan 15, 2010 · 1 min read  ·
    Share on: mastodon facebook linkedin bluesky copy
    Brad McGehee just published what's sure to be another incredibly informative ebook on SQL Server Maintenance Plans. A list of free eBooks, including the SQL Server Tackle Box, can be found on Brad's blog. Check it, one time.
    Read More
  • Setting Up a Site-to-Site VPN using a Linksys RV082 and OpenWrt/Openswan on a WRT54GS

    calendar Jan 14, 2010 · 2 min read  ·
    Share on: mastodon facebook linkedin bluesky copy
    After a week of trying out several different types of VPNs (PPTP, SSTP, IPSEC) at my new office, I finally figured out a solution to setup a WAN between my Linksys WRT54GSv3 and a Linksys RV082 business router. The solution was initially presented by Joe Kelly at NerdBoys.com but I couldn't get it to actually work …
    Read More
  • Hello World! I Created My First iPhone App (And Used Snow Leopard on a Netbook to do it.)

    calendar Dec 12, 2009 · 1 min read  ·
    Share on: mastodon facebook linkedin bluesky copy
    With the guidance of Apress's Beginning iPhone 3 Development, I was able to create my first iPhone App in less than two hours. While the book's first chapter used the classic yet very boring Hello World example, I knew I'd need to spice things up in order to keep my interest. Over the past few weeks, I've been playing …
    Read More
  • Free Fundamental CDs for IT Pros and Developers

    calendar Nov 27, 2009 · 1 min read  ·
    Share on: mastodon facebook linkedin bluesky copy
    I found a link to this site on Facebook's SQL Server Magazine fanpage. Free Fundamental CDs for IT Pros and Developers While you can order the CDs, I just went ahead and downloaded the zip files. The SQL Server CD is pretty basic, but I still managed to learn something from it =)
    Read More
    • ««
    • «
    • 23
    • 24
    • 25
    • 26
    • 27
    • »
    • »»

Chrissy LeMaire

SQL & PowerShell MVP. GitHub Star. Creator of dbatools. Need to oil my knees.

GenAI book

Buy the MEAP at manning.com for 45% off with code gaipbl45

AI Integration Series

  • Automation with AI Toolkit + GH Models
  • Getting Started with AI for PowerShell
  • Asking Tiny Questions: Local LLMs
  • Local Models Demystified
  • Asking Bigger Questions: Remote LLMs
  • PDF Text to SQL Data with OpenAI
  • Document Classification in SharePoint
  • Azure Functions Doc Parser

dbatools book

Now available in bookstores and amazon 🥳 Buy it at manning.com for 50% off with code bldbatools50

dbatools

dbatools is an awesome PowerShell module that helps you migrate entire instances with a single command, plus a whole lot more.

available from dbatools.io and github

dbachecks

dbachecks validates SQL Server environments using crowdsourced DBA checklists and outputs to Power BI and is available on github.com 📊

Find me

Find me on Bluesky

recent posts

  • Document Intelligence with Azure Functions: A Practical Implementation
  • Automating Document Classification in SharePoint with Power Platform and AI
  • Asking Bigger Questions: Remote LLMs for Automation Engineers
  • AI Integration for PowerShell Developers: Getting Started with PSOpenAI and GitHub Models
  • AI Automation with AI Toolkit for VS Code and GitHub Models: A Visual Guide
  • Asking Tiny Questions: Local LLMs for PowerShell Devs
  • Local models mildly demystified
  • Let's talk about anti-AI slop: my plead for schools to teach AI literacy

categories

powershell 128 sql-server 123 general 64 security 60 windows 47 sharepoint 42 active-directory 37 linux 31 networking 30 vbscript 30 apple 24 virtualization 22 iis 19 genai 14 github 10
All Categories
active-directory37 ai1 apache7 apple24 asp-net2 azure5 azure-functions1 bi4 db24 devcontainers1 exchange7 genai14 general64 github10 iis19 linux31 livestreaming4 lync2 mastodon4 networking30 oracle1 powershell128 security60 sharepoint42 sql-server123 typescript1 vbscript30 virtualization22 windows47 wpf7
[A~Z][0~9]
 

Copyright 2003 -  Chrissy LeMaire. All Rights Reserved