Posts

Showing posts from October, 2008

Designing Web Applications using Open Source Softwares

Open source softwares are the best in creating amazing applications and it is no different when it comes to creating web applications. I design web applications out of my own interests. I design web applications only using open source softwares and only on open source OS Ubuntu Linux. I have actually started working. First install Ubuntu Linux operating system on your desktop or laptop. Then connect it to the internet and install the LAMP (Linux Apache MySQL PHP) server. This is actually very simple. Open your terminal and type # sudo apt-get install apache2 # sudo apt-get install apache2 # sudo apt-get install apache2 # sudo apt-get install libapache2-mod-auth-mysql # sudo apt-get install php5-mysql # sudo apt-get install phpmyadmin That's all now your done # sudo /etc/init.d/apache2 restart Now start designing amazing web applications like a pro. To know more click here . Krish.

Designing Web Applications using Open Source Softwares

Open source softwares are the best in creating amazing applications and it is no different when it comes to creating web applications. I design web applications out of my own interests. I design web applications only using open source softwares and only on open source OS Ubuntu Linux. I have actually started working. First install Ubuntu Linux operating system on your desktop or laptop. Then connect it to the internet and install the LAMP (Linux Apache MySQL PHP) server. This is actually very simple. Open your terminal and type # sudo apt-get install apache2 # sudo apt-get install apache2 # sudo apt-get install apache2 # sudo apt-get install libapache2-mod-auth-mysql # sudo apt-get install php5-mysql # sudo apt-get install phpmyadmin That's all now your done # sudo /etc/init.d/apache2 restart Now start designing amazing web applications like a pro. To know more click here . Krish.

A Live OS in your pocket

Live CDs need arebecoming very famous day by day. Knoppix is a pioneer in this category. In the past and present Knoppix was available on CDs and DVDs. All the user had to do is, insert the disk in the optical drive and restart the machine. Thats it, he can then enjoy a full fledged Linux operating system, without making any changes to his hard disk. However the CDs and DVDs have one major problem. They are only read only and hence we cannot store any file or document. Hence I made some research and found out how to make a Knoppix boot from a usb flash drive. Sits very simple. Just sit back and read on. Prerequisites 1. 1 GB USB flash drive. 2. Download the ISO of Knoppix 5.1 from http://www.kernel.org/pub/dist/knoppix/KNOPPIX_V5.1.1CD-2007-01-04-EN.iso . 3. Another tool named fixkp.zip is required to make the Knoppix run from the USB. It can be downloaded from http://pendrivelinux.com/downloads/fixkp.zip . Creating a bootable USB Create a new folder named USB Knoppix anywhere on your

A Live OS in your pocket

Live CDs need arebecoming very famous day by day. Knoppix is a pioneer in this category. In the past and present Knoppix was available on CDs and DVDs. All the user had to do is, insert the disk in the optical drive and restart the machine. Thats it, he can then enjoy a full fledged Linux operating system, without making any changes to his hard disk. However the CDs and DVDs have one major problem. They are only read only and hence we cannot store any file or document. Hence I made some research and found out how to make a Knoppix boot from a usb flash drive. Sits very simple. Just sit back and read on. Prerequisites 1. 1 GB USB flash drive. 2. Download the ISO of Knoppix 5.1 from http://www.kernel.org/pub/dist/knoppix/KNOPPIX_V5.1.1CD-2007-01-04-EN.iso . 3. Another tool named fixkp.zip is required to make the Knoppix run from the USB. It can be downloaded from http://pendrivelinux.com/downloads/fixkp.zip . Creating a bootable USB Create a new folder named USB Knoppix anywhere on your

My Website Down

My server's hard drive suddenly crashed and hence my personal website www.yenodawebsite.com is down. I will be buying a new hard disk shortly and making my server run again. I guess it will take another one or two days for the website to become functional again. Krish.

My Website Down

My server's hard drive suddenly crashed and hence my personal website www.yenodawebsite.com is down. I will be buying a new hard disk shortly and making my server run again. I guess it will take another one or two days for the website to become functional again. Krish.

