Skip to main content

Recently Updated Pages

File Transfer - WPUT

All Others Stuff

WPUT This is to resume a files transfer using wput instead ftp or lftp commands and can be used ...

Updated 10 months ago by Steve Ling

File Transfer - CURL

All Others Stuff

CURL This is the resume a file transfer using curl instead ftp or lftp commands and can be used ...

Updated 10 months ago by Steve Ling

Linux - FTP Using Bash

All Others Stuff

Example of simple bash script ftp client This script first defines variables such as hostname of...

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

VMWare - Install Windows 11 on vCenter 8 without TMP 2.0

All Others Stuff

Create a VMWare to host Windows 11 without having a virtual TMP or device installed. Once you ar...

Updated 11 months 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 11 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 11 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 11 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 11 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 11 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 11 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 11 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 11 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 11 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 11 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 11 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 1 year ago by Steve Ling

MsSQL - Create Database Table from Code

Database Toolset

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

Updated 1 year 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 1 year 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 1 year ago by Steve Ling