16%
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
16%
05.02.2019
Host *:80>
02 ServerAdmin webmaster@localhost
03 ServerName localhost
04
05 DocumentRoot /var/www/suitecrm/
06
07 Options FollowSymLinks
08 AllowOverride None
09
16%
20.03.2014
disabled. A query with hdparm as the root user provides ATA security information (Listing 1).
Listing 1
hdparm Info
# hdparm -I /dev/sdb
/dev/sda:
ATA device, with non-removable media
16%
20.05.2014
is written in PHP, the admin just needs to copy the PHP files to the document root of the respective web server, for example: /var/www/html (Fedora, RHEL, CentOS), /var/www (Debian, Ubuntu), or /srv
16%
14.03.2013
the right port number, just add 5900:
root# virsh list
Id Name Status
----------------------------------
7 centos running
8 fedora running
root# virsh vncdisplay 8
:1
The VNC client integrated
16%
17.09.2013
. The exception is that many OpenSSH implementations prevent root access by default; uncommenting the following line:
PermitRootLogin yes
lets you enable it.
Dealing with Host Keys
For Linux admins, dealing
16%
18.06.2014
simple to gather information on size, age, and ownership. An example of such a tool is fsstats
. It walks a filesystem, starting at a root directory, and produces a summary output that lists a file size
16%
02.02.2021
, some infrastructure applications are required, such as DNS servers.
Before containers existed, infrastructure services ran in minimal change root environments, containing only the necessary binaries (e
16%
21.08.2014
processes, a CRIU test is recommended. To do this, run this command as the root user:
criu check --ms
When done, CRIU should output Looks good
(see Figure 1). Otherwise, the tool tells you which function
16%
02.08.2022
will be the better choice. To talk to a Docker installation, generate a file named Dockerfile in the root directory of the Bolt projects and assign it the following commands:
from rastasheep/ubuntu-sshd
run apt