Tonido private cloud server Tonido is a free application server that helps you to access all your files on your Linux server / machine from a web browser, smart phone, tablet, and even from DLNA enabled devices. Also, you can share them with your family, friends and colleagues. Configure public direct links so that anyone […]
Register clients with SpaceWalk Server
Spacewalk This is the third part of Spacewalk installation and configuration series. In the first two parts, we gone through how to install and configure Spacewalk server and managing Spacewalk channels and repositories. Install And Configure Spacewalk In CentOS 7 Managing Spacewalk Channels And Repositories In this tutorial, we will configure clients to take installation […]
Managing Channels and Repositories – Spacewalk on CentOS 7 / RHEL 7
Install Spacewalk This is the continuation from installing and Configuring SpaceWalk on CentOS 7. This tutorial will show you how to configure Spacewalk to distribute updates for CentOS or RHEL clients.This is a simple step by step process, so i will only mention minimal settings to be done for distributing updates. Spacewalk Channels: Channel is […]
How to install SpaceWalk on CentOS 7 / RHEL 7
Install Spacewalk Spacewalk is an open source package and system management solution for RedHat derivative distributions like CentOS, Scientific Linux and Fedora, developed by the spacewalk community. Spacewalk is the upstream project for the source of Red Hat Satellite, It is released under GPLv2 license. Spacewalk provides the web interface to manage and view the […]
Setup SysLog Server on CentOS 6 / RHEL 6
Today we will be looking into how to setup a centralized log management for Linux servers, this will help the Linux admin to have a multiple server logs into one single place. The Linux admin not required to login in to each servers for checking the logs, he can just login into the centralized server […]
Install Nginx on CentOS 7 / RHEL 7
Nginx is a popular lightweight server for those who do not need the bulk and extra services that Apache may offer. This article will look at installing Nginx on a CentOS using the ‘yum’ package manager. Install Nginx: To install Nginx using yum we need to include the Nginx repository, install the Nginx repository. rpm […]
How to install Java SDK 1.8 on RHEL 7/ CentOS 7
Today we will be looking into the installation of Oracle Java SDK 1.8_u5 on RHEL / CentOS, Java SDK is the most important base to the developers; this guide will be more useful for them to setup development environment when they especially uses Redhat or CentOS. Download Java SDK: You can either use command line […]
Install Apache Tomcat 8 on CentOS 7 / RHEL 7
Apache Tomcat is an open source web server and servlet container developed by the Apache Software Foundation (ASF). Tomcat implements the Java Servlet and the JavaServer Pages (JSP) specifications from Oracle and provides a “pure Java” HTTP web server environment for running the Java codes. Apache Tomcat includes tools for configuration and management, but can […]
Install Memcached on CentOS 7
Free & open source, high-performance, distributed memory object caching system, generic in nature, but intended for use in speeding up dynamic web applications by alleviating database load.Memcached is an in-memory key-value store for small chunks of arbitrary data (strings, objects) from results of database calls, API calls, or page rendering. Memcached is simple yet powerful. […]
Manage PostgreSQL using phpPgAdmin on CentOS 7
phpPgAdmin is a web based administration tool for managing PostgreSQL database, it is very similar in look of phpMyAdmin. If you have a work experience on phpMyAdmin, you wont take much time in finding the way to work with. This guide will help you to setup phpPgAdmin on CentOS 7 / RHEL 7. Installing phpPgAdmin: […]