-
Updated
Jan 4, 2022 - Python
qemu
Here are 738 public repositories matching this topic...
-
Updated
Dec 29, 2021 - Shell
As far as I can tell, the only time I can edit the configuration of an instance is the first time I run limactl start. It would be nice if I could do something like:
limactl stop defaultlimactl edit default(opens editor just like the first time it's created)limactl start default
Maybe this is already possible somehow? If so, I can't find the documentation in either the rep
Mounting using sshfs does not follow symlinks on Mac.
If ~/www is a symlink then the mounting succeeds to create localsrv:/www, but the directory is empty.
multipass mount ~/www localsrv:/www
Is there a way to enable follow_symlinks when mounting?
- OS: OSX Catalina
- Multipass: 1.4
-
Updated
Jan 3, 2022 - Shell
-
Updated
Dec 7, 2021 - Python
Hi, I also have a question regarding the custom post processor.
In the example https://github.com/AFLplusplus/AFLplusplus/blob/stable/custom_mutators/examples/post_library_gif.so.c#L48 it is mentioned that if the post process function returns 0 the input is not sent to the target program and fuzzing is continued. When I tried to do that same the fuzzer throws the error: `Custom_post_process fa
-
Updated
May 7, 2021 - Go
-
Updated
Jan 4, 2022 - C
-
Updated
Jan 5, 2022 - Go
After running NC with NCP for more then a year with over 2 million files stored on it, I asked myself if the mysql/mariadb DB needs to be maintained?
I searched the internet and the simplest solution I found was using
sudo mysqlcheck -o --all-databases
This reduced the DB size from around 950MB to a little over 800MB and NC seems to be a little more responsive (but this could homeopat
-
Updated
Dec 31, 2021 - Shell
-
Updated
Oct 15, 2021 - Dockerfile
-
Updated
Jan 5, 2022 - C
-
Updated
Jan 20, 2020 - C
-
Updated
Dec 10, 2020 - C
-
Updated
Apr 14, 2021 - C
-
Updated
Dec 29, 2021 - Makefile
-
Updated
Jan 5, 2022 - Go
Selinux compliance
Bug description
Scaphandre doesn't provide selinux module to be granted, so scaphandre is not supposed able to reach /proc files
To Reproduce
Run podman scaphandre on a CentOS node with Selinux permissive or enforced.
Expected behavior
```type=PROCTITLE` msg=audit(1620219205.083:466054): proctitle=2F7573722F6C6F63616C2F62696E2F7363617068616E6472650070726F6D657468657573
typ
-
Updated
Sep 13, 2020 - Shell
Improve this page
Add a description, image, and links to the qemu topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the qemu topic, visit your repo's landing page and select "manage topics."
It was suggested on Twitter to change the default upscaling mode to integer/nearest neighbor. This results in sharp (but blocky) graphics for low-res guests when the window resolution is greater than the host screen resolution.
I am in favor of this idea as the now-default linear upscale doesn't look pretty in my opinion. Here is the s