Skip to main content

Recently Updated Pages

Log4Net - Wrapper

Visual Studio

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

Updated 9 months 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 9 months 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 9 months 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 9 months ago by Steve Ling

MsSQL - Backups

Database Toolset

Introduction This is to create auto backups on a SQL server and place them on a drive. Credits ...

Updated 9 months ago by Steve Ling

XWiki - Install

All Others Stuff

This is to create a installation of XWiki on a installation of Rocky Linux already installed Con...

Updated 9 months ago by Steve Ling

Synology - Backup from Linux

All Others Stuff

Introduction This is to setup a hourly MySQL backups and also a full system backup once a week. ...

Updated 9 months ago by Steve Ling

Synology - Moving Packages Between Volumes DSM 7.0

All Others Stuff

Stop the application(s) via the Synology package center. Make sure that Telnet/SSH is en...

Updated 9 months ago by Steve Ling

Synology - Bag of Tricks

All Others Stuff

sudo -i ip link set eth1 down   My DS118 idles at 24% after disabling all the junk. //run onc...

Updated 9 months ago by Steve Ling

Raspberry Pi - SD card to a USB SSD

All Others Stuff

Install rpi-clone is on github and is downloaded by cloning the repository. It is a standalone...

Updated 9 months ago by Steve Ling

MySQL - Bag Of Tricks

Database Toolset

Introduction This document has many useful command. MySql Kill users You can use the following...

Updated 9 months 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 9 months ago by Steve Ling

Apache - Host Visual Studio .NET 8 Deployments

Apache

Introduction This is to prep the Linux server to host Visual Studio code. This is for either Re...

Updated 9 months ago by Steve Ling

MsSQL - Create Database Table from Code

Database Toolset

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

Updated 9 months ago by Steve Ling

Visual Studio - Entity Framework Tips

Visual Studio

dotnet tool install --global dotnet-efdotnet ef migrations add CreateInitialdotnet ef database up...

Updated 9 months ago by Steve Ling

Apache - Self Signed HTTPS Certificates

Apache

If you are starting to migrate your web servers over to Linux (or have already done so) and are l...

Updated 9 months ago by Steve Ling

Apache - Setting up an SSL secured Webserver w/Rocky Linux

Apache

This guide will explain how to set up a site over https. The tutorial uses a self signed key so w...

Updated 9 months ago by Steve Ling

Linux - Samba Setup Rocky 9

Linux

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

Updated 9 months ago by Steve Ling

Apache - Server Multiple Site Setup

Apache

What you’ll need A server running Rocky 9 Linux Know the vi text editor, here's a handy...

Updated 9 months ago by Steve Ling

Windows - How to Switch Domain Controller

Microsoft

Find Current Domain Controller You can grab the domain controller that the computer is currently...

Updated 9 months ago by Steve Ling