How to speed-up the internet in Linux Mint

April 12, 2009

Few days after the installation of Linux Mint, I realized that the internet is not up to the mark in terms of speed. It is giving reasonable speed in WinXp. I am using BSNL NIC Card (CDMA 1x, which offers 144 k bps speed). A simple question irritating me…. ‘why net is slow in Mint? ‘ I stated to investigate in google and other technology blogs. Finally I found 2 reasons for this problem.

The Problem (Opportunity :-) )

A] IPv6 is enabled in browser (Firefox) level and system level
Internet currently uses the IPv4.The gennext (Internet 2) are to use IPv6 (higher). IPv6 will solve many problems endemic to IPv4 (number of IP address, security, quality of service, etc.). Most of the current operating systems (Windows Vista, Linux …) are already perfectly capable of working in IPv6. IPv6 is “better” than IPv4, as both are available, then logical step to take is to firstly use IPv6. And that’s what most software does: They will first try to use IPv6 (if present in the operating system), then back to IPv4 if their application fails to use IPv6. (This additional process will sucks the time). This need to be disable in System level as well as Browser level

B] Firefox security Issue.
The second reason, is that the Firefox employs a technique to identify phishing sites. Firefox contacts Google.com for every http request and then it saves the results into ‘urlclassifier3.sqlite’ in your profile. If file grows more than 50MB, it leads to heavy drive thrashing and slow operation. (I am using Firefox 3)

Now the Solution Part

I] To disable the ‘IPv6′ in Firefox, try out the following steps

1. Open Firefox,
2. Type in the address bar: ‘about: config’
3. In the filter, type: ipv6. Find the variable network.dns.disableIPv6
4 Change value to true to disable IPv6 support in Firefox.

II] To disable the ‘IPv6′ in System level (Linux Mint), try out the following steps

1. Edit the file /etc/modprobe.d/blacklist using any of the text editor (I used Emacs)
sudo emacs -nw /etc/modprobe.d/blacklist
2. Add at the end of file the line:
blacklist ipv6

III] To solve the thrashing problem I tried out the following steps

