Author: Kenn
-
SSH Connection
SSH communication has some security issues. To avoid them, you shoud do following two things. Key Authentication SSH login with password authentication is vulnerable to external attacks. So you should use key authentication to login with ssh to your server. Generate a keyfile(on local PC) To generate a keyfile, you can use “ssh-keygen” command on…
-
Setup firewall
Install UFW firewall To protect your server from external illegal attack, you shoud setup firewall. Start and enable UFW service Allow SSH connections Enable UFW firewall
-
The first things to do on Manjaro Linux
Full System Upgrade First, you should do full system upgrade for security issue. Install vi text editor Install vi text editor. Install development tools Install development tools to use AUR Helper. Install yay AUR Helper Install yay AUR Helper to access AUR repository. Note: How to uninstall packages To uninstall packages from Manjaro Linux, use…
-
Install Manjaro Linux on Raspeberry Pi
Install Raspberry Pi Imager on Manjaro Linux Desktop To install an OS on Raspberry Pi, you can use Raspberry Pi Imager. First, you should install Raspberry Pi Imager on your Desktop PC. If you are using Manjaro Linux, you can install the Imager from AUR by yay command. Write the Image on SD card To…
-
Create a database for Nextcloud
Create a database Here is the example settings Database Name : nextclouddb User Name : nextclouduser Password : xxxxxxxx
-
Install Nextcloud
Download Nextcloud Extract Nextcloud Configure Apache2 Setup nextcloud.conf nextcloud.conf file would be like below.
-
Configure php.ini
Write a page to output the phpinfo Make a file named phpinfo.php and place it in the document root. The contents of the file is below. Display phpinfo Visit http://192.168.10.108/phpinfo.php IP address should be modified to yours. Find out the item “Loaded Configuration File”. In this section, you can find the path of php.ini that…