Librenix
Headlines | Linux | Apps | Coding | BSD | Admin | News
Information for Linux System Administration 

Using RoundCube Webmail on Debian 7

Up
vote
Down

This guide explains how to install the RoundCube webmail application on a Debian Wheezy server running ISPConfig and Apache2, 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. read more...
permapage | score:9934 | -falko, June 13, 2013

Tutorial: Debian 7 Samba Server with tdbsam

Up
vote
Down

This tutorial explains the installation of a Samba fileserver on Debian Wheezy and how to configure it to share files over the SMB protocol as well as how to add users. Samba is configured as a standalone server, not as a domain controller. In the resulting setup, every user has his own home directory accessible via the SMB protocol and all users have a shared directory with read-/write access. read more...
permapage | score:9915 | -falko, June 5, 2013

Installing FreeIPA with Replication

Up
vote
Down

Do you need a single point to add users within your organization for authenticating to multiple backends like your Linux servers? You've probably looked at OpenLDAP and found the same problem a lot of other users have: bad documentation and ridiculously hard to configure. Having done some installations of OpenLDAP in the past, the search was on to find a good alternative and more importantly, one that is far easier to do and has a good gui and CLI for adding users and groups. read more...
permapage | score:9913 | -falko, June 6, 2013

Secure ISPConfig 3 And Services with GoDaddy Signed Certificate on CentOS

Up
vote
Down

Let's set up a signed certificate from GoDaddy for the ISPConfig control panel, Pure-FTPD, Postfix, Dovecot, phpMyAdmin, and Squirrelmail. Don't forget to replace pluto.example.com with your own FQDN throughout this entire section! read more...
permapage | score:9904 | -falko, May 31, 2013

Tutorial: Set up Apache2 with mod_fcgid and PHP5 on OpenSUSE 12.3

Up
vote
Down

This tutorial describes how you can install Apache2 with mod_fcgid and PHP5 on OpenSUSE 12.3. mod_fcgid is a compatible alternative to the older mod_fastcgi. It lets you execute PHP scripts with the permissions of their owners instead of the Apache user. read more...
permapage | score:9896 | -falko, June 11, 2013

Tutorial: Replace Windows with Linux Mint 15

Up
vote
Down

This tutorial shows how you can set up a Linux Mint 15 (Olivia) desktop that is a full-fledged replacement for a Windows desktop, i.e. that has all the software that people need to do the things they do on their Windows desktops. The advantages are clear: you get a secure system without DRM restrictions that works even on old hardware, and the best thing is: all software comes free of charge. read more...
permapage | score:9894 | -falko, June 9, 2013

Back up Route53 To S3

Up
vote
Down

r53dump is a shell script that will connect to AWS Route53 service and dump all zones in Bind format for the specified account. Logging is done to syslog (check /var/log/syslog). Multiple accounts, multiple zones are supported. "cli53" is used for all connectivity with AWS systems. Dumped zones can optionally be sent to s3 automatically. read more...
permapage | score:9883 | -falko, June 8, 2013

Tutorial: Build a Debian 7 Server

Up
vote
Down

This tutorial shows how to prepare a Debian Wheezy server (with nginx, BIND, Dovecot) for the installation of ISPConfig 3, and how to install ISPConfig 3. ISPConfig 3 is a webhosting control panel that allows you to configure the following services through a web browser: Apache or nginx web server, Postfix mail server, Courier or Dovecot IMAP/POP3 server, MySQL, BIND or MyDNS nameserver, PureFTPd, SpamAssassin, ClamAV, and many more. This setup covers nginx (instead of Apache), BIND (instead of MyDNS), and Dovecot (instead of Courier). read more...
mail this link | permapage | score:9871 | -falko, May 13, 2013

Using OpenVZ on Debian 7 (AMD64)

Up
vote
Down

In this HowTo I will describe how to prepare a Debian Wheezy server for OpenVZ. With OpenVZ you can create multiple Virtual Private Servers (VPS) on the same hardware, similar to Xen and the Linux Vserver project. OpenVZ is the open-source branch of Virtuozzo, a commercial virtualization solution used by many providers that offer virtual servers. The OpenVZ kernel patch is licensed under the GPL license, and the user-level tools are under the QPL license. read more...
permapage | score:9857 | -falko, June 7, 2013

Tutorial: Automatically add a disclaimer to emails with alterMIME (Postfix on Debian 6)

Up
vote
Down

This tutorial shows how to install and use alterMIME. alterMIME is a tool that can automatically add a disclaimer to emails. In this article I will explain how to install it as a Postfix filter on Debian Squeeze. read more...
permapage | score:9810 | -falko, January 18, 2013

Tutorial: Run Joomla 1.7 on Nginx on Debian 6, Ubuntu 11.10

Up
vote
Down

This tutorial shows how you can install and run a Joomla 1.7 web site on a Debian Squeeze or Ubuntu 11.10 system that has nginx installed instead of Apache (LEMP = Linux + nginx (pronounced "engine x") + MySQL + PHP). nginx is a HTTP server that uses much less resources than Apache and delivers pages a lot of faster, especially static files. read more...
permapage | score:9780 | -falko, December 15, 2011

