21%
    
    
    03.04.2024
        
    
    	
        64ae120c27e504088d8c2ce29a0fa7f85c
The example code in Listing 2 uses Python to demonstrate how to use the API to retrieve user information. To begin, import the Python Requests API and define the URL
    
 
		    
				        
    21%
    
    
    17.02.2015
        
    
    	
        /json;charset=utf-8\n\r\n\r%s" %json.dumps(obj)
Lines 9 through 18 iterate against all entries of a database cursor, which the call to the find() method in line 9, generates from the queried data collection
    
 
		    
				        
    21%
    
    
    30.01.2020
        
    
    	
        -06f4dce9c3ae2c504" # for eu-west-3 paris
07       InstanceType: t2.small
08       AvailabilityZone: !GetAtt FortiVPCFrontNet.AvailabilityZone
09       KeyName:
10         Ref: KeyName
11       Network
    
 
		    
				        
    21%
    
    
    05.12.2014
        
    
    	
         of this attack, including a description, walk-through, and exploit is available at Exploit-DB [11].
Over the years, I've made use of a Perl script that reduces very long W3C Apache log entries down to just
    
 
		    
				        
    21%
    
    
    01.08.2019
        
    
    	
         INPUT
iptables -A INPUT -m state --state RELATED,ESTABLISHED -j ACCEPT
iptables -A INPUT -i eth0 -j DROP
iptables -A INPUT -i eth1 -p tcp --dport 22 -j ACCEPT
iptables -A INPUT -i eth1  -j DROP
    
 
		    
				        
    21%
    
    
    14.03.2013
        
    
    	
         command:
# sockstat | grep "\*:[0-9]"
The description for rc.conf(5) lists the services that need to be bound to a fixed IP address via parameters. One example is the inetd service:
inetd_flags="-wW -a
    
 
		    
				        
    21%
    
    
    05.12.2016
        
    
    	
        
 as the user name.
Amanda versions before 3.3.9 have a vulnerability that lets this user execute arbitrary code with root privileges. A (manual) upgrade to version 3.3.9 is only necessary if you don't trust
    
 
		    
				        
    21%
    
    
    17.02.2015
        
    
    	
         use                     generic-service
21 host_name               w2k12srv
22 service_description     Memory Usage
23 check_command       check_nt!MEMUSE!-w 80 -c 90
24         }
25 define service{
26
    
 
		    
				        
    21%
    
    
    12.11.2020
        
    
    	
        . MPI for Python (mpi4py
) was developed for Python with the C++ bindings in the MPI-2 standard. The 1.0 release was on March 20, 2020, and the current release as of this writing is 3.0.3 (July 27, 2020). Mpi4py
    
 
		    
				        
    21%
    
    
    14.08.2017
        
    
    	
         to manage them disappeared.
Container Linux ruthlessly replaces the entire /usr directory instead of individual files (Figure 3). The main work is handled by Linux containers à la Docker [20], or Rkt [21