Omnimaga

General Discussion => Technology and Development => Computer Usage and Setup Help => Topic started by: dman2073 on May 14, 2011, 02:20:15 pm

Title: Linux Applications
Post by: dman2073 on May 14, 2011, 02:20:15 pm
Hey guys- just got ubuntu on my computer :thumbsup: and i'm wondering... What are you guys favorite linux applications?  I have google chrome, docky, cheese, and i'm getting openoffice.
Title: Re: Linux Applications
Post by: JosJuice on May 14, 2011, 02:21:38 pm
I have google chrome, docky, cheese, and i'm getting openoffice.
Try LibreOffice instead. It's pretty much the exact same thing, but with better updates.
Title: Re: Linux Applications
Post by: ruler501 on May 14, 2011, 02:23:39 pm
I use Linux Mint which is basically the same thing as Ubuntu and my favorite(mostused/needed) application is DrPython a Python IDE
Title: Re: Linux Applications
Post by: dman2073 on May 14, 2011, 02:28:12 pm
alright i'll try libreoffice instead.  i looked it up and it sounded good.  i don't know python, but i can learn, and i am looking for a good text editor.
Title: Re: Linux Applications
Post by: ruler501 on May 14, 2011, 09:02:17 pm
gedit is a good one. It comes with Linux mint but I don't know if it comes with ubuntu
Title: Re: Linux Applications
Post by: Munchor on May 15, 2011, 03:46:05 am
I don't use any IDEs, I'm a gedit user. But if you want an IDE for C#, C and C++ try Mono (although I can't make Mono work for C++ with wxWidgets, it's still good).
Title: Re: Linux Applications
Post by: ruler501 on May 15, 2011, 03:53:15 am
A must have for any calc user is TiLP Talk to Lionel about that. do not install the one from synaptic(the package manager)
Title: Re: Linux Applications
Post by: Munchor on May 15, 2011, 03:58:41 am
A must have for any calc user is TiLP Talk to Lionel about that. do not install the one from synaptic(the package manager)

What about DCS SDK? I guess that's important too.
Title: Re: Linux Applications
Post by: Deep Toaster on May 15, 2011, 09:33:18 am
gedit is a good one. It comes with Linux mint but I don't know if it comes with ubuntu

It does. It's called "Text Editor" in Ubuntu, but it's preconfigured for non-coders, apparently. Before you use it go to Edit > Preferences and change everything to what you want, and it'll be more useful to you.

And TilEm is important too :D
Title: Re: Linux Applications
Post by: dman2073 on May 15, 2011, 10:14:14 am
A must have for any calc user is TiLP Talk to Lionel about that. do not install the one from synaptic(the package manager)
Can I get the one off of here? http://sourceforge.net/projects/tilp/ (http://sourceforge.net/projects/tilp/)
Title: Re: Linux Applications
Post by: ruler501 on May 15, 2011, 10:17:32 am
I'd suggest you use the script to get it. I attached it to my post. amke sure you read through where it says what dependencies you need. You need a lot of dev packages.

when you've installed all the dependencies then open the terminal in the directory you saved the script in and run $ sudo ./install_tilp.sh
Title: Re: Linux Applications
Post by: dman2073 on May 15, 2011, 10:20:12 am
alright thanks
Title: Re: Linux Applications
Post by: Eeems on May 15, 2011, 12:12:48 pm
I prefer KOffice over libreoffice and openoffice.
You should get TiLP for sure, and I would also recommend rythmbox if you have an iPod and want to be able to manage your music.
Title: Re: Linux Applications
Post by: dman2073 on May 15, 2011, 12:28:18 pm
openoffice, libreoffice, koffice! sounds like this thread deserves a poll
Title: Re: Linux Applications
Post by: ruler501 on May 15, 2011, 12:45:45 pm
There should be a poll on that somewhere.

Linux Mint 11 is taking LibreOffice over OpenOffice by default now
Title: Re: Linux Applications
Post by: JosJuice on May 15, 2011, 12:56:36 pm
There should be a poll on that somewhere.

Linux Mint 11 is taking LibreOffice over OpenOffice by default now
Yeah. Almost every Linux distro that has been updated recently uses LibreOffice, because OpenOffice is pretty much dead.
Title: Re: Linux Applications
Post by: Deep Toaster on May 15, 2011, 12:57:18 pm
I thought they were the same thing. Guess not.
Title: Re: Linux Applications
Post by: ruler501 on May 15, 2011, 12:57:38 pm
I haven't tried anything but openoffice yet so I'll have to vote on this later
Title: Re: Linux Applications
Post by: JosJuice on May 15, 2011, 01:00:26 pm
I thought they were the same thing. Guess not.
OpenOffice and LibreOffice are (almost) the exact same thing. Just imagine that the project changed name when it reached a certain release... Of course, it's a bit trickier than that, but LibreOffice uses the exact same code as OpenOffice - but they've been updating it.
Title: Re: Linux Applications
Post by: Juju on May 15, 2011, 01:28:59 pm
Oracle messed up something with OpenOffice when they bought Sun (I think they didn't wanted to make OpenOffice entierely community-driven), so this led to lots of unsatisfied developers to quit Oracle and fork OpenOffice to make LibreOffice in the name of the Document Foundation. Or something like that.

In short, some people hates Oracle.
Title: Re: Linux Applications
Post by: Ashbad on May 15, 2011, 01:46:41 pm
I would start by getting Ruby for Linux (http://www.ruby-lang.org/en/downloads/), apparently it's pretty easy to set up too ^-^
Title: Re: Linux Applications
Post by: ruler501 on May 15, 2011, 01:50:47 pm
I personally would say get codeblocks(all around IDe good for almost any language I use) If you use python make sure you download all of the modules you need and the correct versions of those modules
Title: Re: Linux Applications
Post by: calcdude84se on May 15, 2011, 01:52:11 pm
If I didn't know better I'd think Ruby were your favorite programming language, Ashbad :P
If you're into programming, then sure, install your language of choice. (if it isn't already. Most distros include Python, Perl, and probably Java right out of the box.)
Title: Re: Linux Applications
Post by: Deep Toaster on May 15, 2011, 01:53:59 pm
Ubuntu doesn't include Java (not the JDK, at least), so if you know it make sure you install the JDK.

Basically, get whatever you want. The Ubuntu Software Center search bar is great.
Title: Re: Linux Applications
Post by: ruler501 on May 15, 2011, 01:58:21 pm
You have to use synaptic for some of these things though.
Title: Re: Linux Applications
Post by: Eeems on May 15, 2011, 03:58:38 pm
You have to use synaptic for some of these things though.
or just sudo apt-get install <package> from the commandline :)
Title: Re: Linux Applications
Post by: ruler501 on May 15, 2011, 04:00:06 pm
synaptic or terminal depends if you want gui.
If you aren't completely ure of the package name use synaptic

EDIT: don't get OpenOffice it randomly crashes at least in linux mint 10 which is almost the same thing as Ubuntu 10.08
Anyone know what the most stable of these three are?