How to Install Apache2 webserver with PHP,CGI and Perl Support in Ubuntu Server

Posted by suvi under Apache, PHP, Server, Webserver

The Apache HTTP Server Project is an effort to develop and maintain an open-source HTTP server for modern operating systems including UNIX and Windows NT. The goal of this project is to provide a secure, efficient and extensible server that provides HTTP services in sync with the current HTTP standards.Apache v2 is the next generation [...]

No Comments

The Perfect Server - CentOS 4.7 Server

Posted by suvi under CentOS, Server, Webserver

This tutorial shows how to set up a CentOS 4.7
server 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 32-bit version
of CentOS 4.7, but should apply to [...]

No Comments

The Perfect Server - Mandriva 2008 Spring Free (Mandriva 2008.1) For x86_64

Posted by suvi under Mandriva, Server, Webserver

This is a detailed description about how to set up a Mandriva 2008 Spring Free (Mandriva 2008.1) server on the x86_64
platform that offers all services needed by ISPs and 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 [...]

No Comments

Stopping Spam by Dumping it in a Blackhole

Posted by suvi under Email, Server

Mail servers today are especially overburdened with Spam. This is actually costing organizations millions of dollars in purchasing hardware just to process the Spam. It takes server memory and CPU cycles to determine if an email is Spam or not and as Spam increases new servers have to be built to separate the [...]

No Comments

How to Properly Setup Samba, Create Public Shares and Anonymously Browse Windows Shares on GNU/Linux

Posted by suvi under Samba, Server

Sometimes sharing files and folder between Windows and GNU/Linux can be annoying and problematic especially for beginners.
In this article we’re going to see how to setup Samba and how to get both Windows and GNU/Linux sharing and browsing public share the right way.
We have two scenarios :
1. GNU/Linux browsing Windows shares.
2. Windows browsing Samba shares.
Let’s [...]

No Comments

Spam prevention with Exim and greylistd - Part 2 - management and stats

Posted by suvi under Email, Server

In part one of this tutorial looked at installing and configuring greylistd alongside Exim to help combat the evils of Spam. In this second part I will look at getting some information out of greylistd — handy if you need to troubleshoot why the CEO’s “urgent” message hasn’t arrived yet!
Captain Slog
Greylistd is the daemon called [...]

No Comments

Quick Samba Install

Posted by suvi under Samba, Server

Each time I install (or reinstall/reformat) a development server of my own I install Samba instead of any FTP server as I use Windows as my development platform and prefer to simply network the remote folder. Here is a quick how-to on setting up Samba and sharing a folder.
First we need to install Samba, either [...]

No Comments

Installing Zivios Server On Ubuntu

Posted by suvi under Server, Ubuntu

This howto explains installing Zivios
Master Service version 0.5.0. Zivios is an n-tiered PHP-5 application,
providing identity management, single sign-on, user, group and computer
provisioning, as well as remote management of services. It 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.
Read [...]

No Comments

How to build a local IMAP server

Posted by suvi under Email, Server

The usual practice of configuring your email client to retrieve email from your ISP’s servers works well, but not for all situations. Suppose you add a laptop as a compliment to your desktop machine, or you’d occasionally like to use your spouse’s computer to read your email — you can run into problems trying to [...]

No Comments

Spam Blocking And Web Filtering With The Untangle 5.3 Network Gateway

Posted by suvi under Linux, Security, Server

Untangle
bundles common open-source applications for blocking spam, spyware,
viruses, adware and unwanted content on the network in one single Linux
distribution. It can be integrated into existing networks either as a
router or as a transparent bridge (directly behind the router, but
before the switch that connects the client PCs with the router). The
best thing about Untangle is that [...]

No Comments

Webmin: can a graphical front end for system administration replace the command line?

Posted by suvi under Control Panels, Server, Software

This article will tell you how to install and use Webmin, a web user interface mainly used for administering servers. If you are not a sysadmin, don’t run away: Webmin can also be used on a single desktop too. You may struggle to remember all the command line operations to manage, say, run levels or [...]

No Comments

HOWTO: Managing Active Directory users under Linux with adtool

Posted by suvi under Server

Usually people manages Linux boxes using Windows clients but sometimes, someone (like me, for example) needs to manage a Windows server from a Linux host (it could be a normal client or another server which wants to talk to Windows).
IMO, Active Directory is one of the best product from Microsoft, since it’s based on a [...]

No Comments

Running A File- And Print-Server With eBox On Ubuntu 8.04 Server

Posted by suvi under Samba, Server, Ubuntu

This article shows how to run a file- and print-server for small and
medium enterprises (SME) on one single Ubuntu 8.04 server. It is very
easy to set up, and management is done with an easy-to-use web
interface called eBox
so once the system is set up, you can forget about the command line.
eBox was developed to administrate advanced [...]

No Comments

How To Install And Setup Jinzora Media Server In Ubuntu

Posted by suvi under Multimedia, Server, Ubuntu

If you have a huge collection of music and would like to build a media streaming server to manage your collection, then Jinzora is the right one for you.
Jinzora is a Web based media streaming and management system. It is supported in various platforms and it allows you to access your music collection from any [...]

No Comments

How To Set Up Apache, Tomcat (mod_jk), SSO (CAS, mod_auth_cas)

Posted by suvi under Apache, Server, Webserver, openSuse

This article describes how you can set up Apache and Tomcat, linked
with mod_jk. It also explains how you set up the SSO (single sign on)
solution JA-SIG CAS to protect servlets (provided by tomcat) and static
content (provided by Apache). I worked with OpenSuse 10.2 and 11,
Apache2, Tomcat 5.5 and 6. It should work on other distributions [...]

No Comments