Running behind Money

Hello everybody out there You might be very busy running behind money. But hold on. Take time to enjoy your life and spend time with family. Otherwise, you never know when your life will go past and at the end you will be out there standing and thinking "damn I haven't lived my life properly" or "Oh! when did my children grow up?" Its not late act fast and enjoy your life. Krish.

Running behind Money

Hello everybody out there You might be very busy running behind money. But hold on. Take time to enjoy your life and spend time with family. Otherwise, you never know when your life will go past and at the end you will be out there standing and thinking "damn I haven't lived my life properly" or "Oh! when did my children grow up?" Its not late act fast and enjoy your life. Krish.

Rain in Chennai

At Last it has started raining in chennai. This will for sure reduce the impact of the sun. But I am noticing one thing. Rain in chennai is getting reduced every year. If this continues then at one stage there will be no rain and this will ultimately lead to drought. Its time we all act. Let us take an oath. Every family should plant one tree near their house. If this is followed then I am sure we can bring greenery back to chennai. Krish.

Rain in Chennai

At Last it has started raining in chennai. This will for sure reduce the impact of the sun. But I am noticing one thing. Rain in chennai is getting reduced every year. If this continues then at one stage there will be no rain and this will ultimately lead to drought. Its time we all act. Let us take an oath. Every family should plant one tree near their house. If this is followed then I am sure we can bring greenery back to chennai. Krish.

Goggle to stop drunken e-mails

Internet giant Google have come up with an application to block people from sending drunken e-mails to their bosses or ex-lovers. Mail Goggles can be programmed to turn on late at night and at weekend, when users are most likely to be drinking. Before sending a message, e-mailers must answer a series of short maths questions that must be completed in a limited amount of time. Gmail engineer Jon Perlow believes the idea will help those too tired to foresee the consequences of their actions. Krish.

Goggle to stop drunken e-mails

Internet giant Google have come up with an application to block people from sending drunken e-mails to their bosses or ex-lovers. Mail Goggles can be programmed to turn on late at night and at weekend, when users are most likely to be drinking. Before sending a message, e-mailers must answer a series of short maths questions that must be completed in a limited amount of time. Gmail engineer Jon Perlow believes the idea will help those too tired to foresee the consequences of their actions. Krish.

Installing Java on Ubuntu Linux

Image
It used to be a real pain to install Java on most versions of Linux, but now that Sun has modified the license, there are some easier ways to install Java. On Debian/Ubuntu Linux for example all you need to do is make sure that your apt-get is pointed at the right place. In your /etc/apt/sources.list add in the following (and make sure you are okay with adding in stuff that is not in the default environment). deb http://us.archive.ubuntu.com/ubuntu dapper main restricted deb http://us.archive.ubuntu.com/ubuntu dapper universe multiverse After this have apt updates its repository sudo apt-get update And finally, just tell it to install java sudo apt-get install sun-java5-jdk After this the rest of the process will display a dialog that will require you to accept the license agreement. When you do, the rest of the setup will happen on its own. When you're on the command prompt type javac -version or java -version You should be good to go! Finally we have an easy way to install Java

Installing Java on Ubuntu Linux

Image
It used to be a real pain to install Java on most versions of Linux, but now that Sun has modified the license, there are some easier ways to install Java. On Debian/Ubuntu Linux for example all you need to do is make sure that your apt-get is pointed at the right place. In your /etc/apt/sources.list add in the following (and make sure you are okay with adding in stuff that is not in the default environment). deb http://us.archive.ubuntu.com/ubuntu dapper main restricted deb http://us.archive.ubuntu.com/ubuntu dapper universe multiverse After this have apt updates its repository sudo apt-get update And finally, just tell it to install java sudo apt-get install sun-java5-jdk After this the rest of the process will display a dialog that will require you to accept the license agreement. When you do, the rest of the setup will happen on its own. When you're on the command prompt type javac -version or java -version You should be good to go! Finally we have an easy way to install Java

