16%
20.12.2012
: Nmap Command
root@sandbox:~# nmap -v -A www.haribo.de
...
Host www2.haribo.com (213.185.81.67) is up (0.011s latency).
Interesting ports on www2.haribo.com (213.185.81.67):
Not shown: 995 closed ports
16%
14.03.2013
: 0
16 initial apicid : 0
17 fdiv_bug : no
18 hlt_bug : no
19 f00f_bug : no
20 coma_bug : no
21 fpu : yes
22 fpu_exception : yes
23 cpuid level : 10
24 wp
16%
04.12.2013
if (ierr > 0) then
21 write(*,*) "error in opening file! Stopping"
22 stop
23 else
24 do 10 counter=1,counter_limit
25 my_record%x = counter
26 my_record%y = counter
16%
01.08.2019
. The takeaway is the -j LOG option (line 12), which logs port scanning behavior to a logfile with the iptables:
prefix.
Listing 1
iptable Rules
01 *filter
02 *filter
03 :INPUT ACCEPT [0:0]
04
16%
03.04.2024
on machines with only one CPU core and 512MB of RAM; the minimalist K3s setup itself only uses 250MB. As one of the radical cost-cutting measures, K3s dispenses with the I/O-intensive etcd database
16%
30.03.2012
to "0" to make the
# command run *after* the blocking has occurred.
#
KILL_RUN_CMD_FIRST = "0"
#
#
KILL_RUN_CMD="commands_to_run"
Customization
I came across a few limitations with the way a third
16%
14.03.2013
will be using the Mongo shell to create a document (Listing 1).
Listing 1
Test
01 # mongo
02 MongoDB shell version: 2.2.0
03 connecting to: test
04 > use football
05 switched to db football
06 > db
16%
12.05.2014
).
The requirements for EncFS are pretty simple:
FUSE version 2.6 or newer.
rlog – C++ logging library.
OpenSSL versions 0.9.6 through 0.9.8 (other version are untested).
boost – a C++ utility library
16%
30.01.2024
. The following example assumes a system with Ubuntu 22.04.
To begin, you need to install some required software management packages (Listing 1, line 1); download the GPG key used to sign Docker's package lists
16%
14.08.2017
, such as Apache, MySQL, SNMP, and vSphere.
Making Nodes Transparent
To test node_exporter (like Prometheus, also written in Go), enter
tar xzvf node_exporter-0.14.0.*.tar.gz
cd node_exporter-0.14.0.linux-amd64