Wednesday, 10 July 2013

Sakura - III

It was a dark, starry night...and he stood speechless there..in front of her.

"Okay" He said softly. And continued..

"Long ago I realised that i can not live without you.. No.. It was not as literal and obvious as it sounds. Its different. I fell for you but with eyes wide open and senses wide awake. At first, it was passionate and intense..like a fire in my heart and it burnt me all along. But as time passed, I became calmer and softer.. Then one day, you were gone.. Technically, we were living in adjacent apartments but still you were far away. And the long, yellow flames of the fire, suddenly became quiet lights in the path. Then i left Tokyo and came here. I knew I want to live with you so I was quiet aloof still nice to people around me but as always I did not allow anyone to peek into my heart. Then I started writing poems. My every tear became a word. Every day, I spent without became a poem. And every memory became a story. And no, it was not sad always. Rather I was sometimes happy too. I had fortune to meet my soulmate. So what if we did not end up together!! I started meditating and that calmed my mind. Earlier your memories used to come like thunderstorms. Now they became cool breezes. "

She stood there itself thinking how much he has changed still he is same all along.

After having dinner, she said that she is going to stay there itself. He showed her the guest bedroom. She went in and wept silently. And in all those tears, went to sleep.

In the morning, she woke up and went to bathroom. She saw there him. He was wearing bathrobe, lying in the bathtub filled with warm water. And the water had turned magenta red. Shiny silver knife was lying there on the floor. She screamed intensely.

To be continued...

Wednesday, 27 March 2013

I terribly fear that my marriage would be a business deal..
I mean no..not like that..my parents are not business people..
But still they think of marriage as practical thing..just like education..no emo attached...

Like said below..

Until recently, Indian marriages had all the trappings of a business transaction involving two deal-making families, a hardboiled matchmaker and a vocal board of shareholders - concerned uncles and aunts. The couple was almost incidental to the deal. They just dressed and showed up for the wedding ceremony. And after that the onus was on them to adjust to the 1,001 relatives, get to know each other and make the marriage work.
—Lavina Melwani, [104]
I don't know what the heck my parents  think about this..neither I can talk to 'em about it as they might think that it is my approval to get married..
Yikes...
And even worse is I'll be going to some another home..
What the fuck!!!!!!!
I sincerely hate all these kind of things...
puppet show, sarees, makeup, jewels, diamonds, sherwanis, and pathetic rituals and customs...and not to mention dowry...

Living sucks..

Sunday, 17 March 2013

How to install Chrome in OpenSUSE 11.4

Now this is something I think of achievement in itself..
Installing Google Chrome on OpenSuSe..
Here is how it goes..
Before downloading, see whether your processor is 32-bit or 64-bit..
Open terminal and enter

linux-3y8t:~ # uname -i

If you get output as i386, download the 32-bit version, otherwise 64-bit version.




After completing the download, in the terminal, go to the directory where the repo is downloaded and enter

linux-3y8t:~/Downloads # rpm -ivh google-chrome-stable_current_i386.rpm

If after entering this command, you come across error message like this,


warning: google-chrome-stable_current_i386.rpm: Header V4 DSA/SHA1 Signature, key ID 7fac5991: NOKEY
error: Failed dependencies:
        lsb >= 4.0 is needed by google-chrome-stable-25.0.1364.172-187217.i386

Enter

linux-3y8t:~/Downloads # zypper install lsb

This command will install the lsb package required.
Having done that, enter this command again


linux-3y8t:~/Downloads # rpm -ivh google-chrome-stable_current_i386.rpm 

It'll show you output like this:

warning: google-chrome-stable_current_i386.rpm: Header V4 DSA/SHA1 Signature, key ID 7fac5991: NOKEY
Preparing...                ########################################### [100%]
   1:google-chrome-stable   ########################################### [100%]
Starting service at daemon                                            done

Now enter the following commands one by one if you want to be able to watch Youtube videos in Chrome

linux-3y8t:~/Downloads # mkdir /opt/google/chrome/plugins

linux-3y8t:~ # ln -s /usr/lib6/browser-plugins/* /opt/google/chrome/plugins/

To run Google Chrome, enter:

linux-3y8t:~ # google-chrome &



If you are logged in as root, then you'll get error message:

linux-3y8t:~ # [5993:5993:0317/223156:ERROR:chrome_browser_main_extra_parts_gtk.cc(51)] Startup refusing to run as root.
google-chrome &
[2] 6030
[1]   Exit 1                  google-chrome

For that, do the following:

linux-3y8t:~ # vim /usr/bin/google-chrome

Enter --user-data-dir in the last line like shown in the image below.



Now go to Application Launcher>>Internet>>Web Browser and you'll see short-cut for Google Chrome there. If you want to run using terminal command, enter aforementioned
linux-3y8t:~ # google-chrome &

and you are done!! :D

After installing Google Chrome, i added my favourite Web Apps from Chrome Web Store..and now i feel at home on Linux. :P

:D
Adios!!