Forum     

Go Back   Digit Technology Discussion Forum > Software > Open Source
Register FAQ Calendar Mark Forums Read

Open Source A place where you can talk to like-minded people about the fastest growing software movement today! Discuss anything and everything about Open Source software and Operating Systems.

Closed Thread
 
LinkBack Thread Tools Display Modes
Old 06-06-2006, 11:19 AM   #1 (permalink)
OSS Enthusiast!
 
nitish_mythology's Avatar
 
Join Date: Sep 2005
Location: Hills of Kumaoun
Posts: 664
Default Welcome Linux, Bye Windows...

I have decided to use linux from now on..
Installed Fedora Core 4.(Formatted entire 20gb hdd)

As I am really new to Linux(Earlier I have tried few disros for few days)

Ques---
1.How to install xmms, which was provided with Digit?
2.I have NetoDragon modem drivers. How to install them.
3.Which soft is required to play videos in Linux(.avi,.dat.mpg)

Is there an e-book for learing Fedora Core?
__________________
Do you know, Shinigamis only eat apples???
nitish_mythology is offline  
Advertisements. Register and be a member of the community to get rid of them.
Advertisement

Old 06-06-2006, 11:55 AM   #2 (permalink)
In The Zone
 
Join Date: Jul 2005
Location: Navi-Mumbai
Posts: 267
Default Re: Welcome Linux, Bye Windows...

why you made this decision?
reddragon is offline  
Old 06-06-2006, 12:12 PM   #3 (permalink)
OSS Enthusiast!
 
nitish_mythology's Avatar
 
Join Date: Sep 2005
Location: Hills of Kumaoun
Posts: 664
Default Re: Welcome Linux, Bye Windows...

Its better to switch to Open Source than Pirate Windows...
__________________
Do you know, Shinigamis only eat apples???
nitish_mythology is offline  
Old 06-06-2006, 12:15 PM   #4 (permalink)
Wise Old Owl
 
vignesh's Avatar
 
Join Date: Jul 2004
Location: Chennai
Posts: 1,659
Default Re: Welcome Linux, Bye Windows...

For xmms if its an rpm then

rpm -ivh <fn>.rpm

Source :

./configure
make
make install

To play videos download vlc or mplayer or xine.

For modem drivers what are the files given
are they binary files or modules ?
vignesh is offline  
Old 06-06-2006, 12:29 PM   #5 (permalink)
OSS Enthusiast!
 
nitish_mythology's Avatar
 
Join Date: Sep 2005
Location: Hills of Kumaoun
Posts: 664
Default Re: Welcome Linux, Bye Windows...

As it is source
It tried
./configure
make
make install

After issueing 1st command...
Lots of messages...
At last-
confiure: error: ***GLIB >=1.2.2 not installed -please install first ***

What is rpm?

How to differentiate between binary and module?
__________________
Do you know, Shinigamis only eat apples???
nitish_mythology is offline  
Old 06-06-2006, 01:20 PM   #6 (permalink)
18 Till I Die............
 
Join Date: Jul 2004
Location: India, Mumbai, Marine Lines
Posts: 5,792
Default Re: Welcome Linux, Bye Windows...

You will have some dependancy problems if you try to install from the source. So, it's better to use rpm's. RPM stands for redhat package manager. It is the format used to install applications on distros like red hat, fedora core, suse, mandriva, etc.
Install yum or apt to manage dependancy problems. It will be lots eaiser to install software using yum or apt cos they will solve the problem of depedancies on it's own.
Have a look at this http://fedoranews.org/mediawiki/inde...allation_Notes
to configure your FC and install extras.
mehulved is offline  
Old 06-06-2006, 01:21 PM   #7 (permalink)
String Phreak
 
mediator's Avatar
 
Join Date: Mar 2005
Location: In ur Evil Mind!
Posts: 2,453
Default Re: Welcome Linux, Bye Windows...

And ur knew to linux...So dont delete windows!! Lotta things are needed fro windows too...like adsl/usb internet, transferring files from mobile via usb, gaming etc. If u do only programming etc and want to surf web with complete freedom and stability etc then its OK.

