Linux

Installing Nextcloud on Debian

Installing Nextcloud on Debian In this article we will see how to install Nextlcoud on Debian. First make sure your distribution of debian is updated by running the following command :  # sudo apt-get update && apt-get upgrade 1. Install Apache : # sudo apt install apache2 libapache2-mod-php Verify the status of Apache :  # …

Installing Nextcloud on Debian Read More »

Linux commands

Linux commands List of useful Linux commands. ls: lists directory content. ls -la: lists directory content including hidden files and displays file rights. ip a: get ip configuration. sudo shutdown now : shutdown the computer.

Connect as Root with Filezilla

Connect as root with FileZilla How to connect as root using FileZilla on a Debian machine. First we need to allow root login by editing the sshd config file on the remote machine. As root, edit the sshd_config file in /etc/ssh/sshd_config: nano /etc/ssh/sshd_config Uncomment the line PermitRootLogin prohibit-password and change it to PermitRootLogin yes.   Save …

Connect as Root with Filezilla Read More »