Showing headlines posted by falko

« Previous ( 1 ... 20 21 22 23 24 25 26 27 28 29 30 ... 92 ) Next »

The Perfect Server - Ubuntu 11.10 ISPConfig 3

  • HowtoForge; By Falko Timme (Posted by falko on Oct 16, 2011 8:08 PM EDT)
  • Story Type: Tutorial; Groups: Ubuntu
This tutorial shows how to prepare an Ubuntu 11.10 (Oneiric Ocelot) server 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 web server, Postfix mail server, MySQL, BIND or MyDNS nameserver, PureFTPd, SpamAssassin, ClamAV, and many more.

How To Upgrade Ubuntu 11.04 To 11.10 (Oneiric Ocelot) (Desktop & Server)

  • HowtoForge; By Falko Timme (Posted by falko on Oct 14, 2011 9:31 AM EDT)
  • Story Type: Tutorial; Groups: Ubuntu
The new Ubuntu 11.10 (Oneiric Ocelot) has just been released. This guide shows how you can upgrade your Ubuntu 11.04 desktop and server installations to Ubuntu 11.10.

Changing Desktop Appearance On Linux Mint 11 (Advanced)

  • HowtoForge; By Christian Schmalfeld (Posted by falko on Oct 13, 2011 10:20 AM EDT)
  • Story Type: Tutorial; Groups: GNOME, Ubuntu
This tutorial is supposed to show you how to change the GNOME desktop appearance on Linux Mint 11 further than the standard options of the Appearance section in the Control Center allow. I am going to use several different applications for this cause. This is the standard desktop that comes with Mint, so if you have not changed anything about that all steps should work fine for you. Be aware that the use of the nVidia proprietary drivers may not be unrisky!

Using GeoIP With Nginx On Debian Squeeze/Ubuntu 11.04

This tutorial explains how to use the GeoIP module with nginx on Debian Squeeze/Ubuntu 11.04 to find out where your visitors come from. The GeoIP module sets multiple variables like $geoip_country_name, $geoip_country_code, $geoip_city, etc. that you can use in your PHP scripts or directly in your nginx configuration, for example to serve content in different languages based on the user's country.

Editing Images With Pinta

  • HowtoForge; By Christian Schmalfeld (Posted by falko on Oct 11, 2011 9:58 AM EDT)
  • Story Type: Tutorial; Groups: Linux
This article is about how to use the Pinta graphical editor to edit pictures and covers some of its most important features. Pinta is a lightweight image editor for Linux and is far more easier to handle than Gimp but still has a large variety of tools and features to use. It can be used for quick editing like resizing images or adjusting the colours of photographs, but also for more professional tasks which depend on layered images and more. It is a good mixture between MS Paint and professional image editing tools and is recommendable for most purposes of image-editing-everyday-use.

Integrate Video Streaming Into Your C/C++ Application Using Nex Gen Media Server API

  • HowtoForge (Posted by falko on Oct 10, 2011 6:03 AM EDT)
  • Story Type: Tutorial; Groups: Linux
Recently I took a closer look at Nex Gen Media Server and their API framework. NGMS is a multi-purpose streaming server which supports some of the popular streaming protocols such as RTSP, RTMP, Apple's HTTP Live, and MPEG-2 Transport Stream. NGMS comes with transcoding support and is able to capture and reformat live video streams and adapt them to be received by another type of device, such as capturing an HD video feed and converting it to be received by an iPhone over 3g. My focus was to integrate the NGMS API to control the streaming features directly from my own C application. In this example I am using Ubuntu Linux 10.04.

Multiserver Setup With Dedicated Web, Email, DNS & MySQL Database Servers On Debian Squeeze With ISPConfig 3

  • HowtoForge; By Till Brehm (Posted by falko on Oct 9, 2011 10:58 PM EDT)
  • Story Type: Tutorial; Groups: Debian
This tutorial describes the installation of an ISPConfig 3 multiserver setup with dedicated web, email, database and two DNS servers all managed trough a single ISPConfig 3 control panel. The setup described below uses five servers and can be extended easily to to a higher number of servers by just adding more servers. E.g. if you want to have two mailservers, do the setup steps from chapter 2 on both of these servers. If you want to set up more web servers, then install ISPConfig on all other web servers in expert mode except of the first one.

Running phpMyAdmin On Nginx (LEMP) On Debian Squeeze/Ubuntu 11.04

The phpMyAdmin package from the Debian/Ubuntu repositories comes with configuration files for Apache and Lighttpd, but not for nginx. This tutorial shows how you can use the Debian Squeeze/Ubuntu 11.04 phpMyAdmin package in an nginx vhost. Nginx is a HTTP server that uses much less resources than Apache and delivers pages a lot of faster, especially static files.

How To Migrate Mailboxes Between IMAP Servers With imapcopy

  • HowtoForge; By Falko Timme (Posted by falko on Oct 6, 2011 5:56 PM EDT)
  • Story Type: Tutorial; Groups: Linux
This guide explains how you can migrate mailboxes between IMAP servers with imapcopy. imapcopy lets you copy recursively all email messages and folders from one imap account to another. It supports the protocols imap and imaps.

Ripping An MP3 CD On Linux Mint 11

  • HowtoForge; By Christian Schmalfeld (Posted by falko on Oct 5, 2011 9:41 AM EDT)
  • Story Type: Tutorial; Groups: Linux, Ubuntu
