Skip to main content

Recently Updated Pages

RedHat - Install a Kubernetes Cluster on RHEL 9.x | Rocky 9.x: A Step-by-Step Guide

Linux

https://infotechys.com/install-a-kubernetes-cluster-on-rhel-9 https://www.youtube.com/watch?v=_E...

Updated 1 year ago by Steve Ling

Windows - OLD Drivers

Microsoft

Here is a list of drivers that are lost:

Updated 1 year ago by Steve Ling

Linux - Setup Rocky 9 SMTP Server

Linux

System Configuration Upgrade Current System dnf install epel-release -y dnf upgrade -y Config...

Updated 1 year ago by Steve Ling

GPO - Administrative Templates (.admx) Windows 11/10/8.1

Microsoft

Downloads for all Windows 11/10/8.1 versions Instructions on installing ADMX Templates:1. Downlo...

Updated 1 year ago by Steve Ling

Linux - RHeL Subscription

Linux

We encountered the error message ‘This system is not registered with an entitlement server, You c...

Updated 1 year ago by Steve Ling

Linux - Samba Setup No Authentication

Linux

Step 1: Install Samba on Linux To get started out with Samba, install the Samba core packages in...

Updated 1 year ago by Steve Ling

MsSQL - Setup Emailing

Database Toolset

/* Turn on MsSQL emailing on Created By: Steve Ling 2024/08/31 */ -- Run First if (SEL...

Updated 1 year ago by Steve Ling

MsSQL - Export Stored Procedures and Views to Files

Database Toolset

Use the Generate Scripts tool in SSMS: Right Click Database in Object Explorer. Tasks -> Gene...

Updated 1 year ago by Steve Ling

Linux - How to Increase the size of a Linux LVM by adding a new disk

Linux

Important Notes: Be very careful when working with the commands in this article as they have the ...

Updated 1 year ago by Steve Ling

DataGrid - Working with Cells and Rows

Visual Studio

void dataGridView_CellValidating(object sender, DataGridViewCellValidatingEventArgs e) { //...

Updated 1 year ago by Steve Ling

Linux - Setting up a Logging Server

Linux

Summary This is to setup a logging server to capture logs from any servers on your network. Pre...

Updated 1 year ago by Steve Ling

Microsoft - Add DNS GPO

Microsoft

use the settings in the group policy itself to do this. Computer Configuration > Policies > Admi...

Updated 1 year ago by Steve Ling

Windows - Time Zone and Language Group Policy

Microsoft

Configuring the time zone using Group Policy Supported operating systems: Windows 2003/XP ...

Updated 1 year ago by Steve Ling

Windows 11 - Bypass Microsoft Account Requirement

Microsoft

Once on the following screen make sure you disconnect from the internet or have no internet conne...

Updated 1 year ago by Steve Ling

Log4Net - Wrapper

Visual Studio

https://stackoverflow.com/questions/1028375/how-do-you-configure-and-enable-log4net-for-a-stand-a...

Updated 2 years ago by Steve Ling

Linux - How to Decrease an LVM Partition

Linux

Note: In this example we are working in CentOS 7, some commands may differ in different Linux dis...

Updated 2 years ago by Steve Ling

Service - Add Installer and Setup

Visual Studio

Go to Solution Explorer and right-click on your project solution then go to the view designer the...

Updated 2 years ago by Steve Ling

MsSQL - Set All User Tables to Simple on DEV/TEST Server

Database Toolset

/* This script is to set all of the user database to simple on a DEV/TEST server Use the @U...

Updated 2 years ago by Steve Ling

MsSQL - Move TempDB To Another Drive

Database Toolset

Sometimes as a database administrator, you need to move the TempDB database and log files to a ne...

Updated 2 years ago by Steve Ling

MsSQL - Create Database Table from Code

Database Toolset

declare @TableName sysname = 'TableName' declare @Result varchar(max) = 'public class ' + @Table...

Updated 2 years ago by Steve Ling