Linux Tutorials on the topic “debian”
-
Using RoundCube Webmail With ISPConfig 3 On Debian Wheezy (nginx)
Author: Falko Timme • Tags: control panels, debian, email, ispconfig, nginx, web server • Comments: 21
This guide explains how to install the RoundCube webmail application on a Debian Wheezy server running ISPConfig and nginx, and how to enable the ISPConfig 3 plugins for RoundCube so that users can perform actions like changing their email passwords from within RoundCube. Roundcube webmail is a browser-based multilingual IMAP client with an application-like user interface; it comes with functions like MIME support, address book, folder manipulation, message searching and spell checking.
-
Securing Your ISPConfig 3 Installation With A Free Class1 SSL Certificate From StartSSL
Author: Falko Timme • Tags: apache, control panels, debian, email, ispconfig, nginx, postfix, ubuntu, web server • Comments: 40
Securing Your ISPConfig 3 Installation With A Free Class1 SSL Certificate From StartSSL This tutorial shows how you can use a free Class1 SSL Certificate from StartSSL to secure your ISPConfig 3 installation and get rid of self-signed certificate warnings. The guide covers using the SSL certificate for the ISPConfig web interface (both Apache2 and nginx), Postfix (for TLS connections), Courier and Dovecot (for POP3s and IMAPs), and PureFTPd (for TLS/FTPES connections). If you've installed monit and use HTTPS for its web interface, I will show you how to use the StartSSL certificate for it as well. This guide assumes you use Debian or Ubuntu; the principle is the same for other distributions supported by ISPConfig 3, but paths might differ.
-
How to monitor server log files with Logwatch on Debian and Ubuntu
Author: Gurujyot_singh • Tags: linux, debian, ubuntu, monitoring • Comments: 3
Logwatch is a system log analyzer and reporter. This tutorial covers the installation of Logwtach and explains various config options incl. reporting of notable log events by email.
-
-
Linux Quota - installation and configuration on Ubuntu and Debian
Author: Gurujyot_singh • Tags: linux, debian, ubuntu • Comments: 5
Quota allows you to specify limits on two aspects of disk storage: the number of inodes a user or a group of users may possess; and the number of disk blocks that may be allocated to a user or a group of users. The idea behind quota is that users are forced to stay under their disk consumption limit, taking away their ability to consume unlimited disk space on a system. Quota is handled on a per user, per file system basis. If there is more than one file system which a user is expected to create files, then quota must be set for each file system separately. Various tools are available for you to administer and automate quota policies on your system.
-
HPL (High Performance Linpack): Benchmarking Raspberry PIs
Author: Akshay Pai • Tags: linux, raspbian, debian • Comments: 18
Benchmarking is the process of running some of the standard programs to evaluate the speed achieved by a system. There are a number of standard bechmarking programs and in this tutorial we benchmark the Linux system using a well known program called the HPL, also known as High Performance Linpack.
-
How to replace a failed harddisk in Linux software RAID
Author: Till Brehm • Tags: centos, debian, fedora, linux, suse, ubuntu • Comments: 6
This guide shows how to remove a failed hard drive from a Linux RAID1 array (software RAID), and how to add a new hard disk to the RAID1 array without losing data. I will use gdisk to copy the partition scheme, so it will work with large harddisks with GPT (GUID Partition Table) too.
-
Raspberry Pi Basics: installing Raspbian and getting it up and running
Author: Akshay Pai • Tags: linux, raspbian, debian • Comments: 15
So, are you a person who got a raspberry pi (aka "pi") and want to start building something with it but don't know how to go about it? If yes, then this tutorial is for you. Here in this howto, we go about installing the Raspbian OS and initiating a desktop environment.
-
Running ISPConfig 2 On Port 80 Using Apache's Reverse Proxy Feature (Debian Etch)
Author: Falko Timme • Tags: apache, control panels, debian, ispconfig • Comments: 1
Running ISPConfig 2 On Port 80 Using Apache's Reverse Proxy Feature (Debian Etch) This article shows how you can configure a Debian Etch system that has the webhosting control panel ISPConfig installed so that ISPConfig can be accessed on port 80. By default ISPConfig uses port 81 which is a non-standard port and is blocked by some firewalls and ISPs. By using Apache's mod_proxy module, we can avoid this problem. It lets us create a reverse proxy that can fetch the pages from ISPConfig on port 81.
-
Using secure shell (SSH) for login and secure copy (SCP) for data transfer on Linux
Author: Akshay Pai • Tags: centos, debian, linux, mandriva, security, suse, ubuntu • Comments: 4
SSH stands for secure shell. It is an encrypted remote login protocol. Once it has been set up on each node, it can be used to communicate with various other nodes in that network. This tutorial covers public / private key authentication, the installation of public keys on remote servers and secure file transfers with SCP.
-
How to install and configure ProFTPD on Debian Wheezy and Ubuntu 14.04
Author: Srijan Kishore • Tags: linux, debian, ubuntu, ftp • Comments: 7
This document describes how to install and configure ProFTPD on a Debian Wheezy Server, it will also work on Ubuntu 14.04. ProFTPD is an FTP daemon for unix and unix-like operating systems. ProFTPD is developed, released and distributed under the GNU Public License (GPL), which basically establishes it as free software, meaning that it may be sold, licensed and otherwise manipulated in any way desired.