Archiv der Kategorie: Linux
How To Install an FTP server (vsftpd) on Ubuntu 20.04/20.10
Ubuntu Server 20.04 in LXC-Container
Ubuntu Server – FTP Server vsftpd installieren
Ubuntu Server – LAMP und phpMyAdmin installieren
Quelle: websiteforstudents.com Fehler in phpMyAdmin mit PHP 8.0In Datei ./usr/share/phpmyadmin/libraries/classes/Di/[color=red]ReflectorItem.php[/color] ändern:- $name = $reflectionParam->getClass();+ $name = $param->getType() && !$param->getType()->isBuiltin() ? new ReflectionClass($param->getType()->getName()) : null;
Ubuntu Server 20.04 – Allowing SSH root login
To enable root password login over ssh in order to edit the files type You can later change this back by typing Open the /etc/ssh/sshd_config file with administrative privileges and change the following line: FROM:#PermitRootLogin prohibit-passwordTO:PermitRootLogin yes sudo systemctl restart ssh Quelle: linuxconfig.org