When making this website, i wanted a simple, reasonable way to make it look good on most displays. Not counting any minimization techniques, the following 58 bytes worked well for me:
main {
max-width: 38rem;
padding: 2rem;
margin: auto;
}While messing with a CF-U1 handheld PC that I bought off ebay I managed to mess up the BIOS and it
seems it reverted to previous settings which included an unknown BIOS password, it would however still
boot into windows. Since I could still boot windows I was able to dump the bios flash using
AFUWINGUI.EXE the version I used was 3.09.03.1462 which is available here:
https://www.ami.com/support-other/
Click on Aptio 4 AMI Firmware Update Utility
| #!/usr/bin/env python | |
| """ | |
| NOTE: | |
| This gist has been moved to EZmomi: | |
| https://github.com/snobear/ezmomi | |
| Give it a star or fork. Contributions are more than welcome. I'm hoping it will become an easy cli tool for | |
| common VMware tasks. |