1. Open Firefox and go to ‘Preferences’ which could be in Tools menu or Edit Menu.
2. Open the ‘Security’ tab, you will find the 2 check box captioned in
a] “Tell me if the site I’m visiting is a suspected Attack site”
b] “Tell me if the site I’m visiting is a suspected forgery”
3. Turn off these two check boxes
4. Delete the following ’sqlite’ frile from your profle using rm command.
rm .mozilla/firefox/*/urlclassifier3.sqlite
5. Restart the Firefox.

Now I cannot compare the net speed in WinXP and Mint. Both working fine for me


Installing Linux Mint using Flash Drive.

April 10, 2009

The other day My friend had a problem with his Windows OS. Actually he was not able to connect with our office WiFi (because of VIRUS issues). I suggested him to go for Linux (because it is VIRUS free and no need to install any anti-virus softwares.) I demonstrated the Linux Mint, which was installed in my Lapi. Being fascinated by the looks and functionalities, he told me to go for it.

Its always Opportunity not the Problem…..

He had a problem (oh sorry its Opportunity for me). His CD/DVD ROM is not detecting the media. We tried a lot for it. But the DVD Drive is not ready to read the Mint CD. He said “It is BIG PROBLEM BOSS…. what to do now?”. I said, “Its Always Opportunity… not the Problem. Problem will always gives you the Opportunity to do the things in Different way.” So Problem=Opportunity.

USB came into Picture

So I went with the usb drive to load the “Linux Mint” in his laptop. First I googled and found a way to do it. I am going to explain the procedure. For this we require a USB, which is more having 2.0 GB Memory, Mint ISO CD and a LINUX machine

The procedure

1. Take Linux Machine and Insert the Linux Mint CD and a 2 GB USB Device into the Slot…
2. Type the following command.

sudo su
apt-get install usb-creator

sudo su The sudo command is a program for Unix-like computer operating systems that allows users to run programs with the security privileges of another user (normally the superuser, a.k.a. root). (Wiki)

USB Creator The USB Creator (usb-creator) is an official tool to create Live USBs Mint from the Live CD or from an iso image.

3. After Installing the USB Creator. Run the application (USB Creator). Normally it appears in “Application” in Main Menu. The steps I performed in my laptop is (a) Click Menu, (b) From the filter box, type usb creator, (c) Click Create a USB startup disk.

4. Make sure that the USB and the Linux Mint CD is already inserted into their respective slot and drive. The USB Creator automatically detects the CD and the USB device. If you are having the ISO image in Disk please specify the exact location of the ISO image. (Click on ‘Other’ button. It will give a dialog box to select the location). Make sure to select the radio button captioned “Stored in reserved extra space” before hitting “Make Start Up Disk”.

Finally the USB Boot Device is ready. I just Inserted the USB in friends Laptop(which was having problem with DVD ROM) and restarted the laptop. (Please make sure that the initial boot device is USB Drive not Hard drive or DVD/CD ROM.)


Configuring BSNL NIC Internet Card in Felicia (Linux Mint)

April 5, 2009

Recently I purchased BSNL NIC card for my browsing needs. The modem BSNL uses is Huwaei EC325. Along with the device they provide drivers in a Mini CD. The driver is for WIndows… not for Linux. Since I using Linux for my computing needs, I have to find a way to Configure it in MINT.

The configuration steps:

1 Let us start by Installing ‘wvdial’. ‘wvdial’ is a intelligent PPP(Point-to-Point Protocol) dialer. In simple, it dials a modem and starts PPP in order to connect to the Internet. Just type the following command in your terminal (Use apt-cdrom, because the net is not configured yet)

sudo aptitude install wvdial gnome-ppp

2 Setup the ‘wvdial’. Edit the wvdial configuration file, which reside in /etc/ folder. You can use any editor for editing the configuration file. I used ‘emacs’ editor. The Configuration file looks like…

harish@hbm ~ $ sudo emacs -nw /etc/wvdial.conf
[Dialer Defaults]
Init1 = ATZ
Init2 = ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0
Stupid Mode = 1
Modem Type = USB Modem
ISDN = 0
Phone = #777
New PPPD = yes
Modem = /dev/ttyUSB0
Username = Your BSNL username here
Password = Your BSNL Password
Baud = 460800

Note :The username and the paswword is your BSNL WLL number
Then Save the File.

3.Finally run the following command in a terminal. You can write a shell script and place it in ‘.bashrc’ file for automatic start up

sudo wvdial

4 Open the browser and visit the site to check it is working.

The configuration file ‘wvdial’ must be running in the command line.

This is simple way to connect the BSNL modem… Actually Mint automatically detects the Huwawei Modem, and it also provides GUI for configuration, but unfortunately it was not working for me.


Finally I found Felicia….

April 4, 2009

My search for the best Linux Disto has come to an end after a year. Yes it took me almost a year to decide and select the perfect OS for my Laptop. Finally I satisfied with the Mint. The version I installed in my laptop is ‘Linux Mint 6′. I have chosen Mint mainly because it includes media codecs. Along with the media codecs, it also supports browser plugins, DVD playback, Java and other components.

Being originated from Ireland, Linux Mint is an Ubuntu-based distribution whose goal is to provide a more complete out-of-the-box experience. I use Ubuntu 8.04 as an official distro but it does not provide the audio codecs, which supports my laptops hardware configuration. Finally I ended up with the ‘Felicia’ (Codename of Linux Mint 6), which has the necessary drivers for my Laptop.

Some Useful links

1. The Home Page of the official Site Linux Mint Home Page
2. Download Linux Mint
3. Tutorials, documentation and even roadmaps are published on the Linux Mint Wiki
4 Blogs dedicated or related to Linux Mint can be read from the Linux Mint Planet
5 Linux Mint on Wikipedia Wikipeida Mint
6 DistroWatch.com Linux Mint
7 Users chat online via IRC on irc.spotchat.org/#linuxmint


Think Diffierent … Think Simple

February 19, 2009

I was reading a management case study yesterday. The basic principle of the case is KISS (Keep It Simple and Stupid). The case goes like this way

1. When NASA began launching astronauts into Space, they found out that the astronauts’ pens wouldn’t work at zero gravity (ink wouldn’t flow down to the writing surface). It took them one decade and $12 million to solve this problem. They developed a pen that worked at zero gravity, upside down, underwater, on practically any surface including crystal, and at temperatures ranging from below freezing to over 300 degrees Celcius. And what did the Russians do? The Russians used a pencil.;-)

2. One of the most memorable case studies on Japanese management techniques was the case of the empty soap box, which occurred in one of Japan’s biggest cosmetics companies. The company received a complaint that a consumer had bought a soap box that was empty. Immediately the authorities isolated the problem to the assembly line, which transported all the packaged boxes of soap to the delivery department. For some reason, one soap box went through the assembly line empty. Management asked its engineers to solve the problem. Post-haste, the engineers worked hard to devise an X-ray machine with high-resolution monitors manned by two people to watch all the soap boxes that passed through the line, to make sure they were not empty. No doubt, they worked hard and they worked fast but they spent whoopee amount of time and money to do so. But when a rank-and-file employee in a small company was posed with the Same problem, he did not get into the complications of X-rays, etc but instead came out with another solution. He bought a strong industrial electric fan and pointed it at the assembly line. He switched the fan on, and as each soap box passed the fan, it simply blew the empty boxes out of the line.

Another case which I read from my mail inbox is as follows

A 50 feet long trailer having 48″ wheels got stuck while entering a midtown tunnel in New York because it was approximately 2.5 feet taller than the height of the tunnel. The fire department and the state department of transportation spent the whole day searching for a solution, to no avail. Then a child, aged about 9 years, asked his father, “Why can’t they take out the air from the tyre tubes? The height will automatically come down.”

If you look at what you do not have in life, you don’t have anything. If you look at what you have in life, you have
Everything.

So simple isn’t it…… :-)


Why I am using Python….?

December 28, 2008

 I thought, it would be better to include a post in My Blog,  as many of my friends  asked me this question.  So I am here with some reasons Why I am using Pyhton, as a main Programming Language for the development(both system as well as application side).

One and half year ago, I  Fell in LOVE with Python.  It was “Love in first Program” :-)  I wrote famous program “Hello World”. It was amazing… I included only a line to do that.. yes “print ‘Hello World’.  The program gave the output on the screen “Hello World”.

Now coming back to the title of the post, Why I am using Python. There are lot of reasons for this question. Python helped in my day-today coding  activities. I solved lot of problems of programming within the short span of time. For strart-up companies like ours, python is God’s gift.

Besides the Python Features,  I would like to share my views on Python.

 

Best for Application/System Progarmming:

Being an interpreted, interactive, object-oriented programming language that combines remarkable power with very clear syntax. Python can be used to solve the many issues related with System Administrations. Challenges like, Release Management of the Application Software. Taking the Back-up of the Disk, Managing Users, can be programmed in Python without any difficulties. Now coming to Application Side Programming, lot of tools, web frameworks, libraries are available in Python which can used for the Application development. I use a web framework called Django, (Webframework developed using Pyhton)in most of the Web application. The other python web framework are PylonsTurboGears,  Zope,  web2py

A huge collection of Libraries

Unlike the Perl’s CPAN, Python’s standard library is very extensive. The library contains built-in modules (written in C) that provide access to system functionality such as file I/O that would otherwise be inaccessible to Python programmers, as well as modules written in Python that provide standardized solutions for many problems that occur in everyday programming. Some of these modules are explicitly designed to encourage and enhance the portability of Python programs by abstracting away platform-specifics into platform-neutral APIs.In addition to the standard library, there is a growing collection of several thousand components (from individual programs and modules to packages and entire application development frameworks),

Interfaces

Python provides interfaces to many commercial as well as open source databases. It also has interface for COM, DCOM and ODBC. The programs written in Python can be used in C, C++ and Java. Python is extremely portable with UNIX, Windows, Mac OS/2, BeOS and Cray. It is also feature of Automatic Memory Management.

Supports High-Level Data Types

Along with Standard data types, Python supports high level data types such as List Tuple and Dictionaries. The List, Tuple and Dictionaries are highly useful data types in Python and it is very easy to handle. The powerful feature of Python is Regular Expression. It is one of the awesome feature of Python. The other data types are binary data, introspections. It is also possible to define the new ‘built-in’ datatypes.

Supports Meta-programming

According to Wikipedia Metaprogramming is the writing of computer programs that write or manipulate other programs (or themselves) as their data, or that do part of the work at runtime that would otherwise be done at compile time. Not all meta-programming involves generative programming. If programs are modifiable at runtime or if an incremental compilation is available then techniques can be used to perform meta-programming without actually generating source code. It is possible to meta-program in python using Python Decorators. I don’t have much knowledge in Meta-programming .

These are my thoughts on Python Programming Language.


Django – Validator to check the emptyness of file field

December 17, 2008

The other day My Team had some problem in the validation of the file field, the requirement was simple, they had to check whether the file field is empty or not. The problem sounds somewhat simple. I said just go with a simple ‘if’ and that’s the end of the problem.

But they were unable to do that.. and finally I had to sit with them to solve the problem. It wasn’t that simple as I had realized. We are using a custom validator, which takes two argument- a ‘field_data’ and ‘all_data’. The ‘all_data’ is python dictionary which includes all the fields of the form.

The problem I faced was, non-availability of the file field in the ‘all_data’ dictionary. After fighting with the code, I found a solution. The code looks like this (I am pasting only custom validator code snippet):

Let’s assume that the file field name (model name ) is ‘pdfFile’. We can use python dictionary’s method called ‘has_key ‘. The output of the ‘has_key’ method is boolean. (True or False)


def validatorsName(field_data, all_data):
if all_data.has_key('pdfFile') and all_data['pdfFile'] != "" :
pass
elif not all_data.has_key("pdfFile_file"):
raise validators.ValidationError("The pdf file field is empty")

Let me explain above python code (sorry about the indentation ). The first ‘if’ statement is to check whether the file field already has link or not. If the file field is not empty, ‘all_data’ dictionary includes one key called ‘pdfFile_file’ (’pdfFile’ key includes the existing link and ‘pdfFile_file’ includes the currently entered link). If the second condition fails it means that the file field is empty.


A Round of Siddara Betta

November 21, 2008

It is my fourth visit to Tumkur. Everytime I traveled through the National Highway No. 4 (Bangalore-Pune NH) road, I always used to wonder about rocky mountains on either side of the road. Being a nature lover, I always wanted to visit each and every rock personally. But practically speaking it is not possible. So I have chosen some of the famous Rocks of Tumkur. My aim is to treck some of the rocks of Tumkur.

There are lot of such rockiest places in Tumkur district. To name some of them, Devarayanadurag, Shivagange, Madhugiri, Chennarayana Durga.. and many unknown ones. In this post, I share my experience of Siddara Betta. One of the famous rocks of Tumkur district.

It has been said that many hermits had performed the meditation in the caves of Siddara Betta. Siddara Betta is rich in natural beauty. It is paradise for nature lovers. It has rare species of herbal plants.

Situated in Koratagere taluk, Siddara Betta is approximately 97 Kms away from Benagaluru. It is ideal place for cave exploration and trecking. The KSRTC provides bus services till Koratagere. From there private buses will take you to the Siddara Betta.

Information

Total Distance From Bengaluru 97 Kms
Koratagere (Nearest point) from Bengauru 75 Kms
From Koratagere to Siddara Betta 18 Kms
Nearest Food point Koratagere (Udupi Hotel)
From Tumkur to Siddra Betta 35 Kms (aprox)
Cellular Service AirTel, CellOne and Reliance

The journey began from Bangalore. I and my friend started from Majestic. It was totally an unplanned journey. After we reached the KSRTC bus depo, we planned to visit Tumkur first, and from there to Siddra Betta. But, luckily we could catch a bus which goes to Korategere. The journey was quite ok. We collected as many information as possible from the passengers and the bus conductor about the place. After two and half hours of journey, we reached the Koratagere taluk.

Koratagere is a small village. As soon as we reached there, we decided to have a break-fast. We saw one Udupi Hotel and we broke our past at around 12 noon. While having the break-fast, I collected as many information as possible from the owner of the hotel. He recognized me as Mangalorian by listening to my Kannada. According to the hotel owner, in every hour there wil be a private bus which goes to Tumkur via Siddara Betta.

We caught one private bus and spent 45 minutes with the bus standing idle. I hate private buses (but there was no choice). Last time when I went to Shivagange, I traveled in a “Noicy Box” (In Bangalore every private bus is equipped with a small ‘Bus Theatre System’ and they usually play some movie with a high volume). It was one of my worst private bus journeys ever.

Finally, the bus started to move. We have enjoyed the scenic beauty of the nature while traveling. We also got a chance to see the Chennarayana Durga. The weather was awesome. It was drizzling frequently and the a mild fog covered most of the rocks. As we were leading towards the top place, we could sense the drop in the temperature. When we reached the destination the rain also increased its intensity. The whole Siddara Betta view was covered by the clouds and fog.

We had hardly two hours of time to treck the Rock. We decided to treck till cave template. We started off quickly towards the Rock. We had to walk a distance of half kilometre to get the foot of the Siddara Betta. It was raining as we reached the foot of the Siddara Betta. We were in dilemma as to treck or not. Finally we decided to treck as much as possible. (Because trecking is risky during the rain, the chance of slipping is more). It was hard for me to treck the initial 25 steps. The wind blowing was so cold that I felt it is difficult to breath the chilled air. Very quickly, I adjusted to the atmospheric condition.

As we were moving further, the weather became more violent. The whole Siddara Betta was covered by thick fog. It was very difficult to watch ahead. I am sure that the scenery from the Betta is beautiful but the cover of thick fog did not allowed us to enjoy the awesome view. It was very difficult for us to treck. As we climbed up, the temperature stated to drop. We were not prepared at all to face this situation. We didn’t have proper accessories to deal with this kind of weather. But still we managed to move ahead.

There are stairs which will take you to the cave temple. In the middle, the stairs are not carved properly. So we had to take double precaution while treckking.(doubble, because of rain). It was disastrous to treck with chappals or with the plain shoes. Either we need to have special treck shoes or we have to walk bare footed.

Even though the atmosphere was rough, it was wonderful. It was a memorable experience to treck in this situation. We successfully captured some of the glimpses of the nature. Siddara Betta is filled with variety of vegetation. The natural spring on the hillock is known for its medicinal value. A wide variety of medicinal plants are grown in this rock. The fresh air of this betta is natural remedy for respiratory related problems such as astma, bronchitics etc. It also has mythological significance. It was the same betta where Lord Hanuman had collected sanjeevani to save Lakshmana during Ramyan war in Treta Yuga. The betta is filled with the nature wonders. Various species of birds can be seen in this region and it is the natural habitat of the yellow throated Bulbul bird.

After trecking for about 45- 50 minutes, we managed to reach the cave temple. Here Shiva is called by the name Siddeshwara Swami. We did not plan to go into the cave and explore it. We just visited the temple. Here the temple was not built; but it is a natural cave temple. It is dark inside; there are lights, but as usual, no power. There is a theerth (water source) inside the temple. It has been said that, the theerth has got medicinal values. As we headed out of the cave, we started to ask the localite about the cave. According to the localite, the cave is wast and confusing, the chances of getting lost inside is high. The cave has connecting route between Shivagange and Bangalore (it will join the Gavi Gangadhareshwara Temple of Bengaluru). The cave temple is situated in the middle of the hill. We were interested to treck further, but the time and the weather didn’t allow us. So we decided to start our journey back.

Every expedition will emerge as an experience. It was an memorable experience for us. We enjoyed every moment of the time that we spent in Siddara Betta. At the end of the day the journey was incomplete, we didn’t experience the top, nor the thrilling dark caves of Siddara Betta, but still we enjoyed ‘the day’ in our life.


Safari in Bannerughatta…

August 12, 2008

It took me really long time to include one more post in my blog. This post is about my safari in one of the National Parks of India, which is situated near to Bengaluru. Yes, I am talking about Bannerughatta National Park. I got an opportunity to visit this place along with my friends (Nithin Kamath, Muralidhar Kudva and Pranesh Kumar).

How to Reach?

Bannerughatta is well connected with road. There are plenty of Bus services available from Bengalure. The BMTC has very good bus service from Majestic, KR Market and Banashakari. Also you can catch private bus from Banashakari. BMTC provides Volvo Bus service to the National Park. The route number 365 and 366 buses will directly reach the National park.

The Journey

We started at 9:15 A.M. from Banshakari along with bus route number 201 which goes to Domluru. We got down at Jaideva Heart Foundation, and caught a bus from Bannerughatta road. Unfortunately, the bus we caught didn’t go to the National Park. We got down at Bannerughatta village and started walking towards the National Park. The park is situated at a walkable distance from the village. The weather was perfect for a walk; it was drizzling and fantastic. We reached the park at around 10:30 am.

In the Park

As an entrance fee you are charged Rs. 35/-, but if you are interested, you can have the thrill of Safari, Grand Safari, Nature Walk (Short), Nature Walk (Far), Elephant Ride etc. with additional charges. We decided to go for a Grand Safari. The fee for the Grand Safari is Rs. 125 (it includes lion safari, tiger safari, and bear safari).

We started the safari at about 11:00 am. For about an hour we saw the wild animals in their natural habitat. We could see bison, deer, elephant, bear, lion, and tiger. The park authorities have maintained the park very well. It is a plastic free zone. No plastics are allowed inside the jungle. You will find sign broads stating – “Plastic Free Zone” here and there.

After the grand safari, we went to the park. The park has got a zoo, where all rare species of birds, animals and reptiles preserved. One can see various kinds of birds, mammals, reptiles and lot more.. There is museum inside the park, where lot of information about the wild life is collected and preserved. There is a small theater, used to show the documentaries and short films about the wild life and jungles.

The world of Butterflies

The butterfly park is very attractive and beautiful. You can have a short and nice walk to reach the butterfly park. The distance between national park and the butterfly park is about 1 km. You have to pay an additional fee of Rs. 20/- as an entry fee. The park has got everything about butterflies and moths. It is maintained very well. The closed huge green house like environment with lots of flowers and fauns and artificial streams is well suited for the butterflies. If you are lucky you will find some rare variety of butterflies and moths. You have to struggle a lot to find the butterflies in the jungle like environment. The butterfly park has got a museum, which shows lot of information about unexplored world of butterflies. It has collection of various kinds of moths and butterflies. There is an exhibition, which throws light on the life cycle of the butterflies. Really, I came to know about lot of things about this small and beautiful creatures of the world.

What if You are Hungry?

No need to worry about your stomach. There are lot of canteens which are ready to serve you. We went to one canteen inside the park. It is KSTDC’s canteen. They charge a reasonable price for the food. Meanwhile you have other choices outside the park. So don’t worry about your stomach.

Some important tips.

Bannerughatta National Park is a plastic free zone. No one is allowed to carry any kind of plastic inside the park. The park security have done good job in this regard. If you carry any kind of snacks inside the park, the security will take the plastic cover and give the contents within it in paper bags. In spite of that, I have seen lot of plastics. It is our responsibility to avoid the use of plastics in the park.

There are clear instructions given everywhere in the park that one should not feed food to the animals. I have seen lot of people violating this rule. There are no proper security measures to take care of these things. So if you find anyone doing favor to the animal by giving eatables please stop them.


Someshwara-Long time after a break

May 17, 2008

It is my favorite hangout place. Yes it is one of the coolest place of Mangalore. Whenever I get free time during evening, I used to spend in this place. Lot of memories of my life is associated with this place.

During my high school days, I was introduced to Someshwara, a small coastal village near Ullala. I done my high schooling in Anandashram High School, Someshwara, which is located half a km from Arabian Sea. A school which has glorious history of more than 50 years in the field of education .

This village is called Someshwara because of Sri Somanatheshwara Temple. A historical temple built during the regime of famous queen Rani Abbakka Devi in 16th century.

I and My Best Friend (who went to ‘other world’) used to spend hours together in this beach. However busy we were in our personal/professional life, we never used to forget to meet on every Saturday. The place as around 8 Km’s from our home. I relied on my Bike to travel this distance. We used to stay in the beach till the Sun goes down.

On 2nd May 2008, I went Someshwar almost after a year, to attend the Old Friends Meet held at Ananadashram High School. All teachers of our batch plus some students had attended the meeting. Almost after ten years we met each other. Some faces are changed and some are unchanged, some are married and arrived with their children.

It was my honor that, I was invited to this Meet. The meeting began with the breakfast with friends and teachers. After the breakfast, we had a reintroduction session, where we reintroduced ourself . After we finished with the introduction, we went to each of the class room, we sat on the benches in the same order where we used to sit during those days. After that the fun section began, a lot spot games were arranged for teachers and students . They also arranged soccer and cricket. After 7 years I played soccer – a favorite game of mien during school day. Totally, it was day of recalling all the memories and sharing best movements of those days with our friends.

After the lunch, we went to the school library. It was our routine to visit the library after the lunch during the school days. I read few books in the library. We also visited the PU college, which is built recently.

Evening we all went to Someshwara Temple and Someshwara beach. We spent almost an hour in the beach. We all Climbed the ‘Rudra Shila’ a big Rock near to the beach. It is one of the attractions of the Someshwara. We all had fun during trekking. Watching the sunset from this rock is amazing experience

Dinner was arranged in the Summer Sand Beach Resort near to Ullal. We all went there, it is around 2 Km from Someshwara. We had nice dinner in the resort. A musical event is arranged for us by our juniors. We had a lot of fun in participating in the show.

Altogether it was a great day in my life. It is nice to arrange this kind of meet. It will give immense pleasure to share your experience with your friends and also listen to some of their experiences. I personally learned a lot from this Meet.