zoukankan      html  css  js  c++  java
  • LINUXFOUNDATION EVENTS

    http://events.linuxfoundation.org/

    #lflks

    This invitation-only event focuses on development and innovation through sessions and workshops that encourage interaction and discussion between kernel developers and industry leaders.

    The Linux Kernel Summit brings together the world's leading core kernel developers to discuss the state of the existing kernel and plan the next development cycle.

    #linuxcon

     

    LinuxCon is the only event covering all matters Linux - offering collaboration and education for everyone in the ecosystem from developers and maintainers to sys admins and architects to business executives and community members.

    There's simply no other event in North America where developers, sys admins, architects and all levels of technical talent gather together under one roof for education, collaboration and problem-solving to further the Linux platform.  

     

    The only event in Europe covering all matters Linux - offering collaboration and education for everyone in the ecosystem from developers and maintainers to sys admins and architects to business executives and community members.

    There's simply no other event in Europe where developers, sys admins, architects and all levels of technical talent gather together under one roof for education, collaboration and problem-solving to further the Linux platform.  

     

    LinuxCon Japan encourages collaboration and interaction between Japan and other Asia Pacific countries and the rest of the global Linux community.

    LinuxCon Japan is the premier Linux conference in Asia that brings together a unique blend of core developers, administrators, users, community managers and industry experts.

    #lfcollab 

    An exclusive, invitation-only gathering of core kernel developers, distribution maintainers, ISVs, end users, system vendors and other community organizations for face-to-face meetings to tackle and solve the most pressing issues facing Linux today.

    #lsfmmsummit 

    The Linux Storage Filesystem & MM Summit is a small by-invitation summit which brings together developers and researchers who work with the Linux storage, file system and memory management stacks.

    What is Linux Plumbing?

    Once upon a time, the kernel stood alone and presented services to the system by way of the system call interface. In current systems, instead, users see a view of the system that is created by a whole set of utilities, including the C library, udev, HAL and more. Interactions between these low-level components and the kernel are not always as smooth as they could be, and despite the best efforts of the kernel development community, kernel releases have been known to occasionally break utilities like udev.

    Jonathan Corbet

    Jonathan Corbet calls this the “kernel ecosystem”. We call it the “plumbing,” a collection of essential interfaces and services provided by the libraries, kernel, and utilities that make up a Linux system. Currently, when a problem exists that involves both kernel and user space, a developer must attend several different conferences to discuss the problems face-to-face with other key developers. As a result, problems crossing multiple subsystem boundaries are more difficult to solve than those within a subsystem.

    The Linux Plumbers Conference was created to bring together the key developers involved in Linux plumbing – the “Linux plumbers” – and give them an opportunity to discuss problems face-to-face, both within subsystems and across subsystems. Participants include invited attendees, speakers selected through an open, competitive review process, and students. Registration is open to the general public as well.

    Solving Problems

    A number of us on the Kernel Summit mail list have been complaining that we need something like this badly. We need a place for the HAL, dbus, audio framework, kernel, X and other assorted developers to get together and hash out some of this in person. This would be a perfect place for it.

    Greg Kroah-Hartman

    The goal of the Plumbers Conference is to solve problems. The conference is arranged as a series of microconferences, each on a topic that is narrow enough to identify specific problem areas and brainstorm workable solutions. Each microconference is led by an expert in the field and organized to encourage discussion and problem solving. Microconferences will be scheduled so that representatives from related subsystems can attend other microconferences. In addition to the microconferences, there will be a general track for discussing issues that don’t fit into microconferences, or come up during the conference.

    The Linux Plumbers Conference is underwritten by The Linux Foundation and organized in partnership with The Linux Foundation and community volunteers. The Linux Plumbers Conference is a revenue neutral event.

  • 相关阅读:
    angular中scope的watch用法
    angular中对于no-repeat的优化——track by
    angular筛选器
    为什么我只贴代码不给你们源码?
    新添子节点却无法被之前的删除功能所删除,处理方法,给删除功能延迟,有好办法记得告诉我下哈,感激不进
    IDEA下Maven项目搭建踩坑记----3.最长的bug,最简单的错误。同一类中,部分函数的@AutoWired注入的对象失效
    IDEA下Maven项目搭建踩坑记----2.项目编译之后 在service层运行时找不到 com.dao.CarDao
    IDEA下Maven项目搭建踩坑记----1.pom,xml文件下${spring-version}不能用
    Myeclipse maven 配置有问题 改之后重启还是不好用
    前端 的一些css的写法
  • 原文地址:https://www.cnblogs.com/baiyw/p/3711369.html
Copyright © 2011-2022 走看看