Using CDROMs and Installaing Softwares

Taking care of your Linux box.
Post Reply
najamss
Cadet
Posts: 11
Joined: Mon Apr 21, 2003 12:03 pm
Location: Gujranwala, Pakistan
Contact:

Using CDROMs and Installaing Softwares

Post by najamss »

Hi,

Kindly let me know how do I use CDROM and install software in Linux?

And what are the commands to test LAN connectivity like ping aur connectivity of LAN?
Najam-us-Saquib Siddiqui
Cell# 0300-6430551
farhanksa
Subedar
Posts: 359
Joined: Sun Nov 03, 2002 6:40 am
Location: Lahore
Contact:

to install...and to ound cdrom

Post by farhanksa »

aoa
in linux shell u have to mound ur cdrom device on any directory

make any directory or mount it on any exisating directory

mount /dev /cdrom

it will mount ur cdrom
and u can access it by cd /mnt/cdrom

ther r many kidn of s/w formats to install...
widely available for redhat is rpm
to install rpm use rpm -i rpm-name
do look at man rpm
good luck
Saadi
Lance Naik
Posts: 33
Joined: Thu Mar 06, 2003 11:06 pm
Location: Chicago, Il - USA

Post by Saadi »

for LAN connectivity, use ping by hostname or ip address. make sure your machine is setup right, cable is connected, LAN card is detected and working. for example, check the following files:

/etc/hosts (see if you can ping the loopback address or the ip of your machine)
/etc/resolv.conf (here is your dns nameserver and domain is listed)
/etc/sysconfig/network (for hostname, gateway and ipaddress)
/etc/sysconfig/network-scripts/ifcfg-eth0 (NIC script ...if one NIC present)
run route commands (see man for route)
run netstat -a or -r or -n (see man for netstat)
to setup networking from a commandline, try
netconfig, and type in correct ip, mask, gateway and dns
make sure your LAN card is detected, run lspci
make sure your cable is good and connected right
after configuration is completed, run service network restart, service xinetd restart or reboot the machine
ping afterwards..to check connectivity...


goody lucky!
Aziz Khawaja
Chicago, Il.
Post Reply