Skip to content

Instantly share code, notes, and snippets.

@npodonnell
Last active December 27, 2021 16:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save npodonnell/3c6efc251e2d4c35607920b970c704ac to your computer and use it in GitHub Desktop.
Save npodonnell/3c6efc251e2d4c35607920b970c704ac to your computer and use it in GitHub Desktop.
Xen Cheatsheet

Xen Cheatsheet

N. P. O'Donnell, 2021

Run without sudo

There may be other ways to do this, but I use the following alias:

alias xen="sudo xen $@"

Technically it's still running as root though...

Basic Commands

List domains:

xen list

Live table of running domains:

xen top

Destroy (stop) domain:

xen destroy <domain ID>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment