Score:-2

VBS(Virtualization Based Security) on Linux, Kernel protection using hardware based virtualization. Is it planned to be embedded in a distro?

cn flag

https://www.linux-kvm.org/images/4/40/01x05-Jun_Nakajima-Kernel_Protection_Using_Hardware-Based_Virtualization.pdf

We have already VBS(Virtualization Based Security) in Windows 11. I do need that technology in Ubuntu. When do we have it in Ubuntu distro?

Score:0
my flag

You can run it using wine on Ubuntu.

For installing wine:

  1. Open a terminal using Ctrl + Alt + T or Applications Overview → Terminal.
  2. Install Wine from the official repositories or from wine's official repositories. For installing from Ubuntu's official repositories, run:
    sudo apt update
    sudo apt install wine -y
    

After wine is installed, you can run the .vbs files using wine:

wine cscript script.vbs

You can also use:

wine wscript script.vbs
cn flag
VBS(Virtualization Based Security)
mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.