How to save downloaded packages from yum?
You can follow given steps to save downloaded packages from yum as per your wish.
You can follow given steps to save downloaded packages from yum as per your wish.
Amazon released an updated version of the Amazon Linux AMI earlier this week. It is available in all AWS Regions for all instance types. Here’s what’s new: Default compiler upgraded from GCC 4.1 to GCC 4.4. The AMI kernel is now based on 2.6.35.11 release. An HVM AMI was released to support the Cluster Compute (cc1.4xlarge) and Cluster GPU [...]
Here we are going to explain about the Installation and Configuration procedure for Amazon EC2 Linux Instance. When i configured my first EC2 Linux Instance i was getting the following error while starting the NFS Server. Starting NFS services: [ OK ] Starting NFS quotas: Cannot register service: RPC: Unable to receive; errno = Co rpc.rquotad: unable [...]
ClamTk is a frontend for ClamAV using Gtk2-perl. It is intended to be an easy to use, lightweight scanner for Linux systems. It has been ported to Fedora, Debian, RedHat, openSUSE, ALT Linux, Ubuntu, CentOS, Gentoo, Archlinux, Mandriva, PCLinuxOS, FreeBSD, and others. Although its earliest incarnations date to 2003, it was first uploaded for distribution in 2004 to a [...]
Cacti is a complete network graphing solution designed to harness the power of RRDTool’s data storage and graphing functionality. Cacti provides a fast poller, advanced graph templating, multiple data acquisition methods, and user management features out of the box. All of this is wrapped in an intuitive, easy to use interface that makes sense for LAN-sized [...]
How to Install and Configure MMM? This article has been refereed from mysql-mmm.org Installation Guide –  Multi-Master Replication Manager for MySQL This installation guide describes a installation of MMM 2 (without the MMM tools) based on Debian Lenny (5.0) A basic installation contains at least 2 database servers and 1 monitoring server. In this guide, I used [...]
The following Howto describes how to bond two or more network interfaces into on bonded interface in CLEAROS. This is known as IEEE 802.1AX-2008 or under the working group title of 802.3ad. Install the required software packages. yum install bridge-utils Here is an example on how to create a bonded interface with eth1 and eth2 [...]
VirtualBox is a powerful x86 and AMD64/Intel64Â virtualization product for enterprise as well as home use. Not only is VirtualBox an extremely feature rich, high performance product for enterprise customers, it is also the only professional solution that is freely available as Open Source Software under the terms of the GNU General Public License (GPL). See [...]
Procedure to isntall Nagios client : ————————————- 1) useradd -M -s /sbin/nologin nagios 2) Check 32bit or 64 bit OS by uname -a Depending on that, download appropriate version 3) tar -xvf nagios.tar.gz 4) cd nagios yum install perl-Digest-HMAC (This is a dependency, will install 2 rpms) perl-Digest-SHA1-2.11-1.2.1 perl-Digest-HMAC-1.01-15 rpm -ivh *.rpm 5) Put below [...]
Red Hat Enterprise Linux 6 Technical Details: What’s New Red Hat Enterprise Linux 6, the latest release of Red Hat’s trusted datacenter platform, delivers advances in application performance, scalability, and security. With Red Hat Enterprise Linux 6, you can deploy physical, virtual, and cloud computing within your datacenter, reducing complexity, increasing efficiency, and minimizing administration [...]
The instructions here detail how to get APC running on a CentOS 5 server. The server happened to have Plesk on it as well, which initially made me hesitant to install APC “normallyâ€, since Plesk is so picky on what other software is installed on the server. However, it seems to have worked out well. First, we need [...]
When compiling memcache if you are encountering the following problem Cannot find autoconf. Please check your autoconf installation and the$PHP_AUTOCONF environment variable. Then, rerun this script. Resolution yum install autoconf
To solve the flowing error when you compile php in your system xml2-config not found. Please check your libxml2 installation Just install yum install libxml2-devel
checking whether to enable mod_deflate… configure: error: mod_deflate has been requested but can not be built due to prerequisite failures This error comes because you have not instaaled zlib-devel to rectify this error message type the following command to install zlib-devel Yum install zlib-devel
Webmin is a web-based interface for system administration for Unix. Using any modern web browser, you can setup user accounts, Apache, DNS, file sharing and much more. Webmin removes the need to manually edit Unix configuration files like /etc/passwd, and lets you manage a system from the console or remotely The following modules are included as [...]