1. How to solve WAMP - local server - 1 of 2 services running or WAMP icon is orange error
If you have this error? vcruntime140.dll missing error in wamp on windows First solve the problem. Need Help? Click Here or Download and install...
When i try to access WAMP from my mobile i got this error:
Forbidden You don't have permission to access / on this server
then i insert Require all granted into 2 files :
1. C:\wamp64\bin\apache\apache2.4.18\conf\httpd
DocumentRoot "C:/wamp/www" ...
1. how to find if php is installed on linux
$ php --version OR $ php-cgi --version
2. How to restart Apache?
sudo service apache2 restart or sudo restart apache...
1. Install gksu
sudo apt-get install gksu
2. Then type this command and enter the admin password
gksudo nautilus
3. Now you can change permission on any folde...
Setting up Android Studio takes just a few clicks. (You should have already downloaded Android Studio.)
To install Android Studio on Linux, proceed as follows:
Unpack the .zip file you downloaded to an appropriate location for...
Install Java JDK
The manual way
Download the 32-bit or 64-bit Linux "compressed binary file" - it has a ".tar.gz" file extension.
Uncompress it
tar -xvf jdk-8-linux-i586.tar.gz (32-bit)
tar -xvf jdk-8-linux-x64.tar.gz (64-bit)
The...