Folgende PHP-Module werden benötigt:
/etc/php/8.0/cli/php.ini
apc.enable_cli=1
/etc/php/8.0/fpm/php.ini
memory_limit = 512M
upload_max_filesize = 20M
The Nextcloud .tar archive contains all of the required PHP modules. This section lists all required and optional PHP modules. Consult the PHP manual for more information on modules. Your Linux distribution should have packages for all required modules. You can check the presence of a module by typing php -m | grep -i . If you get a result, the module is present.
Required:
Database connectors (pick the one for your database:)
Recommended packages:
Required for specific apps:
Recommended for specific apps (optional):
For enhanced server performance (optional) select one of the following memcaches:
See Memory caching to learn how to select and configure a memcache.
For preview generation (optional):
For command line processing (optional):
For command line updater (optional):
You don’t need the WebDAV module for your Web server (i.e. Apache’s mod_webdav), as Nextcloud has a built-in WebDAV server of its own, SabreDAV. If mod_webdav is enabled you must disable it for Nextcloud. (See Apache Web server configuration for an example configuration.)
Gelegentlich erscheint in der Konsole (Plasma/KDE) der mc in ganz komischen hellen Farben, nicht in dem satten Blau-Weiß, das die Traditionalisten so mögen. Hintergrund dafür ist die Farbschemawahl für die Konsole. Unter -> Einstellungen - Profil bearbeiten - Farbschema auf Weiß auf Schwarz stellen, und schon klappt das wieder. Meistens steht das Schema auf Breeze o.ä.
mkdir /home/madin useradd -g users -d /home/madin -s /bin/bash madin passwd madin chown madin:users /home/madin usermod -aG sudo madin
Zuallererst! Prüfen ob die Anmeldung mit dem neu angelegten Benutzer möglich ist!
Ändern in der Datei /etc/ssh/sshd-config
die Zeile:
PermitRootLogin yes
in
PermitRootLogin no
Danach den sshd neu starten:
/etc/init.d/ssh reload
bzw.
/etc/init.d/sshd_reload
Fertig!