30%
13.03.2012
instructions, hunting down tools, and undoing missteps before you can enjoy your new furniture. Indeed, should you not have the mechanical inclination to put bolt A16 into offset hole 22, your new furniture
30%
20.12.2012
with OS fingerprinting. The following command executes a simple port scan on a chosen system:
nmap -v -A www.haribo.de
An abridged version of the output from this command is shown in Listing 1.
Listing 1
30%
15.04.2013
, they convert arbitrary input to fixed length output. The output is typically a hex number: for example, the MD5 hash of the word “Hello” is 8b1a9953c4611296a827abf8c47804d7. To be secure, a cryptographic hash
30%
30.07.2014
=> SOCK_STREAM)
or die "Couldn't connect to $remote_host:$remote_port: $@ \n";
while() {
my @lavg = Sys::CpuLoad::load();
my $ts=time();
print $socket "system.loadavg_1min $lavg[0] $ts\n";
print
30%
31.05.2012
want to write simple scalar loops that compile down to tight machine code using just the registers on a single CPU. We want to write A*B and launch a thousand computations on a thousand machines
30%
29.09.2020
and doubles the cache size (from 3 to 6MB), in exchange for a small drop in baseline clock speed – 2.3 to 2.2GHz (peak drops from 3.2 to 3.1GHz).
Major Surgery
Legend has it that no one has ever
opened
30%
29.09.2020
, much has changed. The Red Hat-sponsored project is now available for Fedora, Red Hat Enterprise Linux (RHEL), CentOS, Debian (version 9 and above), and Ubuntu (17.04 and above) and runs on x86
30%
07.10.2014
-EY
09 config:
10
11 zroot ONLINE
12 ata-ST380215AS_9QZ68Z7S ONLINE
Not Under Root
Caution is advised here: Without specifying any options, the zpool
30%
04.04.2023
and IoT and is optimized for high-performance applications.
StarlingX is an OpenInfra (https://openinfra.dev/) project that provides "a container-based infrastructure for edge implementations in scalable
30%
04.04.2023
) main | sudo tee -a /etc/apt/sources.list.d/trivy.list
sudo apt-get update
sudo apt-get install trivy
Security Scanning
Once the installation is complete, you can start scanning, which I