How To Install Zabbix 3.4 Server On CentOS 7

How To Install Zabbix 3.4 Server On CentOS 7

In this tutorial, we will show you how to install Zabbix 3.4 on CentOS 7. Zabbix is an open source network monitoring software designed to monitor and track the status of various network devices, servers, virtual machines and other network hardware. It can use MySQL, PostgreSQL, SQLite, Oracle or IBM DB2 as a backend data storage. Zabbix back-end is written in C and the web front-end is written in PHP. Zabbix offers multiple monitoring options such as simple checks to verify the availability and responsiveness of standard services such as IMAP or HTTP without installing any software on the monitored machine.

Read More

How To Enable and Connect the Django Admin Interface

How To Enable and Connect the Django Admin Interface

In this tutorial we will show you how to enable and connect the Django admin interface on a CentOS 7 VPS. Django is one of the most popular open source web application frameworks. It is written in Python by experienced developers. Django was originally designed for news websites because it can be easily scaled to handle very heavy traffic and it allows developers to make web application development faster and create complex, database driven websites without having to start coding from scratch. Django is a cross-platform application and supports all popular operating systems, but this tutorial was written especially for CentOS 7. At the time of writing, the latest Django version is 1.11.12.

Read More

How to Change the root Password in Linux

How to Change Root Password in Linux
How to Change Root Password in Linux

Change Root Password LinuxIn today’s tutorial, we will show you how to change the root password in Linux. The root account on a Linux machine is the highest authority account on the system. It has control over everything, can delete and modify anything, and has permission to run any program. Simply put, the root account can do anything that the system supports. Typically, casual users never need to use the root account, while more experienced users need the root account more often, especially if they spend a large amount of their time at a terminal. So, even if you don’t use the root account much, it helps to put a more secure password so that malicious users don’t log into the root account and wreak havoc on your system.

Read More

How to Use SMTP Server to Send WordPress Emails

How to Use SMTP Server to Send WordPress Emails

Want to deliver your WordPress emails using a SMTP server? We’ll show you how to use SMTP server to send your WordPress emails. WordPress uses PHP mail function to send emails about new user registrations, updates, comments, contact forms, password reset, etc. Due to the nature of PHP mail function, the originated emails are usually get into junk folder. Some popular email provider like gmail.com, yahoo.com  aol.com, hotmail.com, would end up blocking the emails from your WordPress based site. In this tutorial, we will show you how to properly configure WordPress to send emails using SMTP. There are many plugins for doing this, but for now we are going to use Post SMTP plugin. There are some advantages we can take when using this plugin if compared to the other similar ones, like the ability to see email log, ability to export-import configuration, etc.

Read More

How to Install Joomla 3 on CentOS 7

How to install Joomla 3 on CentOS 7

Introduction

In this post we will show you how to install Joomla 3 on CentOS 7, with MariaDB 10.2, PHP-FPM 7.1 and Nginx. Joomla is an award-winning content management system (CMS) for publishing web content and online apps. Joomla is one of the most popular CMSs and it is used all over the world to power millions of websites and applications of all shapes and sizes. Joomla is a free and open-source, php-based CMS system with wide range of features for publishing content. This guide should work on other RedHat-based systems as well but was tested and written for an CentOS 7 VPS. The process of installing Joomla 3 on CentOS 7 is fairly easy and it shouldn’t take more then 10 minutes.

Read More

How to install ownCloud 10 on Ubuntu 16.04

How to install ownCloud 10 on Ubuntu 16.04

ownCloud is a popular open source enterprise web application used for data synchronization and file sharing. It allows users to easily manage their files, contacts, calendars, to-do lists, and more, making it a great alternative to to the popular Google Drive, Dropbox, iCloud, etc. cloud platforms. ownCloud is a cross-platform application and supports all popular operating systems, but this tutorial was written especially for Ubuntu 16.04. At the time of writing the latest ownCloud version is 10.0.7.

Read More

How to Install Maven on CentOS 7

Install Apache Maven 3.5 on CentOS 7

We’ll show you how to install Maven on CenOS 7. Apache Maven is free and open source  java based software for project management and comprehension tool. Maven allows users to easily store documents, generate reports and documentation from a central piece of information. Installing Maven on CentOS 7 is fairly easy task, just carefully follow the steps bellow and you should have Maven installed on your CentOS 7 server in less then 10 minutes.

Read More

How to Install MariaDB on CentOS 7

How to Install MariaDB on CentOS 7
How to Install MariaDB on CentOS 7

Installing MariaDB on CentOS 7 We will show you how to install MariaDB on CentOS 7. MariaDB is a community-developed fork of MySQL. MariaDB is a free and open source database software, widely used ranging from websites to banking software. It is an improved, drop-in replacement for MySQL. It is one of the most popular database servers in the world, developed after the acquisition of MySQL by Oracle Inc. to stay free and open source.  Installing MariaDB on CentOS 7 is an easy task, just carefully follow the steps of this tutorial and should have MariaDB installed on CentOS 7, in less than 10 minutes. Let’s get started!

Read More