Ben van B

Results 111 issues of Ben van B

https://devops.stackexchange.com/q/3150/210

One could add instructions for configuring NTP

improvement

``` sudo qemu-system-x86_64 -enable-kvm \ -machine q35 -smp sockets=1,cores=1,threads=2 -m 2048 \ -usb -device usb-kbd -device usb-tablet -rtc base=localtime \ -net nic,model=virtio -net user,hostfwd=tcp::4444-:4444 \ -drive file=snapshot.img,media=disk,if=virtio \ -loadvm windows...

As an alternative to install selenium, chocolatey could be used: ``` choco install selenium-ie-driver selenium-edge-driver -y ```

.DSStore in includes

``` [DEPRECATION WARNING]: The use of 'include' for tasks has been deprecated. Use 'import_tasks' for static inclusions or 'include_tasks' for dynamic inclusions. This feature will be removed in a future...

enhancement

If `build:` is used in docker-compose then `image:` can be omitted

go mod init github.com/cpliakas/aws-sam-golang-example go mod tidy

Could you add a checksum file to ensure that the artifacts to be downloaded could be verified?