Today is my first day in my machine to work in Windows 10. And my machine has Windows 10 installed alongside Ubuntu 14.04 LTS. But I faced my very first problem with Windows 10 today that was related to NTFS drive mounting from Linux. At last I figured out the problem. If you use Windows 10 and Linux in same machine then when you will use Windows 10, by default Windows 10 has Fast startup turned on and that will …
Tag: Tips & Tricks
Now let’s assume that you haven’t installed xDebug yet! Now we have to install xDebug. Now to do that first we have to install PHP PEAR. To install PEAR let’s type the following command. Now if it says that you have already the latest PHP Pear. Then ready to move forward. Now to install xDebug you have to write down the following command. After successfully installing xDebug. You have to add the following code in your php.ini file. After writing …
To completely uninstall XAMPP from your Linux computer, you just need to run the following command. It is all about to remove lampp directory. Because all of your xampp contents are located inside it. That’s it. It’s pretty simple to remove and uninstall XAMPP from Ubuntu, CentOS and other linux system. If you face any difficulty write that in comment and I will be happy to help.
This is a very common question for all computer users and it’s even more necessary to know about to install windows on Netbook who hasn’t any CD-ROM attached with Computer. So here is the tutorial you should read it completely to install windows 7 from any kinds of USB device. Step 1 Plug-in your USB drive with your PC. And backup all contents from USB device and format it. Now go to Start menu > All programs > Accessories and …
xDebug for PHP Coders xDebug is a very popular and famous debugging utility for PHP programmers. It actually works with Apache. So to activate or install xDebug for PHP coders you just follow the steps given below.. Step 1: Just open your php.ini file and find out with ‘xdebug’ then you can see like ;zend_extension = "C:xamppphpextphp_xdebug.dll" Then just remove ‘ ; ‘ from that above line and just copy the following lines of code in your php.ini file. xdebug.remote_enable=On …