Load Balancing : Understanding Load Balancing

load_balancer

Why Load Balance is required? As the e-commerce industry continues to grow, more businesses rely on their Web sites to communicate with customers. A high-performance Web site that quickly and reliably delivers content gains and retains customers and is crucial to a successful and competitive e-business. Few potential customers will return to a frustratingly slow … Read more

ClearOS – Network Gateway and Network server : Introduction

clearos

ClearOS (formerly named ClarkConnect) is a Linux distribution, based on CentOS and Red Hat Enterprise Linux,. It is designed for use in small and medium enterprises as a network gateway and network server with a web-based administration interface. It is designed to be an alternative to Windows Small Business Server. ClearOS is a modular operating system … Read more

www – World wide web : Introduction to Web Hosting

web hosting

What is the World Wide Web? The Web is a network of computers all over the world All the computers in the Web can communicate with each other All the computers use a communication protocol called HTTP Few Terminology : Web information is stored in documents called web pages Web pages are files stored on computers called web servers The … Read more

Creating Views in MySQL : How to create mysql views

MySQL Cluster

Summary: in this tutorial, you will learn how to create views in MySQL by using the CREATE VIEW statement. Introduction to CREATE VIEW statement The syntax of creating a view in MySQL is as follows:   1234 5   CREATE[ALGORITHM = {MERGE  | TEMPTABLE | UNDEFINED}]VIEW [database_name].[view_name]AS [SELECT  statement] Algorithms The algorithm attribute allows you to control which mechanism is used when … Read more

How to Install and Configure OpenSSH Server In Linux

ssh

Being a network administrator requires a deep knowledge about remote login protocols such as rlogin, telnet and ssh. The one I will discuss in this article is ssh, a secure remote protocol which is used to work remotely on other machines or transfer data between computers using SCP (Secure Copy) command. But, what is OpenSSH and how to install it in your Linux distribution? … Read more

Get started – Asterisk – Learn Asterisk Programming

Asterisk dial command

What is Asterisk? Asterisk is an open source framework for building communications applications. Asterisk turns an ordinary computer into a communications server. Asterisk powers IP PBX systems, VoIP gateways, conference servers and other custom solutions. It is used by small businesses, large businesses, call centers, carriers and government agencies, worldwide. Asterisk is free and open … Read more

Urgently Required : Dialer Support Executive/ Sr. Executive/ Assistance Manager

job_openings

Job Description Co-ordination with the Aspect support team for technical assistance and functioning. Ensuring that the services are ready at the scheduled time. Co-ordination with the IT Team for any dialer software related issues. Co-ordination with the Operations for daily strategies. Co-ordination with the CRM Team for timely receipt of the daily callable flat file. Checking and changing … Read more

PHP Cron Job: How to Execute PHP file Using Crontab in Linux

There are various method to execute php file via crontab in linux. Here is the details of all the method: Method 1: Run the php script using URL from the crontab If your php script can be invoked using an URL, you can lynx, or curl, or wget to setup your crontab as shown below. … Read more