Download cdrtfe-1.5.9.zip from:
Copy from cdrtfe-1.5.9.zip:
- mkisofs.exe from tools\cdrtools
- Cygwin files from tools\cygwin
Download cdrtfe-1.5.9.zip from:
Copy from cdrtfe-1.5.9.zip:
This guide describes process of re-generating initramfs of Linux installation using chroot (for example, using a Live USB). Such manpilations may be useful, for example, in case the system fails to boot after changing of disks, cryptsetup partitions, re-created partitions with changed UUIDs.
Tesed on:
| # Get VM IP address by name | |
| # Examples: | |
| # .\Get-VM-IP.ps1 -vm_name "Ubuntu 24.04 Server" | |
| param([string]$vm_name = "Windows 10") | |
| $mac = (get-vm -name $vm_name | select -ExpandProperty networkadapters| select -ExpandProperty macaddress) -replace "([0-9A-Fa-f]{2})([0-9A-Fa-f]{2})([0-9A-Fa-f]{2})([0-9A-Fa-f]{2})([0-9A-Fa-f]{2})([0-9A-Fa-f]{2})", '$1-$2-$3-$4-$5-$6' | |
| Get-NetNeighbor -LinkLayerAddress $mac | select -ExpandProperty IPAddress |
Replace default X11 fonts (left image) in Abaqus GUI by installing 75dpi (center image) or 100dpi fonts (right image) and then reboot to apply the changes.