17%
25.03.2020
local server machine (Listing 1). In this example, the four drives sdb
to sde
in lines 12, 13, 15, and 16 will be used to create the NVMe target. Each drive is 7TB, which you can verify
17%
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
17%
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
17%
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
17%
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
17%
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
17%
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
17%
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
17%
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
17%
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