Beautiful Article

Hi, I recently read an article written by Sir Richard Stallman which was published on BBC news and was also published on his blog. The article was on Microsoft and Bill Gates. It is an articles which everyone should read. To read the articles, please click here . Krish.

Beautiful Article

Hi, I recently read an article written by Sir Richard Stallman which was published on BBC news and was also published on his blog. The article was on Microsoft and Bill Gates. It is an articles which everyone should read. To read the articles, please click here . Krish.

Damn... I hate being famous #@&%&$#@&

Image

Damn... I hate being famous #@&%&$#@&

Image

Felt my Baby Move

It was 1st october 2008, me and my wife were getting ready to sleep. After switching off the lights my wife felt something. We both concentrated on what my wife felt and recognized that the baby inside her was actually moving. It was a very clear feeling and we were actually able to feel the baby. That moment was a great experience for us. Hmm.... really hard to express the feeling. :D . Waiting for the baby to arrive. Krish.

Felt my Baby Move

It was 1st october 2008, me and my wife were getting ready to sleep. After switching off the lights my wife felt something. We both concentrated on what my wife felt and recognized that the baby inside her was actually moving. It was a very clear feeling and we were actually able to feel the baby. That moment was a great experience for us. Hmm.... really hard to express the feeling. :D . Waiting for the baby to arrive. Krish.

Website and blogs Updated

I have updated my blog and my personal website a bit. All my online presence has been centered at one particular point and it will be very easy for you to find me now. You can also know a great deal about me by taking a glance through all my blogs. I have started a new Photo Blog which will contain only photos and no text and a Travel Blog which will contain all my travelogues. I have put them all on my website at My Web World for your convenience and easy access. So happy blogging for me and happy browsing for all you guys. Bye and take care. Krish.

Website and blogs Updated

I have updated my blog and my personal website a bit. All my online presence has been centered at one particular point and it will be very easy for you to find me now. You can also know a great deal about me by taking a glance through all my blogs. I have started a new Photo Blog which will contain only photos and no text and a Travel Blog which will contain all my travelogues. I have put them all on my website at My Web World for your convenience and easy access. So happy blogging for me and happy browsing for all you guys. Bye and take care. Krish.

New Mobile! Yaay!

Image
Guys, I got a new mobile and bid farewell to my lovable Sony Ericsson K750i. I have now acquired Sony Ericsson K660i and it will be taking care of all my future communication needs, atleast for another year. Hmmm…. Been thinking for a while to change my mobile but my love and attachment on my old Sony Ericsson K750i stopped me from doing so. I have used it for nearly a year and 2 ½ months. The joy stick was getting a little week and was not responding to my touches. I had to really put pressure to get it working and navigate to the menu I wanted. Phew… these machines never stay with us for a long time like our family members. I really feel sad to leave my gadgets especially my cell phone. So came a day when I visited a Sony Ericsson showroom and checked out the mobiles and chose the Sony Ericsson K590i and decided to buy it the next day. But on reaching the shop the next day I saw a better cell phone Sony Ericsson K660i. It was mind blowing. Light weight, slim, full internet feature, c

New Mobile! Yaay!

Image
Guys, I got a new mobile and bid farewell to my lovable Sony Ericsson K750i. I have now acquired Sony Ericsson K660i and it will be taking care of all my future communication needs, atleast for another year. Hmmm…. Been thinking for a while to change my mobile but my love and attachment on my old Sony Ericsson K750i stopped me from doing so. I have used it for nearly a year and 2 ½ months. The joy stick was getting a little week and was not responding to my touches. I had to really put pressure to get it working and navigate to the menu I wanted. Phew… these machines never stay with us for a long time like our family members. I really feel sad to leave my gadgets especially my cell phone. So came a day when I visited a Sony Ericsson showroom and checked out the mobiles and chose the Sony Ericsson K590i and decided to buy it the next day. But on reaching the shop the next day I saw a better cell phone Sony Ericsson K660i. It was mind blowing. Light weight, slim, full internet feature, c