# Download ova
wget https://mudfish.net/releases/openwrt/ova/OpenWRT_with_Mudfish-2.1.26.ova
# Extract imageThis powershell script modifies the Base Image, or the Virtual Hard Disk, which the Windows Sandbox launches upon startup. It will copy the required files to the sandbox and add a registry key which will install them upon startup. By default the script will install the latest stable release of Winget. You can specify to use the latest pre-release with the -PreRelease switch.
When a new version of Winget is released, run this script again to update the installation in the sandbox to the latest version
| // Copyright (c) 2021 Advanced Micro Devices, Inc. All rights reserved. | |
| // | |
| // Permission is hereby granted, free of charge, to any person obtaining a copy | |
| // of this software and associated documentation files (the "Software"), to deal | |
| // in the Software without restriction, including without limitation the rights | |
| // to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | |
| // copies of the Software, and to permit persons to whom the Software is | |
| // furnished to do so, subject to the following conditions: | |
| // | |
| // The above copyright notice and this permission notice shall be included in |
| // LICENSE | |
| // ======= | |
| // Copyright (c) 2017-2019 Advanced Micro Devices, Inc. All rights reserved. | |
| // ------- | |
| // Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation | |
| // files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, | |
| // modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the | |
| // Software is furnished to do so, subject to the following conditions: | |
| // ------- | |
| // The above copyright notice and this permission notice shall be included in all copies or substantial portions of the |
All packages, except for Tini have been added to termux-root. To install them, simply pkg install root-repo && pkg install docker. This will install the whole docker suite, left only Tini to be compiled manually.
We did it! We broke gist.github.com ;) So head over to the new home! Thank you all!
2021.10.20: https://github.com/AveYo/MediaCreationTool.bat now open for interaction
Not just an Universal MediaCreationTool wrapper script with ingenious support for business editions,
A powerful yet simple windows 10 / 11 deployment automation tool as well!
| require 'webrick' | |
| require 'fileutils' | |
| BIND_ADDRESS = "127.0.0.1" | |
| PORT = 8080 | |
| BACKUP_DIR = 'bak' | |
| if ARGV.length != 0 | |
| root = ARGV.first.gsub('\\', '/') |
ASUS makes a pretty handy Chromebox, and it's handy not just because it's running ChromeOS, it's handy because of everything you can do to the box itself.
The ASUS Chromebox is easily upgradeable, and capable of running just about any linux distribution.
The model I picked up, the M004U has the following specs:
- Celeron 2955U (1.4GHz) 64 bit Dual core processor with 2MB L3 Cache
- 2GB DDR3 1600 RAM with 2 slots
- 16GB SSD HDD
- 802.11 b/g/n dual-band wireless, Bluetooth 4.0, and gigabit ethernet
Follow [steps][1]:
- Download: http://download.microsoft.com/download/9/1/E/91E9F42C-3F1F-4AD9-92B7-8DD65DA3B0C2/mvmc_setup.msi (thanks @xavery)
- Open Powershell as administrator and run
Import-Module 'C:\Program Files\Microsoft Virtual Machine Converter\MvmcCmdlet.psd1' - And after
ConvertTo-MvmcVirtualHardDisk -SourceLiteralPath d:\scratch\vmx\VM-disk1.vmdk -VhdType DynamicHardDisk -VhdFormat vhdx -destination c:\vm-disk1
| TinyCore | |
| Apr 13, 2015: | |
| remastering tiny core using virtualbox: | |
| 1. create a new virtualbox vm and add TinyCore-current.iso to the Storage setting | |
| 2. start the new vm | |
| 3. in a terminal window do: tce-load -wi ezremaster | |
| 4. perform all of these tce-load's: ... but do NOT configure anything, nor add pip (as it won't persist) | |
| 1. tce-load -wi libxslt.tcz ... lxml dependency | |
| 2. tce-load -wi libxml2-dev.tcz ... lxml dependency | |
| 3. tc-install.tcz ... so users of this remaster can install it if they want to, instead of only using the .iso |
