Recently Updated Pages
RedHat - Install a Kubernetes Cluster on RHEL 9.x | Rocky 9.x: A Step-by-Step Guide
https://infotechys.com/install-a-kubernetes-cluster-on-rhel-9 https://www.youtube.com/watch?v=_E...
Windows - OLD Drivers
Here is a list of drivers that are lost:
Linux - Setup Rocky 9 SMTP Server
System Configuration Upgrade Current System dnf install epel-release -y dnf upgrade -y Config...
GPO - Administrative Templates (.admx) Windows 11/10/8.1
Downloads for all Windows 11/10/8.1 versions Instructions on installing ADMX Templates:1. Downlo...
Linux - RHeL Subscription
We encountered the error message ‘This system is not registered with an entitlement server, You c...
Linux - Samba Setup No Authentication
Step 1: Install Samba on Linux To get started out with Samba, install the Samba core packages in...
MsSQL - Setup Emailing
/* Turn on MsSQL emailing on Created By: Steve Ling 2024/08/31 */ -- Run First if (SEL...
MsSQL - Export Stored Procedures and Views to Files
Use the Generate Scripts tool in SSMS: Right Click Database in Object Explorer. Tasks -> Gene...
Linux - How to Increase the size of a Linux LVM by adding a new disk
Important Notes: Be very careful when working with the commands in this article as they have the ...
DataGrid - Working with Cells and Rows
void dataGridView_CellValidating(object sender, DataGridViewCellValidatingEventArgs e) { //...
Linux - Setting up a Logging Server
Summary This is to setup a logging server to capture logs from any servers on your network. Pre...
Microsoft - Add DNS GPO
use the settings in the group policy itself to do this. Computer Configuration > Policies > Admi...
Windows - Time Zone and Language Group Policy
Configuring the time zone using Group Policy Supported operating systems: Windows 2003/XP ...
Windows 11 - Bypass Microsoft Account Requirement
Once on the following screen make sure you disconnect from the internet or have no internet conne...
Log4Net - Wrapper
https://stackoverflow.com/questions/1028375/how-do-you-configure-and-enable-log4net-for-a-stand-a...
Linux - How to Decrease an LVM Partition
Note: In this example we are working in CentOS 7, some commands may differ in different Linux dis...
Service - Add Installer and Setup
Go to Solution Explorer and right-click on your project solution then go to the view designer the...
MsSQL - Set All User Tables to Simple on DEV/TEST Server
/* This script is to set all of the user database to simple on a DEV/TEST server Use the @U...
MsSQL - Move TempDB To Another Drive
Sometimes as a database administrator, you need to move the TempDB database and log files to a ne...
MsSQL - Create Database Table from Code
declare @TableName sysname = 'TableName' declare @Result varchar(max) = 'public class ' + @Table...