Articles by howtoforge
-
How To Build PHP 5.6-beta3 (PHP-FPM & FastCGI) With ionCube Loader, Zend OPcache And APCu For ISPConfig 3 (Debian Wheezy)
Author: howtoforge • Tags: apache, php, debian, web server, nginx • Comments: 4
How To Build PHP 5.6-beta3 (PHP-FPM & FastCGI) With ionCube Loader, Zend OPcache And APCu For ISPConfig 3 (Debian Wheezy) Since ISPConfig 3.0.5, it is possible to use multiple PHP versions on one server and select the optimal PHP version for a website. This feature works with PHP-FPM (starting with PHP 5.3) and FastCGI (all PHP 5.x versions). This tutorial shows how to build PHP 5.5 as a PHP-FPM and a FastCGI version on a Debian Wheezy server. These PHP 5.6 builds include the ionCube Loader, Zend OPcache, and APCu.
-
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
-
How to Set Up The Basic Apache Config For Virtual Hosts on CentOS 6
Author: howtoforge • Tags: linux, apache, php • Comments: 0
How to Set Up Apache Virtual Hosts on CentOS 6 Virtual Hosts are required in order to run multiple domains off a single IP address. Creating virtual host is expressly helpful for users who wish to run numerous sites using one virtual private server (VPS). Typically, each server is distinctly defined by it's domain/hostname. To the utter delight of users, there does not exist an upper limit to the number of virtual hosts that may be added to a VPS.
-
-
VNC Server Installation on CentOS 6.5
Author: howtoforge • Tags: • Comments: 17
VNC Server Installation on CentOS 6.5 This guide explains how to configure VNC-server in CentOS 6.5 server. It is a very convinient way of administrating the CentOS 6.5 with the help of GUI(Graphics User Interface). The GUI can be access any where with the help of the VNC-client on any OS. The basic condition is that the connecting OS must have VNC-clients installed in it.
-
Samba Server Install on Debian 7 (Wheezy)
Author: howtoforge • Tags: linux, debian, samba • Comments: 7
Samba Server Install on Debian 7 (Wheezy) This guide explains how to install and configure Samba server in Debian 7 with anonymous and 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 import Howtoforge OVF and OVA Virtual Machine Images in VMware and Virtualbox
Author: howtoforge • Tags: virtualbox, virtualization, vmware • Comments: 1How to import Howtoforge OVF and OVA Virtual Machine Images in VMware and Virtualbox This guide explains how to import virtual machine images in the vendor neutral OVF and OVA format into VMware and Virtualbox. I will use a ova image from howtoforge.com as example here. The vmware images from howtoforge can be used as basis for test and production servers.
-
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.
-
Linux Basics: How to Add and Delete Shell Users on CentOS
Author: howtoforge • Tags: linux, shell • Comments: 1
Linux Basics: How to Add and Delete Shell Users on CentOS The process of adding and deleting shell users on a new server is a basic task every Linux user or system Administrator should know.
-
Linux Basics: How to Create an Apache SSL Certificate on Ubuntu
Author: howtoforge • Tags: linux, apache, security • Comments: 0
Linux Basics: How to Create an Apache SSL Certificate on Ubuntu The following steps outline the process of creating an Apache SSL certificate on Ubuntu. Important to Note: 1. Users must note that it is essential to have access to root privileges on the VPS before executing the task (as explained in steps 3 and 4).
-
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.