I recently decided to toy around with Linux. I chose the Ubuntu version as it’s what I’ve heard the most about lately. It installed perfectly and everything has gone well.
I’m not having much trouble with Firefox, though I didn’t like the default behavior of the backspace key. I expected it to go to the last page in the history, but it scrolled instead. It turns out that it was a simple configuration issue with Firefox. Now it works exactly as I’m accustomed to.
I’ve not yet gotten used to the idea that many of the apps have to be compiled to be used, but I suppose I’ll have to learn more about it. That’s an exciting prospect.
I’m having difficulty getting the Mono Develop .NET IDE installed as it tells me I need a certain version of Mono. I’ve got a greater version of Mono installed so I’m guessing that’s the problem. Hopefully, I can get that worked out soon as I’d like to goof around with .NET on Linux.
All in all, my experience with Linux has been incredibly pleasant, a far cry from my last tangle with it back in 2001. I never did get the GUI to work, but I was using it as a web server and a firewall, so it worked fine without it. Linux has come a long way since then. I’m impressed.





3 responses so far ↓
ubuntucat // September 10, 2008 at 11:45 pm |
That’s odd. You shouldn’t have to compile applications from source.
Do you know about package management? If not, you should check out this link:
http://www.psychocats.net/ubuntu/installingsoftware
And for how to install Mono Develop, this link may help, too:
https://help.ubuntu.com/community/MonoDevelopmentHowto
Welcome to Linux!
mearls // September 10, 2008 at 11:51 pm |
Sweet. Thanks for the links. I was messing around with Add/Remove earlier today, but didn’t really know what I was doing. I know about RTFM, but I’m using Google to find the M and it’s not turning out so well for me.
package management != compile in Linux « Cerebral Kitchen // September 10, 2008 at 10:58 pm |
[...] 10, 2008 As ubuntucat pointed out in my last post (quite kindly I might add), package management is not the same thing as compilation. While there [...]