Q. How do I apply package updates from the Red Hat Network under RHEL 5.x operating systems?
{ 0 comments }
Posts tagged as:
Q. I’m using RHEL 4.x as database server. How can I run the up2date command to find out what package will satisfy library / module dependencies via RHN?
A.Update Agent provides a complete system for updating the RPM packages installed on a Red Hat Enterprise Linux system. Both command line and graphical interfaces are included. [...]
{ 0 comments }
Q. How do I find out what version of Linux distribution I’m using from the shell prompt?
A. To find out what version of Linux (distro) you are running, enter the following command at the shell prompt:
$ cat /etc/*-release
Output on RHEL 5
Red Hat Enterprise Linux Server release 5 (Tikanga)
Output on Ubuntu 7.10
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=7.10
DISTRIB_CODENAME=gutsy
DISTRIB_DESCRIPTION=”Ubuntu 7.10″
{ 4 comments }
Q. Under Windows Server 2003 I can use active directory domain tools to get information about current domain and hostname. Can you tell me command to list current domain name and hostname under Red hat enterprise Linux 5?
A. Both Linux / UNIX comes with the following utilities to display hostname / domain name:
a) hostname - [...]
{ 0 comments }
Q. How do I list all packages available for installation from Internet using Red Hat Enterprise Linux or CentOS 5?
A. You can yum command and it has option to show a list of all packages that are not presently installed and can be installed via RHN or Internet.
yum list available
yum list available [...]
{ 0 comments }
Q. I saw your earlier article about how to install PHP 5 under Red Hat Enterprise Linux version 4. But I’m using Red Hat enterprise Linux 5 and I don’t want to mess up with old version instructions. Is there a way that I can install PHP5 under RHEL 5 without using source rpm?
A. Redhat [...]
{ 2 comments }
Q. I’ve installed Red Hat enterprise Linux 5 and now added one more LAN card (NIC). How do I configure the network card from the command line? I can see 2nd my network card detected while booting the IBM server.
A. Red hat Linux provides following tools to make changes to Network configuration such as [...]
{ 12 comments }