fluidum

Results 9 comments of fluidum

> Had the same error. No fix, but workaround: > > ``` > $ wget https://github.com/imageio/imageio-binaries/raw/master/ffmpeg/ffmpeg.linux64 > $ mv ffmpeg.linux64 ~/.imageio/ffmpeg/ > ``` I had to tune it for Ubuntu...

I also don't understand the point of --profile-name parameter. Maybe it fulfills the given file with findings after the scan has been completed, I don't know. My current work around...

``` # rpm -Uvh sysinternalsebpf-1.0.0-1.x86_64.rpm error: Failed dependencies: libc.so.6(GLIBC_2.22)(64bit) is needed by sysinternalsebpf-1.0.0-1.x86_64 libc.so.6(GLIBC_2.26)(64bit) is needed by sysinternalsebpf-1.0.0-1.x86_64 libjson-glib-1.0.so.0()(64bit) is needed by sysinternalsebpf-1.0.0-1.x86_64 # rpm -qa|grep glibc glibc-devel-2.17-323.0.1.el7_9.x86_64 glibc-common-2.17-323.0.1.el7_9.x86_64 glibc-utils-2.17-323.0.1.el7_9.x86_64...

# Open a project and generate yourself Desktop OAuth client ID credentials. https://console.developers.google.com/?pli=1 # clone the source git clone https://github.com/gdrive-org/gdrive.git cd gdrive/ # change the two parameters you generated for...

@linnabrown double click your **OAuth 2.0 Client IDs** record name. When new page opens there is a button download JSON. Feed that configfile into app. Also make sure that your...

# if p.attrib['banner']: # dict_item['banner'] = p.attrib['banner'] I commented out those two lines and nmap XML push was successful to Elastic.

> .. I've seen other terminal apps that do this 😄 One idea how it has been solved: https://github.com/linuxserver/docker-wireguard/blob/master/root/app/show-peer

Same issue with duplicati-2.0.7.1_beta_2023-05-25 on Windows 10. At least its possible to restore files directly to root of drive where unencrypted indexed files are without using `--targetpath` parameter.

_Ubuntu 22.04.2 podman version 4.5.1 (manually installed)_ I just got same error when tried first run script with sh like readme.md describes. `sudo sh podman-security-bench.sh` `podman-security-bench.sh: 93: ./tests/4_container_images.sh: Syntax error:...