On our previous article we saw how to install docker on Ubuntu 17.04. That is suitable for running a individual container(single applications). What if we want to run multi container application? This leads to the invention of docker-compose, In this article, we will see you how to install the latest version of Docker Compose to... Continue Reading →
How to install Docker on Ubuntu-17.04
Docker is a great tool for automating the deployment of applications through containers. In this article we will see how to install docker on Ubuntu-17.04 Since Ubuntu-17.04 is not a LTS version, installing package on 17.04 is little burden. It requires apt-get update on adding repositories which will fails on dependencies. Docker is... Continue Reading →
How to enable SSL on Apache web server – Apache Source Installation
On our previous article we have seen how to enable SSL certificate on a Apache web server which was installed directly. In this article we will be seeing how to install the SSL Certificate on our source installed Apache web server. In source installation we have installed ssl modules and its attributes through the configure... Continue Reading →
How to enable SSL on Apache web server – Httpd
On our previous article we have seen how to create a SSL certificate. If you have missed visit creating SSL Certificate In this article we will be seeing how to install the SSL Certificate on our Apache web browser to secure our site. In direct installation of httpd the modules should be... Continue Reading →
How to create a Self signed SSL Certificate
Have you ever verified that your site runs in a secured way. Here is a tip, If your sites runs in https then it is found to be secured if not then its time to enable https for your site using a SSL Certificate to keep it secure.Insecured:Secured:In this article we will see how... Continue Reading →
Setting up a Mail server using Roundcube – Part-3 – Centos 7
The previous article shows how to configure Postfix and Dovecot for our mail server but we also need a web interface to access our mail server for handling the mail accounts. A mail client helps us to acquire this requirement, Roundcubemail. Roundcube web mail is a PHP based application that integrate with SMTP... Continue Reading →
Setting up a Mail server using Roundcube – Part-2 – Centos 7
On the previous article we have seen how to configure postfix configuration for a mail server. In this second part we will be seeing how to configure and integrate dovecot to handle mail box. Dovecot is an open-source Internet Message Access Protocol (IMAP) and Post Office Protocol version 3 (POP3) server application. It retrieves... Continue Reading →
Setting up a Mail server using Roundcube – Part-1 – Centos 7
Do you want to setup a dedicated mail server for your website, Our mail server depends on three major criteria,Postfix (SMTP)Dovecot (IMAP)Roundcube (Mail Client) This article will show how to install and configure the above criteria for setting up a mail server for a domain.Postfix: Postfix is a mail transfer agent (MTA) that delivers... Continue Reading →
Opencart Installation – Building a E-Commerce site – Linux
Opencart is an e-commerce building application based on php. It is an open software for setting up shopping sites,etc..,. It is an online store management system. It is also available in FTP server or we can configure it and run from our own servers. In this article we are going to see how... Continue Reading →
Creating and Running Virtual Machines in LINUX – KVM – GUI Mode
In our previous article we have seen how to create and run virtual machines from command mode. In this article we will be seeing how to create and run virtual machines through GUI. The application we are using here is Virtual Manager collectively called as virt-manager. The Virt-manager application is a desktop user interface... Continue Reading →