qemu-system-x86 Creating an idempotent VM with SSH enabled via cloud-init and qemu monitor enabled over tcp
GitHub - chrisjsimpson/qemu-system-x86_64-bootstrap-me-an-ubuntu-vm-idempotentContribute to chrisjsimpson/qemu-system-x86_64-bootstrap-me-an-ubuntu-vm-idempotent development by creating an account on GitHub.GitHubchrisjsimpson
The above repo
How to write a systemd unit service file
Remind me how to write a systemd serive and the required steps/Unit file.
Say you want to run rqlite
git list previous branch
In git, how do I go back to the previous branch I was just on? I've got a
Deleting files "Cannot be removed because it is not empty" Error (Solved)
Struggling to delete a persistent file? We were facing the same problem!
In our case, we encountered this issue while
A practical, detailed guide to Git branching strategy, issue creation and merging
Question:
I would like to ask for an explanation about git best practices. Like git branching, naming branches etc
Sidenote-
Setup an IPv6 connection over IPv4 via Wireguard VPN (How to get IPv6 when you only have an IPv4 internet connection)
If you don't have IPv6 at home, sometimes you want to be able to test IPv6 only services-
Make Playwright faster: experimenting with containers and build caching on Github actions
GitHub - KarmaComputing/playwright-testingContribute to KarmaComputing/playwright-testing development by creating an account on GitHub.GitHubKarmaComputing
Background: We started using Playwright
[remote rejected] (refusing to allow an OAuth App to create or update workflow `.github/workflows/...` without `workflow` scope)
Github OAuth apps now require the 'workflow' scope when performing operations such as pushing a new workflow to
How to write a secure container
So, how do you write a secure container?
Rule 1: Know where your data is coming from
Common things to
Playwright tutorial example configuration
Playwright provides a fast and reliable interface that can be used to automate browser navigation testing.
In this Playwirght tutorial,