13%
02.09.2014
with 20MB of Level 3 cache. The eight cores support 16 software threads.
Intel makes no secret of the fact that the new chip, which will sell for US$ 999, is targeted for the high-end gaming market
13%
12.05.2014
]$ cd ~/encrypted
[laytonjb@test1 encrypted]$ ls -l
total 8
lrwxrwxrwx 1 laytonjb laytonjb 24 Sep 4 15:12 acS5u3K9TJ,9FWTDUq0yWqx6 -> XuD50Mah2kp2vukDeo04cOv,
-rw-rw-r-- 1 laytonjb laytonjb 18 Sep 4 15:12 WvPjlWtCaq5g9hE1
13%
10.04.2015
Enter the server hostname: |openshift.redhat.com|
08
09 You can add more servers later using 'rhc server'.
10
11 Login to openshift.redhat.com: mfeilner@linux-magazin.de
12 Password: **********
13
14 Open
13%
07.02.2019
data copy (A(:2))
!$acc data copy(A%x(1:2))
struct {
int *x;
} *A // size 2
#pragma acc data copy(A[0:2])
#pragma acc data copy(A.x[0:2])
OpenACC generally refers to this operation
13%
09.08.2015
in 2011. A management buy-out at the end of 2013 coincided with a company restructuring and the release of Scalix 12.0. With a small intermediate step, the current version 12.5 (Figure 7) rolled out
13%
21.08.2014
="Problem with mysqldump"
10 STATE=2
11 else
12 MESSAGE="Backup OK"
13 STATE=0
14 fi
15
16 echo "yourserver;Powerful_backup;$STATE;$MESSAGE" | /usr/sbin/nsca \
-H yournagiosserverIP -p 5667 -d ";" -c /etc
13%
03.02.2022
class BlazeDemoV1 extends Simulation {
08
09 var qualifiedhost = "http://blazedemo.com"
10 var proxyport = 0
11 var proxyhost = "not set"
12
13 // headers for HTTP call
14 val headers = Map(
15
13%
13.12.2018
is the distribution must include systemd [3].
However, if you really want to stay safe, you might want to rely on one of the three distributions officially supported by Microsoft:
RHEL 7.3+
SELS v12 SP2
13%
30.04.2013
of the memory:
dd if=/dev/fmem of=memory.dd bs=1MB count=512
Another tool for dumping memory is the kernel module crash
, which was developed by Red Hat. Just like fmem
, crash
creates a pseudodevice called
13%
22.08.2011
[inst.id] = inst.state
08 summary[inst.state] += 1
09 state
10 end
11 total = summary.values.inject(0) { |sum, i| sum += i }
12 puts "Found #{total} instances in the following states:"
13 summary