How setting SSL/TLS Configuration

To install and configure SSL/TLS support on Tomcat, you need to follow these simple steps. For more information, read the rest of this HOW-TO.

How To Change Timezone on a CentOS 6 and CentOS7

I set my time zone to ‘America/New_York’ on a CentOS Linux 7 server. I want to see date and time in my timezone in log files.

Ubuntu Linux Create and Add Swap File Tutorial


I am a new Ubuntu Linux version 14.04 LTS user. I need additional swap space to improve my Ubuntu server performance.

How To Install PHP (LAMP) stack On CentOS 6, Linux, Apache, MySQL

About LAMP

LAMP stack is a group of open source software used to get web servers up and running. The acronym stands for Linux, Apache, MySQL, and PHP. Since the server is already running CentOS, the linux part is taken care of. Here is how to install the rest.

How To Install MySQL, PHP (LAMP), Linux, Apache, Stack on Ubuntu

How To Install MySQL, PHP (LAMP), Linux, Apache, Stack on Ubuntu open source software used to get web servers up and running

Guide Install MongoDB on Ubuntu 12.04

Install MongoDB on Ubuntu 12.04


MongoDB is a document database used commonly in modern web applications. This tutorial should help you setup a virtual private server to use as a dedicated MongoDB server for a production application environment.

Guide Install an Nginx, MySQL, and PHP (FEMP) Stack on FreeBSD 10.1

Introduction

Nginx, MySQL, and PHP can be combined together easily as a powerful solution for serving dynamic content on the web. These three pieces of software can be installed and configured on a FreeBSD machine to create what is known as a FEMP stack.