Nico Amarilla

My personal notes on programming.

How to Manually Install MySQL on Windows

MySQL is one of the world’s most widely used open-source relational database management system. It is a popular choice of database for use in web applications and is the M in WAMP stacks. WAMP stands for Windows, Apache, MySQL, PHP.

Read More

How to Manually Install PHP on Windows

PHP, which stands for PHP: Hypertext Preprocessor, is a server-side scripting language designed for web development but also used as a general-purpose programming language. This tutorial is on how to manually install PHP on Windows 7. Installation Go to http://windows.php.net/download/ to download PHP.

Read More

How to Manually Install Apache on Windows

The Apache HTTP Server, commonly referred to as Apache is a web server application notable for playing a key role in the initial growth of the World Wide Web. This tutorial is on how to manually install Apache HTTP Server on Windows 7.

Read More

Partition A Hard Drive and Install Windows 7

Most newly bought computers comes with a single physical hard drive. A partition can be thought of as a virtual division or “part” of the physical hard drive. A partitioned hard drive will appear as if you have two or more hard drives.

Read More

How To Make A Bootable USB With Rufus

Rufus is an easy to use program that helps format and create bootable USB flash drives. It’s as simple as plugging in a USB flash drive and running the executable program. Bootable USB flash drives are used to install (or reinstall) operating systems like Windows.

Read More