General
2 min read
30

Installing a LAMP server

August 21, 2017
0

This post is intended for programmers developing projects with PHP but have not been encouraged to install GNU / Linux. Not to lose focus on what we need, conserve resources and minimize the administration, we always recommend a minimal installation of Debian and then we’ll install the rest. After installing

Continue Reading
General
4 min read
21

Tutorial on WordPress

September 19, 2011
0

WordPress is best known for hosting service available through blogs http://wordpress.org/, but it is actually a content manager for general use, that can be installed on any server that supports PHP and MySQL licensed under the GPL, and source code is available and can be customized freely. You can even

Continue Reading
Dedicated Hosting
2 min read
18

what is php.ini file ?

December 9, 2010
0

Introduction The php.ini file is a special file for suPHP (pronounced sue-p-h-p). The php.ini file is where you declare changes to your PHP settings. You can edit the existing php.ini, or create a new text file in any subdirectory and name it php.ini. This file location depends on several things:

Continue Reading