Showing headlines posted by falko

« Previous ( 1 2 3 4 5 6 7 ... 92 ) Next »

Removing Signatures From Various Packages

This tutorial shows you how to remove the Debian signature/version info from packages such as Apache, Postfix or SSH. There are various reasons to remove the signature (and therefore hide that you are using Debian/a specific version). The most important one is about security. When a hacker knows the distro you are using, he can search for well-known security issues and start an attack against them. If he doesn't know the distro in use, chances to not find any security holes are much larger.

Virtual Users/Domains With Postfix/Courier/MySQL/SquirrelMail (Debian Wheezy)

  • HowtoForge; By Falko Timme (Posted by falko on Jul 8, 2013 7:30 AM EDT)
  • Story Type: Tutorial; Groups: Debian
This document describes how to install a Postfix mail server that is based on virtual users and domains, i.e. users and domains that are in a MySQL database. I'll also demonstrate the installation and configuration of Courier, so that Courier can authenticate against the same MySQL database Postfix uses. The resulting Postfix server is capable of SMTP-AUTH and TLS and quota. Passwords are stored in encrypted form in the database. In addition to that, this tutorial covers the installation of Amavisd, SpamAssassin, ClamAV, and SquirrelMail.

Virtualization With VirtualBox 4.2 and phpvirtualbox On A Headless Ubuntu 12.04 Server

  • HowtoForge; By Luis Rodriguez (Posted by falko on Jul 5, 2013 12:56 PM EDT)
  • Story Type: Tutorial; Groups: Ubuntu
phpvirtualbox is a web-based VirtualBox front-end written in PHP that allows you to access and control remote VirtualBox instances. It tries to resemble the VirtualBox GUI as much as possible to make work with it as easy as possible. It is a nice replacement for the VirtualBox GUI if you run VirtualBox in headless servers. This tutorial explains how to install phpvirtualbox on an Ubuntu 12.04 server to manage a locally installed, headless VirtualBox (version 4.2).

Installing Nginx With PHP5 (PHP-FPM) And MySQL Support (LEMP) On Ubuntu 13.04

  • HowtoForge; By Falko Timme (Posted by falko on Jul 4, 2013 8:20 AM EDT)
  • Story Type: Tutorial; Groups: Ubuntu
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 an Ubuntu 13.04 server with PHP5 support (through PHP-FPM) and MySQL support (LEMP = Linux + nginx (pronounced "engine x") + MySQL + PHP).

How To Create A Fiber Channel SAN Using SCST With QLogic HBA On Linux Debian 6

  • HowtoForge; By Joe Black (Posted by falko on Jul 1, 2013 1:50 PM EDT)
  • Story Type: Tutorial; Groups: Debian
I created this how-to as none of the other instructions on the internet work correctly. This is done specifically for Ubuntu and Debian and is based on the 2.6.32 although with some common sense this should work with any distro and any kernel.

Installing Apache2 With PHP5 And MySQL Support On Ubuntu 13.04 (LAMP)

  • HowtoForge; By Falko Timme (Posted by falko on Jun 30, 2013 2:59 PM EDT)
  • Story Type: Tutorial; Groups: Ubuntu
LAMP is short for Linux, Apache, MySQL, PHP. This tutorial shows how you can install an Apache2 webserver on an Ubuntu 13.04 server with PHP5 support (mod_php) and MySQL support.

Installing The Galera-Iworx Cluster

This document describes the installation of the Galera/Interworx cluster. This cluster provides the default Load Balancing that is available within Interworx, and additionally MySQL loadbalancing through MySQL Galera Clustering.

How To Add WiKID Two-Factor Authentication To OpenVPN Community On Ubuntu 13.04

  • HowtoForge; By Nick Owen (Posted by falko on Jun 26, 2013 7:17 AM EDT)
  • Story Type: Tutorial; Groups: Ubuntu
These instructions describe setting up two-factor authentication with WiKID Strong Authentication, which is a commercial/open source two-factor authentication system and OpenVPN, an SSL-encrypted VPN, on an Ubuntu 13.04 Linux server using the Radius Pluggable Authentication Module. First, we will configure PAM to use Radius, then we will configure OpenVPN to use PAM and one-time passwords, then we will create a network client on the WiKID server for OpenVPN. We won't go into specifics about installing these services, rather we will focus on configuring them to all work together.

