netnerds.net
Home
AI Integration Series
AI Usage
About
Subscribe
github bluesky youtube github-star rss
  • Permanently Change a Static IP Address in SCO

    calendar May 10, 2010  · Updated: November 3, 2025 · 1 min read  ·
    Share on: facebook linkedin bluesky copy

    If you need to temporarily add an IP address in SCO, you can use ifconfig ifconfig net0 inet 172.16.1.10 netmask 255.255.255.0 But really, that just creates an alias that will disappear once the server has been rebooted. In order to permanently change an IP address on a SCO OpenServer Release 5, I used SCO's menu …


    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
  • 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
  • Setting Up a Site-to-Site VPN using a Linksys RV082 and OpenWrt/Openswan on a WRT54GS

    calendar Jan 14, 2010  · Updated: November 1, 2025 · 3 min read  ·
    Share on: 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
  • Securing Apache using mod_ssl, OpenSSL and Microsoft Certificate Authority (CA)

    calendar Oct 5, 2009  · Updated: November 3, 2025 · 3 min read  ·
    Share on: facebook linkedin bluesky copy

    Recently, I used my Windows-based domain's Enterprise Root Certification Authority to secure my subversion repository that is hosted on an Apache-based server. The process was rather straight-forward and relatively fast -- especially because I skipped over all of the file transfers and just used vi/notepad to …


    Read More
  • Windows 7: Disable Unnecessary Services on a Domain Workstation

    calendar Oct 5, 2009 · 29 min read  ·
    Share on: facebook linkedin bluesky copy

    I finally took the plunge and installed Windows 7 on my Dell Netbook (Inspiron mini iM10-008B). I originally bought the Dell to make it into a Hackbook but after I realized how time-intensive the initial setup may be, I looked to installing Win 7 for instant newness gratification. Initially, I was going to install the …


    Read More
  • Securing Subversion with Windows 2008 Kerberos-Based SSO and Linux-Based Apache

    calendar Oct 3, 2009  · Updated: November 2, 2025 · 2 min read  ·
    Share on: facebook linkedin bluesky copy

    Some things just belong on Linux. Like Subversion and Apache, for instance. I've seen the ghetto workarounds for Windows-based Apache installs and no thanks -- I'd much rather waste my time on ghetto SharePoint workarounds. But I sure do like the way Windows-based web servers such as IIS seamlessly and securely …


    Read More
  • SuSE (SLES) 11 Works Flawlessly with Windows Server 2008 Authentication

    calendar Oct 1, 2009  · Updated: November 3, 2025 · 1 min read  ·
    Share on: facebook linkedin bluesky copy

    Well that couldn't have been easier! Here's all it takes to authenticate SLES 11 to Windows Server 2008 based Active Directory. During the initial install of SLES, I performed the following: Selected samba-client and winbind during the software installer phase Added my domain's DNS servers to the intitial network …


    Read More
  • New Network for the New Year

    calendar Jan 9, 2009  · Updated: November 2, 2025 · 3 min read  ·
    Share on: facebook linkedin bluesky copy

    Now that my DL380 is stacked with a total of 10 gigs of ram, it's time to revamp my network. A majority of my servers are still in Silicon Valley (San Jose, specifically) at a fantastic colo company, Silicon Valley Web Hosting so in order to have as little downtime as possible, I'm going to temporarily push that one …


    Read More
  • FIX: 'Cannot Write Pam Settings' when Joining a Windows Domain in SuSE 10.3

    calendar Jan 19, 2008  · Updated: November 2, 2025 · 2 min read  ·
    Share on: facebook linkedin bluesky copy

    Today I attacked my 2008 technical to do list and setup a subversion server for backups/source control. It was actually pretty darn easy in SUSE 10.3. After I got it going, I wondered if I could have it automatically authenticate against my HOME domain. So, using SuSE's menu driven interface YaST, I easily added my …


    Read More
    • ««
    • «
    • 1
    • 2
    • 3
    • »
    • »»

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 an AI CLI (No, really)
  • Update Your Blog with GitHub Copilot CLI
  • Rebuilding dbatools.io: From Notepad++ to Cursor
  • 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