The Wiert Corner – irregular stream of stuff

Jeroen W. Pluimers on .NET, C#, Delphi, databases, and personal interests

  • My badges

  • Twitter Updates

  • My Flickr Stream

  • Pages

  • All categories

  • Enter your email address to subscribe to this blog and receive notifications of new posts by email.

    Join 4,262 other subscribers

Archive for February 23rd, 2018

Virtual Machine Startup and Shutdown Behavior – Proxmox VE

Posted by jpluimers on 2018/02/23

For my link archive as this is configured per VM on the VM level which is different from for instance ESXi: [WayBackVirtual Machine Startup and Shutdown Behavior – Proxmox VE

  • Start at boot yes/no
  • Start/Shutdown order: order=# (or any) up=## (or nothing)

–jeroen

Posted in Power User, Proxmox, Virtualization | 2 Comments »

Getting close to 7zip GUI “Ultra” compression from a batch file

Posted by jpluimers on 2018/02/23

These are the command-line parameters I assembled to get close to “Ultra” compression from the 7-zip command-line:

"C:\Program Files\7-Zip\7z.exe" a -t7z -m0=lzma2:d1024m -mx=9 -aoa -mfb=64 -md=32m -ms=on -sdel filename archive.7z

This will move filename to archive.7z using maximum compression.

Sometimes this is slightly better than “Ultra” compression from the 7-zip UI, sometimes slightly worse, but never far apart.

via:[WayBackbatch file – 7zip Ultra LZMA2 compression – Stack Overflow

–jeroen

Posted in Uncategorized | Leave a Comment »