15%
18.07.2013
=> Service['apache']
17 }
18
19 file { '/var/www/index.html':
20 ensure => present,
21 source => 'puppet:///modules/myproject/web/index.html',
22 owner => 'root',
23 group => 'root',
24
15%
10.09.2012
to logfiles, and it’s pretty simple to use:
[laytonjb@test1 ~]$ logger "This is a test"
...
[root@test1 ~]# tail -n 2 /var/log/messages
Aug 22 15:54:47 test1 avahi-daemon[1398]: Invalid query packet.
Aug 22 17
15%
14.08.2017
environment. The parameters to change are located in /etc/ssh/sshd_config. The first security change is to deny root user logins by finding the line
PermitRootLogin Yes
and changing the Yes to No.
If you
15%
13.06.2016
want to back up is recommended. Then, use the following command
chmod 0700 xsibackup*
to unpack the archive and make it available to the root user only.
Target Host and Schedules
After preparing
15%
07.10.2014
-EY
09 config:
10
11 zroot ONLINE
12 ata-ST380215AS_9QZ68Z7S ONLINE
Not Under Root
Caution is advised here: Without specifying any options, the zpool
15%
15.04.2014
, and systemd. Drawing on more tools from the libguestfs package, virt-builder modifies the template to suit the administrator’s needs – for example, setting the root password, configuring the network, and so on
15%
20.03.2014
, the basic daemons, and systemd. Drawing on more tools from the libguestfs package, virt-builder modifies the template to suit the administrator's needs – for example, setting the root password, configuring
15%
07.04.2022
Mappings:
- containerPort: 22
- containerPort: 2181
- containerPort: 8080
- containerPort: 9092
- containerPort: 38080
- containerPort: 52812
- containerPort: 58080
privileged: true
15%
13.06.2016
for $i"
19
20 #If certs do not exist yet
21 FILE="$LECROOT/$i/cert.pem"
22 if [ ! -f "$FILE" ]
23 then
24 echo "$FILE does not exists, so lets get certificates"
25 cd /root/letsencrypt
26
15%
02.02.2021
, so you can continue.
Listing 7
Starting sshd
$ systemctl start sshd
$ lsof -i :22
COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME
sshd 5122 root 3u IPv4 62113 0t0