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 28-06-2006, 06:16 AM   #1 (permalink)
Right Off the Assembly Line
 
Join Date: Jun 2006
Posts: 15
Default How good is debian pls tell me


finally i have decided to switch over to linux from windows... Debian is the distro i always wanted... in simple words pls tell me how good debian is as compared to other distros ?... the main reason i am switching over to linux is that most of the work that i do is "C" oriented... i just need windows to run visual studio.net 2005 and oracle 9i(because of the training else i would have killed this tooo) for that i have a seperate hdd i was worndering if one can install debian in one partition without dedicating an entire hdd for it... Does debian support rpm's ? Do software developers provide binaries for debian ? Pls help me out...

Thanks in advance...
rustam_singh is offline  
Advertisements. Register and be a member of the community to get rid of them.
Advertisement

Old 28-06-2006, 07:06 AM   #2 (permalink)
left this forum longback
 
praka123's Avatar
 
Join Date: Sep 2005
Location: -
Posts: 7,536
Smile Re: How good is debian pls tell me

Quote:
Originally Posted by rustam_singh
finally i have decided to switch over to linux from windows... Debian is the distro i always wanted... in simple words pls tell me how good debian is as compared to other distros ?... the main reason i am switching over to linux is that most of the work that i do is "C" oriented... i just need windows to run visual studio.net 2005 and oracle 9i(because of the training else i would have killed this tooo) for that i have a seperate hdd i was worndering if one can install debian in one partition without dedicating an entire hdd for it... Does debian support rpm's ? Do software developers provide binaries for debian ? Pls help me out...

Thanks in advance...
Use Debian testing(Etch) GNU/Linux.It simply overrules other distros.Thanks to dpkg(.deb) package manager of Debian compared to rpm(.rpm) in other distros.it contains more upto date packages like firefox 1.5**,Gnome-2.14 etc.just now i finished installing Etch via netinstall method.Yes you can make a ~7/8 GB partn and install debian.There exists few IDE's for C/C++ programming in Linux,the One which I use is Anjuta.you can select and install packages in Debian using Synaptic Package Manager.Debian for x86 is having most packages made for i386 for all intel 32-bit processors.Only Kernel is having optimizations for individual types like i686 smp etc.below is my /etc/apt/sources.list:
Code:
root@sputnik:~# cat /etc/apt/sources.list
#
# deb cdrom:[Debian GNU/Linux testing _Etch_ - Official Snapshot i386 Binary-1 (20060622)]/ etch main


deb cdrom:[Debian GNU/Linux testing _Etch_ - Official Snapshot i386 Binary-1 (20060622)]/ etch main


# Line commented out by installer because it failed to verify:
deb http://security.debian.org/ etch/updates main  contrib non-free
# Line commented out by installer because it failed to verify:
#deb-src http://security.debian.org/ etch/updates main

# Testing Etch
#deb http://http.us.debian.org/debian/ testing main contrib non-free
deb http://debian.linux.org.tw/debian/ testing main contrib non-free
# Testing Proposed updates
#deb http://debian.linux.org.tw/debian/dists/etch-proposed-updates/ testing main contrib non-free
# Testing Sources
#deb-src http://http.us.debian.org/debian/ testing main contrib non-free

# Marillat For info visit http://www.debian-multimedia.org
deb http://www.debian-multimedia.org etch main

# WINE
deb http://wine.sourceforge.net/apt/ binary/

# The Opera Web Browser Official packages.
deb http://deb.opera.com/opera/ testing non-free
Best of Lux
__________________
left this forum long back.Admin Can Delete this Account and posts Permanantly.Thank You
Get GNU/Linux - http://getgnulinux.org
praka123 is offline  
Old 28-06-2006, 10:43 AM   #3 (permalink)
Human Spambot
 
tuxfan's Avatar
 
Join Date: Feb 2004
Location: Mumbai
Posts: 2,653
Default Re: How good is debian pls tell me

