How to merge VMWARE virtual disk files into one?

Use this command: vmware-vdiskmanager.exe" -r "source.vmdk" -t 0 "result.vmdk" It's good idea to do defragmentation of linux drive before merging: sudo e4defrag /dev/sda1; cat /dev/zero > zero.fill;sync;sleep 1;sync;rm -f zero.fill

How to merge VMWARE virtual disk files into one?2020-05-29T09:50:03+02:00

Windows 10: How to debloat OS?

Run powershell as Administrator Set-ExecutionPolicy Unrestricted Download script and run https://github.com/W4RH4WK/Debloat-Windows-10/blob/master/scripts/remove-default-apps.ps1 Execute this command Get-AppXPackage | where-object {$_.name –notlike “*store*”} | Remove-AppxPackage

Windows 10: How to debloat OS?2020-05-29T10:14:37+02:00

FFMPEG: How to stream H264 1080p 60fps to URVE Player

Simple batch with zeranoe ffmpeg build do the job. You need fast CPU :1 start "FFMPEG - Stream" /wait /MIN /HIGH utils\ffmpeg.exe -re -i "AnyMovieWith60fps.mp4" -vcodec libx264 -preset superfast -tune zerolatency -x264opts vbv-maxrate=12000:vbv-bufsize=1:slice-max-size=1500:keyint=60 -s 1920x1080 -threads 4 -r 60 -an -f mpegts "udp://232.255.42.42:1234" timeout 5 goto 1 You can use URVE StreamServer to achieve reliable [...]

FFMPEG: How to stream H264 1080p 60fps to URVE Player2020-05-29T10:19:04+02:00

How to shrink VMWARE virtual disk with android source

Empty trash (Ubuntu) rm -rf ~/.local/share/Trash/* Defrag and zero fill /dev/sda1: sudo e4defrag /dev/sda1; cat /dev/zero > zero.fill;sync;sleep 1;sync;rm -f zero.fill On vmware host run vmware_vdiskmanager with -k sda1.vmdk as in this example: "C:\Program Files (x86)\VMware\VMware Workstation"\vmware-vdiskmanager.exe -k URVEBoardSDK.vmdk

How to shrink VMWARE virtual disk with android source2020-05-29T10:24:48+02:00
Skip to content

This website uses cookies to improve your experience. We'll assume you're ok with this, but you can opt-out if you wish.
Ta strona korzysta z plików cookie, aby poprawić komfort użytkowania. Zakładamy, że nie masz nic przeciwko, ale możesz zrezygnować, jeśli chcesz.
Read more
Dowiedz się więcej

The cookie settings on this website are set to "allow cookies" to give you the best browsing experience possible. If you continue to use this website without changing your cookie settings or you click "Accept" below then you are consenting to this.

Close