LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Red Hat
User Name
Password
Red Hat This forum is for the discussion of Red Hat Linux.

Notices


Reply
  Search this Thread
Old 08-01-2004, 05:42 AM   #1
nitin403
Member
 
Registered: Jul 2004
Location: mumbai
Distribution: fedora
Posts: 30

Rep: Reputation: 15
Question installation guide in red hat 8.0


hello i am new to linux .
i recently install RH 8.0
first i had installed mandrake 9.1 then xandros.
the main purpose of installing RH 8.0 was to be able to install other linux software that i have and to able to install my win modem
also the system work's very slow then other linux/GNU i have used before.
could U give me some advise on speeding up(i am the sole user)
my cursor hand's while using more apps.
i also have following Question & problem

1:-is it possible to use Xandros 2.0 form RH 8.0 the way i use to switch between KDE & GNOME how do i configure xandros 2.0 from the lilo bot menu of RH 8.0

2:- is there any software available on RH 8.0 using which i can easily install other software in graphical mode.
i read about red carpet in an magazine

3:- i have a mercury scroll mouse.
the movement of the pointer ,right & left button is O.K. but i unable to use the scroll .the mouse specified is PS/2.
i have try to experiment with PS/2 & PS /3 but still the scroll don't work's

4:- is it possible to use application installed in xandros 2.0 on red hat 8.0 OR vise versa

5:- i would like to known how to i backup my system against any accidental damage

6:- what is window-maker & it is of what use.

7:-if using following command i install a software (let say notepad.rpm)
rpm -i notepad.rpm
after that where does the files get installed & how do i run the application
 
Old 08-01-2004, 09:32 AM   #2
RobertP
Member
 
Registered: Jan 2004
Location: Manitoba, Canada
Distribution: Debian
Posts: 454

Rep: Reputation: 32
Re: installation guide in red hat 8.0

also the system work's very slow then other linux/GNU i have used before.

RedHat uses i386 instructions, so you might expect it to be about 15% slower than Mandrake.

my cursor hand's while using more apps.
If you get freezing, it is usually a configuration problem. How much RAM do you have and how much SWAP? Open a terminal or commandline session and type

free
To check your usage of memory.


1:-is it possible to use Xandros 2.0 form RH 8.0 the way i use to switch between KDE & GNOME how do i configure xandros 2.0 from the lilo bot menu of RH 8.0

No. KDE and GNOME are two application environments that run under the same OS. There are ways to run one OS under another but you likely waste resources that way.

2:- is there any software available on RH 8.0 using which i can easily install other software in graphical mode.
i read about red carpet in an magazine
RedHat uses RedHat packages. It is very simple and efficient to use RPM. For automatically satisfying dependencies, you could try apt-get, yum or urpmi


4:- is it possible to use application installed in xandros 2.0 on red hat 8.0 OR vise versa
In binary packages they may use different, incompatible libraries. Sometime you can get a binary package that is statically linked to all necessary binaries. Opera browser does that. Otherwise you must install from source.

5:- i would like to known how to i backup my system against any accidental damage
It helps to use a journalling filesystem, and RAID to make filesystems more robust, but backing up is essential. Since you likely have the installation CDs, you may not need to backup everything, just the software you have installed and user files or databases. Typically, one uses the tar command to merge a filestructure into a single file which is copied to multiple harddrives or systems. It can also be burned to CD or DVD.
tar czfbackupdile.tgz file1 file2 file3 will create a backup of specific files or directories.
See man tar for details
tar xzf backupfile.tgz gets them back.

You can use options like -p or -P to preserve absolute paths and permissions.


7:-if using following command i install a software (let say notepad.rpm)
rpm -i notepad.rpm
after that where does the files get installed & how do i run the application
rpm installs the files where the .rpm package tells it. To find out,
rpm -q --filesbypkg -p packagename.rpm will list all the files. You usually run programmes from /usr/bin
After installing man programme may give information.
For files that go into /usr/bin, they are already in your path so typing
programname at the commandline will run it. You can make links on your desktop, too. Put the full path to be sure.
 
Old 08-05-2004, 08:46 AM   #3
nitin403
Member
 
Registered: Jul 2004
Location: mumbai
Distribution: fedora
Posts: 30

Original Poster
Rep: Reputation: 15
thank's for your help (i need it again)
hi! again
i tried to install my double clicking the files but it didn't worked
so i tried the following command in terminal
sh files_name
after that the KPPP was able to detect the modem but ,while connecting the Internet it simplying hang's
also after rebooting it doesn't detect's the modem & the first command has to be repeated
how can i make the modem install permanently & why does it hang's the PC while connecting
also how do i install a software in *.deb format
 
Old 08-05-2004, 09:17 AM   #4
RobertP
Member
 
Registered: Jan 2004
Location: Manitoba, Canada
Distribution: Debian
Posts: 454

Rep: Reputation: 32
I am sorry, I have never used a modem with Linux, so I have no clue about KPPP. Hanging usually means waiting for something. Does your ISP provide IP addresses or use fixed IP addresses? That could be the matter, or the login sequence involves some handshaking that you have not set up.
ifconfig should show the status of interfaces. Does it show ppp0?

apt-get install debianpackage gets a .deb and installs it.

man apt-get shows all the options...
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Installation doesn't recognize Red Hat Enterprise Linux ES installation cd bizkut Red Hat 2 08-15-2004 08:57 AM
Good guide to Linux in general or red Hat 9 Autonom664 Linux - Newbie 2 01-17-2004 03:06 PM
A newbie guide for Dual Booting Red Hat 9/Mandrake9.1 Skyline Linux - Distributions 0 06-29-2003 11:21 PM
A Newbie guide to Dual Booting Red Hat 9/Mandrake 9.1 Skyline Linux - Newbie 0 06-28-2003 07:27 PM
Linksys WUSB11 V2.6 and Red Hat 7.3. Install Guide. oudent Linux - Networking 4 03-25-2003 10:30 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Red Hat

All times are GMT -5. The time now is 10:32 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration