How to fix Windows drive in read only mode when on Linux
Resources:
- https://www.linuxuprising.com/2019/01/fix-windows-10-or-8-partition-mounted.html
Search for a command to run...
Resources:
Initial brain dump I noticed something a little counter intuitive for me… My home computer has the following specs: CPU: Ryzen 9 7900X : 12 Cores / 24 threads (2 CCDs) / Special NUMA architecture So There is basically 6 cores per silicon die. The...
Create a privileged container in Proxmox Make sure container doesn’t start right after creation Append extra config for to lxc container conf file On the proxmox host edit the file /etc/pve/lxc/<container id>.conf and add the following content lxc....
iface eno1 inet manual # ... existing lines post-up /sbin/ethtool -K $IFACE tso off Resources: https://forum.proxmox.com/threads/e1000e-reset-adapter-unexpectedly.87769/ https://serverfault.com/questions/616485/e1000e-reset-adapter-unexpec...
Installation (Ubuntu 22.04) https://kasmweb.com/docs/latest/install/single_server_install.html apt update && apt upgrade -y && apt install curl -y cd /tmp curl -O https://kasm-static-content.s3.amazonaws.com/kasm_release_1.13.1.421524.tar.gz tar -x...
Follow this article to pass through the iGPU to the LXC container first. In the Kasm admin panel go to Workspaces / <workspace : edit> By default the iGPU is used with DRI3 Under “Docker Run Config Overide (JSON)” set: { "environment": { "HW3D...