High Performance Linux Router With Optional LMS Web Panel And Radius Server In 5 Minutes

  • HowtoForge (Posted by falko on Jun 25, 2013 1:17 PM EDT)
  • Story Type: Tutorial; Groups: Debian
Every network administrator managing a pool of many routers knows how important configuration repeatability is. For this reason I have presented how to install a high performance router under Debian Linux OS with configuration done in an easily editable text file in few simple and pleasant steps. The whole installation should not take more than 5 minutes!

Server Monitoring With munin And monit On Debian Wheezy

  • HowtoForge; By Falko Timme (Posted by falko on Jun 24, 2013 1:51 PM EDT)
  • Story Type: Tutorial; Groups: Debian
In this article I will describe how you can monitor your Debian Wheezy server with munin and monit. munin produces nifty little graphics about nearly every aspect of your server without much configuration, whereas monit checks the availability of services like Apache, MySQL, Postfix and takes the appropriate action such as a restart if it finds a service is not behaving as expected. The combination of the two gives you full monitoring: graphics that lets you recognize current or upcoming problems, and a watchdog that ensures the availability of the monitored services.

Multiarch: How To Use 32bit Packages On A 64bit System (Debian 7 Wheezy)

  • HowtoForge; By Alexander Fox (Posted by falko on Jun 21, 2013 11:44 AM EDT)
  • Story Type: Tutorial; Groups: Debian
On Debian Wheezy, it is now possible to run a i386-linux-gnu application on an amd64-linux-gnu system. This is called Multiarch and refers to the capability of a system to install and run applications of multiple different binary targets on the same system.

How To Use PHP 4.4.9 (FastCGI) With Apache & ISPConfig 3 (Debian Wheezy)

  • HowtoForge; By Falko Timme (Posted by falko on Jun 19, 2013 4:28 PM EDT)
  • Story Type: Tutorial; Groups: Debian
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. If you have some very old websites on your server, they might not work with PHP5, but only with PHP4. This tutorial shows how to build PHP 4.4.9 as a FastCGI version for use with Apache2 on a Debian Wheezy server. This PHP version can be used together with the default PHP (installed through apt) in ISPConfig.

Using RoundCube Webmail With ISPConfig 3 On Debian Wheezy (Apache2)

  • HowtoForge; By Falko Timme (Posted by falko on Jun 12, 2013 1:58 PM EDT)
  • Story Type: Tutorial; Groups: Debian
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.

How To Set Up Apache2 With mod_fcgid And PHP5 On OpenSUSE 12.3

  • HowtoForge; By Falko Timme (Posted by falko on Jun 11, 2013 10:08 AM EDT)
  • Story Type: Tutorial; Groups: SUSE
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.

The Perfect Desktop - Linux Mint 15 (Olivia)

  • HowtoForge; By Christian Schmalfeld (Posted by falko on Jun 9, 2013 10:00 AM EDT)
  • Story Type: Tutorial; Groups: Ubuntu
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.

Back Up Route53 To S3

  • HowtoForge; By Ryan Babchishin (Posted by falko on Jun 7, 2013 5:05 PM EDT)
  • Story Type: Tutorial; Groups: Linux
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.

Installing And Using OpenVZ On Debian Wheezy (AMD64)

  • HowtoForge; By Falko Timme (Posted by falko on Jun 6, 2013 4:50 PM EDT)
  • Story Type: Tutorial; Groups: Debian
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.

Installing FreeIPA With Replication

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.

Debian Wheezy Samba Standalone Server With tdbsam Backend

  • HowtoForge; By Falko Timme (Posted by falko on Jun 4, 2013 1:33 PM EDT)
  • Story Type: Tutorial; Groups: Debian
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.

Installing Nginx With PHP5 (And PHP-FPM) And MySQL Support On Debian Wheezy

  • HowtoForge; By Falko Timme (Posted by falko on Jun 3, 2013 11:01 AM EDT)
  • Story Type: Tutorial; Groups: Debian
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).

« Previous ( 1 2 3 4 5 6 7 ... 92 ) Next »