64%
01.06.2024
Rubén Llorente ... : [devuan]
10 donkey:
11 user: root
12 host: donkey.operationalsecurity.es
13 tags: [devuan]
14 zebra:
15 user: root
16 host: zebra.operationalsecurity.es
17 tags: [devuan]
18
19
55%
02.07.2014
The latest list of the top 500 supercomputers, which was announced on June 22, had few surprises for TOP500 watchers. China's Tianhe-2 computer retained the top spot with a performance of 33 ... Dissecting the Latest TOP and Green500
38%
14.11.2013
and will even support a direct step up from the legacy releases 8i and 9i to 12c. The condition for this is that the database must have the current patch level.
Beyond the known licensing models, Oracle also ... More than 500 new features have been incorporated into the current release of Oracle Database 12c. Among other things, these changes offer a new architecture with pluggable databases that facilitate ... Oracle 12c ... Oracle Database 12c: Cloud computing with multitenant architecture
36%
02.08.2021
is up to an impressive 1.2GBps.
Listing 6
HDD Random Read
$ sudo fio --bs=4k --ioengine=libaio --iodepth=32 --size=500m --direct=1 --runtime=60 --filename=/dev/sdf --rw=randread --numjobs=1
36%
01.08.2012
: 288 M
Total download size: 4.4 M
Installed size: 297 M
Is this ok [y/N]: y
Downloading Packages:
(1/2): glibc-2.12-1.47.el6_2.9.i686.rpm
35%
23.07.2012
.13.134.52):
Not shown: 994 filtered ports
PORT STATE SERVICE VERSION
22/tcp open ssh OpenSSH 4.3 (protocol 2.0)
25/tcp closed smtp
53/tcp open domain ISC BIND 9
35%
31.10.2025
.34.56.78 -oN filename
If you want screeds of detail, then it's also simple just to add the verbosity switch (twice for even more detail):
# nmap -vv -sS 12.34.56.78
To truly avoid detection (in conjunction
33%
07.10.2025
2
Bill of Materials
Das Loot
Price (US$)
Source
Raspberry Pi 500
$97.22
https://thepihut.com/products/raspberry-pi-500
Sleeve for Raspberry Pi 500
33%
12.02.2014
B xsettings-kde
...
12.3 MiB + 2.2 MiB = 14.6 MiB gedit
22.9 MiB + 4.0 MiB = 26.9 MiB plasma-desktop
26.4 MiB + 5.7 MiB = 32.1 MiB konsole (3)
28.3 MiB + 4.4 MiB = 32.7 MiB kwin
147.9
32%
11.05.2021
, 32, 64, 128, 256, 512, 1024, 2048, 4096, 8192]
A = single( rand(N,N) );
B = single( rand(N,N) );
start = clock();
C = A*B;
elapsedTime = etime(clock(), start);
gFlops = 2*N*N*N / (elapsedTime * 1e+9);
disp(sprintf("N = %4d