This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| silly gist hack, why do we need you? :( |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| unzip MSEdge*.zip | |
| tar xf MSEdge*.ova | |
| touch Win10.qcow2 | |
| chattr +C Win10.qcow2 | |
| qemu-img convert -O qcow2 MSEdge*.vmdk Win10.qcow2 | |
| https://www.spice-space.org/download.html | |
| https://leduccc.medium.com/improving-the-performance-of-a-windows-10-guest-on-qemu-a5b3f54d9cf5 | |
| https://unix.stackexchange.com/questions/47082/how-to-improve-windows-perfomance-when-running-inside-kvm |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| zypper if -- $(sudo fgrep '|remove |' /var/log/zypp/history | awk -F'|' '{print $3}' | sort --unique) | grep -B 8 'Installed : Yes' | |
| sudo fgrep '|install|' /var/log/zypp/history | awk -F'|' '{print $3}' | sort | uniq --count | sort --human-numeric-sort | |
| zypper --installroot /mnt in -t pattern base enhanced_base fonts kde_plasma |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "scripts": { | |
| "pretest": "exit 1", | |
| "test": "exit 1", | |
| "posttest": "echo post-test" | |
| } | |
| } |
OlderNewer