Domain computers fail to see server shared printers in the domain On the print server (or whatever is sharing them) open Devices and Printers Right-click printer and select Printer Properties (NOT PROPERTIES) Click the Sharing tab, ensure Sharing and List …

Domain Network Printers Are Not In Add Printers List WS2008R2 Read more »

This works with thumb, SD, microSD, SSDs, and hard drives. UNIX was intentionally written to use terse commands “ls”, “su”, “cd”… So, why the F do I want to type “sudo ” before every root command on my personal machine? …

Enable and Disable Thumb Drive Write Protection Read more »

If you can’t move a user from one Organizational Unit (OU) to another because Windows responds with Windows cannot move object XXXX because: access is denied… The Protect object from accidental deletion option is probably enabled. Right click the PARENT OU which …

Windows Server Active Directory Can’t Move User, “Windows cannot move object because: access is denied” Read more »

Here’s my simple version using System.ComponentModel; //Define a class to hold the event arguments, if one isn’t already defined. public class DesignEventArgs : EventArgs { private DesignListItem item; public DesignEventArgs(DesignListItem item) { this.item = item; } public DesignListItem Item { …

Dirt Simple C# .NET Custom Event for UserControl Read more »

1. From the Services menu, select OpenVPN The OpenVPN page loads 2. In the Certificate Authorities and Keys section, click the Generate root/host certificates button A Generate root/host certificates page loads 3. Enter ALL the fields and select a 2048, …

Enable IPFire OpenVPN and Windows Client Setup Read more »

Let me guess, you’re using GCC5 and not 4.92 or less. If you’re getting this error: dynamic_fmt.o: In function `DynamicFunc__crypt_md5_to_input_raw_Overwrite_NoLen’: /home/dave/wksp/john/src/dynamic_fmt.c:4989: undefined reference to `MD5_body_for_thread’ dynamic_fmt.o: In function `DynamicFunc__crypt_md5′: /home/dave/wksp/john/src/dynamic_fmt.c:4425: undefined reference to `MD5_body_for_thread’ dynamic_fmt.o: In function `DynamicFunc__crypt_md5_in1_to_out2′: /home/dave/wksp/john/src/dynamic_fmt.c:4732: undefined …

John-The-Ripper Jumbo 1.8.0 compile/make Fails in Fedora 25, GCC5 Read more »