16%
    
    
    02.08.2022
        
    
    	
        
docker-compose.yaml
version: '3'
services:
    target1:
        build: .
        ports:
            - '3000:80'
            - '2000:22'
        container_name: target1
    target2:
        build
    
 
		    
				        
    16%
    
    
    06.10.2022
        
    
    	
        , as in this code fragment, which implements and calls a multiply function:
package function
multiply(a,b) = m {
   m := a*b
}
result1 = r {
   r := multiply(3,4)
}
result2 = r {
   r := multiply(3,9)
}
The Rego
    
 
		    
				        
    16%
    
    
    25.03.2021
        
    
    	
         disable unnecessary modules. On Debian and Ubuntu this task is quite easy thanks to the a2dismod command. Otherwise, you will have to search for the LoadModule directive.
The primary candidates
    
 
		    
				        
    16%
    
    
    18.02.2018
        
    
    	
        _python_interpreter variables ideally remain unchanged: They cause Python to connect to the host on standard SSH port 22 and to use Python 3 when calling commands on the target system.
Next, check whether the devops.hosts setup
    
 
		    
				        
    16%
    
    
    05.02.2019
        
    
    	
        -package-update-upgrade-install using lock (c-fcdd-4c36-ba88-275b78e546a7/sem/config_package_update_upgrade_install'>)
...
2018-10-17 21:54:06,988 - helpers.py[DEBUG]: Running update
    
 
		    
				        
    16%
    
    
    20.05.2014
        
    
    	
         the questions, making them understandable, deleting inappropriate and duplicate content, and assigning tags. Two open source platforms in this genre are Open Source Q&A [2] and Shapado [3], both licensed under
    
 
		    
				        
    16%
    
    
    20.05.2014
        
    
    	
        :
    
        	                    
	
	    
	
	
Figure 3: Nailed down: In the current state, the firewall does not allow any traffic to localhost.
    
# Allow loopback communication
ip6tables -A INPUT -i lo -j ACCEPT
ip6tables -A OUTPUT -o lo -j
    
 
		    
				        
    16%
    
    
    07.06.2019
        
    
    	
        ://misiu.pl:8080/";
04
05 JenkinsLocationConfiguration jlc = JenkinsLocationConfiguration.get()
06
07 jlc.setUrl(newRootURL);
08 jlc.save();
Listing 3 shows two sample YAML files used by JCasC to set up ...  JCasC
    
 
		    
				        
    16%
    
    
    07.06.2019
        
    
    	
         possibilities have opened up as to how a build pipeline can be orchestrated. Docker [3] is also a powerful tool that lets you implement customizations that otherwise require considerable maintenance
    
 
		    
				        
    16%
    
    
    01.08.2019
        
    
    	
        /include/python3.7m -c helloworld.c -o build/temp.linux-x86_64-3.7/helloworld.o
gcc -pthread -shared -B /home/laytonjb/anaconda3/compiler_compat -L/home/laytonjb/anaconda3/lib -Wl ...  High-performance Python – compiled code and C interface