17%
    
    
    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
    
 
		    
				        
    17%
    
    
    03.12.2015
        
    
    	
         the following configuration for the widespread radvd (Linux IPv6 router advertisement daemon) [9]:
interface eth0 {
AdvSendAdvert on;
AdvManagedFlag on;
};
Radvd should not announce the prefix explicitly
    
 
		    
				        
    17%
    
    
    09.08.2015
        
    
    	
         $HOME
mkdir src
cd src
wget http://www.apache.org/dist/spamassassin/Mail-SpamAssassin-3.4.0.tar.gz
tar xvzf Mail-SpamAssassin-3.4.0.tar.gz
cd Mail-SpamAssassin-3.4.0
perl Makefile.PL PREFIX=$HOME && make
    
 
		    
				        
    17%
    
    
    01.08.2019
        
    
    	
         is the registry – the storage space for Docker images – which did not even have a mechanism for authentication. Later, the image format was changed and Registry 2.0 (a.k.a., "Docker Distribution") was released
    
 
		    
				        
    17%
    
    
    05.12.2016
        
    
    	
         that the top left of the screen is (0,0)
tput cup 3 15
# Set the foreground color using an ASCII escape
tput setaf 3
# Write a "title" to the screen
echo "Title of the company"
tput sgr0
# Write a menu title
    
 
		    
				        
    17%
    
    
    03.08.2023
        
    
    	
         or in the context of Application Insights. Pricing is set by region [1], but if you want to store the data for a longer period of time, the costs are considerable – currently EUR0.13/GB per month in Germany or $0.10-$0
    
 
		    
				        
    17%
    
    
    25.09.2023
        
    
    	
        .log;
   error_log /var/log/nginx/{{ app_name }}.error.log;
   client_max_body_size 65536M;
   location / {
      proxy_pass http://127.0.0.1:{{ app_port }};
      proxy_http_version 1.1;
      proxy
    
 
		    
				        
    17%
    
    
    26.03.2025
        
    
    	
        .
The platform also comes with secure email communication that supports OAuth 2.0 for POP3 and IMAP email protocols to enable modern and secure authentication for the retrieval of email from services
    
 
		    
				    
    17%
    
    
    23.07.2013
        
    
    	 
        =gmysql
# Tells our PowerDNS server we are using MySQL backend
config-dir=/etc/powerdns/pdns.d/
#Specify our configuration file
gmysql-host=127.0.0.1
#Configures the IP address that PowerDNS will listen
    
 
		    
				        
    17%
    
    
    13.12.2018
        
    
    	
        ], and MongoDB 3.6 [3]. If not already present, installing Java (as root or using sudo) before Elasticsearch and MongoDB is recommended:
yum install java-1.8.0-openjdk-headless.x86_64
You should remain root