Linux Tutorials on the topic “debian”
-
Script for converting Outlook pst to Thunderbird/Evolution compatible format on Linux
Author: Srijan Kishore • Tags: centos, debian, fedora, linux, suse, ubuntu • Comments: 5
Script for converting Outlook pst to Thunderbird/Evolution compatible format on Linux This tutorial will show how to convert Outlook PST into Thunderbird/Evolution compatible SBD format. For this I have created a script for the conversion format.This will work in Debian/Ubuntu/CentOS too!
-
Install Virtualbox 4.3.8 On a Debian 6 (Squeeze) Desktop
Author: Srijan Kishore • Tags: debian • Comments: 2
Install Virtualbox 4.3.8 On a Debian 6 (Squeeze) DesktopIn this tutorial I will show you to install the latest Virtualbox version in Debian 6 (Squeeze).
-
Install Horde 5 Webmail For ISPConfig On Debian Wheezy Through PEAR
Author: sjau • Tags: debian • Comments: 18
Introduction 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. You can find out more about Horde on their webpage: http://www.horde.org/
-
-
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.