60%
09.10.2017
[...]
02 apiVersion: extensions/v1beta1
03 kind: Ingress
04 metadata:
05 name: test
06 spec:
07 rules:
08 - host: foo.bar.com
09 http:
10 paths:
11 - path: /foo
12 backend:
13
60%
15.08.2016
" by Nicole Hemsoth: http://www.nextplatform.com/2015/09/23/shifter-expands-container-capabilities-for-hpc/
Gregory M. Kurtzer on GitHub: http://gmkurtzer.github.io/
"Interview with the Developer
60%
10.06.2015
"} )
09
10 # force called programs to english output
11 LANG=C LC_ALL=C
12
13 function die {
14 echo 1>&2 "$*"
15 exit 10
16 }
17
18 function get_display_resolution {
19 local find_display="$1
60%
05.08.2024
, as in Python [3] or Node [4].
Recent books have been published about writing shell commands in Rust [5], Python [6], Node.js [7], and even Go [8], and it is into this last language's interesting performance
59%
10.09.2012
them into a log that can be parsed and used to create information.
Approach
The approach I’m using is based on the method Harvard University’s Faculty of Arts and Sciences, Research Computing Group has
59%
06.10.2019
PeerAddr => ' ThisDomain.com',
06 PeerPort => '2000',
07 Proto => 'tcp',
08 Type = 'SOCK_STREAM'
09 ) or die "Could not Open Port.\n";
Now I'll write to the server from the client
59%
21.08.2014
.libvirt.unix.manage" || action.id == "org.libvirt.unix.monitor") && subject.isInGroup("virt")) {
07 return polkit.Result.YES;
08 }
09 return null;
10 });
After ensuring that the user virtuser is a member of the virt
59%
14.11.2013
use strict;
04 use Exporter;
05 use vars qw($VERSION @ISA @EXPORT @EXPORT_OK %EXPORT_TAGS);
06
07 $VERSION = 1.0;
08 @ISA = qw(Exporter);
09 @EXPORT = ();
10 @EXPORT_OK = qw
58%
21.08.2014
retry_interval 1
07 active_checks_enabled 1
08 passive_checks_enabled 1
09 check_freshness 1
10 freshness
58%
11.06.2014
/projects/tmem/dist/documentation/papers/tmemLS09.pdf
AMD Inc. "AMD64 Architecture Programmer's Manual Volume 2: System Programming," Section 5.1: http://support.amd.com/TechDocs/24593.pdf
Love, R. Linux Kernel Development
. Addison