Skip to content
#

kvm

Here are 577 public repositories matching this topic...

Docker-OSX
shifujun
shifujun commented Jan 20, 2021

Just sharing 😄

Install tools:

brew install geekbench
brew install w3m

Run benchmark, must have internet for Geekbench 5 tryout mode:

/Applications/Geekbench\ 5.app/Contents/Resources/geekbench5

Use w3m get result in terminal:

w3m -dump https://browser.geekbench.com/v5/cpu/5992961

One line can be:

w3m -dump $(/Applications/Geekbench\ 5.app/Conten
good first issue
shymega
shymega commented Aug 28, 2020

As part of the associated project here, this issue is to track the progress of creating documentation with Read the Docs. My personal preference is RTD, and that's what I'll be working with for now, and keeping subscribers to this issue updated (of course), but it isn't stuck in stone, and can be adjusted later on.

Thanks!

enhancement doc good first issue
SprickW
SprickW commented Dec 29, 2021

Expected behaviour

I expected the VM to come up normally, just exchanging NAT IP by bridge IP

Actual behaviour

When adding the bridge="br0" line to the conf file, when trying to start VM immediately a "Connect to SPICE" window pops up asking for Hostname, Port, TLS Port and showing recent connections that obviously now don't work anymore.

As don't know much about spice, maybe

documentation good first issue help wanted

Kata Containers version 2.x repository. Kata Containers is an open source project and community working to build a standard implementation of lightweight Virtual Machines (VMs) that feel and perform like containers, but provide the workload isolation and security advantages of VMs. https://katacontainers.io/

  • Updated Jul 21, 2022
  • Go
mtlynch
mtlynch commented Jun 17, 2022

New versions of pylint flag places where we can use Python f-strings instead of the legacy string formatting options.

We currently have pylint's check for this disabled because of our legacy code that uses the old formatting style, but we should replace those instances with modern f-strings and delete [the suppression in .pylintrc](https://github.com/

enhancement good first issue
raoulbhatia
raoulbhatia commented Jan 1, 2022

System Information

Linux distribution

Ubuntu 20.04.3 LTS

Terraform, provider and libvirt version

Terraform v1.1.2
on darwin_amd64
+ provider registry.terraform.io/dmacvicar/libvirt v0.6.12
+ provider registry.terraform.io/hashicorp/template v2.2.0

Description of Issue/Question

Setup

Base setup from https://blog.ruanbekker.com/blog/2

Improve this page

Add a description, image, and links to the kvm topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the kvm topic, visit your repo's landing page and select "manage topics."

Learn more