Category: Linux

  • Install PHP and PHP-FPM

    Install PHP Install PHP-FPM PHP-FPM (PHP FastCGI Process Manager) is a PHP implementation of CGI that is useful for heavy-loaded system. Install PHP-FPM Start and Enable PHP-FPM

  • Install Database server

    Install MariaDB MariaDB is a Open Source Database server. Setup MariaDB server Start and Enable Database server Secure Installation For security issue, secure installation script should be run at first before using MariaDB. Notice: The first root password is set empty. So If you are requested the root password, you should only hit a Enter…

  • PPPoE pass-through

    Setup PPPoE pass-through to connect to external with regular port via IPv6 environment. Install PPP Now a days, using PPP and PPPoE module is a trend for PPPoE pass-through. Create connection configuration file Notice: Here, LOGIN NAME is your login name of your provider. And the login name should be double quated. Create secrets file…

  • Setup Web server

    Setup Web server for Web service. Install Nginx Install Nginx. Nginx is a high performance web server. Configure firewall Check the webserver Browse the webserver on a web browser. The IP address should replaced your servers one.

  • Setup vsFTPd server on Arch Linux

    Setup FTP server to transfer files from local Desktop PC to server. What is vsFTPd vsFTPd (very secure FTP daemon) is a FTP server that is focuced on security. It is included in a default repository of Arch Linux. Add FTP user It is a good manner to add a FTP user separate with other…

  • 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…

  • Nextcloud Memory cache

    Configure memory cache for Nextcloud