Recent content by red_book

  1. R

    Windows 10 Cloudbase-init set registry value during boot

    Is there a way to set a registry value during boot of a windows 10 VM? Using snippets?
  2. R

    xterm.js console doesnt set terminal size correctly

    Im not sure how the proxmox works on the backend of this but I saw it opens a websocket to send/receive messages. It sends 1:208:81: to the VM, from what I can tell those numbers relate to the cols/rows of the terminal. Im not sure what proxmox does with those numbers on the backend or what...
  3. R

    xterm.js console doesnt set terminal size correctly

    Hi, The xterm.js terminal doesnt set the terminal size correctly causing the text to not wrap and overwrite the text on the current line The xterm.js console tries to set the tty size by sending "1:<cols>:<rows>:" over the websocket, however, this doesnt work Example: The actual tty size...