netnerds.net
Home
AI Integration Series
AI Usage
About
Subscribe
github bluesky youtube github-star rss
  • Using Windows Authentication to Connect to SQL Server from Linux

    calendar Oct 22, 2013 · 4 min read  ·
    Share on: mastodon facebook linkedin bluesky copy
    One of the things I love most about SuSE is how well it integrates with Active Directory. Joining a domain is easy when using yast. First I ensured that the Linux server's DNS server is pointed to my DC, then yast -> Network Services -> Windows Domain Membership. …
    Read More
  • OpenWRT & PPTPD: A Love Story

    calendar Feb 20, 2011 · 4 min read  ·
    Share on: mastodon facebook linkedin bluesky copy
    Firesheep got me thinkin' that I should probably do a little more to beef up the security of my Internet connection on public networks. PPTP has always been a favorite of mine, because it hides traffic well enough to deter most people and it's easy to setup on both Linux and Windows. I ran a Windows PPTP server for …
    Read More
  • 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
  • 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
  • Securing Apache using mod_ssl, OpenSSL and Microsoft Certificate Authority (CA)

    calendar Oct 5, 2009 · 3 min read  ·
    Share on: mastodon 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
  • Securing Subversion with Windows 2008 Kerberos-Based SSO and Linux-Based Apache

    calendar Oct 3, 2009 · 2 min read  ·
    Share on: mastodon 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
  • Apache: Pre-compiled mod_auth_pam for SLES 11

    calendar Oct 1, 2009 · 1 min read  ·
    Share on: mastodon facebook linkedin bluesky copy
    This was ridiculous. Since apache-devel isn't available in SLES (and I do understand why, but give me the option at least!), I had to sync up one of my SLES machines to an OpenSuSE repository and get all of my necessary packages required to compile mod_auth_pam. I was required to downgrade quite a few packages, but …
    Read More
  • Enable Windows NTLM Pass-through Authentication in Linux-based Apache

    calendar Oct 1, 2009 · 1 min read  ·
    Share on: mastodon facebook linkedin bluesky copy

    Thank Science for SuSE Linux Enterprise 11; it's made this process relatively easy. SLES 10 SP2 was giving me a headache because of some Windows 2008 based Active Directory authentication issues but upgrading SLES 11 took care of all that.

    First thing is first, setup samba to authenticate to AD. Next, install the …


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

    calendar Oct 1, 2009 · 1 min read  ·
    Share on: mastodon 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
  • Free DB2 Express-C 9.5 on SuSE Linux Enterprise Server

    calendar Feb 15, 2009 · 2 min read  ·
    Share on: mastodon facebook linkedin bluesky copy
    IBM DB2's free version "DB2 Express-C" is available for download at db2express.com. So far, I've successfully installed and uninstalled DB2 Express on SLES 10 SP2. While there was a command line installer included (db2_install), the server wouldn't start after a supposedly successful install. I figured I …
    Read More
    • ««
    • «
    • 1
    • 2
    • 3
    • 4
    • »
    • »»

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