Kostenlose SSL Zertifikate mit letsencrypt

Die letzten Tage habe ich mir letsencrypt angeschaut und bin wirklich positiv überrascht. Zum einen ist es gut dokumentiert und einfach zu benutzen, vor allem funktioniert es auch. Wie einfach es ist möchte ich hier zeigen. Installation Das letsencrypt Script wird beim ersten Aufruf alle Abhängigkeiten für das OS nachinstallieren und nachladen. cd /root git ... Weiterlesen

Cisco UCS: default Keyring's certificate is invalid, reason: expired.

To fix the following error message in the UCS manager, there needs to be some work done on the Fabric Interconnect. invalid-keyring-certificate default Keyring's certificate is invalid, reason: expired. sys/pki-ext/keyring-default/fault-F0909 Login to the fabric interconnect and do the following steps: scope security scope keyring default set regenerate yes commit-buffer show detail scope system scope services ... Weiterlesen

Festplatte Brutto / Netto rechnen

KBMBGBTBPBEBZBYB Berechnen Der berechnete Wert entspricht dem im Betriebssystem angezeigten Speicherplatz. Berechnung: 1 GB = 1.000.000.000 Byte 1 GiB = 1.073.741.824 Byte 1 TB = 1.000.000.000.000 Byte 1 TiB = 1.099.511.627.776 Byte Von GB zu GiB: Herstellerangabe (GB) / 1,073741824 = Netto (GiB) Von TB zu TiB Herstellerangabe (TB) / 1,099511627776 = Netto (TiB) Die ... Weiterlesen

fail2ban send automatic abuse email

I configured the fail2ban service to send out an automatic abuse email to the abuse contact for the IP range. To detect the right abuse contact the abusix.org service is queried.The following system tools need to be installed: At first configure a new action target, a new default action and make sure that mta is ... Weiterlesen