And for installing xmms (mp3s) ,xine (videos)....just shoot up the terminal
1. Type "su"
2. enter root password
3. Type "yum install xmms" => installs xmms automatically from net!
4. When completed ,Type "yum install xine" => installs xine
5. Type "yum clean all" => to remove the temprary rpms downloaded in the process

And have fun!
mediator is offline  
Old 06-06-2006, 01:53 PM   #8 (permalink)
Wise Old Owl
 
vignesh's Avatar
 
Join Date: Jul 2004
Location: Chennai
Posts: 1,659
Default Re: Welcome Linux, Bye Windows...

A binary file is like an exe in windows... A module is one that has to be loaded into the kernel to add extra functionality... Eg ntfs module can be used to enable read/write access to ntfs partitions.

You can diff btw them by seeing the type.Usually modules also come as rpms.
vignesh is offline  
Old 06-06-2006, 01:56 PM   #9 (permalink)
Right Off the Assembly Line
 
Join Date: Jul 2005
Posts: 8
Default Re: Welcome Linux, Bye Windows...

Did you tried Ubuntu Linux? Its perfect for a newbie.. so easy to use.
osinghrathore is offline  
Old 06-06-2006, 02:18 PM   #10 (permalink)
In The Zone
 
Join Date: Jul 2005
Location: Navi-Mumbai
Posts: 267
Default Re: Welcome Linux, Bye Windows...

8 out of 10 cases go like this ............they kick out windows thinking that what they r doing is great and they will do a lot of stuff in linux and will contribute many things to the open-source community.............

but when u will be in danger , u have short time , deadline all blues ...

u will see windows will save u ....... 8 / 10 people try linux for a month and finally switch back to WINDOWS .. as u r a newbie to linux I suggest u not to kill windows in ur PC ...keep it there also . 2 OS are good .


Quote:
Originally Posted by nitish_mythology
Its better to switch to Open Source than Pirate Windows...
reddragon is offline  
Old 06-06-2006, 02:27 PM   #11 (permalink)
OSS Enthusiast!
 
nitish_mythology's Avatar
 
Join Date: Sep 2005
Location: Hills of Kumaoun
Posts: 664
Default Re: Welcome Linux, Bye Windows...

I have my dad's laptop with me which has xp sp-2...
So I will keep only Linux!

My p.c has no internet connection,so how will I install using yum or apt?
__________________
Do you know, Shinigamis only eat apples???

Last edited by nitish_mythology; 06-06-2006 at 02:47 PM.
nitish_mythology is offline  
Old 06-06-2006, 02:46 PM   #12 (permalink)
OSS Enthusiast!
 
nitish_mythology's Avatar
 
Join Date: Sep 2005
Location: Hills of Kumaoun
Posts: 664
Default Re: Welcome Linux, Bye Windows...

Quote:
Originally Posted by vignesh
A binary file is like an exe in windows... A module is one that has to be loaded into the kernel to add extra functionality... Eg ntfs module can be used to enable read/write access to ntfs partitions.

You can diff btw them by seeing the type.Usually modules also come as rpms.

I am still not sure...
Files in archive are---

File: README
Date and time: 8/11/2004 11:32:48 PM
File type: File
Compr. size: 0
Orig. size: 6,703
Ratio: 0%
Ratio: slmodem-2.9.10\

File: COPYING
Date and time: 8/11/2004 11:32:48 PM
File type: File
Compr. size: 0
Orig. size: 1,699
Ratio: 0%
Ratio: slmodem-2.9.10\

File: Changes
Date and time: 8/8/2004 6:59:18 PM
File type: File
Compr. size: 0
Orig. size: 2,879
Ratio: 0%
Ratio: slmodem-2.9.10\

File: Makefile
Date and time: 8/11/2004 11:36:04 PM
File type: File
Compr. size: 0
Orig. size: 1,219
Ratio: 0%
Ratio: slmodem-2.9.10\

File: modem.h
Date and time: 8/11/2004 11:38:20 PM
File type: H File
Compr. size: 0
Orig. size: 12,793
Ratio: 0%
Ratio: slmodem-2.9.10\modem\

