This guide provides the steps to configure minimal mail capacity on Debian-based servers to enable sending mail notifications to a sysadmin through a smarthost MTA.
First, update the package lists and install the required packages:
This guide provides the steps to configure minimal mail capacity on Debian-based servers to enable sending mail notifications to a sysadmin through a smarthost MTA.
First, update the package lists and install the required packages:
In order to troubleshoot the low-level communication of sending e-mail through Exchange Online using SASL authenticated SMTP, you can user this script :
#!/usr/bin/perl
use strict;
use warnings;
use Net::SMTP;
use Authen::SASL;
Configure a new domain in OpenDKIM
#!/bin/bash
DOMAIN="$1"
SELECTOR="mail"
if [ -z "${DOMAIN}" ]; then
echo "Usage: $0 domain.name"
apt install qemu-kvm libvirt-daemon-system libvirt-clients virtinst cpu-checker libguestfs-tools libosinfo-bin
virsh console deb-elastic
virsh destroy <name>
virsh domifaddr <name>
virsh dominfo <name>
virsh dumpxml <name> | grep "mac address" | awk -F\' '{ print $2}'
Download filebeat from https://www.elastic.co/downloads/beats/filebeat Choose the MSI version for Windows Install as usual
Create file c:\ProgramData\Elastic\Beats\filebeat\filebeat.yml
So you have an HTML file that starts with <script>eval(function(p,a,c,k,e,d)
...
This is quite heasy to de-obfuscate
Just replace the <script>eval(
part with the following HTML code :
<!DOCTYPE html>
<html>
<head><title>debug</title>
You want to run an OpenVPN server on a debian-like system with a dynamic IP address (f.i. behind a consumer cable modem access)
You need to provide a fixed IP address in the openvpn configuration
Ensure the OpenVPN configuration is updated with each IP address change and reload the server
In order to run an application upon IP address change, you need to create a hook inside /etc/dhcp/dhclient-exit-hooks.d .