VBoxManage setextradata "Win 11" "VBoxInternal/Devices/efi/0/Config/DmiBoardSerial" "string:SN001"
VBoxManage setextradata "Win 11" "VBoxInternal/Devices/efi/0/Config/DmiSystemSerial" "string:SN001"
如果是传统BIOS引导,把efi 换成 pcbios 即可
| [Unit] | |
| Description=MAC address loader for %I From bootloader env | |
| ConditionFileIsExecutable=/usr/sbin/fw_printenv | |
| Wants=network-pre.target | |
| Before=network-pre.target | |
| BindsTo=sys-subsystem-net-devices-%i.device | |
| After=sys-subsystem-net-devices-%i.device | |
| [Service] | |
| Type=oneshot |
| package main | |
| import ( | |
| "fmt" | |
| "github.com/reiver/go-oi" | |
| "github.com/reiver/go-telnet" | |
| ) | |
| func main() { |
| <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> | |
| <html xmlns="http://www.w3.org/1999/xhtml"> | |
| <head> | |
| <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> | |
| <title>TPLINK_Auth_Key_计算器 作者:青岛小哥 email:qdpp007@outlook.com</title> | |
| <script type="text/javascript"> | |
| function $(id) | |
| { | |
| return document.getElementById(id); | |
| } |
| <?php | |
| Swoole\Runtime::enableCoroutine(); | |
| $processContainer = []; | |
| for ($i = 0; $i < 2; $i++) { | |
| $process = new \Swoole\Process(function (\Swoole\Process $workerProcess) { | |
| \Swoole\Coroutine::create(function () use ($workerProcess) { | |
| while (true) { | |
| $socket = $workerProcess->exportSocket(); | |
| $pid = posix_getpid(); | |
| echo 'Idle:' . $pid . PHP_EOL; |
| { | |
| "response": { | |
| "allExpress": [ | |
| { | |
| "display": 1, | |
| "name": "申通快递", | |
| "id": 1 | |
| }, | |
| { | |
| "display": 1, |
| <?php | |
| function create_uuid() | |
| { | |
| $str = md5(uniqid(mt_rand(), true)); | |
| $uuid = substr($str, 0, 8) . '-'; | |
| $uuid .= substr($str, 8, 4) . '-'; | |
| $uuid .= substr($str, 12, 4) . '-'; | |
| $uuid .= substr($str, 16, 4) . '-'; | |
| $uuid .= substr($str, 20, 12); |
<?php
return call_user_func(function () {
$defaultIncludes = [];
$composerAutoload = [];
$composerAutoload[] = (getenv("COMPOSER_HOME") ?: getenv("HOME") . '/.composer/') . '/vendor/autoload.php';
$composerAutoload[] = getcwd() . DIRECTORY_SEPARATOR . '/vendor/autoload.php';
foreach ($composerAutoload as $autoloader) {AmbientCapabilities support (usually kernel >= linux4.3) [Unit]
Description=FRP Server Daemon