Marcos Paulo de Souza

Results 10 issues of Marcos Paulo de Souza

If we run netsetgo into an existing container with a default route already set, the error below is returned: ERROR - file exists and exit code is 1. But if...

Currently lxc allows the newly created container to connect to an already created bridge, like lxcbr0 (lxc bridge) or virbr0 (created by libvirt). instead of creating a new bridge and...

I opened a bug in flathub/com.github.fabiocolacio.marker/issues/23 because I didn't found a way to report the bug here. Other apps, like HexChat, has a Issues button on flathub.

Flatpak is a great way to distribute a game in Linux nowadays. [Flathub](https://flathub.org/) é being used even from the app stores in different Linux distributions. Having the game distributed to...

suggestion

tmux doesn't handle too well true color schemes on VIM, but quantum is the best scheme that I found so far. Do you have plans to add an option to...

enhancement

Mentioning a bug from https://github.com/mozilla/pdf.js/issues/10352 Is there any test to make both "normal" Firefox from Firefox from inside Flatpak? Should it have differences?

Change path from kernel/main.c to kernel/modules/main.c

When trying to grab the two commits from https://lore.kernel.org/live-patching/[email protected], b4 only picks the last commits, and also adds reviewed and tested by that doesn't exists for the patches. On a...

I was about to check something related to memory hotplug, and by it I changed virtme-ng a little: ``` 1199⋮ │ qemuargs.extend(["-m", args.memory]) ⋮1199│ qemuargs.extend(["-m", f"{args.memory},slots=4,maxmem=4G"]) ``` And executed vng:...

This commit add --codespell to checkpatch.pl is the codespell package is install. If b4 is installed with pipx you need to use --system-site-packages when calling install, otherwise it won't see...