Erweiterte Suche

19 Suchergebnisse

Seite 1 von 19 Suchergebnisse

  • Sonstiges / Windoof
    How to change windows service name or executable after creating it?
    The Windows command line program to change services is "sc". Here's the Microsoft reference page: https://technet.microsoft.com/en-us/library/bb490995.aspx To change the display name of ...
  • Linux
    This script automates the re-generation of a keystore file to enable SSL for Tomcat and
    #!/bin/bash if [ ! -f "/etc/cert_gen_tomcat" ]; then echo "Config file /etc/cert_gen_tomcat does not exist" exit 1; fi source /etc/cert_gen_tomcat if [ ! -f /usr/local/bin/certbot-auto ]; ...
  • Linux
    Configuring proxy on docker
    1. Create a systemd drop-in directory for the docker service:   $ sudo mkdir -p /etc/systemd/system/docker.service.d 2. Create a file named /etc/systemd/system/docker.service.d/http-proxy.conf ...
  • Linux
    systemd und unit.service clone
    Wenn man ein eigenes service file auf basis eines service files des distributor erstellen möche, dann führt man folgendes Kommando ...
  • Linux / OBS
    openSUSE:How to detect Tumbleweed?
    This tutorial will tell you how to properly detect openSUSE Tumbleweed when building a package targeting multiple openSUSE releases on ...
  • Linux
    Deprecated Linux networking commands and their replacements
    In my article detailing the command line utilities available for configuring and troubleshooting network properties on Windows and Linux, I ...
  • Linux
    HowTo install Onlyoffice in Nextcloud (Teil2)?
    Nextcloud: Online-Office mit ONLYOFFICE (mit eigener Subdomain) 9. November 2018JanHome-Server, 136 Nextcloud bietet neben dem Speichern von Dateien auch noch erweiterte Funktionen ...
  • Linux
    systemd - Units, services, timers usw. anpassen
    Über das Paketmanagement werden die systemeigenen systemd-dateien unter /usr/lib/systemd/system installiert. Anpassungen seitens des Administrator können unter /etc/systemd/system erfolgen. Um die Dateien anzupassen ...
  • Linux
    Firmware Update mit fwupd
    Befehl Beschreibung fwupdmgr get-devices Listet alle erkannten Geräte auf. fwupdmgr refresh Aktualisiert über den Linux Vendor Firmware Service ?? die Datenbank. fwupdmgr get-updates Anzeige verfügbarer Updates. fwupdmgr update Herunterladen ...
  • Linux / Kolab
    Kolab SPAM/HAM
      Teil 1:   Kolab Groupware - Administration Guide   Teil 2:   Hi Jelle,unfortunately filtering spam does not work out of the box in Kolab ...