Linux Tutorials on the topic “centos”
-
Install Apache2, PHP5 And MySQL Support On CentOS 6.5 (LAMP)
Author: Till Brehm • Tags: apache, centos, mysql, php, web server • Comments: 22
LAMP is short for Linux, Apache, MySQL, PHP. This tutorial shows how you can install an Apache2 webserver on a CentOS 6.4 server with PHP5 support (mod_php) and MySQL support.
-
How to install the latest GIT version on CentOS
Author: howtoforge • Tags: centos, linux, programming • Comments: 4
How to install the latest GIT version on CentOSGit is a fairly popular free open source distributed Version Control System (VCS) expressly designed to tackle projects of varying scales (from the small ones to the significantly large ones)with incredible speed and efficiency. It is mainly used for source code management, and remains primarily focused on speed, seamless support for distributed non-linear workflows and data integrity. This tutorial explains the process of installing and using GIT on CentOS in a detailed manner.
-
Two factor authentication with OTP using privacyIDEA and FreeRADIUS on CentOS
Author: cornelinux • Tags: linux, security, centos • Comments: 3
Two factor authentication with OTP using privacyIDEA and FreeRADIUS on CentOS In this howto we will show, how you can set up a the two factor authentication and management system privacyIDEA on Cent OS 6.5. privacyIDEA is a system that can manage authentication devices - especially OTP tokens of any kind. We will set up the system to be served via Apache2, store the token information in a MySQL database and provide authentication via FreeRADIUS server, thus being able to add two factor authentication to all services accessible via RADIUS like SSL VPNs and pam_radius.
-
-
How to Install Wordpress on CentOS
Author: howtoforge • Tags: linux, centos, web server • Comments: 10
How to Install Wordpress on CentOS Wordpress is a fairly popular free open source website and blogging tool that works by using PHP and MySQL. In this tutorial, we shall learn the process of installing Wordpress on CentOS
-
Thunderbird Email Encryption with GnuPG2
Author: howtoforge • Tags: centos, debian, desktop, email, fedora, linux, suse, ubuntu • Comments: 0
Thunderbird Email Encryption with GnuPG2 This tutorial describes the configuration of Thunderbird and GnuPG2 to send and receive encrypted email.
-
Installing Virtualizor on CentOS 6.5 with RAID1
Author: kuso89 • Tags: linux, virtualization, centos, control panels, kvm, openvz, xen • Comments: 0
Installing Virtualizor on CentOS 6.5 with RAID1 This guide covers installing the Virtualizor control panel on CentOS 6.5 with RAID1.
-
Install ownCloud with SSL and Nginx in CentOS 6.5
Author: howtoforge • Tags: centos, linux, nginx • Comments: 6
Install ownCloud with SSL and Nginx in CentOS 6.5 CentOS has upgraded a lot packages, and the post that I've wrote 1 year ago no longer works in CentOS 6.5 updated up-to-date. I did a research and it looks like this will be the first tutorial in 2014 how to install owncloud in centos with nginx, postgresql and ssl. You ain't gonna find CentOS and owncloud installation with nginx nowadays, because most people don't know how to resolve simple issues.
-
Linux Basics - Set A Static IP On CentOS
Author: howtoforge • Tags: linux, centos • Comments: 8
Linux Basics - Set A Static IP On CentOS This tutorial explains the configuration of a static IP address (IPv4 and IPv6), the hostname and nameservers on CentOS. To be compatible with Desktop and Server Systems, we do the configuration on the shell.
-
Samba Server Configuration in CentOS 6.5
Author: howtoforge • Tags: centos, linux, samba • Comments: 7
This guide explains how to configure samba server in CentOS 6.5 with anonymous & secured samba servers. Samba is an Open Source/Free Software suite that provides seamless file and print services to SMB/CIFS clients. Samba is freely available, unlike other SMB/CIFS implementations, and allows for interoperability between Linux/Unix servers and Windows-based clients.
-
How To Install Nginx With PHP5 (And PHP-FPM) And MySQL Support On CentOS 6.5
Author: howtoforge • Tags: centos, linux, mysql, nginx, php, web server • Comments: 1
How To Install Nginx With PHP5 (And PHP-FPM) And MySQL Support On CentOS 6.5 Nginx(pronounced "engine x") is a free, open-source, high-performance HTTP server. Nginx is known for its stability, rich feature set, simple configuration, and low resource consumption. This tutorial shows how you can install Nginx on a CentOS 6.5 server with PHP5 support (through PHP-FPM) and MySQL support.