XAMPP is one of the most popular stacks for developer specially for Windows user. For developers, it’s very essential to create virtual host for their web applications or websites. I never loved Windows 10 as a developer because it’s extra complex for developer to setup environment. So I want to write this post to setup Apache virtual hosts for XAMPP. Setup Virtual Hosts To setup virtual hosts it’s simple. You need to write the configuration in your Apache. After installing …
Tag: Windows
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 …
After clicking on any navigation link in navgation and whenever that page will be open then one active class will be added in that element. $(document).ready(function(){ var a = $('.navbar-nav a'); a.each(function(){ if(window.location.href == $(this).attr('href')){ $(this).closest('li').addClass('active'); } }) })
Typically windows server has no built-in backup transfer system via SSH or FTP/SFTP. They can only take backup and transfer to another windows machine. But in the age of cloud computing we need portablity of data. Anywhere I can put or get data. So from this sense I tried to get some handy tools which will do a perfect trick for me. For my windows server I love rsync very much. It’s lovely. I like it’s awesomeness. Also for windows …
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 …