timedatectl set-timezone Europe/Budapest
dnf erase \
+ bluez \
+ deltarpm \
+ dhcp-client \
+ f2fs-tools \
+ firewalld \
+ firewalld-filesystem \
+ hunspell \
+ jq \
+ memstrack \
+ ModemManager-glib \
+ nano \
+ nilfs-utils \
+ ntfs-3g \
+ ntfs-3g-libs \
+ python3-firewall \
+ qrencode-libs \
selinux-policy \
+ udftools \
+ unbound-anchor \
zram-generator
dnf install \
+ atop \
chrony \
cronie \
git \
lsof \
lxc \
lxc-templates \
+ lxcfs \
mailx \
+ man-pages \
postfix \
rsyslog \
+ rsyslog-relp \
screen \
+ speedtest-cli \
+ sysstat \
+ tar \
+ unzip \
vim-enhanced \
- wget2
+ wget2 \
+ zip
-systemctl disable firewalld.service
systemctl disable lxc.service
systemctl enable chronyd.service
systemctl start postfix.service
systemctl start rsyslog.service
-systemctl stop firewalld.service
systemctl stop lxc.service
git config set --global user.name "Zoltán Felleg"
--- /dev/null
+module(load="imfile")
+module(load="omrelp")
+
+input(type="imfile"
+ file="/var/log/rsync.log"
+ tag="rsync")
+
+if $syslogtag == "rsync" then {
+ action(type="omrelp" target="log.in.useribm.hu" port="2514")
+ stop
+}