How to Install a LAMP Stack on OpenSUSE Leap 42.1
The LAMP Stack is a collection of open source software installed together on the Linux operating system to get your website and web application running on it. In this tutorial, I will guide you trough...
View ArticleHow to Setup MySQL Master-Master Replication
This article consolidates information from several sources into the format I use to setup MySQL Master/Master Replication. The beauty of Linux and open source is that there are many different ways to...
View ArticlePSAD installation and configuration on Debian 8 (Jessie)
In this tutorial, I will show you the installation and configuration of the PSAD (Port Scan Attack Detection) tool on Debian 8 (Jessie). PSAD provides intrusion detection and log-analysis with IPtables...
View ArticleHow to Install Nginx, PHP and MySQL (LEMP Stack) on OpenSUSE Leap 42.1
LEMP or Linux, Engine-x, MySQL, and PHP is a collection of software installed on the Linux operating system to get your PHP based web applications up and running on the fast Nginx web server. In this...
View ArticleSamba Server installation on Ubuntu 16.04
This guide explains the installation and configuration of a Samba server on Ubuntu 16.04 with anonymous and secured Samba shares. Samba is an Open Source/Free Software suite that provides seamless file...
View ArticleHow to install TYPO3 8.1 with Nginx (LEMP) on Ubuntu 16.04
This tutorial shows how to install and run a TYPO3 (version 8.1) web site on a Ubuntu 16.04 system that has a Nginx web server installed instead of Apache. This kind of setup is often called LEMP =...
View ArticleHow to install and configure Solr 6 on Ubuntu 16.04
Apache Solr is an enterprise-class open source search platform written in Java which enables you to create custom search engines that index databases, files, and websites. This tutorial will show you...
View ArticleInstall Horde 5 Webmail for ISPConfig on Debian Jessie through PEAR
Horde is a groupware suite that offers email, calendar, task, contact management and more things. It also offers SyncML and ActiveSync to synchronize with your cell phones or other software. This Howto...
View ArticleSecure Wordpress Login with Two Factor Authentication using privacyIDEA
Wordpress is THE widely spread blogging system that is not only used for private blog sites but sometimes also as CMS for company web sites. Wordpress is very good maintened and easy to update. But as...
View ArticleAn introduction to basic motion detection on Linux
Setting up a motion detection system on Linux is fairly easy and simple. All that we need is a webcam (or laptop), the “motion” package, and a few minutes to set everything up. The purpose for doing...
View ArticleHow to record your terminal session on Linux
Recording a terminal session may be important in helping someone learn a process, sharing information in an understandable way, and also presenting a series of commands in a proper manner. Whatever the...
View ArticleGetting started with ReactOS
ReactOS is a relatively new open source operating system that resembles the looks of Windows NT and aims to offer similar levels of functionality and application compatibility. Featuring a wine-based...
View ArticleHow to Install ownCloud 9 with Nginx on OpenSUSE Leap 42.1
OwnCloud provides Self-hosted file syncing and sharing with a nice web interface and syncing apps for all major mobile and desktop platforms with a functionally like Dropbox, mega, etc. ownCloud makes...
View ArticleHow to install and configure OpenVPN on OpenSUSE Leap 42.1
In this tutorial, I will show you how to implement a virtual private network using OpenVPNvpn under the Linux operating system OpenSUSE Leap 42.1. VPN or Virtual Private Network is a secure private...
View ArticleHow to Install Seafile with Nginx on openSUSE Leap 42.1
In this tutorial, I will show you how to build your own file sync and share server with seafile on openSUSE Leap 42.1. Seafile is a free file hosting software with a functionally like Dropbox or Google...
View ArticleScientific Audio Processing, Part I - How to read and write Audio files with...
Octave, the equivalent software to Matlab in Linux, has a number of functions and commands that allow the acquisition, recording, playback and digital processing of audio signals for entertainment...
View ArticleHow to Install PostgreSQL and phpPgAdmin on OpenSUSE Leap 42.1
PostgreSQL (most people call it Postgres) is an advanced object-relational database management system (ORDBMS). Postgres is an open source database server with more than 18 years of active development...
View ArticleScientific Audio Processing, Part II - How to make basic Mathematical Signal...
In this tutorial, we will see how we can do additions to signals, multiplying signals (modulation), and applying some basic mathematical functions to see their effect on the original signal.
View ArticleHow to Install a CentOS 7.2 Minimal Server
This document describes the basic installation of a CentOS 7.2 server. The purpose of this guide is to provide a minimal setup that can be used as basis for all kind of CentOS server setups.
View ArticleFTP server with PureFTPd, MariaDB and Virtual Users (incl. Quota and...
This document describes how to install a PureFTPd server that uses virtual users from a MariaDB (MySQL compatible) database instead of real system users. This is much more performant and allows to have...
View Article