Linux Tutorials on the topic “centos”
-
Installing Beryl On A CentOS 5.0 Desktop
Author: Falko Timme • Tags: centos, desktop • Comments: 2Installing Beryl On A CentOS 5.0 Desktop This tutorial shows how you can install and use Beryl on a CentOS 5.0 desktop (the system must have a 3D-capable graphics card). With Beryl, you can make your desktop use beautiful 3D effects like wobbly windows or a desktop cube.
-
Installing The PHP-MemCache Module On CentOS 5.0
Author: thim • Tags: centos, php • Comments: 5Installing The PHP-MemCache Module On CentOS 5.0 MemCached is a high-performance, distributed memory object caching system, generic in nature, but intended for use in speeding up dynamic web applications by alleviating database load. In this howto I explain how you can very easily install it and make it avaible in PHP.
-
Network Card Bonding On CentOS
Author: zordo • Tags: centos • Comments: 11Network Card Bonding On CentOS Bonding is the same as port trunking. In the following I will use the word bonding because practically we will bond interfaces as one. Bonding allows you to aggregate multiple ports into a single group, effectively combining the bandwidth into a single connection. Bonding also allows you to create multi-gigabit pipes to transport traffic through the highest traffic areas of your network. For example, you can aggregate three megabits ports into a three-megabits trunk port. That is equivalent with having one interface with three megabytes speed.
-
-
Configuring Samba 3.0 To Use The ADS Security Mode (CentOS)
Author: fahdaziz • Tags: samba, centos • Comments: 5Configuring Samba 3.0 To Use The ADS Security Mode (CentOS) The intent of this article is to show you how to configure your Linux machine and Samba server to participate in a Windows 2003 Active Directory domain as a Member Server using Kerberos authentication. This involves using the security = ADS security mode in Samba.
-
Cacti On CentOS 4.4 Including The Plug-in Architecture
Author: shakey_1 • Tags: centos, monitoring • Comments: 0Cacti on CentOS 4.4 Including The Plug-in Architecture This guide will step you through the process of installing a functional Cacti installation on CentOS 4.4 including the Plug-in Architecture, which will allow you to expand your monitoring solution.
-
Installing The PHP-MSSQL Module On CentOS 5.0
Author: thim • Tags: centos, php • Comments: 9Installing The PHP-MSSQL Module On CentOS 5.0 As you might have noticed on Centos 5.0, there is no PHP-MSSQL module/extension available in the default yum repositories. So if you want to use it you can alter the PHP binary or you can compile an mssql module/extension. In this article I will explain how to compile the mssql module/extension.
-
Virtual Users With Postfix, PostfixAdmin, Courier, Mailscanner, ClamAV On CentOS
Author: thim • Tags: postfix, antivirus, centos • Comments: 5Virtual Users With Postfix, PostfixAdmin, Courier, Mailscanner, ClamAV On CentOS In this how to I will explain how to setup a Postfix virtual mailserver with Courier-IMAP, Maildrop and Postfix Admin GUI. We will secure our mailserver with Mailscanner and Clamav as anti-virus and Spamassassin as anti-spam.
-
Network Monitoring With ntop
Author: m.ayad • Tags: centos, monitoring, networking • Comments: 5Network Monitoring With ntop ntop is a network traffic tools that shows network usage in a real time. One of the good things about this tool is that you can use a web browser to manage and navigate through ntop traffic information to better understand network status.
-
Installing OTRS 2.14 (Open source Ticket Request System) on CentOS 4.4
Author: ryandelany • Tags: centos, other • Comments: 9Installing OTRS 2.14 (Open source Ticket Request System) on CentOS 4.4 OTRS is a trouble ticket system with many features to manage customer telephone calls and e-mails. The system is built to allow your support, sales, pre-sales, billing, internal IT, helpdesk, etc. department to react quickly to inbound inquiries. This How-To is specifically intended to help install and run OTRS (http://www.otrs.org). It is not intended to go over using, configuring, or administering OTRS. For those types of questions, please refer to the OTRS website.
-
How To Compile A Kernel - The CentOS Way
Author: Falko Timme • Tags: kernel, centos • Comments: 11How To Compile A Kernel - The CentOS Way Each distribution has some specific tools to build a custom kernel from the sources. This article is about compiling a kernel on CentOS systems. It describes how to build a custom kernel using the latest unmodified kernel sources from www.kernel.org (vanilla kernel) so that you are independent from the kernels supplied by your distribution. It also shows how to patch the kernel sources if you need features that are not in there.