Linux Tutorials on the topic “debian”
-
Using Pydio In An ISPConfig 3 Multiserver Installation
Author: Croydon • Tags: ftp, debian, control panels, ispconfig • Comments: 26
Using Pydio In An ISPConfig 3 Multiserver Installation This howto shows you, how you can use pydio (formerly Ajaxplorer) in a multi-server installation of ISPConfig 3.
-
Setting Up An APT Repository With reprepro And nginx On Debian Wheezy
Author: Falko Timme • Tags: debian • Comments: 3
Setting Up An APT Repository With reprepro And nginx On Debian Wheezy This tutorial explains how to set up an apt repository with the tool reprepro and a Debian Wheezy system. The repository will be served by an nginx server.
-
Running Redmine Project Management On nginx (Debian Wheezy)
Author: Falko Timme • Tags: debian, nginx, web server • Comments: 5
Redmine is a project management tool written in Ruby. This tutorial explains how to serve Redmine with the help of thin (a fast Ruby webserver) through an nginx webserver on Debian Wheezy.
-
-
Debian Wheezy Local Git Server With Git Lite Workflow
Author: Debinix • Tags: debian • Comments: 1
Debian Wheezy Local Git Server With Git Lite Workflow This howto describes a shared local git [1] server setup for a small team. This is a repository layout that is familiar to anyone used to working with a traditional version control system. One of the tutorial objectives is to show detailed steps to prepare the server and publish the code on a public service like Github, Gitorius et. al. A second objective is to introduce the Git Lite Workflow in team development. This serves as an introduction to gits powerful branch and merge features. Your personal favorite workflow may be different compared to this model.
-
Running YouTrack Issue And Project Tracking Tool On nginx (Debian Wheezy)
Author: Falko Timme • Tags: debian, nginx, web server • Comments: 1
YouTrack is an issue and project tracking tool written in Java. This tutorial explains how to serve YouTrack through an nginx webserver on Debian Wheezy.
-
Using ngx_pagespeed With nginx On Debian Jessie/testing
Author: Falko Timme • Tags: debian, nginx, web server • Comments: 0
PageSpeed Beta is available for nginx, the nginx equivalent of mod_pagespeed for Apache. This module applies web performance best practices to pages, and associated assets (CSS, JavaScript, images) and therefore speeds up your web site and reduces load times. This tutorial explains how to use PageSpeed with nginx on Debian Jessie/testing.
-
Displaying Upload Progress With nginx On Debian
Author: Falko Timme • Tags: debian, nginx, php, web server • Comments: 1
This tutorial shows how to use the nginx upload progress module to upload one or multiple files and display an upload progress bar for the user. This is useful, for example, if users upload large files, so that they know that something is going on in the background.
-
Setting up an NFS Server and Client on Debian Wheezy
Author: Till Brehm • Tags: apache, debian, ispconfig, web server • Comments: 3
This guide explains how to set up an NFS server and an NFS client on Debian Wheezy. NFS stands for Network File System; through NFS, a client can access (read, write) a remote share on an NFS server as if it was on the local hard disk. In this Tutorial I will show you two different NFS exports, the export of a client directory that stores files as user nobody / nogroup without preserving filesystem permissions and a export of the /var/www directory which preserves permissions and ownerships of files, as required on a hosting server setup.
-
How to find outdated joomla versions on your server to reduce the risk of being hacked
Author: Croydon • Tags: linux, security, debian, fedora, suse, ubuntu, centos, linux, security • Comments: 7Today I want to focus on a topic that can lead to huge problems of hacked accounts, spam mailings etc.: Outdated Joomla installations on your server. Of course, this is valid for other software, too. The mentioned method should work in a similar way for other software. Since Joomla is widely spread throughout the internet, especially on shared hosting systems CMS (Content Management System), this howto will only cover Joomla so far.
-
How To Build PHP 5.5 (PHP-FPM & FastCGI) With ionCube Loader, Zend OPcache And APCu For ISPConfig 3 (Debian Wheezy)
Author: Falko Timme • Tags: apache, php, debian, control panels, ispconfig, web server, nginx • Comments: 8
How To Build PHP 5.5 (PHP-FPM & FastCGI) With ionCube Loader, Zend OPcache And APCu For ISPConfig 3 (Debian Wheezy) Since ISPConfig 3.0.5, it is possible to use multiple PHP versions on one server and select the optimal PHP version for a website. This feature works with PHP-FPM (starting with PHP 5.3) and FastCGI (all PHP 5.x versions). This tutorial shows how to build PHP 5.5 as a PHP-FPM and a FastCGI version on a Debian Wheezy server. These PHP 5.5 builds include the ionCube Loader, Zend OPcache, and APCu.