Instalando Docker em um WSL 2 com Ubuntu 22.04
Before start the installation process, make sure you meet the following prerequisites:
- A Windows 10 operating system with WSL 2 support.
- WSL 2 enabled.
- Ubuntu 22.04 installed on WSL 2.
| # AFF | |
| # 如果你想支持我,可以通过我的邀请链接购买机场 | |
| # 感谢支持 | |
| # 1. 倾城极速 邀请码: 0jiB5uAA https://qcjs.ovh/#/register?code=0jiB5uAA | |
| # 2. ssLinks 邀请码: fSo2OhzH https://98a6251b6cd7471da86cca993b6dbe6f.36d.biz/#/register?code=fSo2OhzH | |
| # 一定要填我的邀请码,不填我哭给你看😭 | |
| # mihomo (Clash Meta) 懒人配置 | |
| # 版本 V1.22-250718 |
This is a guide to get the Ryzen 7 7735HS with integrated graphics running with proxmox inside a Windows VM.
BIOS: EC-ARB20A-1.15-T01
Proxmox VE: 7.3-1
| # The following is a step-by-step example for enabling SR-IOV VF on Promxox 7+ with BCM57810 10G NIC | |
| --- | |
| References | |
| https://forum.proxmox.com/threads/enabling-sr-iov-for-intel-nic-x550-t2-on-proxmox-6.56677/ | |
| https://zhuanlan.zhihu.com/p/91197211 | |
| https://zhuanlan.zhihu.com/p/356437308 | |
| https://zhiliao.h3c.com/Theme/details/24770 | |
| https://blog.csdn.net/Jackykxy/article/details/120585563 |
| --- | |
| PVE delte local-lvm partition | |
| Reference: https://post.smzdm.com/p/awkv4pq4/ | |
| lvremove pve/data | |
| lvextend -l +100%FREE -r pve/root | |
| Datacenter >> remove `local-lvm` partition >> edit `local` >> select all options |
| #!/bin/bash | |
| set -eu | |
| # Hat tip to https://gist.github.com/koallen/32709a244d77a2c0f8e17ed79a4092ed | |
| MLNX_SRIOV_DEVICES="" | |
| [ -e /etc/default/mlnx_sriov ] && . /etc/default/mlnx_sriov | |
| # params | |
| # - device sys path (e.g. /sys/class/infiniband/mlx5_0) |
| #/bin/bash | |
| # Ubuntu20 桌面环境配置(arm兼容) | |
| # 2021 flyqie | |
| # 遇到错误马上退出,避免出现其他问题 | |
| set -e | |
| # ... | |
| set -x | |
| # Xrdp |
Better tutorial (a little bit more complicated): https://gist.github.com/karolba/a3f1c5f8d50c67f5a19e6c8f38e53e12
sudo dd if=alpine.iso of=/dev/sdasudo reboot