The Bootable Cluster CD∗

Total Page:16

File Type:pdf, Size:1020Kb

The Bootable Cluster CD∗ High Performance Computing Environments Without the Fuss: The Bootable Cluster CD∗ Sarah M. Diesburg and Paul A. Gray Department of Computer Science University of Northern Iowa Cedar Falls, IA 50614 e-mail: [email protected], [email protected] David Joiner Department of Science and Technology Education Kean University Union, NJ 07083 e-mail: [email protected] Abstract This paper confronts the issue of bringing high per- Keywords: Practical experiences with parallel and dis- formance computing (HPC) education to those who do tributed systems, clustering environments, diskless clusters, not have access to a dedicated clustering environments in PXE-boot clusters, high performance computing environ- an easy, fully-functional, inexpensive manner through the ments, high performance computing education use of the “Bootable Cluster CD” (BCCD). As an exam- ple, many primarily undergraduate institutions (PUI’s) do not have the facilities, time, or money to purchase hard- 1. Introduction ware, maintain user accounts, configure software compo- The Bootable Cluster CD (BCCD, [9]) is a bootable CD nents, and keep ahead of the latest security advisories for image that boots up into a pre-configured distributed com- a dedicated clustering environment. The BCCD project’s puting environment. It is unique among bootable cluster- primary goal is to support an instantaneous, drop-in dis- ing approaches in its ability to provide a complete clus- tributed computing environment. A consequence of provid- tering environment with pre-configured clustering applica- ing such an environment is the ability to promote the edu- tions and examples a full repertoire of development tools. cation of high performance computing issues at the under- This provides those who do not have access to a dedicated graduate level through the ability to turn an ordinary lab cluster, such as undergraduate students and independent re- of networked workstations temporarily into a non-invasive, searchers, with the tools and building blocks necessary to fully-functional clustering classroom. teach themselves the core concepts of high performance The BCCD itself is a self-contained clustering environ- computing (HPC) through easy, hands-on experimentation. ment in a bootable CD format. Using the BCCD, students, In many places, such as primarily undergraduate institu- educators and researchers are able to gain insight into con- tions (PUI’s), generic computer labs are becoming univer- figuration, utilization, troubleshooting, debugging, and ad- sally available for class-time use. The BCCD can be used to ministration issues uniquely associated with parallel com- temporarily turn these computer labs into a convenient, non- puting in a live, easy to use “drop-in” clustering environ- destructive (no installation required), pre-configured clus- ment. As the name implies, the BCCD provides a full, co- tering environment, providing a full array of clustering tools hesive clustering environment running GNU/Linux when and environments. In the same way, the BCCD can be used booted from the CDROM drives of networked workstations. to turn a couple of household computers into a personal, home clustering environment. ∗ Work supported in part by a grant from the National Computational The BCCD system runs entirely from the host system’s Science Institute (NCSI) RAM and does not require nor use the local system disc Proceedings of the 19th IEEE International Parallel and Distributed Processing Symposium (IPDPS’05) 1530-2075/05 $ 20.00 IEEE by default. Through this “overlay” approach, the BCCD’s accepts these keys in an appropriate way, the local BCCD main asset is being able to convert multiple workstations user can leverage the corresponding private key (which is running various operating systems into a coherent and pow- not disclosed) to execute commands and gain access to the erful clustering environment. This means that the BCCD of- remote machine. Many clustering tools require the ability fers a drop in solution that requires no dual-boot configu- to execute certain commands on remote machines without rations, minimal system configuration, no ongoing admin- requiring the user to input his or her password. Using a istration, and an extremely robust on-demand development public-key broadcasting approach with pkbcast, as well as environment for the teaching and learning of HPC. other custom scripts provided with the BCCD to ease net- work configuration, formation of cluster “groups”, and spe- 2. What Makes the BCCD Different? cialized bootup modes, hosts booted with the BCCD can be easily brought together into a single computational environ- There are several clustering implementations to choose ment. from when deciding on a parallel computing environ- ment for HPC education. Clustering distributions, such as OSCAR[4] and NPACI-Rocks[15], add on or inte- 4. Contents of the BCCD grate with standard Linux distributions. While this ap- proach benefits from pre-configured packages and clus- A wide breadth of pre-configured clustering applications ter administration tools, it also requires dedicated re- are already included on the BCCD, such as openMosix[1], sources. Dynamic (non-invasive) environments, which in- MPICH[10], LAM-MPI[3], PVM[7], and PVFS2[12]. clude ClusterKnoppix[16], CHAOS[13], PlumpOS, and OpenMosix support (as seen in Figure 1 below) pro- LOAF[2] (Linux On A Floppy), do not require dedi- vides kernel-level process migration and clustering ca- cated resources in that these drop-in clustering environ- pabilities across a BCCD-based cluster. Using visualiza- ments install nothing to the hard drive. In many instances, tion tools such as openmosixview, openmosixmigmon these environments only support a limited number of clus- (the openMosix migration monitor), openmosixana- tering paradigms (such as openMosix, but not PVM), and lyzer, mosmon, and mtop (openMosix “top”), students one cannot introduce new software or clustering applica- can explore the characteristics of kernel-based cluster- tions to the environment (as in ClusterKnoppix, CHAOS, ing. The version of openMosix running on the BCCD and Loaf). matches the running kernel; the openMosix-tools ver- The BCCD, on the other hand, combines the best of both sion is 0.3.5; the openMosixView distribution on the BCCD worlds in that it requires no dedicated resources (no installa- is version 1.5. tion to the hard drive), no pre-configuration of packages, no MPICH is the default MPI environment on the BCCD. administration, and includes a large customizable amount Debugging tools are included, such as the MPE tools mpi- of various clustering and development environments. log, mpitrace, and mpianim. A graphical visualization tools also exits called upshot. Multiple pre-configured example 3. How the BCCD Works programs for MPICH already exist on the BCCD linked conveniently off the default home directory. The BCCD is inherently customizable by design. The en- With a simple change to the “live” runtime system, or tire system is dynamically built from web-fetched sources by creating a custom image, the MPI runtime environment in a cross-compiling process referred to as “gar”. The build can easily default to LAM-MPI support. LAM-MPI is an process brings together source code and local customiza- alternate MPI environment on the BCCD. Also included is tions in order to produce the final raw CDROM image. This XMPI, a graphical debugger that allows you to start MPI allows special, customized images of the BCCD to be eas- applications compiled with LAM-MPI and view message ily built, such as images that contain extra applications or passing events during execution. And just like with MPICH, images that require a personal private RSA key to unlock. the BCCD contains multiple pre-configured example pro- A group of workstations can be formed into a power- grams to be easily run with the LAM-MPI environment. ful clustering environment with the BCCD through a rela- Support is also available for creating, compiling, run- tively simple process. Each BCCD-booted workstation uti- ning, and debugging programs under the PVM environ- lizes the existing TCP/IP network to automatically config- ment. Users can run PVM programs from the command ure the network environment. If a DHCP or DNS server is line, from the pvm console, or from the graphical tool xpvm, not present, another BCCD-booted workstation can be eas- which serves as a real time performance monitor for PVM ily configured to offer those services. tasks. Again, just like with MPICH and LAM-MPI, pre- The pkbcast process then begins to broadcast the pub- configured PVM example programs are preloaded on the lic keys of each BCCD user/node. If a remote BCCD user BCCD for educational convenience. Proceedings of the 19th IEEE International Parallel and Distributed Processing Symposium (IPDPS’05) 1530-2075/05 $ 20.00 IEEE Figure 1. Process migration using openMosix on the BCCD. The openMosix paradigm is a task-based paral- lelization model. The above figure illustrates the seamless distribution of twenty tasks through the openMosix kernel scheduler. Distributed monitoring is shown through the openmosixview application (back) and in a ter- minal window using mosmon (front left). Using the openmosixmigmon interface (middle), users can drag-and-drop icons representing openMosix tasks from one resource to another. PVFS2 is an open-source, scalable parallel file system tribution and gathering, process termination, remote shut- designed to scale to very large numbers of clients and down and restart, and system image updates. A specialized servers. PVFS2 support can be used on the BCCD to sup- BCCD bootup mode (discussed later) facilitates the use of port teaching aspects of filesystems related to parallel en- C3 tools. OpenPBS is a flexible batch queuing system. vironments, access existing PVFS2 volumes served on an- These applications are available without requiring con- other cluster, or to support filesystem distribution over a figuration, installation, or administration by the end user(s). drop-in cluster environment. The BCCD currently contains They have been provided on the BCCD image so that the fo- 1 PVFS2 version 0.8 , integrated into the 2.4.25 Linux ker- cus can be on how to “use” a cluster instead of how to setup, nel.
Recommended publications
  • 24 Bringing Order to Chaos: Barrier-Enabled I/O Stack for Flash Storage
    Bringing Order to Chaos: Barrier-Enabled I/O Stack for Flash Storage YOUJIP WON and JOONTAEK OH, Hanyang University, Korea JAEMIN JUNG, Texas A&M University, USA GYEONGYEOL CHOI and SEONGBAE SON, Hanyang University, Korea JOOYOUNG HWANG and SANGYEUN CHO, Samsung Electronics, Korea This work is dedicated to eliminating the overhead required for guaranteeing the storage order in the modern IO stack. The existing block device adopts a prohibitively expensive approach in ensuring the storage order among write requests: interleaving the write requests with Transfer-and-Flush. For exploiting the cache bar- rier command for flash storage, we overhaul the IO scheduler, the dispatch module, and the filesystem sothat these layers are orchestrated to preserve the ordering condition imposed by the application with which the associated data blocks are made durable. The key ingredients of Barrier-Enabled IO stack are Epoch-based IO scheduling, Order-Preserving Dispatch,andDual-Mode Journaling. Barrier-enabled IO stack can control the storage order without Transfer-and-Flush overhead. We implement the barrier-enabled IO stack in server as well as in mobile platforms. SQLite performance increases by 270% and 75%, in server and in smartphone, respectively. In a server storage, BarrierFS brings as much as by 43× andby73× performance gain in MySQL and SQLite, respectively, against EXT4 via relaxing the durability of a transaction. CCS Concepts: • Software and its engineering → File systems management; Additional Key Words and Phrases: Filesystem, storage, block device, linux ACM Reference format: Youjip Won, Joontaek Oh, Jaemin Jung, Gyeongyeol Choi, Seongbae Son, Jooyoung Hwang, and Sangyeun Cho. 2018. Bringing Order to Chaos: Barrier-Enabled I/O Stack for Flash Storage.
    [Show full text]
  • Ein Wilder Ritt Distributionen
    09/2016 Besichtigungstour zu den skurrilsten Linux-Distributionen Titelthema Ein wilder Ritt Distributionen 28 Seit den frühen 90ern schießen die Linux-Distributionen wie Pilze aus dem Boden. Das Linux-Magazin blickt zurück auf ein paar besonders erstaunliche oder schräge Exemplare. Kristian Kißling www.linux-magazin.de © Antonio Oquias, 123RF Oquias, © Antonio Auch wenn die Syntax anderes vermu- samer Linux-Distributionen aufzustellen, Basis für Evil Entity denkt (Grün!), liegt ten lässt, steht der Name des klassischen denn in den zweieinhalb Jahrzehnten falsch. Tatsächlich basierte Evil Entity auf Linux-Tools »awk« nicht für Awkward kreuzte eine Menge von ihnen unseren Slackware und setzte auf einen eher düs- (zu Deutsch etwa „tolpatschig“), sondern Weg. Während einige davon noch putz- ter anmutenden Enlightenment-Desktop für die Namen seiner Autoren, nämlich munter in die Zukunft blicken, ist bei an- (Abbildung 3). Alfred Aho, Peter Weinberger und Brian deren nicht recht klar, welche Zielgruppe Als näher am Leben erwies sich der Fo- Kernighan. Kryptische Namen zu geben sie anpeilen oder ob sie überhaupt noch kus der Distribution, der auf dem Ab- sei eine lange etablierte Unix-Tradition, am Leben sind. spielen von Multimedia-Dateien lag – sie heißt es auf einer Seite des Debian-Wiki wollten doch nur Filme schauen. [1], die sich mit den Namen traditioneller Linux für Zombies Linux-Tools beschäftigt. Je kaputter, desto besser Denn, steht dort weiter, häufig halten Apropos untot: Die passende Linux- Entwickler die Namen ihrer Tools für Distribution für Zombies ließ sich recht Auch Void Linux [4], der Name steht selbsterklärend oder sie glauben, dass einfach ermitteln. Sie heißt Undead Linux je nach Übersetzung für „gleichgültig“ sie die User ohnehin nicht interessieren.
    [Show full text]
  • Enabling Virtualization Technologies for Enhanced Cloud Computing
    New Jersey Institute of Technology Digital Commons @ NJIT Dissertations Electronic Theses and Dissertations Fall 1-31-2015 Enabling virtualization technologies for enhanced cloud computing Kashifuddin Qazi New Jersey Institute of Technology Follow this and additional works at: https://digitalcommons.njit.edu/dissertations Part of the Computer Sciences Commons Recommended Citation Qazi, Kashifuddin, "Enabling virtualization technologies for enhanced cloud computing" (2015). Dissertations. 106. https://digitalcommons.njit.edu/dissertations/106 This Dissertation is brought to you for free and open access by the Electronic Theses and Dissertations at Digital Commons @ NJIT. It has been accepted for inclusion in Dissertations by an authorized administrator of Digital Commons @ NJIT. For more information, please contact [email protected]. Copyright Warning & Restrictions The copyright law of the United States (Title 17, United States Code) governs the making of photocopies or other reproductions of copyrighted material. Under certain conditions specified in the law, libraries and archives are authorized to furnish a photocopy or other reproduction. One of these specified conditions is that the photocopy or reproduction is not to be “used for any purpose other than private study, scholarship, or research.” If a, user makes a request for, or later uses, a photocopy or reproduction for purposes in excess of “fair use” that user may be liable for copyright infringement, This institution reserves the right to refuse to accept a copying order
    [Show full text]
  • Heterogeneous Clusters.Pdf
    HowTo Heterogeneous Clusters Running ClusterKnoppix as a master node to a CHAOS drone army HowTo Heterogeneous Clusters Running ClusterKnoppix as a master node to a CHAOS drone army CONTROL PAGE Document Approvals Approved for Publication: Author Name: Ian Latter 12 December 2003 Document Control Document Name: Heterogeneous Clusters; Running ClusterKnoppix as a master node to a CHAOS drone army Document ID: howto - heterogenous clusters.doc-Release-1.1(467) Distribution: Unrestricted Distribution Status: Release Disk File: C:\Documents and Settings\_.NULL\Desktop\whitepaper\HowTo - Heterogenous Clusters.doc Copyright: Copyright 2003, Macquarie University Version Date Release Information Author/s 1.1 12-Dec-03 Release / Unrestricted Distribution Ian Latter 1.0 11-Dec-03 Draft / Uncontrolled Ian Latter Distribution Version Release to 1.1 Public Release 1.0 Macquarie University, Moshe Bar, Bruce Knox, Wim Vandersmissen Unrestricted Distribution Copyright 2003, Macquarie University Page 2 of 13 HowTo Heterogeneous Clusters Running ClusterKnoppix as a master node to a CHAOS drone army Table of Contents 1 OVERVIEW..................................................................................................................................4 2 WHY YOU WANT A HETEROGENEOUS CLUSTER ..........................................................5 2.1 WHERE APPLICATIONS LIVE ...................................................................................................5 2.2 OPTIMIZING CLUSTER ADMINISTRATION ................................................................................5
    [Show full text]
  • Linux Installation and Getting Started
    Linux Installation and Getting Started Copyright c 1992–1996 Matt Welsh Version 2.3, 22 February 1996. This book is an installation and new-user guide for the Linux system, meant for UNIX novices and gurus alike. Contained herein is information on how to obtain Linux, installation of the software, a beginning tutorial for new UNIX users, and an introduction to system administration. It is meant to be general enough to be applicable to any distribution of the Linux software. This book is freely distributable; you may copy and redistribute it under certain conditions. Please see the copyright and distribution statement on page xiii. Contents Preface ix Audience ............................................... ix Organization.............................................. x Acknowledgments . x CreditsandLegalese ......................................... xii Documentation Conventions . xiv 1 Introduction to Linux 1 1.1 About This Book ........................................ 1 1.2 A Brief History of Linux .................................... 2 1.3 System Features ......................................... 4 1.4 Software Features ........................................ 5 1.4.1 Basic commands and utilities ............................. 6 1.4.2 Text processing and word processing ......................... 7 1.4.3 Programming languages and utilities .......................... 9 1.4.4 The X Window System ................................. 10 1.4.5 Networking ....................................... 11 1.4.6 Telecommunications and BBS software .......................
    [Show full text]
  • HPC with Openmosix
    HPC with openMosix Ninan Sajeeth Philip St. Thomas College Kozhencheri IMSc -Jan 2005 [email protected] Acknowledgements ● This document uses slides and image clippings available on the web and in books on HPC. Credit is due to their original designers! IMSc -Jan 2005 [email protected] Overview ● Mosix to openMosix ● Why openMosix? ● Design Concepts ● Advantages ● Limitations IMSc -Jan 2005 [email protected] The Scenario ● We have MPI and it's pretty cool, then why we need another solution? ● Well, MPI is a specification for cluster communication and is not a solution. ● Two types of bottlenecks exists in HPC - hardware and software (OS) level. IMSc -Jan 2005 [email protected] Hardware limitations for HPC IMSc -Jan 2005 [email protected] The Scenario ● We are approaching the speed and size limits of the electronics ● Major share of possible optimization remains with software part - OS level IMSc -Jan 2005 [email protected] Hardware limitations for HPC IMSc -Jan 2005 [email protected] How Clusters Work? Conventional supe rcomputers achieve their speed using extremely optimized hardware that operates at very high speed. Then, how do the clusters out-perform them? Simple, they cheat. While the supercomputer is optimized in hardware, the cluster is so in software. The cluster breaks down a problem in a special way so that it can distribute all the little pieces to its constituents. That way the overall problem gets solved very efficiently. - A Brief Introduction To Commodity Clustering Ryan Kaulakis IMSc -Jan 2005 [email protected] What is MOSIX? ● MOSIX is a software solution to minimise OS level bottlenecks - originally designed to improve performance of MPI and PVM on cluster systems http://www.mosix.org Not open source Free for personal and academic use IMSc -Jan 2005 [email protected] MOSIX More Technically speaking: ● MOSIX is a Single System Image (SSI) cluster that allows Automated Load Balancing across nodes through preemptive process migrations.
    [Show full text]
  • Full Circle Magazine N° 85 1 Full Ciircle Magaziine N''est Affiiliié En Aucune Maniière À Canoniical Ltd
    Full Circle LE MAGAZINE INDÉPENDANT DE LA COMMUNAUTÉ UBUNTU LINUX Numéro 85 -Mai 2014 UUBBUUNNTTUU 11 44..0044 MIS SUR LA SELLETTE full circle magazine n° 85 1 Full Ciircle Magaziine n''est affiiliié en aucune maniière à Canoniical Ltd.. sommaire ^ Tutoriels Full Circle LE MAGAZINE INDÉPENDANT DE LA COMMUNAUTÉ UBUNTU LINUX Python p.1 1 ActusLinux p.04 LibreOffice p.1 4 Command&Conquer p.09 Arduino p.25 Demandez au petitnouveau p.29 GRUB2etMultibooting p.17 LaboLinux p.33 Critique:Ubuntu14.04 p.37 Monnaievirtuelle p.39 Blender p.19 Courriers p.42 Tuxidermy p.43 Q&R p.44 Inkscape p.21 Sécurité p.46 Conception Open Source p.47 JeuxUbuntu p.49 Graphismes Les articles contenus dans ce magazine sont publiés sous la licence Creative Commons Attribution-Share Alike 3.0 Unported license. Cela signifie que vous pouvez adapter, copier, distribuer et transmettre les articles mais uniquement sous les conditions suivantes : vous devez citer le nom de l'auteur d'une certaine manière (au moins un nom, une adresse e-mail ou une URL) et le nom du magazine (« Full Circle Magazine ») ainsi que l'URL www.fullcirclemagazine.org (sans pour autant suggérer qu'ils approuvent votre utilisation de l'œuvre). Si vous modifiez, transformez ou adaptez cette création, vous devez distribuerla création qui en résulte sous la même licence ou une similaire. Full Circle Magazine est entièrement indépendantfull de circle Canonical, magazine le sponsor n° 85 des projets2 Ubuntu. Vous ne devez en aucun cas présumer que les avis et les opinions exprimés ici ont reçu l'approbation de Canonical.
    [Show full text]
  • Monitoring Agent for Linux OS Reference Chapter 1
    Monitoring Agent for Linux OS Version 6.3.5 Reference IBM Monitoring Agent for Linux OS Version 6.3.5 Reference IBM Note Before using this information and the product it supports, read the information in “Notices” on page 227. This edition applies to version 6.35.14 of the Monitoring Agent for Linux OS and to all subsequent releases and modifications until otherwise indicated in new editions. © Copyright IBM Corporation 2010, 2018. US Government Users Restricted Rights – Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp. Contents Chapter 1. Monitoring Agent for Linux Linux Group data set.......... 108 OS ................. 1 Linux Host Availability data set ...... 109 Linux IO Ext (Superseded) data set ..... 110 Chapter 2. Dashboard ......... 3 Linux IO Extended data set........ 113 Linux IP Address data set ........ 116 Default dashboard pages .......... 3 Linux LPAR data set .......... 117 Widgets for the Default dashboard pages ..... 4 Linux Machine Information data set ..... 120 Custom views ............. 31 Linux Network data set ......... 122 Linux Network (Superseded) data set .... 127 Chapter 3. Thresholds ........ 33 Linux NFS Statistics data set ....... 133 Predefined thresholds ........... 33 Linux NFS Statistics (Superseded) data set .. 142 Customized thresholds .......... 36 Linux OS Config data set ........ 152 Linux Process data set ......... 153 Chapter 4. Attributes ......... 39 Linux Process (Superseded) data set ..... 163 Data sets for the monitoring agent....... 40 Linux Process User Info data set ...... 170 Attribute descriptions ........... 44 Linux Process User Info (Superseded) data set 174 Agent Active Runtime Status data set .... 45 Linux RPC Statistics data set ....... 178 Agent Availability Management Status data set 47 Linux RPC Statistics (Superseded) data set .
    [Show full text]
  • Fedora 13 Alpha Arrives Ami
    Fedora 13 alpha arrives amid controversy http://www.desktoplinux.com/news/NS8716234495.html Home | News | Articles | Forum | Polls | Blogs | Videos | Resource Library Keywords: Match: Fedora 13 alpha arrives amid controversy Got a HOT tip? please tell us! Mar. 12, 2010 ADVERTISEMENT (Advertise here) The Fedora project has released an alpha version of Fedora 13 featuring automatic print-driver installation, the Btrfs filesystem, Resource Library enhanced 3D driver support, and much more. Meanwhile, on LWN.net, Jonathan Corbet reports on the growing controversy in the Fedora community over the quantity and quality of updates. This techie-focused Fedora is known as a cutting-edge, community-driven upstream contributor to Red Hat Enterprise Linux (RHEL). Expected to ship in final form in Popular recent stories: Visit the... • Linux an equal Flash player May, Fedora 13 follows the final release of Fedora 12 in November. Fedora 12 • Linux, netbooks threaten Microsoft's fat profits added speed optimizations for i686 CPUs and the Intel Atom, and enhanced • gOS 3.0 goes gold support for IPv6, Bluetooth, virtualization, multimedia, and power management • Browser swallows OS • Lenovo denies ditching Linux features. Fedora 12 also added support for the netbook-oriented Moblin desktop • Lightweight, Linux-compatible browser evolves environment, in the form of a Fedora 12 Moblin Fedora Remix edition. • GNOME 2.24 gains "Empathy" IM • Review: Pardus Linux • Ubuntu to fund Linux development Plug and play printing -- yea! • Ubuntu "Intrepid Ibex" available From the end-user perspective, one of the most noticeable improvements to Fedora All-time Classics: • Choosing a desktop Linux distro 13 is automatic print driver installation.
    [Show full text]
  • Macroecological and Macroevolutionary Patterns Emerge in the Universe of GNU/Linux Operating Systems Petr Keil, A
    Macroecological and macroevolutionary patterns emerge in the universe of GNU/Linux operating systems Petr Keil, A. A. M. Macdonald, Kelly S. Ramirez, Joanne M. Bennett, Gabriel E. Garcia-Pena, Benjamin Yguel, Bérenger Bourgeois, Carsten Meyer To cite this version: Petr Keil, A. A. M. Macdonald, Kelly S. Ramirez, Joanne M. Bennett, Gabriel E. Garcia-Pena, et al.. Macroecological and macroevolutionary patterns emerge in the universe of GNU/Linux operating systems. Ecography, Wiley, 2018, 41 (11), pp.1788-1800. 10.1111/ecog.03424. hal-02621181 HAL Id: hal-02621181 https://hal.inrae.fr/hal-02621181 Submitted on 26 May 2020 HAL is a multi-disciplinary open access L’archive ouverte pluridisciplinaire HAL, est archive for the deposit and dissemination of sci- destinée au dépôt et à la diffusion de documents entific research documents, whether they are pub- scientifiques de niveau recherche, publiés ou non, lished or not. The documents may come from émanant des établissements d’enseignement et de teaching and research institutions in France or recherche français ou étrangers, des laboratoires abroad, or from public or private research centers. publics ou privés. Distributed under a Creative Commons Attribution| 4.0 International License doi: 10.1111/ecog.03424 41 1788– 1800 ECOGRAPHY Research Macroecological and macroevolutionary patterns emerge in the universe of GNU/Linux operating systems Petr Keil, A. A. M. MacDonald, Kelly S. Ramirez, Joanne M. Bennett, Gabriel E. García-Peña, Benjamin Yguel, Bérenger Bourgeois and Carsten Meyer P. Keil (http://orcid.org/0000-0003-3017-1858) ([email protected]) and J. M. Bennett, German Centre for Integrative Biodiversity Research (iDiv) Halle- Jena-Leipzig, Leipzig, Germany.
    [Show full text]
  • Ausgabe 06 / 2010
    Lehrer und6.|2010 SchuleDezember 2010, 34. Jahrgang Zeitschrift des Verbandes Bildung und Erziehung (VBE) Landesverband Hessen e. V. / Lehrergewerkschaft im Deutschen Beamtenbund Wir wünschen allen Mitgliedern sowie allen Leserinnen und Lesern von „Lehrer und Schule“ ein gesegnetes Weihnachtsfest, erholsame Weihnachtsferien und einen guten Start in das Jahr 2011. VBE Verband Bildung und Erziehung Landesverband Hessen 2 Inhalt + + + Kommentar + + + VBE-Landesvorsitzender: CDU-Herr hat in der Sache recht ...................................................... 83 Liebe Kolleginnen Gleichwertigkeit aller Lehrämter und und Kollegen! gerechte Bezahlung! .................................................. 83 VBE: Rechtsanspruch auf Inklusion in wir haben wieder einmal hessische Verhält- Ländergesetzen verankern ........................................84 nisse – wenn auch anders als früher. Nach den vielen, vielen Ankündigungen soll es VBE-Chef fordert differenzierte Beurteilung ....... 85 jetzt also wieder einmal in vielen Bereichen hoppla-hopp gehen: Das Lehrerbildungsge- Für Sie gelesen ..................................................... 85 setz ist in denkbar schwacher Verfassung Anmerkungen zum sog. „Kleinen Schulbudget“ im Kabinett, das Hessische Schulgesetz ist aus der Sicht des VBE Hessen .....................................86 plötzlich eilig und das sogenannte Kleine Schulbudget wird mit der Brechstange den Lehrer lassen sich nicht von der Politik Schulen angedient. vorführen .................................................................
    [Show full text]
  • Linux Journal | July 2016 | Issue
    A PENGUIN-POWERED RADIO STATION IN DC ™ WATCH: ISSUE OVERVIEW V JULY 2016 | ISSUE 267 http://www.linuxjournal.com Since 1994: The Original Magazine of the Linux Community ANDROID BROWSER SECURITY What You Should Know + A Crash Course on Planning Security Exercises Delve Into Complex String Processing Turn an Old PC into a How to Set Up WordPress Virtual-Machine Host with nginx LJ267-July2016.indd 1 6/23/16 3:16 PM NEW! Machine NEW! Linux on Learning Power: with Python Why Open Architecture Practical books Author: Reuven M. Lerner Matters Sponsor: Author: for the most technical Intel Ted Schmidt Sponsor: people on the planet. IBM NEW! Hybrid Cloud NEW! LinuxONE: Security with the Ubuntu z Systems Monster Author: Author: GEEK GUIDES Petros Koutoupis John S. Tonello Sponsor: Sponsor: IBM IBM Ceph: Linux on Open-Source Power SDS Author: Author: Ted Schmidt Ted Schmidt Sponsor: Sponsor: HelpSystems SUSE Download books for free with a SSH: a Self-Audit: simple one-time registration. Modern Checking Lock for Assumptions http://geekguide.linuxjournal.com Your Server? at the Door Author: Author: Federico Kereki Greg Bledsoe Sponsor: Sponsor: Fox Technologies HelpSystems LJ267-July2016.indd 2 6/23/16 3:16 PM NEW! Machine NEW! Linux on Learning Power: with Python Why Open Architecture Practical books Author: Reuven M. Lerner Matters Sponsor: Author: for the most technical Intel Ted Schmidt Sponsor: people on the planet. IBM NEW! Hybrid Cloud NEW! LinuxONE: Security with the Ubuntu z Systems Monster Author: Author: GEEK GUIDES Petros Koutoupis John S. Tonello Sponsor: Sponsor: IBM IBM Ceph: Linux on Open-Source Power SDS Author: Author: Ted Schmidt Ted Schmidt Sponsor: Sponsor: HelpSystems SUSE Download books for free with a SSH: a Self-Audit: simple one-time registration.
    [Show full text]