LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 11-24-2009, 11:04 AM   #1
sunbest
LQ Newbie
 
Registered: Nov 2009
Posts: 3

Rep: Reputation: 0
Installation/Server


I am new to Linux. I am working on Oracle which kind require me to know things about linux. Over the next few days, I will be asking you some questions. Please bear with me.

How do I install programs such as Oracle 11g on fedora linux?
How do I maually install fedora 11?
How do I transfer files from Windows to Linux using VMware?
How do I connect multiple computers to linux server such as connecting windows Xp to Windows Server 2003.


thanks
 
Old 11-24-2009, 11:15 AM   #2
EricTRA
LQ Guru
 
Registered: May 2009
Location: Gibraltar, Gibraltar
Distribution: Fedora 20 with Awesome WM
Posts: 6,805
Blog Entries: 1

Rep: Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297
Hello and welcome to LinuxQuestions,

Quite the jump in your taking there, congrats!

As you'll get to hear in the future quite often, Google is your best friend. Most users here like it a lot more when someone tried before posting instead of just 'requesting' a copy/paste guide.

Oracle comes with a pretty good and complete installer. You can read all about the installation and testing process for Linux on their site at this link.

Believe me, if you're new to Linux this is the path to follow. I would'nt advice a manual install but if you want to know how it works just open the runInstaller.sh script in your favorite editor and see what it does.

