Monday, September 27, 2010

Zypper Cheat sheet

Zypper the CLI to the Zypp package manager in the openSUSE and SUSE Enterprise distros has a downloadable cheat sheet.

You can download wither the US Letter or A4 sized PDFs at http://old-en.opensuse.org/Zypper/Usage#Cheat_sheet

Sunday, September 12, 2010

Packman Repo for SLE 11 SP1

Finally Packman has an "essential" (i.e. restricted stuff) repo for SLED/SLES 11 SP1.

For the SUSE world Packman has always been the repo for the sweet restricted codecs.

To add the repo:

zypper ar -f http://packman.inode.at/suse/sle_11_sp1/ Packman_SLE


Wednesday, August 25, 2010

Firefox Panorama

Firefox new Panorama feature is just simply awesome. Makes tab management really fun and useful. Check it out here

Wednesday, August 11, 2010

Hikayat Merong Mahawangsa the Movie

A couple of weeks ago I saw a trailer of the coming Hikayat Merong Mahawangsa movie produced by KRU Studios. Being one of the very small majority who actually read the Hikayat when I was in my teens and as a history buff I was of course elated that piece of local history (and legend) is being made into a movie.

Until I saw the part they portrayed the Romans (or Rum as in the annals). I could already screamed at that moment! They actually portrayed the Romans (or Rhomaioi as the Greeks called themselves then) like something that came out from the comics; bright brass cuirass, Trojan headress and blue-eyed blonds. Note to costume director, the Romans seldom wear brass cuirasses except if you are a noble or higher ranked. Mostly wear chain-mail over tunic or a leather cuirass and are usually armed with the throwning spear septum and short sword gladius. In fact towards the end of the Western Roman Empire, much of their army consisted of Germanic "barbarians" like the Goths.

I really don't know which joker they hired as a history/literary consultant, but Rum actually referred to the area of what was the Byzantium or Eastern Roman Empire and so was more Greek than Latin. Rum was also what the Seljuk Turks called their domain when they conquered the Anatolian Plains from the Byzantines.

Also by the time the Hikayat was written the Western Roman Empire has fallen for over 600 years.

I am very disappointed to also see Mano Maniam portraying as what seems to be an Indian trader with a stereotypical Indian accent . To see one of Malaysia's finest actors reduced to such a role is heart breaking.

This shows that the jokers at KRU Studios are not serious at all in bringing a local epic to the silver screen. While I am aware that the Hikayat is a mix of the historical and fanciful, a cursory Wikipedia search will yield much information.

Do they even know that Hikayat Merong Mahawangsa is also known as Sejarah Kedah?

I cannot speak for others but to see a Thai movie (Queens of Langkasuka) that chose to portray the early Malay kingdoms (in this case Pattani) closer historically is quite sobering. Why can foreigners to tell our stories and history in an unbiased way and closer to the fact?

Will I watch it? Possibly. I may not like it. But I always make it a point to support local productions whenever I can.

End of Rant....

Sunday, July 25, 2010

Changing the background in GDM

Run this command as root:

gconftool-2 --direct --config-source=xml::/etc/gconf/gconf.xml.vendor --set /desktop/gnome/background/picture_filename --type=string "/path/to/picture"
gconftool-2 --direct --config-source=xml::/etc/gconf/gconf.xml.vendor --set /desktop/gnome/background/picture_options --type=string "stretched"

Sourced from http://lizards.opensuse.org/2010/07/25/how-to-change-gdm-backgroundwallpaper/

Wednesday, June 23, 2010

VLC on SLED 11 SP1 Part Deux

I have received some comments for my previous post on VLC on SLED 11 SP1 that it doesn't seem to work according to what was stated.

Well if all else fail, revert to using the openSUSE 11.1 repos:

zypper ar -f http://packman.unixheads.com/suse/11.1/ Packman && zypper refresh Packman

zypper ar -f http://download.videolan.org/pub/vlc/SuSE/11.1 vlc && zypper refresh vlc && zypper in vlc

If it still won't install try adding these two repos and try installing vlc again:

zypper ar -f http://download.opensuse.org/repositories/multimedia:/libs/SLE_11/ multimedia-libs && zypper refresh multimedia-libs

zypper ar -f http://download.opensuse.org/repositories/multimedia:/xine/SLE_11 multimedia-xine && zypper refresh multimedia-xine

On my T61 with newly installed SLED 11 SP1, the above methods work flawlessly.

Monday, June 21, 2010

VLC on SLED 11 SP1

Out of the box, SUSE Linux Enterprise Desktop 11 (SLED 11) has no good video playback capabilities. In past (and now) I needed to add the Packman repos for openSUSE 11.1 and get those gstreamer plugins installed. Video playback for me is absolutely crucial as I use my lappy for entertainment as well; by that I meant playing my many downloaded AVIs, RMVBs and MPEGs.

VLC has always been the Swiss Army Knife of media players and VLC has always been sucky on openSUSE 11.1 (which SLED 11 was based on). With VLC 1.10 launched, I decided to give it a go on my SLED 11 SP1. I added the repo, refreshed it and installed vlc:

zypper ar -f http://download.videolan.org/pub/vlc/SuSE/11.2 vlc

zypper refresh vlc

zypper in vlc

I decided to add the 11.2 repo on a hunch, since there are numerous upgrades and additions to SP1.

So far it has been working well and I have no problems with any video or audio playbacks.