Skip to main content
Advanced Search
Search Terms
Content Type

Exact Matches
Tag Searches
Date Options
Updated after
Updated before
Created after
Created before

Search Results

75 total results found

Linux - Samba Setup Rocky 9

Linux

Step 1: Install Samba on Linux To get started out with Samba, install the Samba core packages including the client package: dnf install -y samba samba-common samba-client Install-Samba in Linux The command installs the packages specified along with ...

Linux - Setup Rocky 9 SMTP Server

Linux

System Configuration Upgrade Current System dnf install epel-release -y dnf upgrade -y Configure SELinux setenforce 0 sed -i 's/^SELINUX=.*/SELINUX=disabled/g' /etc/selinux/config Disable Firewall systemctl disable firewalld.service Install Core Tools...

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 new hard drive. This happens for example if you have installed SQL Server on C:\ and you no longer have space to process your queries. So it is necessary to move Te...

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 @Update and set to 1 for updating or 0 default to ready only Created By: Steve Ling 2024/09/05 */ USE MASTER declare @isql varchar(2000), @dbname varchar...

WordPress - Setup WordPress

All Others Stuff

Connecting to Your Server Using PuTTY Open PuTTY and enter your domain name in the box named Host name (or IP address) and enter the port number used to connect to SSH under Port, and then click Open. You can even save your site settings by entering a name i...

Service - Add Installer and Setup

Visual Studio

Go to Solution Explorer and right-click on your project solution then go to the view designer then look at the design view then right-click on the design page and click on “add installer” and it will look like this:After adding the ProjectInstaller.cs you have...

Classic - Purge Parameter Defaults

Kiwiplan

This is to give your plant(s) default set values for these parameters. Legend: PARAMS - Default for all CSC - Corrugator Scheduling Center RSS - Roll Stock System ULT - Unit Load Tracking WIP - ULT Work In Progress PARAMS is the default setting fo...

Log4Net - Wrapper

Visual Studio

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

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 are at this step you have to hit "Shift-F10" to open up the command prompt Once the command prompt window is opened type "regedit" Once opened then navigate to...

Windows 11 - Bypass Microsoft Account Requirement

Microsoft

Once on the following screen make sure you disconnect from the internet or have no internet connection and hit the "Shift-F10" keys to open a command prompt. Type this in the command prompt window "oobe\bypassnro" The computer will reboot Once you get t...

File Transfer - Using FTP LFTP commands

All Others Stuff

FTP Commands to resume a single file upload using the built-in ftp command you will need to know how many bytes of the file you have already sent. This should be accessible by using ls. Then you use the following sequence to restart your upload replacing <#>...

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 in Windows or Linux WPUT Commands Here is an example how wput continues upload after connection problems: wput -v -u -B upload.zip ftp://login:pass@server.com/d...

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 in Windows or Linux CURL Commands curl -C - --upload-file source_file ftp://destination.server.com/

Windows - Time Zone and Language Group Policy

Microsoft

Configuring the time zone using Group Policy Supported operating systems: Windows 2003/XP and higher, up to and including Windows 10 and Windows Server 2016 (all versions and builds).Supported deployment methods: all, including direct (bare-metal) insta...

Microsoft - Add DNS GPO

Microsoft

use the settings in the group policy itself to do this. Computer Configuration > Policies > Administrative Templates > Network > DNS Client