Linux Tutorials on the topic “Linux”
-
StrongSwan based IPsec VPN using certificates and pre shared key on Ubuntu 16.04
Author: Ahmad • Tags: linux, security, ubuntu • Comments: 9
In this article, the strongSwan IPsec VPN will be installed on Ubuntu 16.04 (LTS), I will show the integration of OpenSC for hardware tokens and finally the creation of a gateway-to-gateway tunnel using a pre-shared key and x.509 certificates.
-
How to install Odoo ERP Software on Ubuntu 16.04
Author: Muhammad Arul • Tags: linux, nginx, server, ubuntu • Comments: 21
Odoo is an OpenSource enterprise resource planning and customer relationship software that can help you to organize and grow your business. Odoo was formerly named openERP and therefore TinyERP. There are many apps available to extend Odoo, for example: billing, accounting, manufacturing, purchasing, warehouse management, and project management.
-
How to install and setup DRBD on CentOS
Author: shahril bin kamaruzzaman • Tags: centos, linux • Comments: 1
This tutorial explains how to install and setup DRBD for your server. Before I start, let me explain what actually DRBD represents and what it is used for. DRBD stands for Distributed Replicated Block Device, a software-based, shared-nothing, replicated storage solution for mirroring the content of block devices such as hard disks, partitions, logical volumes etc.
-
-
How to Install Seafile on Ubuntu 16.04 (Xenial Xerus)
Author: Muhammad Arul • Tags: linux, server, ubuntu • Comments: 15
This tutorial shows the installation of Seafile on Ubuntu 16.04. Seafile is a private cloud software, it supports encrypted file libraries to store data securely. To encrypt files in a library, you need to set a password when you create the library. The password won't be stored on Seafile cloud, so even the administrator of the servers cannot view your encrypted data without the password.
-
Compilation and Installation of PSAD for IPFire Firewall
Author: Ahmad • Tags: linux, security, ubuntu • Comments: 0
This article is about compilation and installation of PSAD (Port Scan Attack Detector) for IPFire (Linux based firewall). However, a development environment for the IPFire will be setup for the compilation of new plugin (PSAD in this case).
-
Basic HTTP Authentication with Nginx
Author: Falko Timme • Tags: linux, nginx, web server • Comments: 6
This tutorial shows how you can use basic HTTP authentication with Nginx to password-protect directories on your server or even a whole website. This is the Nginx equivalent to basic HTTP authentication on Apache with .htaccess/.htpasswd.
-
How to Install WordPress with Docker on Ubuntu 15.04
Author: Muhammad Arul • Tags: linux, mysql, ubuntu, web server • Comments: 18
In this tutorial, we will install WordPress by using multiple docker containers. Wordpress itself in one container and the MariaDB database in another container. Then we will install Nginx on the host machine as reverse proxy for the WordPress container.
-
How to Install PostgreSQL and phpPgAdmin on Ubuntu 16.04
Author: Muhammad Arul • Tags: linux, ubuntu • Comments: 18
PostgreSQL is a powerful object-relational Database released under an OpenSource BSD-style license. PostgreSQL is well suited for large databases and has many advanced features, so it positions itself in the enterprise database segment. This tutorial will show the installation of PostgreSQL and its web-based administration interface phpPgAdmin on Ubuntu 16.04.
-
How to cache static files on nginx
Author: Falko Timme • Tags: linux, nginx, web server • Comments: 0
This tutorial explains how you can configure nginx to set the Expires HTTP header and the max-age directive of the Cache-Control HTTP header of static files (such as images, CSS and Javascript files) to a date in the future so that these files will be cached by your visitors' browsers.
-
The Perfect Server CentOS 7.2 with Apache, Postfix, Dovecot, Pure-FTPD, BIND and ISPConfig 3.1
Author: Till Brehm • Tags: antivirus, apache, bind, centos, control panels, dns, email, ftp, ispconfig, linux, mysql, php, postfix, web server • Comments: 48
This tutorial shows how to install ISPConfig 3.1 on a CentOS 7.2 (64Bit) server. ISPConfig 3 is a web hosting control panel that allows you to configure the following services through a web browser: Apache web server, Postfix mail server, MySQL, BIND nameserver, PureFTPd, SpamAssassin, ClamAV, Mailman, and many more.