Libreelec for Kodi 17.4 Download Android Libreelec for Kodi 17.4 Download Android

Total Page:16

File Type:pdf, Size:1020Kb

Libreelec for Kodi 17.4 Download Android Libreelec for Kodi 17.4 Download Android libreelec for kodi 17.4 download android Libreelec for kodi 17.4 download android. Hi all, I currently have a Raspberry Pi 2 connecting to my NAS drive. It's a WD World Edition (early model) 3TB NAS hard drive. This lets me plug it into the network and have all my files accessible over the network. I filled it up some time ago so now have a 2Tb WD Passport plugged into the USB drive on it which has also now filled. Sadly it only has 1 USB drive so I am now out of options to add more storage to it. I really like using just 2.5" external hard drives for the storage as it means I can simply unplug it and take it with me when I go travelling. I'm just looking for suggestions really as to what recommended options are for a cheap/small NAS solution. I dont need RAID at all and just literally want my drives accessible over the network - would happily just buy another 2Tb Passport to increase capacity. Is the Raspberry Pi (1 or 2) able to have a external drive connected to it and share it? I have an old Raspberry Pi 1 that I could happily use for a NAS if it'd work. LibreELEC (Krypton) 8.2.0 RELEASE. LibreELEC 8.2.0 provides a mid-year bump to improve hardware support on Intel and Raspberry Pi hardware. It also resolves minor support issues on a range of devices and fixes a number of important security issues affecting the core OS reported in recent months. Kodi is bumped to 17.5, and Samba bumps to 4.6 which brings support for SMB2/3 to LibreELEC for the first time. PLEASE READ THE RELEASE NOTES below before posting an issue in the forums as there are disruptive changes to Samba, Lirc and Tvheadend. NB: An issue with HEVC playback on Raspberry Pi and Slice hardware was reported during the initial canary period and replacement 8.2.0.1 images with a fix (for those devices only) have now been published. Changes since LibreELEC 8.0.2 include: Fix boot-time overwrite of samba.conf.sample to ensure v4 template exists Fix Samba startup failures by detecting/disabling old (v3) samba.conf files Fix NAND install on WeTek Hub/Play 2 after Android Marshmallow updates Fix VMware OVF template, drop OVA .img suffix and force ‘installer’ mode Fix an issue in the embedded getedid script Fix Kodi to support 352KHz and 384KHz audio over S/PDIF Fix clearing of core files from /storage/.cache during Kodi startup Fix vulnerability (CVE-2017-1000250 aka Blueborne pt.1) in BlueZ Fix vulnerability (CVE-2017- 1000251 aka Blueborne pt.2) in all kernels except Amlogic 3.10 Fix a Python /dev/random issue that caused some Python crypto functions to error Fix to prevent boot-loops when a failed update leaves valid files in /storage/.update Update Amlogic 3.14 kernel to use kernel wireless- regdb on all reference devices Update RPi firmware to solve minor CEC button press issues Update RPi wifi firmware to resolve CVE-2017- 9417 (Broadpwn) Update wpa_supplicant to resolve multiple CVE’s (KRACK) Update linux-firmware and misc-firmware packages Update nvidia-legacy driver to 340.104 Update nvidia main driver to 384.90 Update RTL8192EU driver Update RTL8188EU driver Update RPi kernel to 4.9.59 Update Generic kernel to 4.11.8 Update from LibreSSL to OpenSSL Update Samba to 4.6.8 Update to lirc 0.9.4d Update Kodi to 17.5 (the 17.5.1 release is for Android only) Update kernel to enable SMB2 support (default) and where possible SMB3 Update LibreELEC settings add-on to expose more Samba config options Revert Hauppauge DualHD tuner support (back to single-tuner, which works) Add Slice and Slice3 projects Add (merge) Virtual project into Generic Add buildsystem changes to make backports from master easier Add support for the Xiaomi Mi Box Bluetooth remote Add support for Xbox ONE (DVB-C/T/T2) USB tuner (excluding Amlogic devices) Add alsa configuration for the IQAudIO Digi+ on Raspberry Pi devices Add dummy Tvheadend 4.0 add-on to ensure 4.0 is disabled on upgrade. SAMBA / SMB CHANGES . Samba = server software embedded into LibreELEC images. SMB = client protocol used for connecting to Windows Server and Samba shares. LibreELEC 8.2.0 includes changes that allow the Kodi SMB client and our embedded Samba server to support SMB2/3 connections; deprecating SMB1 to improve security and performance. This is necessary to cope with changes Microsoft introduced in the Windows 10 ‘Fall Creators Update’ to resolve SMB1 security issues. Please see Microsoft notes here and here and here for an explanation. LibreELEC changes are summarised below: The Kodi SMB client now defaults to SMB3 connections but can fail to negotiate SMB3 with old Samba (NAS) versions. A new option in Kodi Settings > Services > SMB client > allows SMB2 or SMB1 to be forced for compatibility with legacy SMB servers. Some router and NAS devices have proprietary SMB1 implementations that do not support NTLMv2 and forcing SMB1 still results in a refused connection. This is normally resolved by adding client NTLMv2 auth = no and client use spnego = no to /storage/.kodi/.smb/user.conf before rebooting. In a future LibreELEC release we will make this configurable within the Kodi settings GUI. The embedded Samba server defaults to and supports only SMB2/SMB3 connections. The LibreELEC Settings add-on allows the minimum protocol version to be changed, e.g. to enable SMB1 for compatibility with legacy SMB clients. It also supports GUI configuration of WORKGROUP name. In other Linux distros Samba clients default to SMB1 for all Samba versions up to v4.7 when the Samba default changes to SMB2. If the installed Samba version is between v4.1 and v4.6 you can force SMB2/3 connections by adding client min protocol = SMB2 and client max protocol = SMB3 to smb.conf. Samba versions older than v4.1 do not support SMB2/3 and require the LibreELEC Samba server to be configured for SMB1 support. Samba detects v3 /storage/.config/samba.conf configurations and ignores them to avoid the Samba service failing on startup. If this happens Samba starts with a default v4 configuration. Custom Samba configurations must be updated to use the new Samba 4.x base template (samba.conf.sample). Kodi “Windows network browsing” needs the Kodi SMB client to support SMB1 and we now default to SMB2/3 connections so browsing no longer works. Windows SMB share sources must be added using the full server/share path. SMB sources from Samba/NAS devices can normally be browsed via the “ZeroConf network browsing” alternative. Connection failures to anonymous and guest shares on a Windows server are normally solved by creating a local machine user account and password credential on the server for Kodi to use, then setting read or read-write permissions for that credential to the shares Kodi will access. Connection failures from a Windows client to the embedded Samba server are probably the result of Win10 changes that remove support for guest/anonymous access. Enabling password authentication in the LibreELEC settings add-on and setting username/password credentials should restore access. Local filesystem mounts of a remote SMB filesystem via systemd or autostart.sh now default to SMB2 so connections to SMB1 shares fail unless vers=1.0 is added into the mount command to force SMB1. SAMBA / SMB CONFIGURATION FILES. Kodi forum posts commonly refer to Samba configuration files in. /.smb/smb.conf which is common in other Linux distros but is not correct for LibreELEC and Kodi 17.4 or newer. The embedded Samba server obtains the runtime config from /etc/samba/smb.conf unless /storage/.config/samba.conf custom config is present. The Kodi SMB client configuration is stored in /storage/.kodi/.smb/smb.conf which can be extended with changes in /storage/.kodi/.smb/user.conf if required. nb: Changes to smb.conf in the same location will be overwritten by GUI client changes. If you experience issues with SMB shares (client or server) please post in the forums sharing details of the Windows and Samba versions and a Kodi debug log. !! LIRC CHANGES !! In LibreELEC 8.0 the Lirc service is enabled when an IR receiver is detected in the system, but it is not started unless used with the lirc_rpi or lirc_xbox drivers or a personal lircd.conf. In LibreELEC 8.2 the Lirc service is enabled and supports all drivers which can result in the service starting and interfering with normal IR operations. If you experience “double button presses” after updating the Lirc service can be disabled in the ‘Services’ tab of the LibreELEC settings add-on. The Lirc service is disabled in new installations and must be manually enabled. Thanks to @HiasoffT changes the Lirc service is now configurable using a combination of /storage/.config/lirc_options.conf and lircd.conf – the same approach used in desktop Linux distributions and most howto instructions users find via Google searches. !! TVHEADEND CHANGES !! LibreELEC 8.2 does not provide Tvheadend (Server) 4.0 so the add-on repo has been populated with a dummy 4.0 add-on that Kodi will download then mark as broken. It has been discontinued because it is no longer maintained upstream. Tvheadend 4.2 has been available for some time and has proven to be more stable with better features and hardware support. Unfortunately Tvheadend does not provide an automatic upgrade or configuration export/import process so 4.0 users must perform a new installation of Tvheadend 4.2.
Recommended publications
  • I Know What You Streamed Last Night: on the Security and Privacy of Streaming
    Digital Investigation xxx (2018) 1e12 Contents lists available at ScienceDirect Digital Investigation journal homepage: www.elsevier.com/locate/diin DFRWS 2018 Europe d Proceedings of the Fifth Annual DFRWS Europe I know what you streamed last night: On the security and privacy of streaming * Alexios Nikas a, Efthimios Alepis b, Constantinos Patsakis b, a University College London, Gower Street, WC1E 6BT, London, UK b Department of Informatics, University of Piraeus, 80 Karaoli & Dimitriou Str, 18534 Piraeus, Greece article info abstract Article history: Streaming media are currently conquering traditional multimedia by means of services like Netflix, Received 3 January 2018 Amazon Prime and Hulu which provide to millions of users worldwide with paid subscriptions in order Received in revised form to watch the desired content on-demand. Simultaneously, numerous applications and services infringing 15 February 2018 this content by sharing it for free have emerged. The latter has given ground to a new market based on Accepted 12 March 2018 illegal downloads which monetizes from ads and custom hardware, often aggregating peers to maximize Available online xxx multimedia content sharing. Regardless of the ethical and legal issues involved, the users of such streaming services are millions and they are severely exposed to various threats, mainly due to poor Keywords: fi Security hardware and software con gurations. Recent attacks have also shown that they may, in turn, endanger Privacy others as well. This work details these threats and presents new attacks on these systems as well as Streaming forensic evidence that can be collected in specific cases. Malware © 2018 Elsevier Ltd. All rights reserved.
    [Show full text]
  • Home Automation
    Deep Diving Inside ADB • Geiger Counter • Lakka • Gogs • I/O Extenders Year Four Issue #43 Jul 2017 ODROIDMagazine Sensor tech: ODROID Seismograph MeasuringMeasuring SeismicSeismic AccelerationAcceleration usingusing thethe ODROID-C2ODROID-C2 A Smart house Use your own with your ODROID ODROID-XU4 by your side As A Map Server What we stand for. We strive to symbolize the edge of technology, future, youth, humanity, and engineering. Our philosophy is based on Developers. And our efforts to keep close relationships with developers around the world. For that, you can always count on having the quality and sophistication that is the hallmark of our products. Simple, modern and distinctive. So you can have the best to accomplish everything you can dream of. We are now shipping the ODROID-C2 and ODROID-XU4 devices to EU countries! Come and visit our online store to shop! Address: Max-Pollin-Straße 1 85104 Pförring Germany Telephone & Fax phone: +49 (0) 8403 / 920-920 email: [email protected] Our ODROID products can be found at http://bit.ly/1tXPXwe EDITORIAL opefully you’ll never have to experience an earthquake first hand, but it’s nice to know that an ODROID can help Hdetect seismic activity in your area! Using a simple ac- celerometer, a C Tinkering Kit, WiringPi library, ThingSpeak platform, and a custom Python script, a C2 can be turned into a miniature geographic labora- tory that outputs the magnitude of waves that occur nearby. Our regu- lar contributor Miltiadis details this amazing project so that you can build one of your own. Home automation is virtually standard in new houses these days, and Adrian shows us how to retrofit an existing house to connect to over 650 types of components in order to have completely central- ized control over smart devices from any ODROID device.
    [Show full text]
  • Opentechnologies My Server 3DVBT User Guide
    OpenTechnologies my server 3DVBT User guide 1 Quick start ....................................................................................................................................................................... 2 1.1 Features .................................................................................................................................................................. 2 1.2 Requirements .......................................................................................................................................................... 2 1.3 Package content ...................................................................................................................................................... 2 1.4 TV Server configuration .......................................................................................................................................... 3 1.5 Watching TV ............................................................................................................................................................ 6 1.6 Precautions ............................................................................................................................................................. 7 1.7 Device disposal ........................................................................................................................................................ 7 2 TV Server configuration .................................................................................................................................................
    [Show full text]
  • Media Center Oriented Linux Operating System
    Media Center oriented Linux Operating System Tudor MIU, Olivia STANESCU, Ana CONSTANTIN, Sorin LACRIŢEANU, Roxana GRIGORE, Domnina BURCA, Tudor CONSTANTINESCU, Alexandru RADOVICI University “Politehnica” of Bucharest Faculty of Engineering in Foreign Languages [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], , [email protected] Abstract: Nowadays there is a high demand of computer controller multimedia home systems. A great variety of computer software media center systems is available on the market, software which transforms an ordinary computer into a home media system. This means it adds some functionality to the normal computer. Our goal is to develop such a user-friendly intuitive system, dedicated for home media centers. In contrast with other proprietary approaches (Windows Media Center, Apple TV), we are building an entire operating system specialized on this. It is based on the Linux kernel, thus providing high portability and flexibility at a very low cost. The system is designed to work out of the box (plug it in and use it), needing zero configurations (no human configuration as much as possible) and no installation (Linux-live system, works from a CD, DVD or USB device). The user interface is not more complicated than a generic TV user interface. In this aim, the file system is hidden from the user, being replaced with an intuitive media library, the driver configurations is done automatically, network configuration is also handled without user actions (as much as possible). Key-words: OS, media center, Linux, multimedia, portable, intuitive, free, open-source 1.
    [Show full text]
  • Written Instructions for Kodi
    Written Instructions For Kodi Downed and closet Brendan never mistitles gradually when Tore computed his steerers. Feculent Allyn stocks forgivably, he orchestrates his dependent very interchangeably. Ricardo is alimental: she hemes chastely and spaeing her gride. All those guides have then written with them single minded purpose of. Rhel because now for an instruction but instructions carefully follow the instructional guide to restart kodi! Install instructions for? Nothing do it is intuitive. How elect install Kodi on Firestick and Amazon Fire TV. Fire tv shows, you use setup instructions, written instructions for kodi installation instructions, windows users to show for general process finishes. While kodi setup instructions are written instructions for kodi coming. Exodus kodi will write to sign you can delete key on android phone number of them up! An available for so do i can see the forums and tv first time, firefox or another. Now for many users have written instructions by using vpn could possibly want. How to Jailbreak Firestick 4K January 2021 My Kodi Addons. Install Kodi 174 Firestick version using the steps further emphasis in this tutorial. For progressive loading case this metric is logged as stage of skeleton. You store read more act this job below. The movies in here because not capture those you would recognize in your typical movie theater, however, something can still gift you entertained for hours. May be thrown away from the kodi is downloading copyrighted materials can watch will typically save a while using the rest of competition with kodi? New To Kodi Or Firestick? So for a collection to sign with ipvanish app like.
    [Show full text]
  • Raspberry Pi
    Raspberry Pi i Raspberry Pi About the Tutorial Raspberry Pi, developed by Raspberry Pi Foundation in association with Broadcom, is a series of small single-board computers and perhaps the most inspiring computer available today. From the moment you see the shiny green circuit board of Raspberry Pi, it invites you to tinker with it, play with it, start programming, and create your own software with it. Earlier, the Raspberry Pi was used to teach basic computer science in schools but later, because of its low cost and open design, the model became far more popular than anticipated. Audience This tutorial will be useful for people of all ages especially students who want to take their first step in computer science. The reader can be a beginner or an advanced learner. Prerequisites The readers must have basic knowledge about Linux and Python programming language. They should also be aware of the basics of electronic circuits. Copyright & Disclaimer Copyright 2021 by Tutorials Point (I) Pvt. Ltd. All the content and graphics published in this e-book are the property of Tutorials Point (I) Pvt. Ltd. The user of this e-book is prohibited to reuse, retain, copy, distribute or republish any contents or a part of contents of this e-book in any manner without written consent of the publisher. We strive to update the contents of our website and tutorials as timely and as precisely as possible, however, the contents may contain inaccuracies or errors. Tutorials Point (I) Pvt. Ltd. provides no guarantee regarding the accuracy, timeliness or completeness of our website or its contents including this tutorial.
    [Show full text]
  • 123 Anleitungen RASPBERRY PI 4 ALS MEDIACENTER Fotos, Audio- Und Videostreaming Sowie Fernsehen Mit KODI
    123 Anleitungen RASPBERRY PI 4 ALS MEDIACENTER Fotos, Audio- und Videostreaming sowie Fernsehen mit KODI CHRISTIAN IMMLER 123 Anleitungen RASPBERRY PI 4 ALS MEDIACENTER Fotos, Audio- und Videostreaming sowie Fernsehen mit KODI 60674-5_MACHS_EINFACH_RaspberryPi-MediaCenter_TITELEI_190x240mm_RZ2.indd 1 17.01.20 10:03 Der Autor Christian Immler, Jahrgang 1964, war bis 1998 als Dozent für Computer Aided Design an der Fachhochschule Nien- burg und an der University of Brighton tätig. Einen Namen hat er sich mit diversen Veröffentlichungen zu Spezial- themen wie 3D-Visualisierung, Smartphone-Betriebssysteme, Linux und Windows gemacht. Seit mehr als 20 Jahren arbeitet er als erfolgreicher Autor mit mehr als 200 veröffentlichten Computerbüchern. 60674-5_MACHS_EINFACH_RaspberryPi-MediaCenter_TITELEI_190x240mm_RZ2.indd 2 17.01.20 10:03 60674-5_MACHS_EINFACH_RaspberryPi-MediaCenter_TITELEI_190x240mm_RZ2.indd 3 17.01.20 10:03 Bibliografische Information der Deutschen Bibliothek Die Deutsche Bibliothek verzeichnet diese Publikation in der Deutschen Nationalbibliografie; detaillierte Daten sind im Internet über http://dnb.ddb.de abrufbar. Hinweis: Alle Angaben in diesem Buch wurden vom Autor mit größter Sorgfalt erarbeitet bzw. zusammengestellt und unter Ein hal tung wirksamer Kontrollmaßnahmen reproduziert. Trotzdem sind Fehler nicht ganz auszuschließen. Der Verlag und der Autor sehen sich deshalb gezwungen, darauf hinzuweisen, dass sie weder eine Garantie noch die juristische Verantwortung oder irgendeine Haftung für Folgen, die auf fehlerhafte Angaben zurückgehen, überneh- men können. Für die Mitteilung etwaiger Fehler sind Verlag und Autor jederzeit dankbar. Internetadressen oder Ver- sionsnummern stellen den bei Redaktionsschluss verfügbaren Informationsstand dar. Verlag und Autor übernehmen keinerlei Verantwortung oder Haftung für Veränderungen, die sich aus nicht von ihnen zu vertretenden Umständen ergeben. Evtl. beigefügte oder zum Download angebotene Dateien und Informationen dienen ausschließlich der nicht gewerblichen Nutzung.
    [Show full text]
  • Android Auto: Take Your ODROID on the Road  May 1, 2018
    Backup Scripts: Keep your data safe for your peace of mind May 1, 2018 To save yourself from future trouble, it’s always a good idea to make a backup! Android Auto: Take Your ODROID On The Road May 1, 2018 Android Auto is a Google application that allows an ODROID-C2/C1+ to function as an in-dash car computer to support navigation, audio, and hands-free operation. ODROID-C2 Kodi Media Center: Build Your Own Entertainment System With A Custom LED-enabled Case May 1, 2018 I am one that likes my movies, and also one that likes to ddle and make, so the two came together in wanting an easy way to play things from my movie/music collection. It had to be simple to use, reliable and look good too. My movie / music collection Home NAS and Media Player: Building The Perfect Entertainment System May 1, 2018 If you are old enough, you may remember and even relate. Picture this: Early 2000s; DivX–and later, its rival XviD–on the software side, and Pentium 4 and Athlons on the hardware side have nally made video compression a thing; no more bulky, moldy VHS tapes; Napster in its best days, Linux Logical Volume Manager (LVM2) May 1, 2018 The Linux Logical Volume Manager (LVM) is software system designed for adding a layer between real disks and the operating system’s view of them to make them easier to manage, replace, and extend. It is used in data centers to use upgrade disk hardware as well to mirror data to USB 3.0 eMMC Reader May 1, 2018 Hardkernel’s ODROID platform has a unique advantage over other similar Single Board Computers (SBCs) that they allow the eMMC module to be removed and reashes using an external USB adapter.
    [Show full text]
  • Raspberry Pi: Software
    Raspberry Pi: Software Inhalt Raspbian: Debian Stretch Headless Setup DHCP und DNS Server Webserver: Apache und PHP GPIOs schalten: WiringPi I2C und SPI Bus: Anwendungen Achim Vollhardt PHY 250 Elektronik - 1 - Raspberry Pi Software, Mai 2019 Operating Systems: NOOBS • NOOBS (New Out Of Box Software) Installer: Auswahl zwischen mehreren OS • Raspbian (Debian Stretch) • Arch Linux (minimalistisches Linux) • Pidora (Fedora Linux) • RISC OS • Raspbmc/LibreELEC/OpenELEC (Mediacenter) PHY 250 Elektronik - 2 - Raspberry Pi Software, Mai 2019 Raspbian: Debian Stretch • Raspbian ist eine Linux Distribution, welche für den Raspberry Pi optimiert ist und auf Debian Stretch basiert • hohe Verbreitung • aktuelle Kernel Version: 4.14 • Paketverwaltung dpkg, Frontend apt PHY 250 Elektronik - 3 - Raspberry Pi Software, Mai 2019 SD Karte Vorbereiten • Download der IMG Datei: https://www.raspberrypi.org/downloads/raspbian/ • IMG Datei mit Etcher auf SD Karte schreiben (dd unter Linux, einfached kopieren reicht nicht) • Partitionierung nach Etcher: • kleine (42MB) FAT32 Partition: boot ist von Windows/macOS aus sichtbar • grosse (4.xx GB) ext4 Partition • Rest ist zunächst nicht-allokiert PHY 250 Elektronik - 4 - Raspberry Pi Software, Mai 2019 Headless Setup • häufige Anwendung: Server oder autonomer Controller • kein Monitor oder Tastatur • headless setup: einrichten ohne Monitor oder Tastatur • benötige Netzwerkzugang • SSH aktivieren • WLAN konfigurieren • user: pi, pass: raspberry PHY 250 Elektronik - 5 - Raspberry Pi Software, Mai 2019 SSH aktivieren
    [Show full text]
  • Raspberry Pi Resources and Training for Educators
    APPENDIX A Raspberry Pi Resources and Training for Educators In this appendix, I’ll provide a short list of resources and training that you may find useful for planning and executing your deployment of Raspberry Pi computers in the classroom. Where to Get Raspberry Pi Hardware and Accessories You can buy Raspberry Pi boards and accessories from a wide variety of places, mostly online. In this section, I list some worldwide retailers first; then I list some stores for the United States, for Canada, for the United Kingdom, and for Australia. Worldwide Retailers Amazon and eBay both sell Raspberry Pi boards and a wide range of accessories. Go to your local Amazon or eBay site and search for raspberry pi plus any other relevant keywords (such as case). Premier Farnell, a global electronics distributor, has the trading brands Newark element14 and Farnell element14. (In case you’re wondering about the names, silicon is the 14th element in the periodic table.) Newark element14 (also known as Newark, Newark Electronics, and Newark Corporation) distributes Farnell items in North America and parts of Central America and South America. Farnell element14 handles Europe and Australia. You’ll see the names Newark and Element14 in the country-specific lists following. To see the Element14 list of Raspberry Pi Approved Resellers, go to this address: http://farnell.com/raspberrypi-consumer/approved-retailers.php For other retailers worldwide, see the Main Distributors and Subsidiaries/Sister Companies list on the RPi Buying Guide page here: http://elinux.org/RPi_Buying_Guide#Main_distributors_and_ subsidaries.2Fsister_companies © Guy Hart-Davis 2017 281 G.
    [Show full text]
  • Debian Une Distribution, Un Projet, Des Contributeurs
    https://people.debian.org/~taffit/talks/2018/ Debian Une distribution, un projet, des contributeurs David Prévot <[email protected]> Mercredi 27 mars 2018 — Lycée Aorai Quelques dates ● Fondée par Ian Murdock (16 août 1993) ● Debian 1.1 Buzz (17 juin 1996) ● Principes du logiciel libre selon Debian (DFSG) (5 juillet 1997) ● Première DebConf à Bordeaux (5 juillet 2000) https://www.debian.org/doc/manuals/project-history/ This hostname is going in dozens of remote config files. Changing a kid’s name is comparatively easy! https://xkcd.com/910/ Quelques chiffres ● Plus de 50 000 paquets binaires ● Installateur disponible en 75 langues ● 10 architectures (amd64, i386, armel, armhf…) ● Des centaines de distributions dérivées (Tails, Ubuntu, etc.) ● Des milliers de contributeurs https://www.debian.org/News/2017/20170617 Répartition des développeurs https://www.debian.org/devel/developers.loc Distributions majeures et dérivées ● Une poignées de distributions Linux à la base : Debian, Red Hat Enterprise Linux, Slackware, Gentoo, Arch Linux, Android, etc. ● De nombreuses distributions sont dérivées des précédentes : Tails, Ubuntu ou Raspbian par exemple pour Debian 1992 1993 1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018 2019 Libranet Omoikane (Arma) Quantian GNU/Linux Distributions Timeline Damn Small Linux Version 17.10 Damn Vulnerable Linux KnoppMyth © Andreas Lundqvist, Donjan Rodic, Mohammed A. Mustafa Danix © Konimex, Fabio Loli and contributors https://github.com/FabioLolix/linuxtimeline
    [Show full text]
  • Expanding Your Raspberry Pi Storage, Printing, Peripherals, and Network Connections for Your Raspberry Pi — Mark Edward Soper
    TECHNOLOGY IN ACTION™ Expanding Your Raspberry Pi Storage, printing, peripherals, and network connections for your Raspberry Pi — Mark Edward Soper www.allitebooks.com Expanding Your Raspberry Pi Storage, printing, peripherals, and network connections for your Raspberry Pi Mark Edward Soper www.allitebooks.com Expanding Your Raspberry Pi: Storage, printing, peripherals, and network connections for your Raspberry Pi Mark Edward Soper Indianapolis, Indiana, USA ISBN-13 (pbk): 978-1-4842-2921-7 ISBN-13 (electronic): 978-1-4842-2922-4 DOI 10.1007/978-1-4842-2922-4 Library of Congress Control Number: 2017952610 Copyright © 2017 by Mark Edward Soper This work is subject to copyright. All rights are reserved by the Publisher, whether the whole or part of the material is concerned, specifically the rights of translation, reprinting, reuse of illustrations, recitation, broadcasting, reproduction on microfilms or in any other physical way, and transmission or information storage and retrieval, electronic adaptation, computer software, or by similar or dissimilar methodology now known or hereafter developed. Trademarked names, logos, and images may appear in this book. Rather than use a trademark symbol with every occurrence of a trademarked name, logo, or image we use the names, logos, and images only in an editorial fashion and to the benefit of the trademark owner, with no intention of infringement of the trademark. The use in this publication of trade names, trademarks, service marks, and similar terms, even if they are not identified as such, is not to be taken as an expression of opinion as to whether or not they are subject to proprietary rights.
    [Show full text]