16%
20.06.2012
is to find out whether it runs on the master node when it is booted by using the chkconfig
command:
[root@test1 etc]# chkconfig --list
...
nfs 0:off 1:off 2:off 3:off 4:off 5:off 6
15%
14.05.2013
will work if the netcat listener is running as root (Figure 6).
Figure 6: Adding user david with UID 0.
Next, I need to give the user a password
15%
18.07.2012
when building them. By default I have the root user build and install the toolkits, and I do it in a subdirectory named src
so that the full path looks like /root/src
. I could have a user build
15%
10.04.2015
it with the command:
watchman watch /opt/repos
The path /opt/repos is an example of a directory that you might want to replicate to another server. In Watchman it is called the "root."
Installation
15%
06.08.2012
and idiosyncrasies.
Filesystem Navigation
Figure 1 reviews what the Linux filesystem looks like from the /
(root) directory.
Figure 1: The Linux root filesystem
15%
05.02.2019
:
$ curl http://169.254.169.254/openstack
2012-08-10
2013-04-04
2013-10-17
2015-10-15
2016-06-30
2016-10-06
2017-02-22
To retrieve a list of supported versions for the EC2-compatible metadata API, enter
15%
04.11.2011
/storage and head/login nodes, including the root drives, which will hold the OS. Configure a RAID 1 mirror for the internal root drive through the RAID BIOS.
At this point, you also need to configure any large
15%
16.10.2012
root access to install software on a Linux system, so that access is also assumed.
System Preparation
I only use Ubuntu for all Linux demonstrations, so everything, including installation of packages
15%
22.05.2012
this as root because you’ll be installing packages.
Listing 1: Installing the Development Tools
[root@test1 ~]# yum groupinstall "Development tools"
Loaded plugins: refresh-packagekit, security
Setting up
15%
12.09.2013
: Custom SELinux policy module
12 BuildRoot: %{_tmppath}/%{name}-%{version}-build
13 BuildArch: noarch
14 BuildRequires: checkpolicy, selinux-policy
15 Requires: selinux-policy-targeted
16