15%
    
    
    17.10.2018
        
    
    	
         derivative
  
  deriv=diff(f(x),x)
  
  deriv
 + Enter
  
  Roots
  
  roots=solve(deriv)
  
  roots
 
+ Enter
  
  2D plot
  
  —
  
  plot(f(x),(x,xmin,xmax))
  
  3D plot
    
 
		    
				        
    15%
    
    
    13.12.2018
        
    
    	
         screenshot shows how well equations are rendered, even when LaTeX is not installed.
    
Consider the algebraic function:
def f(x): return x/(x**2+1)
According to Table 2, the roots are the x
-coordinates
    
 
		    
				        
    15%
    
    
    29.09.2020
        
    
    	
        .168.2.17",
04     "visible": true,
05     "color": "green",
06     "user": "root"
07   },
08   "web server": {
09     "address": "192.168.2.4",
10     "visible": true,
11     "color": "rgb(100, 200, 0)",
12
    
 
		    
				        
    15%
    
    
    07.01.2024
        
    
    	
         what filesystems are available when you use the command.
Mounting and Unmounting
After creating a filesystem, you need to mount it, which involves creating or using a mountpoint somewhere in the root
    
 
		    
				        
    15%
    
    
    11.06.2014
        
    
    	
         authentication (MFA) [12] set up for your AWS root account, you should set it up immediately.
    
        	                    
	
	    
	
	
Figure 6: Creating a new user.
    
You can use virtual MFA
    
 
		    
				        
    15%
    
    
    14.11.2013
        
    
    	
         end:
usr/sbin/euca_conf   --get-credentials admin.zip
unzip admin.zip
source eucarc
The first command in this set must be run as root; the last command sets a few environment variables for the Euca2
    
 
		    
				        
    15%
    
    
    05.12.2019
        
    
    	
        /log/syslog.
su root syslog
# keep 4 weeks worth of backlogs
rotate 4
# create new (empty) logfiles after rotating old ones
create
# use date as a suffix of the rotated file
#dateext
# uncomment this if you want
    
 
		    
				        
    15%
    
    
    22.12.2017
        
    
    	
        .linux-magazin.de;
04
05     root /var/www/www.linux-magazin.de;
06     index index.html index.htm;
07
08     # Let's Encrypt Challenge
09     #
10     location ~ /.well-known {
11       allow all;
12     }
13
14
    
 
		    
				        
    15%
    
    
    26.03.2025
        
    
    	
        ).
    
        	                    
	
	    
	
	
Figure 2: Configuring a static IP address on a VPN server.
    
Other prerequisites include setting a root password, running updates on the Ubuntu virtual machine, installing SSH, temporarily disabling
    
 
		    
				        
    15%
    
    
    10.09.2012
        
    
    	
         the wrapper script, you need to move these scripts to a different directory, which in this example I choose to be /etc/cluster_tools
. First, as root, create this new directory and move the module files there