20%
09.04.2019
HHcUtMH4cpYuBSjKnIT78VK/TGvZCgL37K
iYm71yE5BaFQSt+A5Wrlr8TDeNjHOOKY/3pInx79zr37w9OyT84dUwBfmn9Au0H8
HjA+1veU0FJLmj/LxvfA+tWM2l93HODwVar6NWqu9OQMw+XgX86UDo30b0MJb4iL
aENiukjDEW08bhjEJ3AbELoJgnT2jNmilDEwO8whW6
20%
03.04.2024
64ae120c27e504088d8c2ce29a0fa7f85c
The example code in Listing 2 uses Python to demonstrate how to use the API to retrieve user information. To begin, import the Python Requests API and define the URL
20%
18.02.2018
. The required modifications are explained in the Huginn wiki [3].
The software is based on Ruby on Rails [4] and therefore requires an installed Ruby environment; in fact, it needs version 2.2 or 2.3
20%
01.08.2019
INPUT
iptables -A INPUT -m state --state RELATED,ESTABLISHED -j ACCEPT
iptables -A INPUT -i eth0 -j DROP
iptables -A INPUT -i eth1 -p tcp --dport 22 -j ACCEPT
iptables -A INPUT -i eth1 -j DROP
20%
16.08.2018
| swift | object-store |
| aef9ec430ac2403f88477afed1880697 | aodh | alarming |
| b0d402a9ed0c4c54ae9d949e32e8527f | neutron | network |
| b3d1ed21ca384878b5821074c4e0fafe
20%
14.03.2013
paper [2] entitled "Processes as Files." Cross-pollinated through the later Bell Labs Plan 9 implementation, Linux's version is original in exposing not just process information, but a wealth of system
20%
04.04.2023
), infrastructure-as-code (IaC) misconfigurations, and sensitive information and passwords.
Installation
Trivy can be installed on all popular Linux distributions and macOS. Alternatively, you can run Trivy
20%
25.09.2023
-config
22 mountPath: /etc/nginx/nginx.conf
23 subPath: nginx.conf
24 volumes:
25 - name: nginx-config
26 configMap:
27 name: nginx-config
Listing 10
20%
18.06.2014
( 1.28%) ( 39.62% cumulative)
[ 365- 504 days]: 2324 ( 0.60%) ( 40.22% cumulative)
[ 504- 730 days]: 3270 ( 0.84%) ( 41.06% cumulative)
[ 730-1095 days]: 37909 ( 9.77%) ( 50.83% cumulative)
[1095
20%
26.01.2025
22 ztable = join(ztable)
23 p = plot([f1 f2]; xrange=(0, 1), lc=[lc1 lc2], lw=2, xlabel="x", ylabel="y", label=["cos($c x)" "$(t)tan(x)"])
24 show(io, MIME"image/png"(), p)
25