Linux Tutorials on the topic “centos”
-
Creating A Portable MySQL On CentOS 6 And Ubuntu 11.10 Linux From Sources
Author: eduardo.lago.aguiar • Tags: mysql, ubuntu, centos • Comments: 1
Creating A Portable MySQL On CentOS 6 And Ubuntu 11.10 Linux From Sources This tutorial shows how to create a portable MySQL installation on GNU/Linux. At the end of this guide you will obtain a portable MySQL installation on a target directory with its own databases, binaries, logs, pid files, etc. Consider always the use of a permission preserving packaging (like TAR) for moving the installation between systems or removable storages.
-
Installing An Oracle-Ready CentOS 6.2 Server
Author: eduardo.lago.aguiar • Tags: centos • Comments: 0
Installing An Oracle-Ready CentOS 6.2 Server This is a tutorial for installing an Oracle-ready Linux box with CentOS 6.2, it covers the steps involved on the preparation of an Oracle-ready server for the further installation of Oracle Database Server/Oracle Fusion Middleware Suite on a multi-role server deployment.
-
RedHat Cluster Suite And Conga - Linux Clustering
Author: sudhagud • Tags: centos, high-availability • Comments: 7
RedHat Cluster Suite And Conga - Linux Clustering This how to describes an easy step by step installation of the RedHat Cluster Suite on three CentOS nodes and prepare them as nodes of a cluster. You will also install the Management suite which is web based and is known as Conga.
-
-
The Perfect Server - CentOS 6.2 x86_64 With nginx [ISPConfig 3]
Author: Falko Timme • Tags: centos, control panels, ispconfig, web server, nginx • Comments: 7
The Perfect Server - CentOS 6.2 x86_64 With nginx [ISPConfig 3] This tutorial shows how to prepare a CentOS 6.2 x86_64 server for the installation of ISPConfig 3, and how to install ISPConfig 3. ISPConfig 3 is a webhosting control panel that allows you to configure the following services through a web browser: nginx web server, Postfix mail server, MySQL, BIND nameserver, PureFTPd, SpamAssassin, ClamAV, Mailman, and many more. Since version 3.0.4, ISPConfig comes with full support for the nginx web server in addition to Apache; this tutorial covers the setup of a server that uses nginx, not Apache.
-
The Perfect Server - CentOS 6.2 x86_64 With Apache2 [ISPConfig 3]
Author: Falko Timme • Tags: apache, centos, control panels, ispconfig, web server • Comments: 31
The Perfect Server - CentOS 6.2 x86_64 With Apache2 [ISPConfig 3] This tutorial shows how to prepare a CentOS 6.2 x86_64 server for the installation of ISPConfig 3, and how to install ISPConfig 3. ISPConfig 3 is a webhosting control panel that allows you to configure the following services through a web browser: Apache web server, Postfix mail server, MySQL, BIND nameserver, PureFTPd, SpamAssassin, ClamAV, Mailman, and many more. Since version 3.0.4, ISPConfig comes with full support for the nginx web server in addition to Apache; this tutorial covers the setup of a server that uses Apache, not nginx.
-
Installing Apache2 With PHP5 And MySQL Support On CentOS 6.1 (LAMP)
Author: Falko Timme • Tags: apache, centos, mysql, php, web server • Comments: 5
Installing Apache2 With PHP5 And MySQL Support On CentOS 6.1 (LAMP) LAMP is short for Linux, Apache, MySQL, PHP. This tutorial shows how you can install an Apache2 webserver on a CentOS 6.1 server with PHP5 support (mod_php) and MySQL support.
-
The Perfect Server - CentOS 6.1 x86_64 With nginx [ISPConfig 3]
Author: Falko Timme • Tags: centos, control panels, ispconfig, web server, nginx • Comments: 2
The Perfect Server - CentOS 6.1 x86_64 With nginx [ISPConfig 3] This tutorial shows how to prepare a CentOS 6.1 x86_64 server for the installation of ISPConfig 3, and how to install ISPConfig 3. ISPConfig 3 is a webhosting control panel that allows you to configure the following services through a web browser: nginx web server, Postfix mail server, MySQL, BIND nameserver, PureFTPd, SpamAssassin, ClamAV, Mailman, and many more. Since version 3.0.4, ISPConfig comes with full support for the nginx web server in addition to Apache; this tutorial covers the setup of a server that uses nginx, not Apache.
-
The Perfect Server - CentOS 6.1 x86_64 With Apache2 [ISPConfig 3]
Author: Falko Timme • Tags: apache, centos, control panels, ispconfig, web server • Comments: 2
The Perfect Server - CentOS 6.1 x86_64 With Apache2 [ISPConfig 3] This tutorial shows how to prepare a CentOS 6.1 x86_64 server for the installation of ISPConfig 3, and how to install ISPConfig 3. ISPConfig 3 is a webhosting control panel that allows you to configure the following services through a web browser: Apache web server, Postfix mail server, MySQL, BIND nameserver, PureFTPd, SpamAssassin, ClamAV, Mailman, and many more. Since version 3.0.4, ISPConfig comes with full support for the nginx web server in addition to Apache; this tutorial covers the setup of a server that uses Apache, not nginx.
-
SQUID Proxy On RHEL5/CentOS - Everything That You Should Know About [Part 1]
Author: hamedx • Tags: centos • Comments: 16
SQUID Proxy On RHEL5/CentOS - Everything That You Should Know About [Part 1] The main feature or duty of a proxy server could be a gateway that receives HTTP requests from clients and forwards the request to the destination and relays the answer back to the requestor. Squid is most popular open-source software that brings this to us. It also has some excellent features for doing something else such as web access controlling, bandwidth controlling, restriction policies, and content caching and filtering. Actually people install SQUID to pursuit 2 goals: first reduce the bandwidth charges by content caching and second for restricting access to particular contents. The following guide explains advantages of using Squid and will show you how to install, configure, control, and maintain the Squid Proxy Server on RHEL5 and CentOS Linux.
-
Installing Lighttpd With PHP5 And MySQL Support On CentOS 6.0
Author: CSch • Tags: centos, lighttpd, web server • Comments: 4
Installing Lighttpd With PHP5 And MySQL Support On CentOS 6.0 Lighttpd is a secure, fast, standards-compliant web server designed for speed-critical environments. This tutorial shows how you can install Lighttpd on a CentOS 6.0 server with PHP5 support (through FastCGI) and MySQL support.