Posts tagged as:

yum command

How To Setup A LAMP Server On Centos 6.0

by lifeLinux on August 26, 2011

LAMP is essentially a server that runs Linux, Apache, MySQL and Php/Perl and is more commonly known as a LAMP server. This guide provides step-by-step instructions for installing a full-featured LAMP server on a CentOS 6 .0

{ 0 comments }

How To Install Memcache PHP Extension

by lifeLinux on August 23, 2011

Memcache extension provides handy procedural and object oriented interface to memcached, highly effective caching daemon, which was especially designed to decrease database load in dynamic web applications. This article will explain how to install the memcache PHP extension on Centos/RedHat/Fedora.

{ 0 comments }

Zipping And Unzipping Files Under Linux

by lifeLinux on May 27, 2011

Neither the zip nor the unzip utilities are included in the default install of Linux. To install them from shell prompt, you must be a root user and type following two commands to install zip and unzip program.

{ 0 comments }

If you are running RedHat / CentOS 32 bit and have 4 GB or more RAM use the Linux kernel compiled for PAE capable machines. Your machine may not show up total 4GB ram with 32 bit architecture servers. All you have to do is install PAE kernel package.

{ 0 comments }

How To Install OpenSSH on Centos / RedHat

by lifeLinux on May 10, 2011

What is OpenSSH ? OpenSSH is a FREE version of the SSH connectivity tools that technical users of the Internet rely on. Users of telnet, rlogin, and ftp may not realize that their password is transmitted across the Internet unencrypted, but it is. OpenSSH encrypts all traffic (including passwords) to effectively eliminate eavesdropping, connection hijacking, […]

{ 1 comment }

Install RPM File On CentOS / RedHat

by lifeLinux on May 8, 2011

rpm is a powerful Package Manager, which can be used to build, install, query, verify, update, and erase individual software packages. A package consists of an archive of files and meta-data used to install and erase the archive files. The meta-data includes helper scripts, file attributes, and descriptive information about the package. Packages come in […]

{ 0 comments }

Using yum command on CentOS / RedHat

by lifeLinux on April 30, 2011

yum is an interactive, automated update program which can be used for maintaining systems using rpm. Synopsis yum [options] [command] [package …]

{ 0 comments }