File: modem.c
Date and time: 8/11/2004 11:32:54 PM
File type: C File
Compr. size: 0
Orig. size: 48,013
Ratio: 0%
Ratio: slmodem-2.9.10\modem\

File: Makefile
Date and time: 8/11/2004 11:36:22 PM
File type: File
Compr. size: 0
Orig. size: 1,799
Ratio: 0%
Ratio: slmodem-2.9.10\modem\

File: st7554.c
Date and time: 8/11/2004 11:42:06 PM
File type: C File
Compr. size: 0
Orig. size: 36,639
Ratio: 0%
Ratio: slmodem-2.9.10\drivers\

File: dsplibs.o
Date and time: 8/8/2004 7:14:38 PM
File type: O File
Compr. size: 0
Orig. size: 1,218,796
Ratio: 0%
Ratio: slmodem-2.9.10\modem\

File: modem_ec.c
Date and time: 8/11/2004 11:32:54 PM
File type: C File
Compr. size: 0
Orig. size: 33,505
Ratio: 0%
Ratio: slmodem-2.9.10\modem\

File: modem_dp.h
Date and time: 8/11/2004 11:38:20 PM
File type: H File
Compr. size: 0
Orig. size: 2,819
Ratio: 0%
Ratio: slmodem-2.9.10\modem\

File: modem_at.c
Date and time: 8/11/2004 11:47:28 PM
File type: C File
Compr. size: 0
Orig. size: 27,961
Ratio: 0%
Ratio: slmodem-2.9.10\modem\

File: dp_dummy.c
Date and time: 8/11/2004 11:32:54 PM
File type: C File
Compr. size: 0
Orig. size: 3,727
Ratio: 0%
Ratio: slmodem-2.9.10\modem\

File: Makefile
Date and time: 8/11/2004 11:36:10 PM
File type: File
Compr. size: 0
Orig. size: 3,139
Ratio: 0%
Ratio: slmodem-2.9.10\drivers\

File: dp_sinus.c
Date and time: 8/11/2004 11:32:54 PM
File type: C File
Compr. size: 0
Orig. size: 3,547
Ratio: 0%
Ratio: slmodem-2.9.10\modem\

File: slmodemd
Date and time: 8/11/2004 11:22:16 PM
File type: File
Compr. size: 0
Orig. size: 1,794
Ratio: 0%
Ratio: slmodem-2.9.10\scripts\

File: amrlibs.o
Date and time: 8/8/2004 7:14:58 PM
File type: O File
Compr. size: 0
Orig. size: 513,672
Ratio: 0%
Ratio: slmodem-2.9.10\drivers\

File: modem_defs.h
Date and time: 8/11/2004 11:38:20 PM
File type: H File
Compr. size: 0
Orig. size: 16,384
Ratio: 0%
Ratio: slmodem-2.9.10\modem\

File: modem_pack.c
Date and time: 8/11/2004 11:32:54 PM
File type: C File
Compr. size: 0
Orig. size: 16,524
Ratio: 0%
Ratio: slmodem-2.9.10\modem\

File: modem_main.c
Date and time: 8/11/2004 11:32:54 PM
File type: C File
Compr. size: 0
Orig. size: 22,863
Ratio: 0%
Ratio: slmodem-2.9.10\modem\

File: modem_comp.c
Date and time: 8/11/2004 11:32:54 PM
File type: C File
Compr. size: 0
Orig. size: 21,423
Ratio: 0%
Ratio: slmodem-2.9.10\modem\

File: modem_test.c
Date and time: 8/11/2004 11:32:54 PM
File type: C File
Compr. size: 0
Orig. size: 11,217
Ratio: 0%
Ratio: slmodem-2.9.10\modem\

File: old_st7554.c
Date and time: 8/11/2004 11:42:06 PM
File type: C File
Compr. size: 0
Orig. size: 36,152
Ratio: 0%
Ratio: slmodem-2.9.10\drivers\

File: modem_debug.h
Date and time: 8/11/2004 11:48:14 PM
File type: H File
Compr. size: 0
Orig. size: 3,141
Ratio: 0%
Ratio: slmodem-2.9.10\modem\

