Rui Lopes

Results 190 issues of Rui Lopes

**Describe the bug** The [uefivars package](https://github.com/u-root/u-root/tree/master/pkg/uefivars) is still using the deprecated `/sys/firmware/efi/vars` interface. **To Reproduce** Run u-root under linux 5.4.x compiled with `CONFIG_EFI_VARS=n` and `CONFIG_EFIVAR_FS=y`. **Expected behavior** I expected the...

Bug

SQL Server does not use a raw TLS connection, instead it uses something similar to [STARTTLS/Opportunistic_TLS](https://en.wikipedia.org/wiki/Opportunistic_TLS), where you first need to do a clear text handshake to tell it to...

**Is your feature request related to a problem? Please describe.** Firmware drivers (like the [Seeed Studio Odyssey X86J4105 board](https://wiki.seeedstudio.com/ODYSSEY-X86J4105-Installing-OS/#latest-bios-firmware)) are normally shipped as a zip file and in order to...

type:feature

it would be very interesting having support for [google_artifact_registry_repository](https://registry.terraform.io/providers/hashicorp/google/latest/docs/resources/artifact_registry_repository)

**What kind of request is this (question/bug/enhancement/feature request):** bug. **Steps to reproduce (least amount of steps as possible):** Add a node to a RKE cluster as: https://github.com/rgl/rancher-single-node-ubuntu-vagrant/blob/048567e05b87247ce14b1b3d2680314cbd7f3115/provision-rancher.sh#L182-L199 ```bash rancher_ip_address="${1:-10.1.0.3}"; shift...

status/stale

## Which problem is this PR solving? This closes #187 It would be nice not using the absolute address in `@icon-url: "/iconfont/iconfont"` but I didn't find a way. The fonts...

stale

This fixes #223. Please be aware that this is currently using a modified version of the denisenkom/go-mssqldb package as explained in #223. Here's it working: ``` $ ./certigo connect --ca...

SQL Server does not uses a raw TLS connection, instead, it uses TLS over the TDS protocol, as such, we need to use the https://github.com/denisenkom/go-mssqldb library. I'm making a patch...

It would very useful to be able to show the current value of all the Secure Boot EFI variables, and export/import them as .pem/.hex files. Currently I'm using `efi-readvar` as:...

This add a github actions workflow to build the multi-platform container image and publish it to docker hub (only when there is a `v` prefixed tag associated with the commit)....