18%
09.08.2015
.bz2 archive out of the latest stable Cockpit version from the GitHub repository [6], unzip it, and then compile Cockpit using the well-known rule of three:
./configure
make
make install
You then need
18%
09.06.2018
to specify your Shodan key:
$ sudo nmap -sn -Pn -n --script shodan-api --script-args shodan-api.apikey= UsYM89GnfM86IP5aodgbTf6voFQL7kae www.foocompany1.com
In a moment, I'll show you how to get your own
18%
07.06.2019
If you add an additional element to the names vector and again try to create a data frame from numbers and names, an error occurs because numbers has a length of 5
and names has a length of 6
(Listing 2
18%
04.08.2020
combines the open source Cassandra [6] database with the also free Apache TinkerPop [7] graph computing framework to create a successful product.
Today, graph databases are in production use in almost all
18%
05.02.2019
or the new Oracle mode for each MariaDB instance. As a small example, Listing 6 shows an anonymous Oracle PL/SQL block in MariaDB. Further examples can be found online [2].
Listing 6
PL/SQL Block
18%
18.10.2017
a000)
libpgc.so => /opt/pgi/linux86-64/16.10/lib/libpgc.so (0x00007f5bc4fc2000)
librt.so.1 => /lib64/librt.so.1 (0x00007f5bc4dba000)
libm.so.6 => /lib64/libm.so.6 (0x00007f5bc4
18%
10.06.2024
number 2 using 38.698MW, resulting in a low performance/power ratio of 26.15. In comparison, Frontier at number 1 reached about 1.2 exaflops using 22.78MW, resulting in a performance/power ratio of 52
18%
09.10.2017
in turn stores as a separate time series. The software can already cope with millions of time series, yet version 2.0 [6] should cover more extreme Kubernetes environments with thousands of nodes
18%
07.01.2013
can run the virt-clone
command in the shell:
virt-clone --original userver5 --name userver6 \
--file /var/lib/libvirt/images/userver6.img
virt-clone
creates a new XML definition file
18%
07.10.2014
5) and for iptables (Listing 6). Your mileage may vary.
Listing 6
Iptables Start and Stop Commands
start_command = /sbin/iptables -I INPUT -s %IP% -p tcp --dport 22 -j ACCEPT
stop