Setup SysLog Server on CentOS 6 / RHEL 6

 Linux  Comments Off on Setup SysLog Server on CentOS 6 / RHEL 6
Sep 072015
 

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 […]

How to install Java SDK 1.8 on RHEL 7/ CentOS 7

 Linux  Comments Off on How to install Java SDK 1.8 on RHEL 7/ CentOS 7
Sep 072015
 
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

 Linux  Comments Off on Install Apache Tomcat 8 on CentOS 7 / RHEL 7
Sep 072015
 
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 Jetty web server on CentOS 7 / RHEL 7

 Linux  Comments Off on Install Jetty web server on CentOS 7 / RHEL 7
Sep 072015
 
Install Jetty web server on CentOS 7 / RHEL 7

Jetty web server is a java based http server and servlet container, web servers are normally used for serving static content to client, nowadays jetty is used  for server to server communication, within large frameworks. Jetty is developed under open source license,part of Eclipse foundation, it is used in multiple active products such as Apache […]

How to install Graylog2 on CentOS 7 / RHEL 7

 Linux  Comments Off on How to install Graylog2 on CentOS 7 / RHEL 7
Sep 072015
 
How to install Graylog2 on CentOS 7 / RHEL 7

Graylog Graylog (formerly known as Graylog2) is an open source log management platform, helps you to collect, index and analyze any machine logs on a centralized location. This guide helps you to install Graylog2 on CentOS 7 / RHEL 7, also focus on installation of four other components that makes Graylog2 a power full log […]

Install Apache Hadoop on Ubuntu 14.10 / CentOS 7 (Single Node Cluster)

 Linux  Comments Off on Install Apache Hadoop on Ubuntu 14.10 / CentOS 7 (Single Node Cluster)
Sep 072015
 
Install Apache Hadoop on Ubuntu 14.10 / CentOS 7 (Single Node Cluster)

Hadoop Apache Hadoop is a an open-source software framework written in Java for distributed storage and distributed process, it handles very large size of data sets by distributing it across computer clusters. Rather than rely on hardware high availability, hadoop modules are designed to detect and handle the failure at application layer, so gives you […]

Cài đặt và cấu hình Zabbix

 Linux  Comments Off on Cài đặt và cấu hình Zabbix
Sep 072015
 

1. Yêu cầu hệ thống     a. Yêu cầu các gói phần mềm: GCC, Automake, MySQL (http://www.mysql.com/)   ·        zlib-devel   ·        mysql-devel (for MySQL support)   ·        glibc-devel   ·        curl-devel (for web monitoring)   ·        libidn-devel (curl-devel might depend on it)   ·        openssl-devel (curl-devel might depend on it)   ·        net-snmp-devel […]

Cấu hinh Certificate Authorization trên Linux

 Linux  Comments Off on Cấu hinh Certificate Authorization trên Linux
Sep 072015
 
Cấu hinh Certificate Authorization trên Linux

I. Mô hình     Hướng dẫn chuẩn bị hệ thống như hình vẽ 1.      Cấu hình card mang ở chế độ host-only 2.      Cấu hình địa chỉ Ip như hình vẽ và kiểm tra kết nối 3.      Cấu hình DNS với bản sau Server Server Name IP CA server ca.lablinux.vn 192.168.1.3/24 Web Server web.lablinux.vn […]

Installing ProFTPD Server on RHEL/CentOS 7

 Linux  Comments Off on Installing ProFTPD Server on RHEL/CentOS 7
Sep 072015
 
Installing ProFTPD Server on RHEL/CentOS 7

ProFTPD is an Open Source FTP Server and one of the most used, secure and reliable file transfer daemons on Unix environments, due to its file configurations simplicity speed and easy setup. Install Proftpd In RHEL/CentOS 7 Requirements CentOS 7 Minimal Installation Red Hat Enterprise Linux 7 Installation Configure Static IP Address on System This […]

How to use Linux as router

 Linux  Comments Off on How to use Linux as router
Sep 072015
 
How to use Linux as router

Linux as a Router In this practical we are using three computers. One Linux system will be use for routing and reset two will remain in two different networks. First we will configure the system which is going to play the role of router. How to create virtual LAN card Configure server system You need […]