Articles by ganesh35

  • The Perfect Setup - OpenVZ with CentOS 4.4

    Author: ganesh35Tags: , , Comments: 2

    The Perfect Setup - OpenVZ with CentOS 4.4 In this HowTo I will describe how to prepare a CentOS 4.4 server for OpenVZ virtual machines. 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.

  • Learning C/C++ Step-By-Step

    Author: ganesh35Tags: Comments: 34

    Learning C/C++ Step-By-Step Many people are really interested in learning and implementing C/C++ programs on their favorite platforms like DOS/Windows or Linux. If you are the one looking for a step-by-step guide to get started, this tutorial is for you. Let me know your comments on  my tiny attempt to serve the community.

  • Step-by-step OpenLDAP Installation and Configuration

    Author: ganesh35Tags: Comments: 29

    Step-by-step OpenLDAP Installation and Configuration This tutorial describes how to install and configure an OpenLDAP server and also an OpenLDAP client.

  • Step-By-Step Configuration of NAT with iptables

    Author: ganesh35Tags: , Comments: 30

    Step-By-Step Configuration of NAT with iptables This tutorial shows how to set up network-address-translation (NAT) on a Linux system with iptables rules so that the system can act as a gateway and provide internet access to multiple hosts on a local network using a single public IP address. This is achieved by rewriting the source and/or destination addresses of IP packets as they pass through the NAT system.

  • Step-by-Step IPP based Print Server using CUPS

    Author: ganesh35Tags: Comments: 6

    Step-by-Step IPP based Print Server using CUPS  This tutorial describes how to install a Linux print server with CUPS. It also covers the installation and configuration of printer drivers on the print server as well as the printer setup on a Windows 2000 client.