Hello dear readers, it has been a while since I posted my last blog post I moved and had no Internet and then it was back to college and everything was so messy but I guess everything is falling into place now.
So as soon as everything settled I decided to install OpenSolaris on my laptop. Till then I used it only as an image and did not use it that much. I´ll try to explain how to make your OpenSolaris your main OS and start forgetting other OSs.
First I´d like to state my background. I am an Ubuntu user and I loved using it. It was my main environment. I work usually with in 2 environments Ruby and C/C++ and Ubuntu worked perfect for me. So I decided to move to OpenSolaris, Why???
The main thing is to see what all the fuss is all about and to try a new software. When I decided to move I knew I needed to configure everything so fast because I´ll probably need to work with it immidiatly. And I did, I faced a some difficulties and that´s what this post is all about. This post is for users with familiarity with Linux based systems.
First if you already have a Linux destro on you machine you should know how to recover th grub with is an easy process that could be done using the Live CD of that Linux Destro.
Configuring OpenSolaris is pretty easy thanks to the IPS (Image Packaging System). You´ll of course need JDK, GNU Build Tools, NetBeans and OpenOffice. All those are available in the default repository. You can find more information about IPS here.
I had a self extracting package of Netbeans and I needed to install it. I am used to having root access and using the bash console to do such tasks to I needed to be a sudoer. I added my user to the sudoers file. So you can do that as you do it with Ubuntu. But to gain enough access to edit the sudoers file you will need to use su command. The console will ask you to enter your password and then you follow the normal steps as in Ubuntu.
By then I had all the software I needed to develop in C/C++ and build a Ruby1.9.1. But I realized that I never used an mp3 file. So I gave it a try and it didn´t work.
The mp3 players you can get from the IPS or build yourself are all interfaces to the gstreamer library which needs an mp3 decoder plugin to read mp3 files. You can get a propper decoder here. Then you can copy it to the following path /usr/lib/gstreamer directory. You can now stream mp3 files.
Now I think I´ll be able to start feeling like home.
I hope you´ĺl be able to feel the same to.