9%
    
    
    02.08.2022
        
    
    	
         and enable the Run As Administrator
 action. In the text box, enter the code from Listing 1.
Listing 1
toggle_powermode.sh
POWERMODE=$(pmset -g | grep lowpowermode | tr -dc ,0-9
    
 
		    
				        
    9%
    
    
    05.02.2023
        
    
    	
         entity = {
04     key: taskKey,
05     data: [
06       {
07         name: 'created',
08         value: new Date().toJSON(),
09       },
10       {
11         name: 'description',
12         value
    
 
		    
				        
    9%
    
    
    15.08.2016
        
    
    	
             The echo server simply returns **every** value.
08 schemes:
09   - http
10 host: mazimi-prod.apigee.net
11 basePath: /echo
12 paths:
13   /test:
14     get:
15       responses:
16         200:
17
    
 
		    
				        
    9%
    
    
    05.12.2016
        
    
    	
        _Master_Log_Pos: 140927111
09                Relay_Log_File: mysqld-relay-bin.000002
10                 Relay_Log_Pos: 11109399
11         Relay_Master_Log_File: mariadb-bin.000008
12              Slave_IO_Running: Yes
13
    
 
		    
				        
    9%
    
    
    18.07.2013
        
    
    	
         the configuration and only offer a key exchange via elliptic curves. Disabling the vulnerable compression is not an option in older versions of Apache. It was introduced for the 2.2 series in version 2
    
 
		    
				        
    9%
    
    
    09.01.2013
        
    
    	
        
02   log 127.0.0.1 local0
03   maxconn 4000
04   daemon
05   uid 99
06   gid 99
07
08 defaults
09   log     global
10   mode    http
11   option  httplog
12   option  dontlognull
13   timeout server 5s
    
 
		    
				        
    9%
    
    
    26.01.2025
        
    
    	
         """)
09     end
10   end
11 end
The JSON package is here for one function: JSON.parse(), which extracts variables from the messages sent by the client. The information returned by the server
    
 
		    
				        
    9%
    
    
    20.10.2013
        
    
    	
         [120 GB]
Sector Size: 512 bytes logical/physical
Device is: Not in smartctl database [for details use: -P showall]
ATA Version is: 8
ATA Standard is: ATA-8-ACS revision 4c
Local Time is: Sun Oct 13 09
    
 
		    
				        
    9%
    
    
    10.04.2015
        
    
    	
         "..................................................."
05 Add-Content $logfile -value "New log file $(Get-Date)"
06 $c = Get-Credential
07 ##A loop that is run for each server foreach ($server in $serverList)
08 {
09     ##check whether the server answer
    
 
		    
				        
    9%
    
    
    03.08.2023
        
    
    	
         atomically and consistently across all the involved nodes.
Here's a simple example of a transaction that involves updating the prices of two books:
BEGIN;
UPDATE books SET price = price * 0.9 WHERE title