24%
30.03.2012
="/etc/portsentry/portsentry.blocked.atcp";
banudp="/etc/portsentry/portsentry.blocked.audp";
# TCP
tcp=`tail -n1 $bantcp | awk '{ print $6 }' | cut -d / -f 2`;
if [ `echo $tcp | grep '123.45.67.' ` ] || [ `echo $tcp | grep '89
24%
15.08.2012
(32-bit).
The examples used in this column were built and run on a Limulus personal cluster running Scientific Linux 6.2 on an Intel i5-2400S with 4GB of memory. If don't want to bother building
24%
02.08.2021
), and the Controller Manager (which keeps an eye on misbehaving worker nodes). For more information about these components, along with a graphical representation, visit the official website [6].
In addition to hosting
24%
04.04.2023
(Listing 2), the resulting size will be less than 30KB.
Listing 1
A Simple C Program
#include
int main () {
printf("Hello, world!\n");
}
Listing 2
Dockerfile Build
24%
05.12.2014
Model
TS-251
DS-214
N5550
ReadyNAS RN31400
Manufacturer
QNAP Inc.
Synology
Thecus
Netgear
Operating System
QTS 4.1.1 (Linux 3.12.6
24%
01.08.2019
$4dIrCZLpgSYDClrS6pN2BOxVm.rkPy/4IgnurlHbukOxOJldlhJM."
12 acl:
13 - match: {account: "admin"}
14 actions: ["*"]
15 comment: "Admin has full access to everything."
16 - match
24%
05.12.2016
script. This can be very useful if you are deploying an interactive Bash script for production (i.e., users).
To begin, install libnotify
or libnotify-bin
(for my CentOS 6 and 7 systems I installed
24%
18.06.2014
= os.open(fileloc, os.O_RDONLY)
junk = os.fstat(FILE)
size = junk[6]
atime = junk[7]
mtime = junk[8]
ctime = junk[9]
uid = junk[4]
gid = junk[5]
print " File: %s size: %s atime
24%
03.08.2023
, contiguous chunks called ranges, which are typically 64MB in size. These ranges are replicated across multiple nodes by the Raft consensus algorithm, ensuring strong consistency and fault tolerance.
On top
24%
10.04.2015
[...]
20 String line = readlineImpl(prompt);
21 if ((line != null) && (addToHist)) {
22 addToHistory(line);
23 }
24 return line;
25 }
26
27 public static void add