You can use the Wipe All command in DiskPart to write over all data on a drive. Start DiskPart with administrator rights. Show available disks and select the USB stick Wipe all data Create partition and format the disk
Author: contrib
Lossless Cut Video Trimmer
A useful tool for trimming videos and remuxing without re-encoding. https://github.com/mifi/lossless-cut
RSAT Error 0x800f0954 Windows 10
If you receive the error 0x800f0954 when trying to install RSAT tools in Powershell you can try to enable the settings below. You may need to run gpupdate to refresh policies You should now be able to install RSAT tools.
Check PHP-FPM Running Versions
In debian linux you can check the running versions of php-fpm by using the following command.
Windows Desktop Icons Are White
If your icons have turned white or not displayed correctly you may have a corrupt icon cache. To reset the icon cache open Powershell/CMD in the directory below. Exit all Explorer windows or kill task in Task Manager to allow deletion of the files below Delete all iconcache.db files in %userprofile%\AppData\Local\Microsoft\Windows\Explorer Open another Powershell/CMD window […]
WSL Ubuntu Reclaim Space on Vdisk Image Using Diskpart in Windows
Possible Disk Image locations If using Docker Desktop, exit the program and shutdown WSL(use terminate if wsl starts up again automatically), check nothing is running Start Diskpart with elevated privileges Attach the image file and compress the image
Docker Import Mysql Database
To import a mysql database via Docker use the following command. Use the code below to obtain the mysql-container name.