View Full Version : What to do in Ubuntu ?
wolf2009
08-14-2008, 03:46 PM
I'm new to this Linux and its variants.
For the first time I'm stepping out of coziness of Windows . What do you guys use Linux for ?
Also I'm in college, will be doing Computer Science Engineering (Programming) . Anything to learn you guys can suggest ?
Already know a bit of C++, Photoshop.
xfire
08-14-2008, 04:03 PM
Same thing you use windows for(except gaming).
DanTheBanjoman
08-14-2008, 04:36 PM
Same thing you use windows for(except gaming).
Indeed, it's the OS. You run other applications on top of it. Which can be anything.
Egneil
08-15-2008, 11:39 PM
games seem to be the weakest aspect of linux, but it's a lot safer online than windows
pagalms
08-15-2008, 11:41 PM
It takes some skills, but gaming is also available in linux. GeForce overclocking too :)
DanTheBanjoman
08-16-2008, 12:37 AM
games seem to be the weakest aspect of linux, but it's a lot safer online than windows
It's not a weakness of Linux itself. Developers usually simply don't bother with it since the market is too small compared to Windows. Similar to a Mac, they're perfectly capable though developers usually don't bother.
theJesus
08-17-2008, 07:41 AM
Top uses for linux that I've seen/done:
Hacking/programming
Server (any sort)
Networking in general
To be 1337
Snipermonkey2
08-17-2008, 09:44 PM
Unreal runs in Linux and more games are slowing coming to the market for linux. For the time being run Wine most games will run through that.
KieranD
08-18-2008, 01:39 AM
Unreal Tournament 3 should be out on linux this year, its possibly a gem for those that want to make a dedicated server since linux is the best for that, plus it might be faster
iamajunky
08-18-2008, 01:45 AM
+1 I've been using linux for years for dedicated server setups, I mean it barely uses any resources my servers run so smooth with no studders even on a single core processor, and command line is insane you can do anything you want with linux through terminalx not too mention kde or gnome, I perfer gnome, but kde makes for a easire transition from windows to linux. Try finding a free ebook site or tutorials. Terminal is very important to know how to use for like updates with software and hardware.
xfire
08-18-2008, 03:53 AM
The terminal is very powerful in linux. Emule a p2p client run on the terminal(afaik) meaning even lesser resources are used. I sure there will be a torrent client that can run only on the command line making it ideal for low power download machines.
zithe
08-18-2008, 04:01 AM
WoW runs good in linux. Linux also is good for servers and junk. Another good thing : Free.
Love bad grammar I do.
Mussels
08-18-2008, 04:18 AM
I'm new to this Linux and its variants.
For the first time I'm stepping out of coziness of Windows . What do you guys use Linux for ?
Also I'm in college, will be doing Computer Science Engineering (Programming) . Anything to learn you guys can suggest ?
Already know a bit of C++, Photoshop.
i use ubuntu to frustrate myself.
I've had fun with my laptop lately...
Ubuntu: installer freezes
xubuntu: works, but so many missing features. media playback didnt work
Kubuntu: Works for everything but unstable. Random app crashes that only a restart fixes - sleep and hibernate dont work either
So what i'm using it for is a holdover until i find my XP disk... :(
zithe
08-18-2008, 04:28 AM
i use ubuntu to frustrate myself.
I've had fun with my laptop lately...
Ubuntu: installer freezes
xubuntu: works, but so many missing features. media playback didnt work
Kubuntu: Works for everything but unstable. Random app crashes that only a restart fixes - sleep and hibernate dont work either
So what i'm using it for is a holdover until i find my XP disk... :(
8.04 is crap. Get 7.10 (ubuntu).
Best I'd say is Fedora Core 8.
Wile E
08-18-2008, 08:48 AM
i use ubuntu to frustrate myself.
I've had fun with my laptop lately...
Ubuntu: installer freezes
xubuntu: works, but so many missing features. media playback didnt work
Kubuntu: Works for everything but unstable. Random app crashes that only a restart fixes - sleep and hibernate dont work either
So what i'm using it for is a holdover until i find my XP disk... :(
Grab Fedora instead. I like it infinitely better than Ubuntu. I find Ubuntu to be highly overrated.
johnnyfiive
08-18-2008, 06:08 PM
Don't forget about SuSe!
blueskynis
08-18-2008, 06:27 PM
I had a good experience with Fedora too :)
zithe
08-18-2008, 06:37 PM
I had a good experience with Fedora too :)
It's nice. I'd like to replace ubuntu but I half filled my HDD. =P
mab1376
08-18-2008, 08:50 PM
personally i like the apt package manager in debian based distros way better than the yum package manager in fedora.
other than that their capabilities are equal for the most part.
i think fedora is a little more up to date on their kernels too, but usually if the system is fully functional that's a menial update.
not to mentions ubuntu's restricted driver manager which makes video card driver installs a snap.
Wile E
08-18-2008, 09:08 PM
personally i like the apt package manager in debian based distros way better than the yum package manager in fedora.
other than that their capabilities are equal for the most part.
i think fedora is a little more up to date on their kernels too, but usually if the system is fully functional that's a menial update.
not to mentions ubuntu's restricted driver manager which makes video card driver installs a snap.
Add the Livna repo to fedora, and all the restricted goodies are there for the taking. You don't have to use actually use yum itself, you can just go to add/remove programs. Everything is a one click install. Yum handles dependencies just as well as apt.
zithe
08-18-2008, 09:08 PM
personally i like the apt package manager in debian based distros way better than the yum package manager in fedora.
other than that their capabilities are equal for the most part.
i think fedora is a little more up to date on their kernels too, but usually if the system is fully functional that's a menial update.
not to mentions ubuntu's restricted driver manager which makes video card driver installs a snap.
For some reason in ubuntu WoW works and compiz-fusion doesn't while it's the opposite in Fedora 9. I heard F9's 3d acceleration doesn't work yet.
panchoman
08-19-2008, 01:17 AM
the main reason that games dont run in *nix (os x is unix based btw) is because it doesn't support microsoft's propietary directx. the only games that run natively in *nix are opengl games, which feature inferior graphics compared to games built in directx. also, seeing that directx is propietary to the windows operating system, they also use propierary windows binary files, which are superior to the wine-alternative binaries. therefore to make a game that runs cost-effectively and legally in *nix , you must use opengl and code for both types of binaries.. the other way is to use windows-dlls in wine, to run directx games in linux illegally.
Mussels
08-19-2008, 02:53 AM
the main reason that games dont run in *nix (os x is unix based btw) is because it doesn't support microsoft's propietary directx. the only games that run natively in *nix are opengl games, which feature inferior graphics compared to games built in directx. also, seeing that directx is propietary to the windows operating system, they also use propierary windows binary files, which are superior to the wine-alternative binaries. therefore to make a game that runs cost-effectively and legally in *nix , you must use opengl and code for both types of binaries.. the other way is to use windows-dlls in wine, to run directx games in linux illegally.
exactly right pancho. *IF* other OS's could use directX, we'd be able to game on any OS (Except macs. screw macs :P )
panchoman
08-20-2008, 01:18 PM
exactly right pancho. *IF* other OS's could use directX, we'd be able to game on any OS (Except macs. screw macs :P )
os x uses darwin linux as its code base(2 outta the four components that power os x are open source) and therefore anything that runs on linux will be able to run on os x with ease.
os's are split 2 ways:
windows-
*nix (unix[solaris is a good ex.] and linux[open source unix])
Mussels
08-20-2008, 01:24 PM
lol i meant it as a joke. I am aware that the intel macs definately used a unix base as its core.
DanTheBanjoman
08-20-2008, 01:24 PM
os x uses darwin linux as its code base(2 outta the four components that power os x are open source) and therefore anything that runs on linux will be able to run on os x with ease.
os's are split 2 ways:
windows-
*nix (unix[solaris is a good ex.] and linux[open source unix])
Darwin has nothing to do with Linux, it's derived from BSD.
panchoman
08-20-2008, 01:27 PM
Darwin has nothing to do with Linux, it's derived from BSD.
BSD= unix so its all good :)
seeing that darwin is open source tho, made me call it linux..
DanTheBanjoman
08-20-2008, 01:32 PM
BSD= unix so its all good :)
seeing that darwin is open source tho, made me call it linux..
BSD is not UNIX, BSD is BSD, it's UNIX-like though. And being open source has nothing to do with being Linux.
panchoman
08-20-2008, 03:17 PM
BSD is not UNIX, BSD is BSD, it's UNIX-like though. And being open source has nothing to do with being Linux.
its a branch of unix/unix derivitive. and i know its not linux.
mab1376
08-20-2008, 03:23 PM
anyone have any good documentation on starting with BSD?
EnglishLion
08-20-2008, 11:58 PM
Well, back to topic. I used ubuntu to see if I could. Then I used it to create a media server for my network. Then just for fun I decided to install Ubuntu onto a 4GB USB flash drive so that I could take ubuntu with me where ever I go. As for real life uses, not really found one yet, the only advantage I've found over windows is that it's free.
I like the way you get a long list of software that you can install and you just tick the ones you want, it's like on-line shopping without the checkout section.
vBulletin® v3.7.0, Copyright ©2000-2009, Jelsoft Enterprises Ltd.