14%
07.06.2019
datacenter: "{{ Vv_datacent }}"
19 folder: "{{ Vv_folder_1 }}"
20 state: absent
21 when: vm_facts.instance is defined
22
23 - name: Deploy VM from Template file
24 vmware_deploy_ovf:
25
14%
22.12.2017
Message FormApp FormMessage where
18 renderMessage _ _ = defaultFormMessage
19 - the "FormApp" web application only provides one route
20 mkYesod "FormApp" [parseRoutes|
21 /contact ContactR GET |]
22
14%
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
14%
18.06.2014
File Ctime-Mtime diff (Days)
#1 /home/laytonjb/.gkrellm2/themes/x17/bg_grid.png 5,153.421
#2 /home/laytonjb/.gkrellm2/themes/brushed/bg_grid.png 5,153.420
#3 /home
14%
04.08.2011
.pm.xenserver.utils.Server;
12
13 public class TestAPI {
14
15 /**
16 * @param args
17 */
18 public static void main(String[] args) throws Exception {
19
20 if (args.length != 3 && args.length != 5)
21
14%
16.05.2013
details about user authentication in Ceph, check out my CephX article published online [3].
Any host that needs to run Glance with a Ceph connection needs a working /etc/ceph/ceph.conf. Glance references ... OpenStack workshop, part 3:Gimmicks, extensions, and high availability
14%
14.03.2013
(pr->pr_path), 0);
17 [...]
18 error = copyinstr(j.hostname,
19 &pr->pr_host, sizeof(pr->pr_host), 0);
20 [...]
21 pr->pr_ip = j.ip_number;
22 pr->pr_linux = NULL;
23 pr->pr_securelevel = securelevel
14%
02.02.2021
Every ML system (Figure 1) has an input (x
) through which it (one hopes) receives relevant information and from which it typically makes a classification (y
). In the field of cybersecurity, for example
14%
05.12.2016
), Kubernetes is written in Go and available under the Apache 2.0 license; the stable version when this issue was written was 1.3.
Figure 1: Kubernetes comes
14%
13.06.2016
for $i"
19
20 #If certs do not exist yet
21 FILE="$LECROOT/$i/cert.pem"
22 if [ ! -f "$FILE" ]
23 then
24 echo "$FILE does not exists, so lets get certificates"
25 cd /root/letsencrypt
26