netnerds.net
Home
AI Integration Series
AI Usage
About
Subscribe
github bluesky youtube github-star rss
  • OS X: Show hidden files and WTF to do with an ipsw file.

    calendar Apr 11, 2010  · Updated: February 15, 2022 · 1 min read  ·
    Share on: facebook linkedin bluesky copy

    I just downloaded the iPhone OS 4.0 beta and have no idea what to do with the resulting ipsw file. Apple was awesome enough not to include any obvious directions. So after searching Google, I came across some forums that recommended the following: defaults write com.apple.finder AppleShowAllFiles TRUE killall Finder …


    Read More
  • SQL Server: Error: 3041, Severity: 16, State: 1

    calendar Mar 29, 2010 · 1 min read  ·
    Share on: facebook linkedin bluesky copy

    There are probably a good number of reasons this error shows up in your SQL Server log, along with the following message: Source: Backup Message: BACKUP failed to complete the command BACKUP LOG DATABASE_NAME. Check the backup application log for detailed messages. In my case, the recovery model was set to SIMPLE and …


    Read More
  • Accessing XML using the MSDAOSP Provider on Windows Server 2008

    calendar Jan 31, 2010  · Updated: February 16, 2022  · Brandon Abshire   · 2 min read  ·
    Share on: facebook linkedin bluesky copy

    For quite some time now, I have been using a scheduled task that executes a VBS file on my web server in order to update local weather information in a database. After porting the site to a Windows 2008 server, the scheduled task began to fail. The script is a bit out of date since the implementation of PowerShell, but …


    Read More
  • Search Results Blank in Windows SharePoint Services 3.0 (WSS 3.0)

    calendar Jan 31, 2010  · Updated: November 3, 2025  · Brandon Abshire   · 3 min read  ·
    Share on: facebook linkedin bluesky copy

    Recently I experienced an issue where one of my WSS 3.0 sites stopped returning search results after having worked perfectly for a long period of time. I found that the Event Log had entries stating that the Search Gatherer service was failing. Event Type: Warning Event Source: Windows SharePoint Services 3 Search …


    Read More
  • Setup WebDAV in Apache2 on SuSE Linux to Support Windows (XP/Vista/7) Clients

    calendar Jan 28, 2010  · Updated: February 15, 2022 · 3 min read  ·
    Share on: 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  · Updated: February 15, 2022 · 1 min read  ·
    Share on: 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: 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  · Updated: November 1, 2025  · Brandon Abshire   · 4 min read  ·
    Share on: 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: 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  · Updated: November 2, 2025 · 1 min read  ·
    Share on: facebook linkedin bluesky copy

    Just a handy little reference for myself. Internal PPTP Server 1vpnserver="172.16.1.10" 2 3iptables -N pptp 4iptables -A pptp -p tcp --destination-port 1723 --dst $vpnserver -j ACCEPT 5iptables -A pptp -p gre --dst $vpnserver -j ACCEPT 6iptables -I FORWARD -j pptp 7 8iptables -t nat -N pptp 9iptables -t nat -A …


    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 now 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

  • Got a ChatGPT Subscription? Use It to Keep Your Blog Up-to-date
  • Update Your Blog with GitHub Copilot CLI
  • Rebuilding dbatools.io: From Notepad++ to Cursor
  • Update your blog with an AI CLI (No, really)
  • Have You Considered Not Using SQL Server High Availability?
  • PowerShell Output Redirection with AI CLIs
  • dbatools is moving to Azure Trusted Signing
  • Document Intelligence with Azure Functions: A Practical Implementation

categories

powershell 134 sql-server 124 general 62 security 61 windows 47 sharepoint 42 active-directory 37 linux 31 vbscript 31 networking 30 apple 24 virtualization 22 iis 19 genai 18 github 10
All Categories
active-directory37 ai6 apache7 apple24 asp-net2 azure5 azure-functions1 bi4 db24 dbatools1 devcontainers1 exchange7 genai18 general62 github10 iis19 linux31 livestreaming4 lync2 mastodon4 networking30 oracle1 powershell134 security61 sharepoint42 sql-server124 typescript1 vbscript31 virtualization22 windows47 wpf7
[A~Z][0~9]

Copyright 2003 -  Chrissy LeMaire. All Rights Reserved

Go work on your website

Start typing to search

Search across posts, pages, and commands

    ↑↓ to navigate ↵ to select esc to close
    Powered by Fuse.js