Now-a-days, people are preferring Ubuntu over debian. Debian's development have been pretty slow. Contact GNUrag for more info
tuxfan is offline  
Old 28-06-2006, 11:44 AM   #4 (permalink)
FooBar Guy
 
GNUrag's Avatar
 
Join Date: Jun 2004
Location: GNUmbai
Posts: 1,245
Default Re: How good is debian pls tell me

Debian is ``THE'' distro
As of right now, there are 17,000+ packaged, precompiled binaries available with latest testing release `Etch' With these many number of packages available, you'll never need to get hold of any RPMs ever. Imagine, the entire Stable distribution of Debian `Sarge' spans 14CD sets.

In case you are going to install something on say, your laptop/home desktop where you want things to ``Just Work (TM)'' then give Ubuntu `Dapper' a try ... The only issue with Ubuntu is it needs an active internet connection to bring it to full throttle.
__________________
- --
http://web.gnuer.org
GNUrag is offline  
Old 28-06-2006, 11:52 AM   #5 (permalink)
Wise Old Owl
 
JGuru's Avatar
 
Join Date: Dec 2005
Location: Space-time continuum
Posts: 1,646
Default Re: How good is debian pls tell me

Debian is very good distro. It's very secure. Also comes with lots of applications like
GNurag told you. Debian uses '.deb' package manager, not RPM. You can also try
Ubuntu , which is also based on Debian. Using the 'Synaptic Package Manager' you
can download lots of software from their repositories.
JGuru is offline  
Old 28-06-2006, 12:02 PM   #6 (permalink)
GaurishSharma.com
 
gary4gar's Avatar
 
Join Date: May 2005
Location: Jaipur
Posts: 4,116
Default Re: How good is debian pls tell me

ya ubuntu is a cool distro installing new softwares is very easy.
gary4gar is offline  
Old 28-06-2006, 12:04 PM   #7 (permalink)
18 Till I Die............
 
Join Date: Jul 2004
Location: India, Mumbai, Marine Lines
Posts: 5,792
Default Re: How good is debian pls tell me

Also you have Oracle for Linux. And .Net can be done by mono compiler though you will miss intellisence there.
mehulved is offline  
Old 28-06-2006, 12:15 PM   #8 (permalink)
GaurishSharma.com
 
gary4gar's Avatar
 
Join Date: May 2005
Location: Jaipur
Posts: 4,116
Default Re: How good is debian pls tell me

any links for oracle??
gary4gar is offline  
Old 28-06-2006, 12:39 PM   #9 (permalink)
18 Till I Die............
 
Join Date: Jul 2004
Location: India, Mumbai, Marine Lines
Posts: 5,792
Default Re: How good is debian pls tell me

You can download Oracle Express Edition for free from here http://www.oracle.com/technology/pro.../xe/index.html
Here's the home page of Oracle Databases http://www.oracle.com/database/index.html
mehulved is offline  
Old 28-06-2006, 04:57 PM   #10 (permalink)
String Phreak
 
mediator's Avatar
 
Join Date: Mar 2005
Location: In ur Evil Mind!
Posts: 2,457
Default Re: How good is debian pls tell me

Yea heard so much about debain now....but still dont wanna give up my Fedora box! It rocks too!
mediator is offline  
Old 28-06-2006, 07:38 PM   #11 (permalink)
In Pursuit of "Happyness"
 
kalpik's Avatar
 
Join Date: May 2005
Location: New Delhi
Posts: 3,432
Default Re: How good is debian pls tell me

^^ I gave up my FC5 box for kubuntu!
kalpik is offline  
Old 29-06-2006, 05:14 AM   #12 (permalink)
Right Off the Assembly Line
 
Join Date: Jun 2006
Posts: 15
Default Re: How good is debian pls tell me

thank you all... if i have anymore querries realted to debian or any other open source software, will put em up inn here... once again thank you all, i have chosen debian...
rustam_singh 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


 
Latest Threads
- by topgear

Advertisement




All times are GMT +5.5. The time now is 08:48 AM.


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

Search Engine Optimization by vBSEO 3.3.2