Mount SAMBA NFS share folder on 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/
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/
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
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
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
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