Skip to main content

How to install a LAMP server on fedora 19 - Mysql(MariaDB) , PHP and Apache + Webmin

Tip: Watch the video fullscreen and HD.



How to install a LAMP server o fedora 19 - Mysql(MariaDB) , PHP and Apache + Webmin

COMMANDS

https://www.evernote.com/shard/s86/sh/ff710451-bfe9-4ab8-a637-b8519abc25a7/d154b0b580b0fcedc4384c25b9499445

02 - sudo yum install  httpd -y 

03 - sudo systemctl enable httpd.service

04 - sudo yum install mysql mysql-server

05 - sudo systemctl enable mysqld.service

06 - sudo yum install  php -y

07 - sudo yum install php-mysql -y 

09 - sudo mysql_secure_installation

11 - sudo gedit /etc/yum.repos.d/webmin.repo

12 - 

[Webmin]
name=Webmin Distribution Neutral
#baseurl=http://download.webmin.com/download/yum
mirrorlist=http://download.webmin.com/download/yum/mirrorlist
enabled=1


14 - wget http://www.webmin.com/jcameron-key.asc

15 - sudo rpm --import jcameron-key.asc

16 - sudo yum install webmin



LAMP is a combination of free, open source software. The acronym LAMP refers to the first letters of Linux (operating system), Apache HTTP Server, MySQL (database software), and PHP, Perl or Python, principal components to build a viable general purpose web server.[1]

The exact combination of software included in a LAMP package may vary, especially with respect to the web scripting software, as Perl or Python are sometimes dropped from the stack.[2] Similar terms exist for essentially the same software suite (AMP) running on other operating systems, such as Microsoft Windows (WAMP), Mac OS (MAMP), Solaris (SAMP), iSeries (iAMP), or OpenBSD (OAMP).

Though the original authors of these programs did not design them all to work specifically with each other, the development philosophy and tool sets are shared and were developed in close conjunction. The software combination has become popular because it is free of cost, open-source, and therefore easily adaptable, and because of the ubiquity of its components which are bundled with most current Linux distributions.




Webmin is a web-based system configuration tool for Unix-like systems, although recent versions can also be installed and run on Windows.[4] With it, it is possible to configure operating system internals, such as users, disk quotas, services or configuration files, as well as modify and control open source apps, such as the Apache HTTP Server, PHP or MySQL.

Webmin is largely based on Perl, running as its own process and web server. It defaults to TCP port 10000 for communicating, and can be configured to use SSL if OpenSSL is installed with additional required Perl Modules.

It is built around modules, which have an interface to the configuration files and the Webmin server. This makes it easy to add new functionality. Due to Webmin's modular design, it is possible for anyone who is interested to write plugins for desktop configuration.

Webmin also allows for controlling many machines through a single interface, or seamless login on other webmin hosts on the same subnet or LAN.

Webmin is primarily coded by Australian Jamie Cameron[1] and released under the BSD license.




Music
"Suspiria" (by nisei23)
(http://freemusicarchive.org/music/nisei23/elevenandtwelve/11_-_nisei23_-_Suspiria_-_elevenandtwelve)
Licensed under Creative Commons Attribution 3.0
http://creativecommons.org/licenses/by/3.0/

Popular Posts