Unix

all about unix systems (Hpux/IRIX/Solaris/BSD

Installing HAProxy for Load Balancing on CentOS 7

Introduction to Load Balancing Before we begin the tutorial, which will cover installing HAProxy for load balancing, let's first talk about the concept of load balancing. Many high-traffic...

Database System: PostgreSQL Replication on Ubuntu 16.04

PostgreSQL Database System PostgreSQL is an advanced open source Object-Relational Database Management System (or ORDBMS). It is an extensible and highly-scalable database system, meaning that...

Linux vs Unix – How is UNIX different from Linux

Linux and Unix are two terminologies that are interchangeably used to refer to the same Operating system. This is largely due...

Install Latest phpMyAdmin In FreeBSD 10

How  to  install latest release of phpMyAdmin in FreeBSD? First install AMP Server in FreeBSD 10 using the following link. - Install Apache, MariaDB and PHP...

Install Magento on Ubuntu 16.04

Introduction Magento is an eCommerce open source software, and a content management system for eCommerce websites. It uses MySQL 5.6+ or MariaDB as possible databases,...

Installing Invoice Ninja on CentOS 7 w/ NGINX & MariaDB –...

Introduction In the first part of this tutorial, we configured a CentOS 7 server with all the prerequisites required by Invoice Ninja. Now, let's look...

Setup the Raspberry Pi as a NAS

The Raspberry Pi is a great device with many possibilities and one such great use is as a NAS server for your LAN. The Raspberry...

FreeBSD nGinx FFmpeg camera recording and live streaming

NGINX FFMPEG Camera recording and live streaming We will install and configure FFMpeg on FreeBSD 10.1 x64 server and will learn how to convert video/audio...

Exception Handling in Python

You know you get serious with Python programming language when you start to learn about exception handling. But why do we need exception handling? The...

How to install Visual Studio Code and .NET Core on RHEL...

Introduction It was November 2014 when Microsoft announced the open sourcing of .NET with a project named .NET Core. It was announced as a smaller...

Logs Management: Graylog 2 on Ubuntu 16.04

Graylog: a powerful logs management system Graylog is an open source logs management system which parses and enriches log messages, wire and event data from...

How to Install Nginx on FreeBSD 9.x

nginx (pronounced "engine x") is an open-source web server and a reverse proxy server for HTTP, SMTP, POP3, and IMAP protocols, with a strong focus on high concurrency, performance and low memory usage. It is licensed under a BSD-like...

How to install LAMP stack on Ubuntu 17.04

Introduction LAMP stack is a group of tools installed on a server to enable hosting dynamic websites and web apps. The acronym stands for: Linux, Apache, MySQL, PHP. In this tutorial we'll...

Install and configure LMD and Clam AntiVirus on CentOS 7

Introduction Linux Malware Detect is a malware detector and scanner for GNU/Linux, designed particularly for shared hosting environments. It is released under the GNU GPLv2...

How to install Seafile on CentOS 7

Introduction Seafile is a private file hosting platform, similar to Dropbox, Google Drive, OneDrive and Mega. Its parts are released under open source licenses, in...

Decentralized Communication with Matrix on Ubuntu 16.04

Introduction to Decentralized Communication Matrix is an open standard for real-time, interoperable and decentralized communication over IP, used to power VoIP/WebRTC signalling, Internet of Things communication, Instant...

Install LAMP (Apache, MySQL And PHP) On Debian 7 ‘Wheezy’

LAMP is a combination of operating system and open-source software stack. The acronym LAMP is derived from first letters of Linux, Apache HTTP Server,...