HowtoForge provides user-friendly Linux tutorials.
-
Integrating APC (Alternative PHP Cache) Into PHP5 And Lighttpd (Debian Etch)
Author: Falko Timme • Tags: debian, lighttpd, php • Comments: 2
Integrating APC (Alternative PHP Cache) Into PHP5 And Lighttpd (Debian Etch) This guide explains how to integrate APC (Alternative PHP Cache) into PHP5 and lighttpd on a Debian Etch system. APC is a free and open PHP opcode cacher for caching and optimizing PHP intermediate code. It's similar to other PHP opcode cachers, such as eAccelerator and XCache.
-
Running Linux Live-CDs On Windows With MobaLiveCD
Author: Falko Timme • Tags: linux, other • Comments: 8
Running Linux Live-CDs On Windows With MobaLiveCD This article is a short introduction to running Linux Live-CDs with MobaLiveCD. MobaLiveCD is a standalone Windows application (i.e., you do not have to install it - it runs by clicking on the executable) that uses the Qemu emulator to run Linux Live-CDs on your Windows desktop.
-
Running The Chromium Browser On Ubuntu 8.04 With CrossOver Chromium
Author: Falko Timme • Tags: desktop, ubuntu • Comments: 0
Running The Chromium Browser On Ubuntu 8.04 With CrossOver Chromium Chromium is an open-source browser project that is the basis for Google's Chrome browser. Right now, Chromium doesn't support Linux natively, but Codeweavers has created a Linux port called CrossOver Chromium that can be installed free of charge. This guide shows how to install CrossOver Chromium on Ubuntu 8.04.
-
-
Installing Xbox Media Center (XBMC) On Ubuntu 8.04
Author: Falko Timme • Tags: desktop, ubuntu • Comments: 3
Installing Xbox Media Center (XBMC) On Ubuntu 8.04 The Xbox Media Center (XBMC) is a media center application for Linux, Mac, and Windows that allows you to manage/watch/listen to/view your videos, music, and pictures. It has a nice interface, can be controlled from the desktop or a remote control or via its built-in web interface, and it can be extended by custom scripts. This guide shows how you can install XBMC on an Ubuntu 8.04 desktop.
-
Installing Adobe AIR 1.1 For Linux Beta On Ubuntu 8.04
Author: Falko Timme • Tags: desktop, ubuntu • Comments: 9
Installing Adobe AIR 1.1 For Linux Beta On Ubuntu 8.04 Adobe AIR is a technology that lets you run Internet applications on the desktop. With AIR you do not need a browser to run such desktop applications. This tutorial explains how you can install Adobe AIR 1.1 for Linux beta on an Ubuntu 8.04 desktop and how you can install AIR applications.
-
Integrating APC (Alternative PHP Cache) Into PHP5 And Lighttpd (Fedora 9)
Author: Falko Timme • Tags: fedora, lighttpd, php • Comments: 2
Integrating APC (Alternative PHP Cache) Into PHP5 And Lighttpd (Fedora 9) This guide explains how to integrate APC (Alternative PHP Cache) into PHP5 and lighttpd on a Fedora 9 system. APC is a free and open PHP opcode cacher for caching and optimizing PHP intermediate code. It's similar to other PHP opcode cachers, such as eAccelerator and XCache.
-
Using Zivios Identity Management
Author: rehanzafar • Tags: linux • Comments: 0Using Zivios Identity Management Zivios is an open source web based identity management application featuring single sign on, certificate authority, user, group and computer provisioning with remote management of services. Zivios is an n-tiered PHP-5 application and uses MySQL and OpenLDAP as it's data store, with OpenLdap being the primary back end for identity management and application integration and MySQL being used for panel specific data.
-
The Perfect Desktop - gOS 3.0 Gadgets
Author: Falko Timme • Tags: desktop, ubuntu • Comments: 5
The Perfect Desktop - gOS 3.0 Gadgets This tutorial shows how you can set up a gOS 3.0 Gadgets 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. gOS is a lightweight Linux distribution, based on Ubuntu 8.04, that comes with Google Apps and some other Web 2.0 applications; gOS 3.0 Gadgets uses the GNOME desktop.
-
Setting Up A High-Availability Load Balancer (With Failover and Session Support) With Pound/Keepalived On Debian Etch
Author: Falko Timme • Tags: debian, high-availability • Comments: 4Setting Up A High-Availability Load Balancer (With Failover and Session Support) With Pound/Keepalived On Debian Etch This article explains how to set up a two-node load balancer in an active/passive configuration with Pound and keepalived on Debian Etch. The load balancer sits between the user and two (or more) backend Apache web servers that hold the same content. Not only does the load balancer distribute the requests to the two backend Apache servers, it also checks the health of the backend servers. If one of them is down, all requests will automatically be redirected to the remaining backend server. In addition to that, the two load balancer nodes monitor each other using keepalived, and if the master fails, the slave becomes the master, which means the users will not notice any disruption of the service. Pound is session-aware, which means you can use it with any web application that makes use of sessions (such as forums, shopping carts, etc.).
-
Apple’s Darwin Streaming Server On Centos 5.2
Author: Jam3s • Tags: centos • Comments: 30
Apple’s Darwin Streaming Server On Centos 5.2 This tutorial will run you through the installation, configuration and preparation of media for Apple’s Darwin QuickTime Streaming Server on Centos/RHEL 5.2. Darwin QuickTime Streaming Server is capable of serving H.264 and mpeg4 file formats via the RTP/RTSP streaming protocols.