17%
30.11.2025
environments. The example in Listing 3 shows how you could handle scripting if this is relevant to your environment.
Listing 3
Handling Special Cases
01 OS=`uname -s`
02 RSH="rsh -l user"
03 RSH2
17%
11.06.2014
, and infinitely performant. It's the best of both worlds for technical people and bean counters alike. Google Compute Engine is a stellar IaaS (Infrastructure as a Service) example that is part of a larger suite
17%
30.11.2025
_NOT_RUNNING
08 fi
09
10 pid=`cat $ASTRUNDIR/asterisk.pid`
11 ocf_run kill -s 0 $pid
12 rc=$?
13
14 if [ $rc -eq 0 ]; then
15 if ocf_is_true "$OCF_RESKEY_realtime"; then
16
17%
28.07.2025
for (i = 0; i < n; i++) {
05 for (k = 0; k < n; k++) {
06 float sum = 0.0f;
07
08 #pragma unroll (4)
09
10 for(j = 0; j < n; j++)
11 sum += src1
17%
30.11.2025
.tex att3.tex > attach.tex
28 pdflatex attach.tex
29
30 # Generate filename from date and random number
31
32 dn=$(date +%Y-%m-%d-%H-%M-%S.$$)
33
34 # Merge PDF files
35
36 pdftk A=copy.pdf B=attach.pdf CAT
17%
22.12.2017
Press [1], Drupal [2], or Joomla [3], generally they only have to unpack the core on the server and then add other modules. Installing security updates conscientiously and in good time counteracts ubiquitous
17%
30.11.2025
cgroup, which has no restrictions. You can test this by sending a SIGUSR1 to the process:
# kill -USR1 $pid
578804+0 records in
578804+0 records out
296347648 bytes (296 MB) copied, 7.00803 s, 42.3 MB/s
17%
02.02.2021
/master/Chapter02/03_MPI_08_b.c
Morrison, Carlos. Build Supercomputers with Raspberry Pi 3
. Pakt Publishing, 2016
Amdahl's law: https://webhome.phy.duke.edu/~rgb/Beowulf/beowulf_book/beowulf_book/node21.html
17%
31.10.2025
.168.2.14", "192.168.2.15";
06
07 logging to_file => "rex.log";
08
09 desc "Uptime estimate";
10 task "uptime", group => ["intranet", "accounting"], sub {
11 say run 'uptime';
12 };
Package Service
Listing
17%
07.10.2014
_string;
08
09 static int prochello_show( struct seq_file *m, void *v )
10 {
11 int error = 0;
12
13 error = seq_printf( m, "%s\n", output_string);
14 return error;
15 }
16
17 static int prochello