Hyper-V One Way Communication, Host To VMs
I recently encountered an issue with Hyper-V where the host system was able to successfully ping the virtual machines (VMs), but the VMs were unable to ping the host. However, the VMs were able to ...
I recently encountered an issue with Hyper-V where the host system was able to successfully ping the virtual machines (VMs), but the VMs were unable to ping the host. However, the VMs were able to ...
Use this command to restore the health of your Windows install DISM /Online /Cleanup-Image /RestoreHealth Use this command to restore the health of your Windows install while offline. You will ha...
Error 740 occurs from lack of privileges. It’s an easy fix. Open cmd prompt with administrator privileges and enter this command to start the add printer wizard with elevated privileges: rundll32...
I developed a habit of using delete instead of moving to trash. I deleted a couple things I regretted, so I disabled delete from the right-click menu. In the file manager go to Edit –> Preferen...
In Windows 10/11 system restore points and registry backups are disabled. Here is a workaround to re-enable regsitry backups. Enabling system restore is a no-brainer. Merge this registry file Win...
in directory \windows\system32> ren Utilman.exe Utilman.bak copy cmd.exe Utilman.exe reboot net user administrator newpassword
QDirStat sudo apt install qdirstat
Recipe from Swig and Swine Charleston, SC. 3C Yellow Mustard 1C Brown Sugar 1C Apple Cider Vinegar 1/4C Worcestershire 1/4C Molasses 2tbs Mustard Powder 1tsp Cayenne
duf is a nice alternative for df. sudo apt install duf Some other commands to try duf /etc/ /root/ duf --sort size How to use duf Usage of duf: -all include pseudo, duplicate, inacc...
to edit bash, must be in /home nano .bashrc to load new edits into bash source .bashrc clear screen, windows command alias cls='clear' put the apt update and upgrade in one command, creates ...