Nate
Nate
@patomas Upon inspection, the spotube AppImage appears to overwrite LD_LIBRARY_PATH with `usr/lib`. I'm not sure about the specifics of your system, however regardless of whether `usr/lib` exists or not, `usr/lib/libmpv.so`...
See golang/go#41563, basically you'll want to check if `t.Field(i).PkgPath != ""` (exported). StructField.PkgPath is populated if and only if the field is unexported.
> There is an error when typing "go get github.com/akavel/rsrc" : go.mod file not found in current directory or any parent directory. 'go get' is no longer supported outside a...
You could invoke the program with `sudo` to grant it the required privileges. For example, if you have a `update` subcommand to invoke the self updating behavior, you could run...
@zamsyt Try again and add `CGO_CFLAGS_ALLOW="-Wl,--push-state,--as-needed"` to your environment.
> > Try again and add `CGO_CFLAGS_ALLOW="-Wl,--push-state,--as-needed"` to your environment. > > @servusdei2018 Is that meant to fix something that `export CGO_CFLAGS_ALLOW=".*" && export CGO_LDFLAGS_ALLOW=".*"` didn't? Yes, those are part...
@OliPelz , does @jkthaha 's answer solve your problem? If so, please close this issue.
`libsystemd` and `libudev` are required if you are building nvtop with the `-DAMDGPU_SUPPORT=ON` and `-DINTEL_SUPPORT=ON` flags. These libraries are not present on macOS, and neither are AMD or Intel GPUs...
@andreasmjg regarding routing traffic through Tor, that is something you can do on the systems level and would force all applications, Bridge included, to use the Tor network. Regarding the...
You'll need to scan each folder, passing each file in each folder to the encryptor manually. OR, you could turn those folders into a ZIP or TAR.GZ and encrypt that...