Advanced Search
Search Results
86 total results found
Linux - Samba Setup Rocky 9
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
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
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
/* 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
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
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
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
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
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
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
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
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
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
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
use the settings in the group policy itself to do this. Computer Configuration > Policies > Administrative Templates > Network > DNS Client