How-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, 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 ArticleOpenSuSE 11.4 LAMP installation guide
The following guide demonstrates how to install Apache 2.2, PHP 5.3 and MySQL 5.1 in OpenSuSE linux version 11.4.I will not guide you through the installationsteps, so I start after booting the...
View ArticleAmazon Linux AMI as LAMP setup
The following guide demonstrates how to install Apache Webserver 2.2, PHP 5.3, MySQL Server 5.1 (Community Edition) and Perl (without mod_perl).sudo yum install -y httpd php php-pear mysql mysql-server...
View ArticleHow-To setup Fedora Linux 15 as LAMP server
This short guide demonstrates how to setup Fedora 15 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. sudo yum...
View ArticleRaspberry 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 ArticleOpenX Ad Server: Beginner`s Guide by Packt Publishing Review
This is my review of the book “OpenX Ad Server: Beginner`s Guide” written by Murat Yilmaz and published by Packt Publishing (Open Source). OpenX is an open-source PHP/MySQL based advertisement platform...
View ArticleWordPress 2.8 Themes Cookbook review
When you look for a WordPress theme design books, there isn’t much choice. I looked at the country’s best book store and found nine books when I search for “WordPress themes”. Five of them are...
View ArticleJoomla! 1.5 Cookbook review
Your now reading my Joomla! 1.5 Cookbook review. The book was released in October this year. The Joomla cookbook is one of Packt Publishing’s cookbook series meaning that it contains recipes. This book...
View ArticleJoomla! 1.5 Top Extensions Cookbook review
The Joomla! 1.5 Top Extensions Cookbook is one of Packt Publishing’s cookbook series meaning that it contains recipes. This book contains over 80 different recipes to use extensions to add maps, image...
View ArticleMySQL Connector for OpenOffice.org released
Sun released the MySQL Connector for OpenOffice.org version 1.0. This first general availability release. The driver can be used in OpenOffice.org 3.1.1 and the upcoming OpenOffice.org 3.2 to connect...
View Article