Tutorial: Install Apache2, PHP5, MySQL on Debian 7

Up
vote
Down

LAMP is short for Linux, Apache, MySQL, PHP. This tutorial shows how you can install an Apache2 webserver on a Debian Wheezy server with PHP5 support (mod_php) and MySQL support. read more...
permapage | score:9756 | -falko, June 1, 2013

Installing Nginx, PHP5, PHP-FPM, MySQL on Debian 7

Up
vote
Down

Nginx (pronounced "engine x") is a free, open-source, high-performance HTTP server. Nginx is known for its stability, rich feature set, simple configuration, and low resource consumption. This tutorial shows how you can install Nginx on a Debian Wheezy server with PHP5 support (through PHP-FPM) and MySQL support (LEMP = Linux + nginx (pronounced "engine x") + MySQL + PHP). read more...
permapage | score:9745 | -falko, June 3, 2013

Tutorial: Using Solr with TYPO3 on Debian 7

Up
vote
Down

TYPO3's default search extension called "Indexed Search" is fine for small web sites, but if your web site is bigger (> 500 pages), it is getting very slow. Fortunately, you can replace it with a search extension that uses the ultra-fast Apache Solr search server. This tutorial explains how to use Apache Solr with TYPO3 on Debian Wheezy. read more...
permapage | score:9737 | -falko, May 23, 2013

Using ngx_pagespeed with nginx On Debian 7

Up
vote
Down

Google has just released PageSpeed Beta 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 Wheezy. read more...
permapage | score:9729 | -falko, May 10, 2013

Tutorial: Webcam streaming your desktop plus audio with ffmpeg, crtmpserver, Flowplayer

Up
vote
Down

This tutorial is based on Ubuntu Lucid, but will work on later releases as well with small changes. I will show how I stream my desktop with audio from pulse and webcam from video4linux2. I will also show how to configure crtmpserver and flowplayer so you can watch the live stream from a web browser. In this scenario I use separate host for the tools. Flowplayer is installed on a server running Apache, crtmp server is on a separate server and ffmpeg is installed on the streaming desktop. read more...
permapage | score:9725 | -falko, June 19, 2012

Tutorial: Use Multiple PHP Versions (Ubuntu 13.04)

Up
vote
Down

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.3 and PHP 5.4 as a PHP-FPM and a FastCGI version on an Ubuntu 13.04 server. These PHP versions can be used together with the default PHP (installed through apt) in ISPConfig. read more...
permapage | score:9722 | -falko, May 26, 2013

PDNSD HowTo: A DNS Caching Personal Server

Up
vote
Down

PDNSD is a non authoritative caching DNS server. It maintains a disk cache of the queries that your system performs and subsequent queries will be faster from the cache. It is safe enough to be used on a personal Unix/Linux system as a home Desktop or a Laptop. read more...
permapage | score:9721 | -falko, December 16, 2011

Tutorial: Upgrade Debian 6 to 7

Up
vote
Down

The new Debian Wheezy has just been released. This tutorial explains how to upgrade your system from Debian Squeeze to Debian Wheezy. read more...
permapage | score:9706 | -falko, May 8, 2013

Tutorial: Replace Windows with Pinguy OS 11.10

Up
vote
Down

This tutorial shows how you can set up a Pinguy OS 11.10 desktop that is a full-fledged replacement for a Windows desktop, i.e. that has all the software that people need to do the things they do on their Windows desktops. The advantages are clear: you get a secure system without DRM restrictions that works even on old hardware, and the best thing is: all software comes free of charge. read more...
permapage | score:9688 | -falko, December 14, 2011
More articles...
Buy Large Wall Art Prints

Selected articles

Beneficial Computer Viruses

VPS: Xen vs. OpenVZ

Missing the point of the Mac Mini

Space Tyrant: Multithreading lessons learned on SMP hardware

The Supreme Court is wrong on Copyright Case

Why software sucks

Librenix T-Shirts and Coffee Mugs!

The life cycle of a programmer

Currency Traders Telnet Game

The Real Microsoft Monopoly

The Network Computer: An opportunity for Linux

Apple DIY Repair

Programming Language Tradeoffs: 3GL vs 4GL

Linux vs. Windows: Why Linux will win

Space Tyrant: A threaded C game project: First Code

Shadow.sh: A simple directory shadowing script for Linux

Space Tyrant: A threaded game server project in C

Linux dominates Windows

Graffiti Server Download Page

Closed Source Linux Distribution Launched

Hacker Haiku

Microsoft to push unlicensed users to Linux

MiniLesson: An introduction to Linux in ten commands

Apple to Intel move no threat to Linux

The short life and hard times of a Linux virus

Mono-culture and the .NETwork effect

No, RMS, Linux is not GNU/Linux

Why Programmers are not Software Engineers

Scripting: A parallel Linux backup script

Tutorial: Introduction to Linux files

Space Tyrant: A multiplayer network game for Linux

Download: Linux 3D Client for Starship Traders

How to install Ubuntu Linux on the decTOP SFF computer

 

Firefox sidebar

Site map

Site info

News feed

Features

Login
(to post)

Search

 
Articles are owned by their authors.   © 2000-2012 Ray Yeargin