The new forums will be named Coin Return (based on the most recent vote)! You can check on the status and timeline of the transition to the new forums here.
The Guiding Principles and New Rules document is now in effect.
Ok so - my laptop hard drive fried - so I replaced it but didn't put windows back on it - instead, I installed Ubuntu 10.10. I'm really liking it so far - seems pretty rad, but I'm treading in some pretty new waters, and pretty deep ones from what I understand - what are some things I'm going to need to know about my new OS and how can I use it to it's best ability? Any and all advice is welcome.
A lot of people immediately install the ubuntu-restricted-extras package, for flash and mp3 and DVD support. It doesn't come automatically because there are legal restrictions on the distribution of the software contained therein. If you don't know how to do that:
System->Administration->Synaptic Package Manager
Then Go to Settings->Repositories and make sure all the repositories are selected (main, universe, restricted, and multiverse).
Search for "ubuntu-restricted-extras", mark it and hit "Apply".
Other than that, OMG! Ubuntu! is a nice blog about cool stuff you can play with.
japan on
0
Zilla36021st Century. |She/Her|Trans* Woman In Aviators Firing A Bazooka. ⚛️Registered Userregular
Not meaning to hijack but this thread prompted me to install it on an older laptop i'd finished with.
Ive installed it and enjoying its speed increase compared to windows (this laptop isnt exactly a power house). Is there a good c++ / c# programming software out there?
Not meaning to hijack but this thread prompted me to install it on an older laptop i'd finished with.
Ive installed it and enjoying its speed increase compared to windows (this laptop isnt exactly a power house). Is there a good c++ / c# programming software out there?
QtCreator is what I use on Linux when I want an IDE with builtin debugger and autocomplete. You can always use:
Not meaning to hijack but this thread prompted me to install it on an older laptop i'd finished with.
Ive installed it and enjoying its speed increase compared to windows (this laptop isnt exactly a power house). Is there a good c++ / c# programming software out there?
QtCreator is what I use on Linux when I want an IDE with builtin debugger and autocomplete. You can always use:
Vim
Emacs
Code:Blocks
Ecplise CDT
NetBeans
KDevelop
CodeLight
...
If C# is your gig and you like Visual Studio, MonoDevelop's the way to go.
Posts
System->Administration->Synaptic Package Manager
Then Go to Settings->Repositories and make sure all the repositories are selected (main, universe, restricted, and multiverse).
Search for "ubuntu-restricted-extras", mark it and hit "Apply".
Other than that, OMG! Ubuntu! is a nice blog about cool stuff you can play with.
http://forums.penny-arcade.com/showthread.php?t=119142
Can answer any questions you have.
Ive installed it and enjoying its speed increase compared to windows (this laptop isnt exactly a power house). Is there a good c++ / c# programming software out there?
QtCreator is what I use on Linux when I want an IDE with builtin debugger and autocomplete. You can always use:
If C# is your gig and you like Visual Studio, MonoDevelop's the way to go.