8th Bangalore Docker meetup and Global Hackathon#2

On 1st Nov’14, Red Hat offices in Bangalore and Pune hosted Docker meetups and Hackathon. ~40 people attended Bangalore meetup. Before the hackathon we had following presentations :- Docker Global Hackday opening by Avi Cavale, Co-founder and CEO, Shippable. Introduction to Docker – Pranay Pareek, Shippable Introduction to Project Atomic – Neependra Khare, Red Hat. In … Read more

3rd and 4th Bangalore Docker meetup

In May’14 we had two docker meetups in Bangalore. First was on May 10th and Shippable and second on May 31st at Red Hat office. In first meetup we had two sessions  Issues faced while deploying Docker in production by Ragesh (@rageshk ) from Shippable  Dry run of my Dokcer workshop @rootconf Though there were less attendees … Read more

Kernel Compilation Session @Embedded Nirvana

Embedded Nirvana is an initiative for hands-on knowledge sharing for Linux OS on Embedded Devices. Today we are having out event for COEP students http://embeddednirvana.org/about-envent/.  I also gave a talk on Linux Kernel Compilation. The commands are very specific for Fedora. Before getting into kernel compilation I would like to talk about few things which … Read more

Programming Contest@Gnunify’11

It all started in the January’11 PLUG meet. We were discussing about different tracks in Gnunify’11.As Gnunify is mostly student oriented, I put forwarded the idea to have Programming Contest this year. The main idea was to let students learn something new and to force them we decided to declare the topics of the contest … Read more

Gnunify’11

I participate in Gnunify this year as well. Other that presenting my talk on “Setting Up Linux Kernel Debugging Environment”, I organized a programming contest as well with the PLUG members. I’ll be putting another post for that. My talk was scheduled at 3:45 PM on 11th Feb and I was planning to go post lunch … Read more

FOSS.in’10 Experience

From the previous post you might know that I attended FOSS.in’10 and gave a talk on Ftrace in Fedora Mini-Conf. I had great time there. Meeting with friends. talks, technical discussions on the flight/ at the venue/ at dinner… Apart from all the keynotes and Fedora Mini-Conf, I attended following talks:- Operating System Caches in … Read more

Ftrace: Fedora Mini-Conf Session at FOSS.in’10

I gave a talk on Ftrace in Fedora Mini-Conf  at FOSS.in’10. The slides are at https://fedoraproject.org/wiki/File:Fedora_Ftrace.pdf I started my presentation with an example. I setup function_ftrace as  current_tracer and set the trace filter for all the ext3 functions and started the tracing: [sourcecode language=”text” gutter=”false”] $ echo function_ftrace > /sys/kernel/debug/tracing/current_tracer $ echo ext3* > /sys/kernel/debug/tracing/set_ftrace_filter … Read more