In Linux you can mount just about any filesystem you have hanging around, also Windows shared folders. That would be the easiest way to access them I believe. For more information on how to mount them, with the various options type
Code:
man mount
in a terminal or in the Google search (here's one link).

The last questions needs some clarification on your part. What exactly do you mean by 'connect multiple computers to linux server'? Are you referring to a domain setup like in Windows Active Directory? Or are you just referring to networking and being able to 'communicate' with a server, in order to mail, access files, print, etc...?

Kind regards,

Eric

Last edited by EricTRA; 11-25-2009 at 07:58 AM. Reason: tipo
 
Old 11-24-2009, 10:49 PM   #3
ramram29
Member
 
Registered: Jul 2003
Location: Miami, Florida, USA
Distribution: Debian
Posts: 848
Blog Entries: 1

Rep: Reputation: 47
Quote:
Originally Posted by sunbest View Post
How do I install programs such as Oracle 11g on fedora linux?


How do I maually install fedora 11?
How do I transfer files from Windows to Linux using VMware?
How do I connect multiple computers to linux server such as connecting windows Xp to Windows Server 2003.


thanks

Google "Oracle Linux Install" or read the instruction in the Oracle web site.

You can transfer file using many different file transfer servers such as ssh, ftp and samba; between vmware guests or regular computers.

You can connect XP computer to a Linux server with Samba.
 
Old 11-24-2009, 11:49 PM   #4
gulnawaz
LQ Newbie
 
Registered: Apr 2009
Posts: 15

Rep: Reputation: 0
Dear all i am installing the squid ./configure working but when I run make it shows the following lines plz help
Making all in lib
make[1]: Entering directory `/root/Desktop/squid-2.6.STABLE14/lib'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/root/Desktop/squid-2.6.STABLE14/lib'
Making all in snmplib
make[1]: Entering directory `/root/Desktop/squid-2.6.STABLE14/snmplib'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/root/Desktop/squid-2.6.STABLE14/snmplib'
Making all in scripts
make[1]: Entering directory `/root/Desktop/squid-2.6.STABLE14/scripts'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/root/Desktop/squid-2.6.STABLE14/scripts'
Making all in src
make[1]: Entering directory `/root/Desktop/squid-2.6.STABLE14/src'
make all-recursive
make[2]: Entering directory `/root/Desktop/squid-2.6.STABLE14/src'
Making all in fs
make[3]: Entering directory `/root/Desktop/squid-2.6.STABLE14/src/fs'
make[3]: *** No rule to make target `lib”disk.a', needed by `all-am'. Stop.
make[3]: Leaving directory `/root/Desktop/squid-2.6.STABLE14/src/fs'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/root/Desktop/squid-2.6.STABLE14/src'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/root/Desktop/squid-2.6.STABLE14/src'
make: *** [all-recursive] Error 1
 
Old 11-25-2009, 12:19 AM   #5
linuxlover.chaitanya
Senior Member
 
Registered: Apr 2008
Location: Gurgaon, India
Distribution: Cent OS 6/7
Posts: 4,638

Rep: Reputation: Disabled
@Above,

Start your own thread for your issues. This thread in no way is related to your issues.
And instead of compiling squid, pre built packages are available for most of the distributions. Use those. You seem to use CentOS, and squid is available in the repositories. Use yum to install. And if any other further questions, do not post here. Start new thread.
 
Old 11-25-2009, 07:20 AM   #6
sunbest
LQ Newbie
 
Registered: Nov 2009
Posts: 3

Original Poster
Rep: Reputation: 0
Thanks EricTRA for that detailed question. In my last question, I was refering to something similar to Active Directory and also be able to email and do all sort things as you would on Windows Server 2003 or 08. I know I am jumping ahead of myself here but my goal is to be able to set up a distributed database network. Do you have any other resources that can answer most of my questions and what book would you recommend based on the questions that I posted.
thanks
 
Old 11-25-2009, 07:37 AM   #7
linuxlover.chaitanya
Senior Member
 
Registered: Apr 2008
Location: Gurgaon, India
Distribution: Cent OS 6/7
Posts: 4,638

Rep: Reputation: Disabled
For something similar to Active directory for Linux, you can have an LDAP server for authentication and identity management.
If you are talking about joining Linux machines to active directory you can do that by using samba. For using Linux as domain controller as well you will need samba configuration.
 
Old 11-25-2009, 08:07 AM   #8
EricTRA
LQ Guru
 
Registered: May 2009
Location: Gibraltar, Gibraltar
Distribution: Fedora 20 with Awesome WM
Posts: 6,805
Blog Entries: 1

Rep: Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297
Hello,

There are few things you cannot move from Windows to Linux. You ask about any books I'd advice, well the one 'book' I consult most is Google, believe me, it's a lot faster then buying and reading books. I've been a system administrator for a lot of time and still can count the books I bought on two hands. If you have a specific question then you can always post it here and you'll get a reply for sure. For instance if you're looking into the database thing you could start here. Are you really looking for the distributed database design or just into database replication? Because those are two different things.

Kind regards,

Eric
 
Old 11-25-2009, 11:32 AM   #9
sunbest
LQ Newbie
 
Registered: Nov 2009
Posts: 3

Original Poster
Rep: Reputation: 0
My goal is to become Oracle DBA and over the past years in school, have only been using windows to administer Oracle database until someone advice me that I need to use Oracle more on linux because that is what the market of today is looking for. I am looking to know everything that is there to know about administering database on Linux from front end to back end, be able to implement ASM or RAC on linux. Everything that I have done with oracle on windows, I want to take it onboard on linux. Yes, I want to learn about database replication on linux so that whatever Site A is looking at, Site B will have the same access. That is what I am after and I want to be able to the do all these using the command line instead of GUI as in windows.

Last edited by sunbest; 11-25-2009 at 11:36 AM.
 
Old 11-25-2009, 11:47 AM   #10
EricTRA
LQ Guru
 
Registered: May 2009
Location: Gibraltar, Gibraltar
Distribution: Fedora 20 with Awesome WM
Posts: 6,805
Blog Entries: 1

Rep: Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297
I'm sure you'll get there. The beautiful thing is that it's a learning path that you can explore until you reach the very core of the thing, more in depth than with a Windoze OS.

Kind regards,

Eric
 
Old 11-25-2009, 06:34 PM   #11
chrism01
LQ Guru
 
Registered: Aug 2004
Location: Sydney
Distribution: Rocky 9.2
Posts: 18,419

Rep: Reputation: 2785Reputation: 2785Reputation: 2785Reputation: 2785Reputation: 2785Reputation: 2785Reputation: 2785Reputation: 2785Reputation: 2785Reputation: 2785Reputation: 2785
You could start here http://www.linuxtopia.org/index.html and search for Oracle.
Also, google 'oracle linux howto' brings up a lot of good links.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
LXer: Installation Of OpenERP Server On Ubuntu Server 9.04 LXer Syndicated Linux News 0 06-26-2009 02:00 PM
mysql server installation warning: mysql-server-4.1.10a-2.RHEL4.1.i386.rpm: V Buddhike G Linux - Software 3 09-07-2007 07:50 AM
Server Installation dludenar Fedora 3 04-14-2007 04:33 AM
postfix server installation, samba server problem eozdoganci Linux - Networking 0 06-04-2004 07:14 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 08:39 PM.

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