-
Thanks for the code here. But i am not able to generate the excel file, any ideas on what to fix here.
>openvas_to_report -i openvastest.xml -o generated_excel.xlsx
Traceback (most recent call l…
-
**system info**
MacOS Sierra 10.12.5
**version**
1.12
**debug output**
/usr/local/bin/vv: line 1481: version: command not found
vv: /usr/local/bin/vv
vv_config: /Users/tarik/.vv-config…
-
I donlt think it does this (correct me if I am wrong) but when I create a remote in the browser, these do not persist in the server config for me to use next time or on another device.
Since the s…
-
There have been several user requests for a Flatpak version, so we should support that additional option for installation.
For context, Flatpak is an app distribution platform for Linux. It has man…
-
Only this weird construct works:
ssh -v -o'UserKnownHostsFile="""C:\Program Files\whitespace test\known_hosts"""' -i 'C:\Program Files\whitespace test\id_ecdsa' user@ip
Nothing else worked for me …
-
I'm using Ubuntu 22.04. I see the following behaviour both with v5.3.7 as provided by Ubuntu and with a manual compile I performed today from 8013c00e1
When I try to install firewalls with the "Ver…
alt36 updated
2 months ago
-
### Is your feature request related to a problem? Please describe.
May help to autoconfigure zabbix client while using the "VMWare Guest" Template which identifies hosts using their vc.uuid instead o…
-
```
Linux 更新 /etc/hosts 文件后程序输出下面的日志
Traceback (most recent call last):
File "hostsutl.py", line 561, in move_hosts
shutil.copy2(filepath, self.hostspath)
File "/usr/lib64/python2.7/shutil.py…
-
```kotlin
Shell.SU.run(
arrayOf(
"echo \"# Hello :)\" >> /etc/hosts", "cat /etc/hosts"
)
).also {
println("Output: $it")
}
```
It doesn't added "Hello :)" to `/etc/hosts…
-
### What went wrong?
I have this line in my earthfile:
```
SAVE IMAGE --push --insecure registry.cluster.test/cat-voices-docs:latest
```
And in my `/etc/hosts` file i have defined:
```
192.168.…