Erweiterte Suche

27 Suchergebnisse

Seite 2 von 27 Suchergebnisse

  • Linux
    Re-install Grub2 from DVD Rescue
    Boot the Rescue from the DVD. This should be the same Arch as the installation: ie; 32 bit or 64 ...
  • Linux
    HowTo install Onlyoffice in Nextcloud (Teil1)?
    Nextcloud: Online-Office mit ONLYOFFICE 29. Juni 2018JanHome-Server, 39 Ein klassisches Anwendungsgebiet für „die Cloud“ ist das Erstellen und die Bearbeitung von Office-Dokumenten. ...
  • Linux
    LVM vergrößern
    Als Beispiel dient wollen wir / um 10GB vergrößern.  lvextend -L+10G /dev/system/root /dev/sda2resize2fs -p /dev/mapper/system-root ...
  • Linux / openSUSE
    Leap16: Cockpit als Ersatz für Yast
    Leap 16  hat Yast eingestampft und statt dessen Cockpit.Nur ist die Software Cockpit noch nicht mal installiert.Also wollen wir mal ...
  • Linux
    LVM vergrößern:
    Als beispiel vergrößern wir ein ext4 Filesystem server:/srv/www/htdocs/nextcloud/data # pvs  PV         VG     Fmt  Attr PSize ...
  • Linux / openSUSE
    openSUSE 13.1 neben Windows 8.1 und mit UEFI
    Endlich habe ich ein Gerät, mit dem ich openSUSE neben Windows 8 und mit UEFI Bios und aktivierten Secure Boot ...
  • 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 ...
  • Linux
    fail2ban unban
    fail2ban-client status Dies gibt eine Liste aller Filter aus, die aktuell in Kraft sind. Zum Beispiel sieht das so aus: [root@irgendwas ~]# ...
  • Sonstiges
    Cache for owncloud
    Making ownCloud Faster Through Caching July 15, 2015 Some operations an ownCloud server executes ...
  • 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 ]; ...