File: modem_debug.c
Date and time: 8/11/2004 11:32:54 PM
File type: C File
Compr. size: 0
Orig. size: 4,570
Ratio: 0%
Ratio: slmodem-2.9.10\modem\

File: modem_param.c
Date and time: 8/11/2004 11:32:54 PM
File type: C File
Compr. size: 0
Orig. size: 6,772
Ratio: 0%
Ratio: slmodem-2.9.10\modem\

File: modem_param.h
Date and time: 8/11/2004 11:32:54 PM
File type: H File
Compr. size: 0
Orig. size: 6,373
Ratio: 0%
Ratio: slmodem-2.9.10\modem\

File: modem_timer.c
Date and time: 8/11/2004 11:32:54 PM
File type: C File
Compr. size: 0
Orig. size: 4,759
Ratio: 0%
Ratio: slmodem-2.9.10\modem\

File: modem_timer.h
Date and time: 8/11/2004 11:32:54 PM
File type: H File
Compr. size: 0
Orig. size: 2,289
Ratio: 0%
Ratio: slmodem-2.9.10\modem\

File: kernel-ver.c
Date and time: 9/23/2003 11:08:40 PM
File type: C File
Compr. size: 0
Orig. size: 198
Ratio: 0%
Ratio: slmodem-2.9.10\drivers\

File: homolog_data.c
Date and time: 6/1/2004 9:43:26 PM
File type: C File
Compr. size: 0
Orig. size: 12,350
Ratio: 0%
Ratio: slmodem-2.9.10\modem\

File: sysdep_amr.c
Date and time: 8/11/2004 11:43:18 PM
File type: C File
Compr. size: 0
Orig. size: 5,766
Ratio: 0%
Ratio: slmodem-2.9.10\drivers\

File: amrmo_init.c
Date and time: 8/11/2004 11:33:00 PM
File type: C File
Compr. size: 0
Orig. size: 21,374
Ratio: 0%
Ratio: slmodem-2.9.10\drivers\

File: slmodem.spec
Date and time: 8/11/2004 11:45:26 PM
File type: SPEC File
Compr. size: 0
Orig. size: 7,984
Ratio: 0%
Ratio: slmodem-2.9.10\scripts\

File: modem_cmdline.c
Date and time: 8/11/2004 11:32:54 PM
File type: C File
Compr. size: 0
Orig. size: 7,116
Ratio: 0%
Ratio: slmodem-2.9.10\modem\

File: modem_homolog.h
Date and time: 8/11/2004 11:32:54 PM
File type: H File
Compr. size: 0
Orig. size: 3,716
Ratio: 0%
Ratio: slmodem-2.9.10\modem\

File: sysdep_common.c
Date and time: 8/11/2004 11:32:54 PM
File type: C File
Compr. size: 0
Orig. size: 2,996
Ratio: 0%
Ratio: slmodem-2.9.10\modem\

File: modem_datafile.c
Date and time: 8/11/2004 11:32:54 PM
File type: C File
Compr. size: 0
Orig. size: 3,332
Ratio: 0%
Ratio: slmodem-2.9.10\modem\

File: slmodemd
Date and time: 5/3/2004 5:15:06 PM
File type: File
Compr. size: 0
Orig. size: 2,527
Ratio: 0%
Ratio: slmodem-2.9.10\scripts\debian\

File: slmodemd.SUSE
Date and time: 2/18/2004 3:50:50 AM
File type: SUSE File
Compr. size: 0
Orig. size: 2,213
Ratio: 0%
Ratio: slmodem-2.9.10\scripts\suse\

File: slmodemd
Date and time: 5/25/2004 3:55:10 PM
File type: File
Compr. size: 0
Orig. size: 1,877
Ratio: 0%
Ratio: slmodem-2.9.10\scripts\mandrake\

File: slmodemd.conf
Date and time: 1/26/2004 11:08:34 PM
File type: CONF File
Compr. size: 0
Orig. size: 200
Ratio: 0%
Ratio: slmodem-2.9.10\scripts\suse\

