Linux Tutorials on the topic “debian”
-
How to install PHP 7 as PHP-FPM & FastCGI for ISPConfig 3 on Debian 8 (Jessie)
Author: Till Brehm • Tags: apache, control panels, debian, ispconfig, linux, nginx, php, web server • Comments: 86
This tutorial shows how to build PHP 7 as a PHP-FPM and a FastCGI version on Debian 8 (Jessie). PHP 7 is up to 2 times faster than PHP 5.6 and 14 times faster than PHP 5.0 according to the release notes.
-
PSAD installation and configuration on Debian 8 (Jessie)
Author: Ahmad • Tags: debian, linux, security, server • Comments: 2
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 (Linux firewall).
-
Installing a Web, Email & MySQL Database Cluster on Debian 8.4 Jessie with ISPConfig 3.1
Author: Florian Schaal • Tags: control panels, debian, email, ispconfig, mysql, web server • Comments: 56
This tutorial describes the installation of a clustered web, email, database and DNS server to be used for redundancy, high availability and load balancing on Debian 8 with the ISPConfig 3 control panel. MySQL Master/Master replication will be used to replicate the MySQL client databases between the servers, Unison will be used to Sync the /var/www (websites) and the Mails will be synced with Dovecot.
-
-
How to install Rundeck on a Debian 8 (Jessie) server
Author: Fernand CLERC • Tags: debian, linux, server • Comments: 2
Rundeck allows you to run commands/scripts on a remote computer. In this tutorial, I will deal with Linux servers : Debian for rundeck server and Debian/ubuntu for the remote computers. This tutorial shows the steps to install and configure a rundeck server.
-
Replicating a master database using MariaDB 10 on Debian 8
Author: Neil Golden • Tags: debian, linux, mysql, server • Comments: 1
Replicating databases creates redundancy which can protect against data loss, and permit optimized performance for applications. This tutorial will cover the basics of replicating an existing MariaDB 10.0 master database to one or more slaves. In the following examples, the host operating system is Debian 8.
-
How to practically use your Linux terminal (four examples)
Author: Bill Toulas • Tags: centos, debian, linux, shell, suse, ubuntu • Comments: 6
While modern GNU/Linux distributions don't require any use of the terminal, or any knowledge of the bash to offer 100% of their functionality and usability, it is often the case that doing things from the terminal is preferred for a set of reasons.This post is aimed at the people who just want to perform practically useful tasks right from their terminal without having to learn much about command lines.
-
How to install and run Android Apps (APKs) on Linux with Shashlik
Author: Bill Toulas • Tags: arch linux, debian, desktop, linux, ubuntu • Comments: 59
Shashlik is basically a set of software components that allow Linux users to install and run Android APKs right on their GNU/Linux distribution. Shashlik achieves that by using a stripped down version of Android instead of emulating one, which is nested inside the user session upon the launching of an installed Android application.
-
Passwordless encryption of the Linux root partition on Debian 8 with an USB key
Author: Ahmad • Tags: debian, linux, security • Comments: 9
In this article, an encrypted partition is opened using a secret key which is kept in an usb memory device. An automatic shell script is used to provide a secret key for encrypted volume at boot time.
-
Run your own cloud: Installing OwnCloud 9 on Debian 8
Author: Neil Golden • Tags: debian, linux, server, storage, web server • Comments: 20
OwnCloud offers you the ability to run a cloud storage service that you administer and control yourself. The latest version, ownCloud 9.0, was released on March 8. Let's look at the process of installing ownCloud 9.0 on a system running Debian Jessie.
-
High-Availability Storage with GlusterFS on Debian 8 - Mirror across two storage servers
Author: Till Brehm • Tags: debian, high-availability, linux, server, storage • Comments: 12
This tutorial shows how to set up a high-availability storage with two storage servers (Debian Jessie) that uses GlusterFS. Each storage server will be a mirror of the other storage server, and files will be replicated automatically across both storage nodes. The client system (Debian 8 as well) will be able to access the storage as if it was a local filesystem.