28%
08.10.2015
effort.
Multiple Flavors
OpenSMTPD is at home not just on its native OpenBSD, but on Linux (with binary packages for Gentoo, Slackware, Debian, and Arch) and other BSDs, including Mac OS X. The package
28%
21.12.2012
IDC reports worldwide factory revenue for the high performance computing (HPC) technical server market reached its highest level ever in the third quarter of 2012. According to a new report from
28%
18.12.2013
FILE *ptr_myfile;
16
17 counter_limit = 100;
18
19 ptr_myfile=fopen("test.bin","wb");
20 if (!ptr_myfile)
21 {
22 printf("Unable to open file!");
23 return 1;
24 }
25 for ( counter=1; counter <= counter
28%
14.08.2017
can understand, independent of the programming language. The specification is available under the Apache 2.0 license; its supporters include Google, PayPal, Red Hat, and Microsoft. The many supporting
28%
14.09.2021
$(find /sys/devices/system/cpu -regex ".*cpu[0-9]+/topology/thread_siblings_list") | sort -n | uniq
0,32
1,33
2,34
3,35
4,36
5,37
6,38
7,39
8,40
9,41
10,42
11,43
12,44
13,45
14,46
15,47
16,48
17,49
18,50
19,51
20,52
21,53
22,54
23,55
24,56
25
28%
02.08.2022
crunch away on installing MariaDB. The first step is to download and run the MariaDB repo setup script:
wget https://downloads.mariadb.com/MariaDB/mariadb_repo_setup
chmod +x mariadb_repo_setup
sudo
28%
11.04.2016
20 /sbin/iptables --policy FORWARD DROP
21 /sbin/iptables --policy INPUT DROP
22 /sbin/iptables --policy OUTPUT DROP
23
24 #new chains. Statefull and scrub icmp
25 /sbin/iptables --new
28%
10.04.2015
> \
jbossews-
2.0
51 Vert.
x 2.1 rhc create-app
\
jboss-vertx-2.1
52 WildFly Application Server 8.2.0.Final rhc create
28%
04.11.2011
::min((int) std::numeric_limits::max(), std::max(value, (int) std::numeric_limits::min()));
20 }
21
22 /**
23 * Convolve a grayscale image with a convolution
24 * kernel on the CPU.
25
28%
07.06.2019
running container uses the nginx image with the id bf85f2b6bf52.
Listing 2
Inspecting Image Manifests
docker images
REPOSITORY TAG IMAGE ID CREATED SIZE
nginx