Thursday, December 22, 2016

WAMP server installation errors and solutions

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...

Wednesday, December 14, 2016

How to allow remote access to WAMP server

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" ...

Wednesday, December 7, 2016

Some terminal commands for new Ubuntu users

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...

How to get root privileges on ubunthu

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...

Thursday, December 1, 2016

unable to mount New Volume or unable to access location from Ubuntu

There might be some problem in your ntfs partition. You can fix it using   ntfsfix                                        Open terminal...

Wednesday, November 30, 2016

How to download and install android-studio in Ubuntu

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...

How to download and install JDK in Ubuntu

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...

Page 1 of 1212345Next