- ゲストOSのCPU modelをクラスタ内のホストCPUのラインナップに応じて適切に選定してやることよって特定のホストCPUにしかない命令セットをゲストVMから隠蔽すれば安全にマイグレーションできる説
- なおデフォルトのkvm64でもある程度大丈夫っぽい記載があるが、ぼくの経験上うまくいった試しがあまりない
- でもドキュメント上は
Compatible with Intel CPU >= Pentium 4, AMD CPU >= Phenomとあるので、一番安全そうに見えるが。別原因でこけてただけなのかなあ。
- でもドキュメント上は
- だいたいダメな時はマイグレーション後数十分後にフリーズしてることがよくあるように思う。マイグレーション後のホストCPUにない命令セット触った時にオワるんだろうか
| [admin@MikroTik] > export | |
| # 2025-02-04 04:35:47 by RouterOS 7.18beta2 | |
| # software id = ETY3-XJA9 | |
| # | |
| # model = CCR2116-12G-4S+ | |
| # serial number = XXXXXXXXXXX | |
| /interface bridge | |
| add fast-forward=no frame-types=admit-only-vlan-tagged name=bridge1 protocol-mode=none vlan-filtering=yes | |
| /interface ethernet | |
| set [ find default-name=ether13 ] name=mng |
| ! NEC Portable Internetwork Core Operating System Software | |
| ! IX Series IX3315 (magellan-sec) Software, Version 10.9.11, RELEASE SOFTWARE | |
| ! Compiled Dec 15-Fri-2023 13:25:17 JST #2 | |
| ! Last updated May 20-Mon-2024 03:25:54 JST | |
| ! | |
| service ssl-protocol tls1.2-and-later | |
| ! | |
| hostname HomeLab | |
| timezone +09 00 |
This is a living document. Everything in this document is made in good faith of being accurate, but like I just said; we don't yet know everything about what's going on.
Update: I've disabled comments as of 2025-01-26 to avoid everyone having notifications for something a year on if someone wants to suggest a correction. Folks are free to email to suggest corrections still, of course.
On 02/09/2024 at around 8pm UTC, Discord flipped an experiment (2023-09_mobile_redesign_override_toggles) which ignores the layout toggle that this script relied on.
If you want to continue using the old layout, you can either use a modded mobile client (such as Vendetta) to disable that experiment, or downgrade to an old version of the app.
Tip
Use this one if you want a fast, beginner-friendly solution and don't mind using a version from November 2023
- Download version
205.15of Discord mobile app from ApkMirror
If you want to download an older version ive heard 205.15 works well, i reccomend ApkMirror
- Follow the instructions from https://github.com/vendetta-mod/Vendetta
- After the client is installed, navigate to Settings > Plugins, then click the +, and finally paste
https://vd-plugins.github.io/proxy/maisymoe.github.io/strife/Experimentsinto the input and clickInstall - Once the experiments plugin is enabled, reload the app then go to Settings > Experiments >
Tabs V2 - redesign opt-out/in for alland selectControl Bucket.
Ive also heard enmity works well for IOS.
THIS GIST IS NOW DEPRECATED NEW ONE IS AVAILABLE HERE I WONT BE UPDATING THIS ONE OR REPLYING TO COMMENTS ON THIS ONE (COMMENTS NOW DISABLED).
this gist is part of this series
This assumes you are running Proxmox 8.2 and that the line source /etc/network/interfaces.d/* is at the end of the interfaces file (this is automatically added to both new and upgraded installations of Proxmox 8.2).
This changes the previous file design thanks to @NRGNet for the suggestions to move thunderbolt settings to a file in /etc/network/interfaces.d it makes the system much more reliable in general, more maintainable esp for folks using IPv4 on the private cluster network (i still recommend the use of the IPv6 FC00 network you will see in these docs)
| #!/bin/bash | |
| SCRIPTNAME=$(basename "$0") | |
| function realpath () { | |
| f=$@; | |
| if [ -d "$f" ]; then | |
| base=""; | |
| dir="$f"; | |
| else | |
| base="/$(basename "$f")"; |
| <# | |
| .DESCRIPTION | |
| Install OpenSSH and configure to manage Windows computer remotely. | |
| .LINK | |
| https://learn.microsoft.com/en-us/windows-server/administration/openssh/openssh_overview | |
| #> | |
| Write-Host "Installing OpenSSH..." | |
| Get-WindowsCapability -Online | Where-Object {$_.Name -ILike "openssh*"} | ForEach-Object { |
これは時雨堂が開催しているオンラインイベントである WebRTC 入門の 講師用 の資料であり、 参加者用の資料ではありません。
ChatGPT がある今、学ぼうと思えば好きなだけ学べる時代がきています。