By editor, 11 May, 2018 Mount SAMBA NFS share folder on linux Tags Shell Linux Access to a SAMBA file share from a file explorer Juste enter the address of your share like: smb://<IP or HOST>/<Folder> Example: smb://192.168.0.1/DATA smb://192.168.0.1/
By editor, 4 May, 2018 Configure PhpStorm for Drupal coding standards Tags Drupal 8 IDE Change default settings of PhpStorm. File -> Default settings -> Editor -> Code Style -> PHP Drupal recommends less than 80 characters per line. Set "Tab size", "Indent" and "Continuation indent" to 2
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