Linux Tutorials on the topic “centos”
-
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.
-
How To Build Red Hat Enterprise IPA RPMs For CentOS 5
Author: jemtallon • Tags: centos • Comments: 12
How To Build Red Hat Enterprise IPA RPMs For CentOS 5 FreeIPA has existed for some time as RHE IPA for Red Hat Linux and has been added into Fedora. Still, since it is an extra add-on to RHEL, CentOS hasn't gotten it rebuilt yet. That's a shame because FreeIPA is an easy to configure, easy to manage security information management solution. If, like me, you want to use IPA with CentOS, this tutorial is for you.
-
Installing Flash Player 9 On 64Bit Linux (x86_64)
Author: shahjapan • Tags: centos, debian, desktop, fedora, mandriva, ubuntu • Comments: 13
Installing Flash Player 9 On 64Bit Linux (x86_64) Someone said, Flash Player 9 doesn't run on 64 bit Linux, but sure it does... and you can install it, just follow the simple steps below.
-
-
Installing Lighttpd With PHP5 And MySQL Support On CentOS 5.0
Author: Falko Timme • Tags: centos, lighttpd, php • Comments: 6
Installing Lighttpd With PHP5 And MySQL Support On CentOS 5.0 Lighttpd is a secure, fast, standards-compliant web server designed for speed-critical environments. This tutorial shows how you can install Lighttpd on a CentOS 5.0 server with PHP5 support (through FastCGI) and MySQL support.
-
How To Set Up A Cisco Lab On Linux (CentOS 5.2)
Author: topdog • Tags: linux, other, virtualization, centos, commercial • Comments: 5How To Set Up A Cisco Lab On Linux (CentOS 5.2) I recently decided to study for the Cisco CCSP certification. My main concern in the beginning was the fact that most of the lab simulation software that I found out there could only run on Windows, this was a problem for me given the fact that I do not own a windows computer. After a quick search I found the wonderful Dynamips project that goes beyond what other simulators do by running actual Cisco IOS images, as well as the PEMU project which allows for running of Cisco PIX images. To integrate the various pieces of software and provide an interface for interaction with the devices I used dynagen.
-
How To Remotely Install Debian Over A RH Based Distro
Author: jakev383 • Tags: centos, debian, fedora • Comments: 1How To Remotely Install Debian Over A RH Based Distro Ocassionally, servers need to be retasked for various reasons. It has always been a challenge when the server has a distribution other than what I need. I do not want to drive to the data center to swap CDs around, so I decided to see if there was a way to remotely install the machine. I found some notes by Erik Jacobsen and used them to come up with an up-to-date how-to.
-
How To Set Up A Linux Layer 7 Packet Classifier On CentOS 5.1
Author: poustchi • Tags: kernel, centos • Comments: 8How To Set Up A Linux Layer 7 Packet Classifier On CentOS 5.1 This tutorial will walk you through setting up a Linux layer 7 packet classifier on CentOS 5.1, this can easily be adapted to any other Linux distribution out there.
-
Embedding Python In Apache2 With mod_python (Debian/Ubuntu, Fedora/CentOS, Mandriva, OpenSUSE)
Author: Falko Timme • Tags: apache, centos, debian, fedora, mandriva, suse, ubuntu • Comments: 0Embedding Python In Apache2 With mod_python (Debian/Ubuntu, Fedora/CentOS, Mandriva, OpenSUSE) This tutorial shows how to install and use mod_python on various distributions (Debian/Ubuntu, Fedora/CentOS, Mandriva, OpenSUSE) with Apache2. mod_python is an Apache module that embeds the Python interpreter within the server. It allows you to write web-based applications in Python that will run many times faster than traditional CGI and will have access to advanced features such as ability to retain database connections and other data between hits and access to Apache internals.
-
How To Configure ISP Mail Server With Virtual Users/Domains On Centos 5.0 Using Postfix, Dovecot, MySQL, phpMyAdmin, TLS/SSL
Author: eliufoo • Tags: centos, postfix • Comments: 11How To Configure ISP Mail Server With Virtual Users/Domains On Centos 5.0 Using Postfix, Dovecot, MySQL, phpMyAdmin, TLS/SSL This howto will explain how to go about setting up an email server on Centos 5 using Postfix, Dovecot, RoundCube, Virtual Users/Domain and phpAdmin. I have also done a similar setup on Fedora Core 6. My best advice is to set this up first on a workstation and test it thoroughly before setting up on a server and going live with it!
-
How To Set Up DHCP Failover On Centos 5.1
Author: topdog • Tags: centos, high-availability • Comments: 1How To Set Up DHCP Failover On Centos 5.1 This tutorial will walk you through setting up DHCP fail over on CentOS 5.1 using the default ISC dhcp server, this can easily be adapted to any other Linux distro out there. You will most likely need Failover in environments where network down time can not be tolerated. My home is running a DLNA setup so I need my devices to be able to obtain network parameters at all times.