Category: Manjaro
-
Setup Neovim on Manjaro Linux
Install Neovim First of all, install neovim Install Languages Providers Install Programing Languages Install Python provider Install Ruby provider Edit .profile in home directory and add a gem path. Reload .bash_profile file. Install Node.js provider Edit Environment Variables for Perl provider Edit .profile on your home directory. Reload .profile file. Install Perl provider Install Clipboard…
-
Setup In-memory Cache on Nextcloud
Setup In-memory cache on Nextcloud You shoud setup memory cache on Nextcloud for performance. Now I choosed APCu for local memory cache, Redis for distributed and locking memory cache. Enable memory cache on Nextcloud Edit nextcloud config.php file. Restart Nginx
-
Install Memory Cache
To enhance performance of Nextcloud, Install memory cache. Redis is a key-value memory cache. Install Redis Configure Redis Enable socket communications to Redis for perfomance. Check socket communications If this command returns OK, the socket communication is established properly. Restart and Enable Redis
-
HTTP/2
Enable HTTP/2 To enable HTTP/2 connections, edit nginx site speciffic files. Add “http2” word at the end of listen sentence Then restart Nginx.
-
SSL with Let’s Encrypt
Install Certbot You can use free SSL certification by Let’s Encrypt. First, you should install certbot to use Let’s Encrypt. Certificate sites To certificate domain www.lama-lab.mydns.jp and nc.lama-lab.mydns.jp, type Configure Firewall Scheduling Certification renew The certification will be expired every 3 months. So you should renew the certification automatically. Change the permission of the script.…
-
Setup Nextcloud
Download and extract Nextcloud Accomplish Setup Visit And input all database infomation. Then all is done!!
-
Configure Nginx for Nextcloud
Deploy config files Nextcloud config file Site specific config file Enable the Web site