Linux Tutorials on the topic “centos”
-
Installing And Using OpenVZ On CentOS 5.6
Author: Falko Timme • Tags: centos, openvz, virtualization • Comments: 2
Installing And Using OpenVZ On CentOS 5.6 In this HowTo I will describe how to prepare a CentOS 5.6 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.
-
The Perfect Server - CentOS 5.6 x86_64 [ISPConfig 2]
Author: Falko Timme • Tags: centos, control panels, ispconfig • Comments: 5
The Perfect Server - CentOS 5.6 x86_64 [ISPConfig 2] This tutorial shows how to set up a CentOS 5.6 server (x86_64) that offers all services needed by ISPs and web hosters: Apache web server (SSL-capable), Postfix mail server with SMTP-AUTH and TLS, BIND DNS server, Proftpd FTP server, MySQL server, Dovecot POP3/IMAP, Quota, Firewall, etc. This tutorial is written for the 64-bit version of CentOS 5.6, but should apply to the 32-bit version with very little modifications as well. In the end you should have a system that works reliably, and if you like you can install the free webhosting control panel ISPConfig 2 (i.e., ISPConfig runs on it out of the box).
-
Installing Zimbra Collaboration Suite 7 On CentOS 5.x (64Bit)
Author: rafatmb • Tags: centos, email • Comments: 1
Installing Zimbra Collaboration Suite 7 On CentOS 5.x (64Bit) This article explains how to install Zimbra Collaboration Suite 7 (ZCS) on CentOS 5.x (64Bit). Zimbra is a collaboration suite very widely used in the world. Users can share folders, contacts, schedules and other things, using a very rich web interface. One important note is that we're using CentOS 5 64bits, that is not oficially supported by Zimbra team (only RHEL and SUSE are). But CentOS works fine with Zimbra.
-
-
The Perfect Server - CentOS 5.6 x86_64 [ISPConfig 3]
Author: Falko Timme • Tags: centos, ispconfig • Comments: 31
The Perfect Server - CentOS 5.6 x86_64 [ISPConfig 3] This tutorial shows how to prepare a CentOS 5.6 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.
-
Network UPS Tools (NUT) For USB UPSs On CentOS 5.5
Author: mspallacci • Tags: centos • Comments: 0
Network UPS Tools (NUT) For USB UPSs On CentOS 5.5 This tutorial shows how to configure and use Network UPS Tools (NUT) software with an USB (Uninterruptible Power Supply) on CentOS 5.5. NUT is a software which supports several thousand models.
-
How To Configure PureFTPd To Accept TLS Sessions On CentOS 5.5
Author: Falko Timme • Tags: centos, ftp, security • Comments: 1
How To Configure PureFTPd To Accept TLS Sessions On CentOS 5.5 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 configure PureFTPd to accept TLS sessions on a CentOS 5.5 server.
-
Send Instant Messages (Notifies) By XMPP (Jabber/Google Talk) From Linux Command Line
Author: poustchi • Tags: centos, linux • Comments: 5
Send Instant Messages (Notifies) By XMPP (Jabber/Google Talk) From Linux Command Line sendxmpp is a perl-script to send xmpp (jabber), similar to what mail does for mail. Obviously, to use sendxmpp , you need a jabber account; they are freely available at jabber.org, but you can also run your own server. The good news is, instant messaging between the Google Talk servers and its clients uses an open protocol, XMPP, allowing users of other XMPP/Jabber clients to communicate with Google Talk users. This tutorial shows how you can compile and install SendXMPP on CentOS 5.5 server.
-
How To Set Up Kippo SSH Honeypot On CentOS 5.5
Author: poustchi • Tags: centos, security • Comments: 1
How To Set Up Kippo SSH Honeypot On CentOS 5.5 Kippo is a medium interaction SSH honeypot designed to log brute force attacks and, most importantly, the entire shell interaction performed by the attacker. Kippo is inspired, but not based on Kojoney. This tutorial shows how you can compile and install Kippo on a CentOS 5.5 server.
-
Installing Debian Squeeze (6.0) domU On CentOS 5.5 x86_64 dom0
Author: vilkaspilkas • Tags: centos, debian, linux, xen • Comments: 3
Installing Debian Squeeze (6.0) domU On CentOS 5.5 x86_64 dom0 This tutorial shows how to create a Debian Squeeze (6.0) domU on dom0 running CentOS 5.5 x86_64.
-
Installing Full-Featured Rsyslog 5.7.x On CentOS 5.x
Author: poustchi • Tags: centos, monitoring • Comments: 1
Installing Full-Featured Rsyslog 5.7.x On CentOS 5.x This tutorial shows how you can install new generation of syslog servers by using Rsyslog. According to Rsyslog web site (www.rsyslog.com), Rsyslog is an enhanced syslogd supporting, among others, MySQL, PostgreSQL, failover log destinations, syslog/tcp, fine grain output format control, high precision timestamps, queued operations and the ability to filter on any message part. It is quite compatible to stock sysklogd and can be used as a drop-in replacement. Its advanced features make it suitable for enterprise-class, encryption protected syslog relay chains while at the same time being very easy to setup for the novice user.