49%
11.06.2014
your collectd.conf becomes fairly lengthy within a relatively short period of time and mutates into something only you will understand.
Comments are allowed and recommended. In collectd.conf, you
49%
11.04.2016
systemctl enable systemd-networkd
systemctl disable NetworkManager
systemctl enable systemd-resolved
cp /etc/resolv.conf /etc/resolv.conf.bak
ln -sf /run/systemd/resolve/resolv.conf /etc/resolv.conf
mkdir
49%
05.12.2016
. With the help of the sesearch tool, you can then verify that the kernel is actually aware of this new rule:
Listing 1
SELinux Module
01 require{
02 type certmonger_t;
03 type pegasus_conf
49%
13.06.2016
to the systemd package.
Listing 1
Basic Setup
systemctl enable systemd-networkd
systemctl disable NetworkManager
systemctl enable systemd-resolved
cp /etc/resolv.conf /etc/resolv.conf.bak
ln -sf
49%
14.03.2013
asynchronous routing across the board on Ubuntu. The following two entries in /etc/sysctl.conf take care of this:
net.ipv4.conf.all.rp_filter = 0
net.ipv4.conf.default.rp_filter = 0
Of course, you also need
49%
01.08.2019
'
services:
dns:
image: mvance/unbound:latest
restart: always
container_name: unbound
ports:
- "953:953/tcp"
- "53:53/tcp"
- "53:53/udp"
volumes:
- unbound_conf
49%
17.02.2015
or command-line arguments,
/etc/logwatch/conf/ (for your system)
/usr/share/logwatch/dist.conf/ (for your operating system)
/usr/share/logwatch/default.conf/ (general defaults)
You can customize
49%
20.02.2023
attributes for nodes that have specific capabilities.
A common GRES definition is GPU, for which you need to modify the file /etc/slurm/slurm.conf
. Before modifying it, the pertinent section is as shown
49%
08.10.2015
/share/storm/log4j/storm.log.properties
Finally, move the Storm configuration file to /etc/storm and create a symbolic link:
sudo mkdir /etc/storm
sudo chown storm:storm /etc/storm
sudo mv /usr/share/storm/conf
48%
05.12.2014
in an alternative location to the standard web root folder, so the httpd.conf file for Apache needs to be edited to reflect this alternative location. Use
vi /etc/httpd/conf/http.conf
to edit the file. Within