Skip to content

Instantly share code, notes, and snippets.

@yuna0x0
Last active November 6, 2025 17:59
Show Gist options
  • Select an option

  • Save yuna0x0/7fdd61ea9ed9aba68e2dd02f6ff4814a to your computer and use it in GitHub Desktop.

Select an option

Save yuna0x0/7fdd61ea9ed9aba68e2dd02f6ff4814a to your computer and use it in GitHub Desktop.

Revisions

  1. yuna0x0 renamed this gist Apr 9, 2025. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.
  2. yuna0x0 revised this gist Apr 11, 2021. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion pve_xtermjs_for_ubuntu_vm.txt
    Original file line number Diff line number Diff line change
    @@ -1,4 +1,4 @@
    1. Add a virtual serial port to the VM using PVE Web GUI, and restart the VM
    1. Add a virtual serial port to the VM using PVE Web GUI and restart the VM

    2. Enable and start the virtual serial port on VM, change tty number as needed (Reference: https://askubuntu.com/a/621209/838946)
    $ sudo systemctl enable [email protected]
  3. yuna0x0 revised this gist Apr 11, 2021. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion pve_xtermjs_for_ubuntu_vm.txt
    Original file line number Diff line number Diff line change
    @@ -1,4 +1,4 @@
    1. Add a virtual serial port to the VM using PVE Web GUI
    1. Add a virtual serial port to the VM using PVE Web GUI, and restart the VM

    2. Enable and start the virtual serial port on VM, change tty number as needed (Reference: https://askubuntu.com/a/621209/838946)
    $ sudo systemctl enable [email protected]
  4. yuna0x0 renamed this gist Apr 10, 2021. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.
  5. yuna0x0 revised this gist Apr 10, 2021. No changes.
  6. yuna0x0 revised this gist Apr 10, 2021. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion pve_xtermjs_for_vm.txt
    Original file line number Diff line number Diff line change
    @@ -1,6 +1,6 @@
    1. Add a virtual serial port to the VM using PVE Web GUI

    2. Enable and start the virtual serial port in VM, change tty number as needed (Reference: https://askubuntu.com/a/621209/838946)
    2. Enable and start the virtual serial port on VM, change tty number as needed (Reference: https://askubuntu.com/a/621209/838946)
    $ sudo systemctl enable [email protected]
    $ sudo systemctl start [email protected]

  7. yuna0x0 revised this gist Apr 10, 2021. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion pve_xtermjs_for_vm.txt
    Original file line number Diff line number Diff line change
    @@ -1,6 +1,6 @@
    1. Add a virtual serial port to the VM using PVE Web GUI

    2. Enable and start the virtual serial port on VM, change tty number as needed (Reference: https://askubuntu.com/a/621209/838946)
    2. Enable and start the virtual serial port in VM, change tty number as needed (Reference: https://askubuntu.com/a/621209/838946)
    $ sudo systemctl enable [email protected]
    $ sudo systemctl start [email protected]

  8. yuna0x0 created this gist Apr 10, 2021.
    7 changes: 7 additions & 0 deletions pve_xtermjs_for_vm.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,7 @@
    1. Add a virtual serial port to the VM using PVE Web GUI

    2. Enable and start the virtual serial port on VM, change tty number as needed (Reference: https://askubuntu.com/a/621209/838946)
    $ sudo systemctl enable [email protected]
    $ sudo systemctl start [email protected]

    3. Done! You can now select xterm.js in the PVE Web GUI