Raspberry Pi LAMP installation guide
This short guide teaches you how to turn Raspberry Pi into a LAMP server. LAMP stands for Linux Apache MySQL PHPStep 1: update the Raspberry Pi OS to the latest version:sudo apt-get install -y...
View ArticleHow-To Ubuntu LAMP Server
This short guide demonstrates how to install Apache, PHP, MySQL as LAMP server on Ubuntu Linux.sudo apt-get install mysql-server mysql-client apache2 install php5 libapache2-mod-php5 sudo apt-get...
View ArticleHow-To Fedora 20 LAMP installation
This short guide demonstrates how to setup Fedora 20 as a LAMP server containing Apache, PHP, Perl, Python, Ruby and MySQL.You have to use the shell and be able to use the machine as root.Start the...
View ArticleAmazon EC2 Linux as LAMP server
The following guide demonstrates how to installApache Webserver 2.4PHP 5.4MySQL Server 5.5 (Community Edition)Step 1: install Apache, PHP, MySQLsudo yum install -y httpd24 php54 mysql55Step 2: start...
View ArticleBumping minimum WordPress Version
This week I`ve been updated the readme of all my WordPress plugins. All have been tested and should be fully compatible with WordPress 4.0 and 4.1. The readme.txt will now require atleast WordPress 3.9...
View ArticleCodeIgniter 1.7 professional development
If you we`re intested in CodeIgniter 1.7 by Packt Publishing I have good news, the followup “CodeIgniter 1.7 professional development” will be released next month.The book contains the following...
View ArticleHow-to setup Fedora 13 as LAMP server
This short guide demonstrates how to setup Fedora 13 as a LAMP server containing Apache, PHP, Perl, Python, Ruby and MySQL.yum install httpd yum install php php-devel php-gd php-imap php-ldap php-mysql...
View ArticleSolaris 11 Express SAMP installation guide
To install Apache 2.2, PHP 5, MySQL 5.1, Perl 5.8 on Solaris 11 Express just follow these steps:Install Solaris 11 Express (I won`t provide help with this step)Start Solaris and login as the main...
View ArticleSolaris 11 Express SAMP installation guide (update)
This article is an improved version of Solaris 11 Express SAMP installation guide. The improvement contains a graphical management panel.To install Apache 2.2, PHP, MySQL 5.1, Perl 5.8 on Solaris 11...
View ArticleMy WordPress plugins and PHP 7.0
My WordPress plugins are tested and compatible with PHP 7.0 If you do find any bug, please let me know using the contact form.
View ArticleHow-to Install PHP 7 on a Raspberry Pi
This short guide describes how to install PHP 7 on a Raspberry Pi running Raspbian Linux as operating system.Edit the apt sources list, /etc/apt/sources.list sudo nano /etc/apt/sources.listAdd the...
View Article