Enable Long Paths Microsoft Windows
From the Windows search bar, type regedit and press enter. Navigate to: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystem@LongPathsEnabled Change the DWORD value from 0 to 1 and press ok. Note: The need for long paths…
Copy Data Using robocopy to Sync Local and Remote Directories
First step is to map your share path via a Drive Letter “\\Sever\Share\Destination\Path”, ie: Z:\ Open a Windows Command line prompt and enter the command: Sometimes after a copy completes,…
Configuring Networking and Fetching Data on the TDT RS4
This document has been created because the official instructions on the TDT RS4 manual page/pdf are incorrect. To complicate things, with the update to Windows 10, the TDT Z Software…
Enable SMB 1.0 on Windows 10
Navigate to the Control Panel.Click on Programs.Click on Turn Windows features on or off link.When the Windows Features dialogue window appears, click the + to expand the SMB 1.0/CIFS File Sharing Support checkbox options.Check…
Apache Virtual Hosts on CentOS
Create a new virtual host file on your web server using the vi program: The primary host on the web server should be the first entry. Change the word “Hostname”…