Friday, May 8, 2009

Installing OpenOffice 3.1.0

Finally there is a need for me to actually install the latest version of OpenOffice.org. To do it first install the ppa by adding the following lines to your /etc/apt/sources.list:
deb http://ppa.launchpad.net/openoffice-pkgs/ppa/ubuntu hardy main
deb-src http://ppa.launchpad.net/openoffice-pkgs/ppa/ubuntu hardy main
And then you need to get the key for that ppa by running the command:
sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 0xd2bb86e0ebd0f0a43d4db3a760d11217247d1cff
After that a quick update to update the list of packages:

sudo apt-get update

And then I actually had to remove my old OpenOffice manually because it refused to upgrade it when I ran:

sudo apt-get upgrade

So to remove the old OpenOffice I did:

sudo apt-get remove --purge openoffice.org

And only after that I installed it again:

sudo apt-get install openoffice.org

Now it's ready to be tried out. Hope it all works.

p/s: Yeah. I'm still on Hardy. You should change that for you ppa if you are using intrepid or jaunty.

Monday, May 4, 2009

Just some thoughts

April 24th was the date of my last post. That means I have officially missed last week. Didn't post anything at all. So in the end it's lucky when I actually get to write something once a week. At least that would keep my writing skill in practice.

So what have I been up to all this time? Well, around two weeks ago I actually got to try KMS (kernel mode setting). High resolution terminal from the beginning FTW!!!. No flicker at all when logging into X and it even seems a whole lot faster too. But in the end I opt out because it requires acceleration to be enabled and when I do that, my poor onboard 915 display card just couldn't cope with anything beyond 2048x2048. I needed 2300x800 to stretch over two monitors to be able to work productively so I had to disable it.

Apart from that there wasn't much else about open source that's worth while mentioning. Oh yeah... there was the buzz about the MSC Malaysia OSCONF 2009. You can check it out more here and here. Kinda ironic for me actually the whole thing. Because (and this is from my personal point of view since working at oscc) I was first exposed to Open Source conference by the government of Malaysia with MyGOSCON 2007. Then there was the very cool and very happening community conference Foss.my 2008 (which was held just a few days after MyGOSCON 2008 - the second government conference). And now coming into the ring, conference by the business community.. jeng.. jeng.. jeng.. OSCONF 2009. And the community seems to be buzzing about geekcamp too around that time. So looks like the open source scenario in Malaysia is coming alive with activity. I like this.. :D Change is coming.. :)

Is Blogging No Longer a Thing?

As I embark on my new journey to learn the Rust programming language, I find myself pondering—where have all the blogs gone? In search of pr...