File: alsa-linux-2.6.0.patch
Date and time: 12/29/2003 3:45:40 AM
File type: PATCH File
Compr. size: 0
Orig. size: 49,955
Ratio: 0%
Ratio: slmodem-2.9.10\patches\
__________________
Do you know, Shinigamis only eat apples???
nitish_mythology is offline  
Old 06-06-2006, 03:36 PM   #13 (permalink)
Wise Old Owl
 
vignesh's Avatar
 
Join Date: Jul 2004
Location: Chennai
Posts: 1,659
Default Re: Welcome Linux, Bye Windows...

Fine... its a script.. are these drivers for RH9 or did you download for FC4.. As far I have seen modem cds with RH only.... Download rpms from your Dad`s laptop and transfer them to your comp...

By the way don`t worry about missing windows... I have been without windows for 6 months... I miss nothin.I onlt switched fully after 3 years of dual boot once I bought an external modem... Its better it will work with all distro`s
vignesh is offline  
Old 06-06-2006, 04:08 PM   #14 (permalink)
OSS Enthusiast!
 
nitish_mythology's Avatar
 
Join Date: Sep 2005
Location: Hills of Kumaoun
Posts: 664
Default Re: Welcome Linux, Bye Windows...

I visited the site http://www.netodragon.com/ and downloaded the driver...
I am not able to get anythhing else from the net.
What to do? I hope that it does not lead to a deadlock.
__________________
Do you know, Shinigamis only eat apples???
nitish_mythology is offline  
Old 06-06-2006, 06:45 PM   #15 (permalink)
Apprentice
 
Join Date: Mar 2005
Location: Kolkata
Posts: 63
Default Re: Welcome Linux, Bye Windows...

Nitish check out this Fedora FAQ
http://www.fedorafaq.org/


And I suggest u try the new Fedora Core 5 and replace FC4.

Check out Fedora forums too...lots of people there will be willing to guide u.
www.fedoraforum.org

Hope this helps
coolblue is offline  
Old 06-06-2006, 07:31 PM   #16 (permalink)
Wise Old Owl
 
vignesh's Avatar
 
Join Date: Jul 2004
Location: Chennai
Posts: 1,659
Default Re: Welcome Linux, Bye Windows...

Usually drivers come with a manual and each one differs... So try searching the site for a manual.
vignesh is offline  
Old 06-06-2006, 07:44 PM   #17 (permalink)
OSS Enthusiast!
 
nitish_mythology's Avatar
 
Join Date: Sep 2005
Location: Hills of Kumaoun
Posts: 664
Default Re: Welcome Linux, Bye Windows...

I will be searching for modem drivers..
What abt the prb of playing mp3s and video files???

There r no manuals in site -just drivers for win xp,9x,Me etc and Linux(Nothing for specific version)
__________________
Do you know, Shinigamis only eat apples???

Last edited by nitish_mythology; 06-06-2006 at 07:49 PM.
nitish_mythology is offline  
Old 06-06-2006, 08:34 PM   #18 (permalink)
In The Zone
 
Join Date: Jan 2004
Location: Delta Quadrant
Posts: 408
Default Re: Welcome Linux, Bye Windows...

Switch back to windows. Windows costs 3.5k. Well worth it. Install Linux on a smaller partition & use it so you learn it. Jumping to Linux suddenly is not a good idea. Whatever the Linux fanatics say.
__________________
WE ARE THE BORG
YOU WILL BE ASSIMILATED
RESISTANCE IS FUTILE
borg is offline  
Old 06-06-2006, 08:46 PM   #19 (permalink)
18 Till I Die............
 
Join Date: Jul 2004
Location: India, Mumbai, Marine Lines
Posts: 5,792
Default Re: Welcome Linux, Bye Windows...

Quote:
Originally Posted by borg
Switch back to windows. Windows costs 3.5k. Well worth it. Install Linux on a smaller partition & use it so you learn it. Jumping to Linux suddenly is not a good idea. Whatever the Linux fanatics say.
Nope the main problem is getting internet to work. If he gets it working, there won't be any need to use windows at all.
BTW, nitish if you are really keen on sticking to linux, try to get a external modem which is compatible with linux. It will be good in the long run.
It would be a great feat to find drivers for FC4, as most of these companies just include linux drivers to make customers feel happy when they have no intention of supporting linux.
Don't listen to those giving negative comments if you have really made up your mind.
BTW, have you tried installing those drivers you have got? They might just work.
mehulved is offline  
Old 06-06-2006, 08:47 PM   #20 (permalink)
OSS Enthusiast!
 
nitish_mythology's Avatar
 
Join Date: Sep 2005
Location: Hills of Kumaoun
Posts: 664
Default Re: Welcome Linux, Bye Windows...

Quote:
Originally Posted by borg
Switch back to windows. Windows costs 3.5k. Well worth it. Install Linux on a smaller partition & use it so you learn it. Jumping to Linux suddenly is not a good idea. Whatever the Linux fanatics say.
No thanks...

@tech_your_future
Thanks for ur motivation..
The drivers I downloaded are not working..
What is the cost of an external modem?
So if I once instal yum then will all soft installation prb disappear?
__________________
Do you know, Shinigamis only eat apples???

Last edited by nitish_mythology; 06-06-2006 at 08:50 PM.
nitish_mythology is offline  
Old 06-06-2006, 09:00 PM   #21 (permalink)
18 Till I Die............
 
Join Date: Jul 2004
Location: India, Mumbai, Marine Lines
Posts: 5,792
Default Re: Welcome Linux, Bye Windows...

Quote:
Originally Posted by nitish_mythology
No thanks...

@tech_your_future
Thanks for ur motivation..
The drivers I downloaded are not working..
What is the cost of an external modem?
So if I once instal yum then will all soft installation prb disappear?
OK so I guess more searching needs to be done for modem drivers.
I have no clue of what an external modem costs.
Yeah yum will solve your problems. Well I personally prefer apt+synaptic cos I generally use debian and that's the debian way. I am used to apt and I can say it's a very convinent way of installing software. It manages dependacy problems on it's own.
BTW, can you describle the procedure how you tried to install the drivers. Maybe if you are going wrong somewhere someone here will be able to help you out.
mehulved is offline  
Old 06-06-2006, 10:06 PM   #22 (permalink)
OSS Enthusiast!
 
nitish_mythology's Avatar
 
Join Date: Sep 2005
Location: Hills of Kumaoun
Posts: 664
Default Re: Welcome Linux, Bye Windows...

I tried the command
./configure
Error mess--No Such File or Directory

I issued make command and then after lots of messages..
It gave four or five lines of errors in modem.c file.
E.G-
modem.c:1701:error:invalid storage class for function 'sregs_init'
3 or 4 lines were more, i m not mentioning them as I will have to 1st manually type them in my laptop.

Thanks,All of u r taking so pain to help me
__________________
Do you know, Shinigamis only eat apples???

Last edited by nitish_mythology; 06-06-2006 at 10:21 PM.
nitish_mythology is offline  
Old 06-06-2006, 10:30 PM   #23 (permalink)
titun
Guest
 
Posts: n/a
Default Re: Welcome Linux, Bye Windows...

Great step nitish !! I have made many attempts to use linux(fedora,ubuntu) as my primary OS but always removed the linux partitions loosing patience. But now your bold step to use Fedora Core as your primary & only OS has made me to think twice for sure. I am also going to use Linux as soon as I finish downloading all 5 Fedora Core 5 .ISOs but will use it in a dual boot with XP SP 2. Just don't be undetered by discouraging remarks. Good luck.
 
Old 07-06-2006, 02:23 AM   #24 (permalink)
18 Till I Die............
 
Join Date: Jul 2004
Location: India, Mumbai, Marine Lines
Posts: 5,792
Default Re: Welcome Linux, Bye Windows...

http://www.linuxforums.org/forum/lin...em-driver.html is your problem similar?
Also give the output of
Code:
gcc -v //gives you which version of gcc you are using
Code:
uname -a // which will give the version of kernel you are using
Also, if you can transfer the README file from the linux computer to windows computer and attach it here I can search for more info.
mehulved is offline  
Old 07-06-2006, 07:22 AM   #25 (permalink)
GaurishSharma.com
 
gary4gar's Avatar
 
Join Date: May 2005
Location: Jaipur
Posts: 4,097
Question Re: Welcome Linux, Bye Windows...

hey by seeing nitish i think that i should also swicth not completly through.i am thinking of unbuntu 5.1 which i got through free post service.it cointains a live cd & install cd. i have some questions in my mind.

1)currently i have windows 2000 pro sp4 & windows xp pro sp2.winxp is for everything that can be done on comp.and win-2k is for my programming needs.i do visual basic 6 and Oracle 8i.my sole purpose of win 2k is running oracle 8i & vb6.will i be able to run these on unbuntu??

2)Is it a myth that distros with more cd are good.since in this regard my os is inferior to other distro.i want distro which is very easy to learn.will ubuntu 5.1 live upto my expections??

3)config:-Amd athlon 3000+,msi-k8m100,80 gb sata,onboard bfx,256 ms ram,.do i need any special drivers to install like in a windows installion from manufacures cd.or linux comes with its own drivers compatible with every hardware??

4)is every soft has a diff version for linux users.is there any way by which we can run existing windows soft.since downloading every soft on bb connection will take ages.i know i will find every progarms linux version.

5)i have a wireless router for datone bb on a lan.what steps i need to do set bb on ubuntu.

6)i am curious about linux.how it is diff from windows.also pls tell me a website where i can basic terms of linux.in order to gain basic funtionallty.because i believe wihtout basic know how how u can work.basic knowledege is must.i also want to khow how linux is not prone to viruses as windows is.i spend thounds of ruppees in buying security related soft.


7)will my machine work fast with current cofig?? since i have heard that linux uses less resouces and is faster


i khow the are very long questions u can answer selected question also.it woudl be very helpful if u answer 3 questions also.


regards
gary


Bravo,
My ISt post In open SOurce

Last edited by gary4gar; 07-06-2006 at 07:43 AM.
gary4gar is offline  
Old 07-06-2006, 07:54 AM   #26 (permalink)
GaurishSharma.com
 
gary4gar's Avatar
 
Join Date: May 2005
Location: Jaipur
Posts: 4,097
Default Re: Welcome Linux, Bye Windows...

also i am getting 404 page not found errord in the sticky [Readme] These topics have been covered.somebody pls fix the links
gary4gar is offline  
Old 07-06-2006, 08:02 AM   #27 (permalink)
In Pursuit of "Happyness"
 
kalpik's Avatar
 
Join Date: May 2005
Location: New Delhi
Posts: 3,404
Default Re: Welcome Linux, Bye Windows...

Quote:
Originally Posted by gary4gar
hey by seeing nitish i think that i should also swicth not completly through.i am thinking of unbuntu 5.1 which i got through free post service.it cointains a live cd & install cd. i have some questions in my mind.

1)currently i have windows 2000 pro sp4 & windows xp pro sp2.winxp is for everything that can be done on comp.and win-2k is for my programming needs.i do visual basic 6 and Oracle 8i.my sole purpose of win 2k is running oracle 8i & vb6.will i be able to run these on unbuntu??
I dont think VB will run on linux.

Quote:
Originally Posted by gary4gar
2)Is it a myth that distros with more cd are good.since in this regard my os is inferior to other distro.i want distro which is very easy to learn.will ubuntu 5.1 live upto my expections??
Its just that distro's with more CD's (like Fedora Core) have most of the software bundled. You dont have to download most of the software as in the case of single CD distros.

Quote:
Originally Posted by gary4gar
3)config:-Amd athlon 3000+,msi-k8m100,80 gb sata,onboard bfx,256 ms ram,.do i need any special drivers to install like in a windows installion from manufacures cd.or linux comes with its own drivers compatible with every hardware??
No, linux will install the required drivers.

Quote:
Originally Posted by gary4gar
4)is every soft has a diff version for linux users.is there any way by which we can run existing windows soft.since downloading every soft on bb connection will take ages.i know i will find every progarms linux version.
Some windows software can be run on linux using WINE. Also, if downloading is a problem, go for bigger distros which bundle almost all the software you will ever need.

Quote:
Originally Posted by gary4gar
5)i have a wireless router for datone bb on a lan.what steps i need to do set bb on ubuntu.
I think, linux will configure it automatically.. But not to sure.. Only way to tell is to install linux!

Quote:
Originally Posted by gary4gar
6)i am curious about linux.how it is diff from windows.also pls tell me a website where i can basic terms of linux.in order to gain basic funtionallty.because i believe wihtout basic know how how u can work.basic knowledege is must.i also want to khow how linux is not prone to viruses as windows is.i spend thounds of ruppees in buying security related soft.
http://www.michaelhorowitz.com/Linux.vs.Windows.html

Quote:
Originally Posted by gary4gar
7)will my machine work fast with current cofig?? since i have heard that linux uses less resouces and is faster
Yes.. And much more stable.. No need for reboots..

Quote:
Originally Posted by gary4gar
i khow the are very long questions u can answer selected question also.it woudl be very helpful if u answer 3 questions also.
You are most welcome!

Last edited by kalpik; 07-06-2006 at 08:04 AM.
kalpik is offline  
Old 07-06-2006, 08:06 AM   #28 (permalink)
GaurishSharma.com
 
gary4gar's Avatar
 
Join Date: May 2005
Location: Jaipur
Posts: 4,097
Default Re: Welcome Linux, Bye Windows...

thanx for promt reply.my since u stated that i will need drivers from my munufactures website.my manufacture is VIA.i went on site it provides drivers for the followoing os.pls suggets me one.

Code:
Windows XP
Windows XP 64-Bit
Windows 2000
Windows ME
Windows NT
Windows 98SE
Windows 98
Windows 95
Windows Server 2003 x64
DOS
Windows XP Embedded SP2
Windows XP Embedded
Windows CE.net 5.0
Windows CE.net 4.2
Windows CE.net 4.1/4.0
Linux XFree86 (Not distribution-specific)
Mandriva 2006 Linux
Mandrake / Mandriva pre-2006 Linux
Fedora Core 5.0 Linux
Fedora Core 1.0, 2.0 & 4.0 Linux
Fedora Core 3.0 Linux
Source
SuSE Linux
Red Flag Linux
Red Hat Linux
MAC OS




Quote:
I dont think VB will run on linux.

will Oracle 8i run on it??

Last edited by gary4gar; 07-06-2006 at 08:34 AM.
gary4gar is offline  
Old 07-06-2006, 08:09 AM   #29 (permalink)
In Pursuit of "Happyness"
 
kalpik's Avatar
 
Join Date: May 2005
Location: New Delhi
Posts: 3,404
Default Re: Welcome Linux, Bye Windows...

That depends on which distro you are planning to install! And dont worry about VIA drivers, Linux will install them automatically..
kalpik is offline  
Old 07-06-2006, 08:11 AM   #30 (permalink)
OSS Enthusiast!
 
nitish_mythology's Avatar
 
Join Date: Sep 2005
Location: Hills of Kumaoun
Posts: 664
Default Re: Welcome Linux, Bye Windows...

@tech_your_future
i did exactly what u said..
I have a cd writer but I dont know how to burn a cd?
I am not able to find k3b..My desk is gnome based
And my laptop has no floppy drive!

Manually typed the whole text--
Command uname -a
Linux Localhost.localdomain 2.6.11-1.1369_FC4 #1 Thu JUn 2 22:53:35 EdT 2005
i686 i686 i386 GNU/Linux
Command gccc -v
Using built-in specs.
target: i386-redhat-linux
Configure with: ../configure --prefix=/usr --mandir=/usr/share/man --
infodir=/usr/share/info --enable-shared --enable-threads=posix --enable-
checking=release --with-system-zlib --enable-_cxa_atexit --disable-libunwind-
exceptions --enable-libgcj-multifile --enable-languages=c,c++,objc,java,f95,ada --enable -java-awt=gtk
--with-java-home=/usr/lib/jvm/java-1.4.2-gcj-1.4.2.0/jre --host=i386-redhat-linux
Thread model: posix
gcc version 4.0.0 20050519 (Red Hat 4.0.0-8 )
__________________
Do you know, Shinigamis only eat apples???
nitish_mythology is offline  
Closed Thread

Bookmarks

Thread Tools
Display Modes

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 On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT +5.5. The time now is 05:49 AM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.

Search Engine Optimization by vBSEO 3.3.2