By editor, 8 July, 2023 Install PHP 8.1 Tags Drupal 10 Linux Server PHP Example for Debian: Enable sury/php repository apt-get install php8.1-{cgi,cli,fpm,pdo,gd,mbstring,mysqlnd,opcache,curl,xml,zip} Install additional PHP packages apt-get install php8.1-{cgi,cli,fpm,pdo,gd,mbstring,mysqlnd,opcache,curl,xml,zip}
By editor, 14 November, 2020 Wildcard let's encrypt certificate with virtualmin Tags Virtualmin Server SSL/TLS When you request a let's encrypt wildcard certificate with virtualmin you may have an error like this:
By editor, 9 August, 2020 Install PHP 7.3 on Linux Tags Server Linux Install Apache 2 server sudo apt install apache2 Install MySQL Server sudo apt install mysql-server
By editor, 11 June, 2018 rsync : Backup data on linux Tags Linux Utility Server rsync is a powerfull tool to synchronize the files and directories. Can be use for local or remote using ssh. Source Tutorial : https://www.thegeekstuff.com/2010/09/rsync-command-examples/ Syntax rsync options source destination
By editor, 15 May, 2018 Add rc.local to Debian 9 Stretch Tags Linux Server /etc/rc.local is depricated on debian 9. You can try this to add it. (Not tested) 1) Create the file : /etc/systemd/system/rc-local.service # nano /etc/systemd/system/rc-local.service 2) Copy this text.
By editor, 3 May, 2018 Install GitLab Community Edition Tags Server Git Linux The official tutorial is hear : https://about.gitlab.com/installation/#debian?version=ce CE or EE : https://about.gitlab.com/installation/ce-or-ee/?distro=debian
By nuwantha, 29 April, 2018 Setup PPTP VPN Server on Debian/Ubuntu Linux Tags Server Linux Setup PPTP Server First we need to install pptp server using apt-get # sudo apt-get install pptpd Then we need to configure the pptpd. # sudo nano /etc/pptpd.conf
By editor, 26 April, 2018 Install Solr 7 - Solr Search API Tags Linux Server Drupal 8 1. Install java Install Java 8 on Ubuntu sudo add-apt-repository ppa:webupd8team/java sudo apt-get update sudo apt-get install oracle-java8-installer Verify Java Inatallation sudo apt-get install oracle-java8-set-default java -version
By editor, 2 February, 2018 Tips for Webmin and Virtualmin Tags Server Linux Webmin and Virtualmin Change IP access control from shell terminal. Edit file: /etc/webmin/miniserv.conf vim /etc/webmin/miniserv.conf Change: allow=OLD_IP to New IP Example: allow=123.214.123.123 85.25.65.45 45.65.85.36