Monthly Archives: April 2016

Windows 10 Insider Preview (Build 14328 for PC) available for fast ring

If you are using Windows 10 Insider Preview (previously known as Technical Preview) in your computer, here is a good news for you.

Microsoft has released a new update Build 14328 of Windows 10 to public which comes with many bug fixes and improvements. This is the 12th Insider Preview build of Windows 10 released after the November Update build 10586 (Threshold 2). This new build also comes via new “RS1” (RedStone1) development branch. Continue reading

How To Install Linux, Apache, MySQL, PHP (LAMP) stack On CentOS 7

A “LAMP” stack is a group of open source software that is typically installed together to enable a server to host dynamic websites and web apps. This term is actually an acronym which represents the Linux operating system, with the Apache web server. The site data is stored in a MySQL database (using MariaDB), and dynamic content is processed by PHP.

In this guide, we’ll get a LAMP stack installed on an CentOS 7 VPS. CentOS will fulfill our first requirement: a Linux operating system. Continue reading