OWASP-Kerala meeting

OWASP-Kerala will be conducting its monthly meeting on May 9th, 2010 at Cyber Prizm, Kacheripaddy, Cochin. The session will be handled by Binny V A, who is a freelance web developer on the LAMP platform.

Topic: Sea-Surf. Aka Cross-site request forgery
Venue – Cyber Prizm
Location – Kacheripady (next to Excise Office)
Date – 09 May 2010.
Time – 1600 – 1730 hrs IST

Share
Posted in owasp | Tagged | 1 Comment

Udev: Introduction to Device Management In Modern Linux System

Modern Linux distributions are capable of identifying a hardware component which is plugged into an already-running system. There are a lot of user-friendly distributions like Ubuntu, which will automatically run specific applications like Rhythmbox when a portable device like an iPod is plugged into the system.

Hotplugging (which is the word used to describe the process of inserting devices into a running system) is achieved in a Linux distribution by a combination of three components: Udev, HAL, and Dbus.

Udev supplies a dynamic device directory containing only the nodes for devices which are connected to the system. It creates or removes the device node files in the /dev directory as they are plugged in or taken out. Dbus is like a system bus which is used for inter-process communication. The HAL gets information from the Udev service, when a device is attached to the system and it creates an XML representation of that device. It then notifies the corresponding desktop application like Nautilus through the Dbus and Nautilus will open the mounted device’s files. Continue reading

Share
Posted in hotplugging, Kernel, Linux | Leave a comment

Resizing the DRBD device

The DRBD is a kernel module that was merged with 2.6.33 version kernel on 8 December 2009. DRBD provides the data replication between two nodes at real time. I was experimenting with the DRBD and other HA applications and came to a situation in which I need to resize the DRBD device. I thought I will share that with others.

1. Resize the low level device first. In my case that is an LVM partition.

[root@ha2 ~]# lvextend -L+1G /dev/vg1/vps1
Extending logical volume vps1 to 5.00 GB
Logical volume vps1 successfully resized

You need to do that at both the nodes. Continue reading

Share
Posted in drbd, Linux | 7 Comments

BarcampKerala 7, My experiences

I got 3 days off and that gave me the chance to present my session at BCK 7. I was planning to go home on 18th and from there to the BCK7 venue on 20th morning. But I was in night shift on 17th. I came room on 18th morning and slept. I was so tiered, so I post pond the travel to next day. Next day only I thought about the laptop that I need to present the session at BCK7. I don’t have a laptop, so I called my brother and asked, if he know some one who can gave one for presenting the seminar. But he was clueless. Fortunately I got one from my co-worker and started my journey to my home at Cherthala on 19th evening. I reached home at around 7PM after 1 and half hour of journey in my two wheeler. Continue reading

Share
Posted in barcamp kerala | Tagged | Leave a comment

BarCamp Kerala 7

Its BarCamp time once again! We are holding BarCamp Kerala 7 on 20th of December 2009! If you are in Kerala and you call yourself a techie, BarCamp Kerala aka BCK is a must attend event for you.

Think barcamp is about lawyers? Or about alcoholics? Think again…

BarCamp is an ad-hoc gathering born from the desire for people to share and learn in an open environment. It is an intense event with discussions, demos and interaction from participants who are the main actors of the event Continue reading

Share
Posted in barcamp kerala | 1 Comment