Linux Tutorials on the topic “centos”
-
Creating Virtual RedHat/CentOS/Scientific Linux/Fedora Appliances For KVM With BoxGrinder (Fedora 17)
Author: Falko Timme • Tags: centos, fedora, kvm, virtualization • Comments: 0
Creating Virtual RedHat/CentOS/Scientific Linux/Fedora Appliances For KVM With BoxGrinder (Fedora 17) BoxGrinder is a tool that allows you to build virtual machines (with RedHat, CentOS, Scientific Linux or Fedora as the OS) for multiple virtualization techniques. Currently it supports KVM, VMware, Amazon EC2, VirtualBox, and VirtualPC. This tutorial shows how to use BoxGrinder to create a CentOS 6 KVM guest on Fedora 17 and also how to deploy it to a remote KVM host.
-
Installation Of Redmine With SVN On A cPanel/CentOS 5.6 Server
Author: agno01 • Tags: centos • Comments: 1
Installation Of Redmine With SVN On A cPanel/CentOS 5.6 Server This tutorial explains how to install Redmine with SVN on a cPanel/CentOS 5.6 server. Redmine is a flexible project management web application. Written using the Ruby on Rails framework, it is cross-platform and cross-database.
-
TalendMDM Installation On CentOS 5.7 Server With Apache mod_proxy_ajp
Author: agno01 • Tags: apache, centos • Comments: 0
TalendMDM Installation On CentOS 5.7 Server With Apache mod_proxy_ajp Prior to installation make sure your server complies to requirements to be found on: http://www.talend.com/docs/community/prerequisites.html
-
-
Serving CGI Scripts With Nginx On CentOS 6.3
Author: Falko Timme • Tags: centos, nginx, web server • Comments: 0
Serving CGI Scripts With Nginx On CentOS 6.3 This tutorial shows how you can serve CGI scripts (Perl scripts) with nginx on CentOS 6.3. While nginx itself does not serve CGI, there are several ways to work around this. I will outline two solutions: the first is to proxy requests for CGI scripts to Thttpd, a small web server that has CGI support, while the second solution uses a CGI wrapper to serve CGI scripts.
-
Virtualization With KVM On A CentOS 6.3 Server
Author: Falko Timme • Tags: centos, kvm, virtualization • Comments: 5
Virtualization With KVM On A CentOS 6.3 Server This guide explains how you can install and use KVM for creating and running virtual machines on a CentOS 6.3 server. I will show how to create image-based virtual machines and also virtual machines that use a logical volume (LVM). KVM is short for Kernel-based Virtual Machine and makes use of hardware virtualization, i.e., you need a CPU that supports hardware virtualization, e.g. Intel VT or AMD-V.
-
CentOS 6.3 Samba Standalone Server With tdbsam Backend
Author: Falko Timme • Tags: centos, samba, storage • Comments: 2
CentOS 6.3 Samba Standalone Server With tdbsam Backend This tutorial explains the installation of a Samba fileserver on CentOS 6.3 and how to configure it to share files over the SMB protocol as well as how to add users. Samba is configured as a standalone server, not as a domain controller. In the resulting setup, every user has his own home directory accessible via the SMB protocol and all users have a shared directory with read-/write access.
-
Installing Lighttpd With PHP5 (PHP-FPM) And MySQL Support On CentOS 6.3
Author: Falko Timme • Tags: centos, lighttpd, mysql, php, web server • Comments: 0
Installing Lighttpd With PHP5 (PHP-FPM) And MySQL Support On CentOS 6.3 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.3 server with PHP5 support (through PHP-FPM) and MySQL support. PHP-FPM (FastCGI Process Manager) is an alternative PHP FastCGI implementation with some additional features useful for sites of any size, especially busier sites. I use PHP-FPM in this tutorial instead of Lighttpd's spawn-fcgi.
-
Installing mod_geoip for Apache2 On CentOS 6.3
Author: Falko Timme • Tags: apache, centos, web server • Comments: 1
Installing mod_geoip for Apache2 On CentOS 6.3 This guide explains how to set up mod_geoip with Apache2 on a CentOS 6.3 system. mod_geoip looks up the IP address of the client end user. This allows you to redirect or block users based on their country. You can also use this technology for your OpenX (formerly known as OpenAds or phpAdsNew) ad server to allow geo targeting.
-
The Perfect Server - CentOS 6.3 x86_64 (nginx, Dovecot, ISPConfig 3)
Author: Falko Timme • Tags: centos, control panels, ispconfig, web server, nginx • Comments: 6
The Perfect Server - CentOS 6.3 x86_64 (nginx, Dovecot, ISPConfig 3) This tutorial shows how to prepare a CentOS 6.3 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.
-
Using PHP5-FPM With Apache2 On CentOS 6.3
Author: Falko Timme • Tags: apache, centos, php, web server • Comments: 0
Using PHP5-FPM With Apache2 On CentOS 6.3 This tutorial shows how you can install an Apache2 webserver on a CentOS 6.3 server with PHP5 (through PHP-FPM) and MySQL support. PHP-FPM (FastCGI Process Manager) is an alternative PHP FastCGI implementation with some additional features useful for sites of any size, especially busier sites.