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%
    
    
    18.07.2013
        
    
    	
         rq2 ra92
08 set rq3 cdrom
09
10 attach rq0 d0.dsk
11 attach rq1 d1.dsk
12 attach rq2 d2.dsk
13
14 attach -r rq3 cdrom.iso
15
16 set rl disable
17 set ts disable
18
19 set xq mac=08-00-2B-AA-BB-CC
20
    
 
		    
				        
    14%
    
    
    11.02.2016
        
    
    	
         happens transparently for the user, who has no contact at all with the tools. Otto is released under Mozilla Public License Version 2.0, and development is an open process on GitHub [6].
Otto has one
    
 
		    
				        
    14%
    
    
    07.06.2019
        
    
    	
         this script, please let me know, preferably in Python
06 # hanscees@AT@hanscees.com
07 # modified from https://gist.github.com/cirocosta/17ea17be7ac11594cb0f290b0a3ac0d1x
08
09 set -o errexit
10
11 main() {
12
    
 
		    
				        
    14%
    
    
    05.02.2019
        
    
    	
         in the container?
20 - name: "mysql client exists"
21 path: '/usr/bin/mysql'
22 shouldExist: true
23
24 # Does the MySQL configuration file exist at the right place?
25 - name: "my.cnf exists and has appropriate
    
 
		    
				        
    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%
    
    
    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%
    
    
    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
    
 
		    
				        
    14%
    
    
    09.01.2013
        
    
    	
        /haproxy/www.example.com.pem
22   mode http
23   option httpclose
24   option forwardfor
25   reqadd X-Forwarded-Proto:\ https
26   default_backend web_server
27
28 backend web_server
29   mode http
30   balance roundrobin
31
    
 
		    
				        
    13%
    
    
    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