If you are running a Samba server as a Domain Controller for your network and a new Windows 10 client workstation prevents you from logging in via the following error: We can’t sign you in with this credential because your domain isn’t available. Make sure your device is connected to your organization’s network and try
Ever lost Windows access to an entire partition? It’s not a common issue, but it does creep up with USB drives as they move from one system to another. If you find yourself in this situation you can take ownership of the entire volume and reset all of the permissions either via the command line
How to create an optimally laid out partition using GNU parted: #> parted -a optimal /dev/sda (parted) mklabel gpt (parted) mkpart primary xfs 0% 100% (parted) q