This article describes how to rip music off an audio CD in acceptable shape with a moderate bitrate and in MP3 format on Linux Mint 11. There are are numerous ways of ripping a CD on Linux, but not all of them provide the standard comfort one should have, for instance a fairly high bitrate for your music, so that it does not sound like hammering on a trashcan with an iron spoon, or automated fetching of disk and track information from the internet, so you do not have to do it all manually. The way I describe should provide all these things, however it may be that if you are ripping a rather unknown audio disk, there is no data about it on the CD database.

Installing Nginx With PHP5 (And PHP-FPM) And MySQL Support On Fedora 15

  • HowtoForge; By Falko Timme (Posted by falko on Oct 4, 2011 8:59 AM EDT)
  • Story Type: Tutorial; Groups: Fedora, PHP
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 Fedora 15 server with PHP5 support (through PHP-FPM) and MySQL support.

Android Smartphone USB Tethering (Linux Mint 11)

  • HowtoForge; By Christian Schmalfeld (Posted by falko on Oct 3, 2011 5:55 PM EDT)
  • Story Type: Tutorial; Groups: Ubuntu
This article is about how to tether your Android smartphone with Linux Mint 11 and similar operating systems via USB, meaning how to use your smartphone's network to access the Internet on your computer by linking them with a USB cable.

Serving CGI Scripts With Nginx On Debian Squeeze/Ubuntu 11.04

This tutorial shows how you can serve CGI scripts (Perl scripts) with nginx on Debian Squeeze/Ubuntu 11.04. While nginx itself does not serve CGI, there are several ways to work around this. I will outline three solutions: the first is to proxy requests for CGI scripts to Thttpd, a small web server that has CGI support, while the second and third solution are very similar - both use a CGI wrapper to serve CGI scripts.

How To Install Repcached (Memcached Replication) For High-Availability Over 2 Nodes On Ubuntu 11.04

This how to will show you how to install and build memcached with replication, create a startup script and configure PHP to use memcache for sessions rather than storing them as files. This tutorial assumes you have set up 2 servers to replicate the information over.

The Perfect Server - CentOS 5.7 x86_64 ISPConfig 3

  • HowtoForge; By Falko Timme (Posted by falko on Sep 29, 2011 4:40 PM EDT)
  • Story Type: Tutorial; Groups: Linux
This tutorial shows how to prepare a CentOS 5.7 x86_64 server 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 web server, Postfix mail server, MySQL, BIND nameserver, PureFTPd, SpamAssassin, ClamAV, and many more.

Lessfs 1.5 On CentOS 5

  • HowtoForge; By Ethan Blomquist (Posted by falko on Sep 28, 2011 4:24 PM EDT)
  • Story Type: Tutorial; Groups: Linux
For this HowTo I used a VirtualBox with CentOS 5.7 x86_64. I attached a separate 20GB Data drive mounted to /data. This will hold the lessfs DB and data. The lessfs mountpoint I put at /lessfs. This is a very basic setup, just to get it running. There is plenty of tuning to be done based on volume size, file types, and compression choices. The latest lessfs required more recent versions of fuse and tokyocabinet than was in the CentOS repository, so I chose to install most of this from source.

Setting Up ProFTPd + TLS On Ubuntu 11.04 (Natty Narwhal)

  • HowtoForge; By Falko Timme (Posted by falko on Sep 27, 2011 7:31 AM EDT)
  • Story Type: Tutorial; Groups: Ubuntu
FTP is a very insecure protocol because all passwords and all data are transferred in clear text. By using TLS, the whole communication can be encrypted, thus making FTP much more secure. This article explains how to set up ProFTPd with TLS on an Ubuntu 11.04 server.

Creating A Bootable USB Device On Linux Mint 11

  • HowtoForge; By Christian Schmalfeld (Posted by falko on Sep 26, 2011 6:41 AM EDT)
  • Story Type: Tutorial; Groups: Linux
This tutorial will show you how to make your USB hard disk device a bootable Linux system. Linux Mint 11 needs about 4.7 gigabyte of free space on your hard drive, so make sure your device has at least that much space available. I am using an 8 gigabyte stick which is enough to install Mint on it and additionally have some space left to save data. In my case, I will install Linux Mint 11 on my USB device, but it should work similarly with other systems. To create a bootable disk, you need either an iso-image of the desired Linux system or a real Linux DVD.

PHP-FPM/Nginx Security In Shared Hosting Environments (Debian/Ubuntu)

If you want to use nginx and PHP-FPM for shared hosting environments, you should make up your mind about security. In Apache/PHP environments, you can use suExec and/or suPHP to make PHP execute under individual user accounts instead of a system user like www-data. There's no such thing for PHP-FPM, but fortunately PHP-FPM allows us to set up a "pool" for each web site that makes PHP scripts execute as the user/group defined in that pool. This gives you all the benefits of suPHP, and in addition to that you don't have any FTP or SCP transfer problems because PHP scripts don't need to be owned by a specific user/group to be executed as the user/group defined in the pool.

Installing Alfresco 3.4.d On Fedora 15 (+ Tomcat + PostgreSQL)

  • HowtoForge (Posted by falko on Sep 23, 2011 11:34 AM EDT)
  • Story Type: Tutorial; Groups: Fedora
This document describes how to install and set up Alfresco Content Server Community Edition by "Alfresco Software inc." on a Fedora 15 based webserver from a WAR package on a Tomcat webserver with PostgreSQL database as backend. This guide will not only help install the product, but also understand why certain points are done the way they are done (this is most helpful for users with little or no knowledge who, like me some time ago, have only started using Linux).

« Previous ( 1 ... 20 21 22 23 24 25 26 27 28 29 30 ... 92 ) Next »