Skip to content

Instantly share code, notes, and snippets.

@weshouman
Created December 5, 2019 21:14
Show Gist options
  • Save weshouman/90e40270374591e308e494ffc0767614 to your computer and use it in GitHub Desktop.
Save weshouman/90e40270374591e308e494ffc0767614 to your computer and use it in GitHub Desktop.
Multi terminals on laptop

Answer is here

Steps are:

sudo X -quiet -nolisten tcp -noreset :4 vt8
DISPLAY=:4 virtualbox &

then ctrl+alt+f8 I recommend using the first command on a tty that isn't 7 (may be tty6) and the same for the other command on may be tty5.
As in my case tty7 got reloged into upon the first command's execution.
Also be prepared to filter some processes in top and exit them, basically virtualbox and X

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment