LAMP Server Fedora Core 11
#!/bin/bash
#
# Albertux (Alberto Isaac Ayala Esquivias)
# Mail: <contacto@ayalasoft.com>
# Script: LAMP Fedora Core 11
#
# yum update && yum upgrade
for i in mysql php php-mysql httpd openssh-server
do
yum install -y $i
done
# active services
for i in mysqld httpd sshd
do
service $i start
chkconfig --level 2345 $i on
done
Kubuntu 9.04

Whats new on Kubuntu Jacklope?
Some wireless problems check WEP and WAP
Need Flash plugin, JRE, support MP3, etc …
First check on /etc/apt/sources.list need universe and multiverse
sudo apt-get update
sudo apt-get install kubuntu-restricted-extras
Setup LAMP on Kubuntu 9.04 (Is the same on Ubuntu 9.04):
sudo apt-get -y install mysql-server apache2 libapache2-mod-php5 php5 php5-mysql
Ubuntu 9.0.4 Desktop LAMP
New Login Screen:

Some changes Ubuntu 8.10 => Ubuntu 9.04
- Python 2.5 => Python 2.6
- Perl 5.8 = > Perl 5.10
- OpenOffice 2.4 => OpenOffice 3.0
Other Changes here
LAMP on Ubuntu 9.04 Desktop Edition
sudo apt-get -y install mysql-server apache2 libapache2-mod-php5 php5 php5-mysql
Screenshot:

Recent Comments