Introduction to Unix History of Unix Systems Base Concepts Grégory Mounié Linux Installation

Total Page:16

File Type:pdf, Size:1020Kb

Introduction to Unix History of Unix Systems Base Concepts Grégory Mounié Linux Installation Presentation of the lecture History of unix systems Base concepts Linux installation CLI Configuration Distribution and Scalability Presentation of the lecture History of unix systems Base concepts Linux installation CLI Configuration Distribution and Scalability Outline Presentation of the lecture SAaNS: Introduction to Unix History of unix systems Base concepts Grégory Mounié Linux installation 2014-2015 CLI Configuration Distribution and Scalability 1 / 75 2 / 75 Presentation of the lecture History of unix systems Base concepts Linux installation CLI Configuration Distribution and Scalability Presentation of the lecture History of unix systems Base concepts Linux installation CLI Configuration Distribution and Scalability whoami: Grégory Mounié Presentation of the lecture History of unix systems • [email protected] • Associate professor at Ensimag Base concepts • Office: Building of Inria Montbonnot (11 km of the campus) • Current teaching: mainly Operating Systems; Networks and Linux installation distributed systems; Python; • Former teaching: Networks, Java, Ada, Operational research, CLI OpenGL • Research: Scheduling for High Performance Computing Configuration (HPC), or the art to put cubes in boxes Distribution and Scalability 3 / 75 3 / 75 Presentation of the lecture History of unix systems Base concepts Linux installation CLI Configuration Distribution and Scalability Presentation of the lecture History of unix systems Base concepts Linux installation CLI Configuration Distribution and Scalability Content of the course Bibliography Main reference Unix® and Linux® System Administration Handbook, Fourth Edition, Video Enhanced Edition. Evi Nemeth; Garth Snyder; Trent R. Hein; Ben Whaley • OS basics and OS administration in 3 hours Basics • Network basics and Network administration in 3 hours • Security in 3 hours OS Modern Operating Systems, Tanenbaum • Perl in (3 + 3 hours) Network Computer Networks, Tanenbaum Network and system programming Unix programming, Stevens (a bit old but still the reference for many low levels and raw stuff) 4 / 75 5 / 75 Presentation of the lecture History of unix systems Base concepts Linux installation CLI Configuration Distribution and Scalability Presentation of the lecture History of unix systems Base concepts Linux installation CLI Configuration Distribution and Scalability Read the man, Luke ! Challenges • People with sufficent background may skip the basics part of • Man pages the lecture and do the challenge instead. • GNU Texinfo (Html with automatic index) Challenge for the OS lecture • Package-specific doc • typically in /usr/share/doc/ You are employee of X and you will go to Paques Island to sell some Y. The major provider of Y is an US society. You will cross • RFC and Internet documents the US border with commercial documents in your laptop. • beware of version mismatch Choose a way to protect your documents, implement it and present it to others lecturers (10 min at the end of the lecture) 6 / 75 7 / 75 Presentation of the lecture History of unix systems Base concepts Linux installation CLI Configuration Distribution and Scalability Presentation of the lecture History of unix systems Base concepts Linux installation CLI Configuration Distribution and Scalability Duties of the system administrator Origin of UNIX • Account provisioning • Adding and removing hardware • Performing backups in the beginning was multics (65-68) • Installing and upgrading software • failure ) Bell decides to stop making operating systems • Monitoring the system • Kernigham and Ritchie et al. develop a small operating system • Troubleshooting of their own • Maintaining local documentation • by derision they call it UNICS (69) • and create a programming language (C) to recode it • Vigilantly monitoring security • property of Bell Labs • Fire fighting • restrained diffusion when successful Difficult point Each point is simple. Complexity come from the cross-references between points. 8 / 75 9 / 75 Presentation of the lecture History of unix systems Base concepts Linux installation CLI Configuration Distribution and Scalability Presentation of the lecture History of unix systems Base concepts Linux installation CLI Configuration Distribution and Scalability History of UNIX History of UNIX • sources was given (Unix V6) to users (device drivers) Berkeley University (76) • no free (as in speech) version • first version of BSD • development of internet: • ) ideal conditions for the development of free unices: • large diffusion in universities • strong demand • skilled peoples Parallel evolution, in 1983 • means enabling common development • 4.3BSD (SunOS) • Unix System V 10 / 75 11 / 75 Presentation of the lecture History of unix systems Base concepts Linux installation CLI Configuration Distribution and Scalability Presentation of the lecture History of unix systems Base concepts Linux installation CLI Configuration Distribution and Scalability MINIX and Linux Unixes Today Philosophy 1. Linux and its embedded variants: • Android, Firefox OS, Sailfish OS (ex-Mer, ex-Meego), Ubuntu • Minix (85) written by Prof. A. Tannenbaum for his courses Touch, Tizen (ex-Meego), WebOS, Plasma Active • Desktop distributions: Debian, Fedora, etc. • internet ) large diffusion and improvements 2. BSD family: • but restriction on user rights • Darwin (MacOS X, IOS), NetBSD, FreeBSD, OpenBSD • Linux written by a student Linus 3. A given number of (vanishing) proprietary unixes : Torvalds • Solaris, AIX, HP/UX • support of recent architectures 4. other exotic unixes: Minix, Hurd, Haiku (BeOS clone) . • GPL licence 12 / 75 13 / 75 Presentation of the lecture History of unix systems Base concepts Linux installation CLI Configuration Distribution and Scalability Presentation of the lecture History of unix systems Base concepts Linux installation CLI Configuration Distribution and Scalability Free software Free software central point • free as in speech not as in beer ! • based on open standards • different licences : BSD, GNU Public Licence, . Freedom 2 • defending users rights : The freedom to improve the program, and 1. The freedom to run the program, for any purpose release your improvements to the public. 2. The freedom to study how the program works, and adapt it to Access to the source code is a precondition your needs. for this. • Access to the source code is a precondition for this. 3. The freedom to redistribute copies 4. The freedom to redistribute modified copies. 14 / 75 15 / 75 Presentation of the lecture History of unix systems Base concepts Linux installation CLI Configuration Distribution and Scalability Presentation of the lecture History of unix systems Base concepts Linux installation CLI Configuration Distribution and Scalability Free software today Computer are fast, stupid and huge but we have to work with Computer are: GNU/Linux increasingly popular • stupid [G. Berry]:: only know the 4 operations in base 2 and • Huge hidden base: Android Smartphone, xDSL box, router, data movement rice cooker, fast do 1 operation while a photon travels few centimeters huge The number of bits in a disk is similar to the solar mass of our • Desktop user groups in almost all countries galaxy • in France : user groups in every major city • huge amount of different projects with public on-going source Computer science challenge code How to build a non-stupid result using numerous simple operations • http://github.com ? • http://gitorious.org • http://freshmeat.net Computer science 4 pillars [G. Doweq] • http://sourceforge.net 1. Algorithmic :: Express human idea in computer logic 2. Data :: data structure and storage to store human ideas efficiently for the computer logic 16 / 75 3. Compilation :: programming languages to explain what to do 17 / 75 to the computer (fast, correct, easy to understand, etc. ) 4. Hardware :: How to build a computer Presentation of the lecture History of unix systems Base concepts Linux installation CLI Configuration Distribution and Scalability Presentation of the lecture History of unix systems Base concepts Linux installation CLI Configuration Distribution and Scalability Are we using 40 years old tools ??? Does Unix 40 year history means. • we are using 40 year old tools ? Yes some tools worked on dot-matrix printer before screen age: • ed (brother of sed) line-by-line text editor is still • Most concepts are present in Multics installed in MacOS X, and vi is installed in • Some tools are still the same busybox used by many embedded systems • however, many tools evolved (Android phones, DSLboxes, linux-base network • time filters things : only the most router) valuable things are kept over time No git and vlc are 10 years old • ) unix has some simple and elegant concepts 18 / 75 19 / 75 Presentation of the lecture History of unix systems Base concepts Linux installation CLI Configuration Distribution and Scalability Presentation of the lecture History of unix systems Base concepts Linux installation CLI Configuration Distribution and Scalability Unix concepts Everything is a file composition and K.I.S.S • lots of small and efficient tools • easy composition of different tools to obtain • Why ? powerful effects In computers, all devices are about IO modularity Unix = • a kernel handling low level tasks • reading data from a device • a set of applications • writing data to a device (almost) everything is a file • sockets, devices, pipes, . • File interface for all device ) Fewer system calls • uniform way of handling all resources 20 / 75 21 / 75 Presentation of the lecture History of unix systems Base concepts Linux installation CLI
Recommended publications
  • A Survey on Architectures of Mobile Operating Systems: Challenges and Issues
    International Journal of Research Studies in Computer Science and Engineering (IJRSCSE) Volume 2, Issue 3, March 2015, PP 73-76 ISSN 2349-4840 (Print) & ISSN 2349-4859 (Online) www.arcjournals.org A Survey on Architectures of Mobile Operating Systems: Challenges and Issues Prof. Y. K. Sundara Krishna1 HOD, Dept. of Computer Science, Krishna University Mr. G K Mohan Devarakonda2 Research Scholar, Krishna University Abstract: In the early years of mobile evolution, Discontinued Platforms Current mobile devices are enabled only with voice services Platforms that allow the users to communicate with each other. Symbian OS Android But now a days, the mobile technology undergone Palm OS IOS various changes to a great extent so that the devices Maemo OS Windows Phone allows the users not only to communicate but also to Meego OS Firefox OS attain a variety of services such as video calls, faster Black Berry OS browsing services,2d and 3d games, Camera, 2.1 Symbian OS: This Operating system was Banking Services, GPS services, File sharing developed by NOKIA. services, Tracking Services, M-Commerce and so many. The changes in mobile technology may be due Architecture: to Operating System or Hardware or Network or Memory. This paper presents a survey on evolutions SYMBIAN OS GUI Library in mobile developments especially on mobile operating system Architectures, challenges and Issues in various mobile operating Systems. Application Engines JAVA VM 1. INTRODUCTION Servers (Operating System Services) A Mobile operating system is a System Software that is specifically designed to run on handheld devices Symbian OS Base (File Server, Kernel) such as Mobile Phones, PDA’s.
    [Show full text]
  • Firefox OS Overview Ewa Janczukowicz
    Firefox OS Overview Ewa Janczukowicz To cite this version: Ewa Janczukowicz. Firefox OS Overview. [Research Report] Télécom Bretagne. 2013, pp.28. hal- 00961321 HAL Id: hal-00961321 https://hal.archives-ouvertes.fr/hal-00961321 Submitted on 24 Apr 2014 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. Collection des rapports de recherche de Télécom Bretagne RR-2013-04-RSM Firefox OS Overview Ewa JANCZUKOWICZ (Télécom Bretagne) This work is part of the project " Étude des APIs Mozilla Firefox OS" supported by Orange Labs / TC PASS (CRE API MOZILLA FIREFOX OS - CTNG13025) ACKNOWLEGMENTS Above all, I would like to thank Ahmed Bouabdallah and Arnaud Braud for their assistance, support and guidance throughout the contract. I am very grateful to Gaël Fromentoux and Stéphane Tuffin for giving me the possibility of working on the Firefox OS project. I would like to show my gratitude to Jean-Marie Bonnin, to all members of Orange NCA/ARC team and RSM department for their help and guidance. RR-2013-04-RSM 1 RR-2013-04-RSM 2 SUMMARY Firefox OS is an operating system for mobile devices such as smartphones and tablets.
    [Show full text]
  • Download Android Os for Phone Open Source Mobile OS Alternatives to Android
    download android os for phone Open Source Mobile OS Alternatives To Android. It’s no exaggeration to say that open source operating systems rule the world of mobile devices. Android is still an open-source project, after all. But, due to the bundle of proprietary software that comes along with Android on consumer devices, many people don’t consider it an open source operating system. So, what are the alternatives to Android? iOS? Maybe, but I am primarily interested in open-source alternatives to Android. I am going to list not one, not two, but several alternatives, Linux-based mobile OSes . Top Open Source alternatives to Android (and iOS) Let’s see what open source mobile operating systems are available. Just to mention, the list is not in any hierarchical or chronological order . 1. Plasma Mobile. A few years back, KDE announced its open source mobile OS, Plasma Mobile. Plasma Mobile is the mobile version of the desktop Plasma user interface, and aims to provide convergence for KDE users. It is being actively developed, and you can even find PinePhone running on Manjaro ARM while using KDE Plasma Mobile UI if you want to get your hands on a smartphone. 2. postmarketOS. PostmarketOS (pmOS for short) is a touch-optimized, pre-configured Alpine Linux with its own packages, which can be installed on smartphones. The idea is to enable a 10-year life cycle for smartphones. You probably already know that, after a few years, Android and iOS stop providing updates for older smartphones. At the same time, you can run Linux on older computers easily.
    [Show full text]
  • A First Look at Firefox OS Security
    A First Look at Firefox OS Security Daniel DeFreez∗, Bhargava Shastryy, Hao Chen∗, Jean-Pierre Seiferty ∗University of California, Davis fdcdefreez, [email protected] ySecurity in Telecommunications, Technische Universitat¨ Berlin fbshastry, [email protected] Abstract—With Firefox OS, Mozilla is making a serious push the abuse of vulnerable applications. All privileged appli- for an HTML5-based mobile platform. In order to assuage cations have a default Content Security Policy applied and security concerns over providing hardware access to web ap- are reviewed for conformance to security guidelines prior to plications, Mozilla has introduced a number of mechanisms that being distributed through the official Firefox Market. The make the security landscape of Firefox OS distinct from both Content Security Policy almost categorically prevents Cross- the desktop web and other mobile operating systems. From an Site Scripting (XSS) via JavaScript injection, and code re- application security perspective, the two most significant of these mechanisms are the the introduction of a default Content Security view should pick up any misuse of permissions or obvious Policy and code review in the market. This paper describes how security errors. This paper asks whether these mechanisms lightweight static analysis can augment these mechanisms to find are sufficient to prevent developers from making trivially vulnerabilities which have otherwise been missed. We provide preventable security blunders. We find that they are not. The examples of privileged applications in the market that contain most prevalent attack vector, without a doubt, is HTML in- vulnerabilities that can be automatically detected. jection, and .innerHTML1 is the culprit.
    [Show full text]
  • Cucumber Linux Distribution Scott Court February 16, 2018 Who Am I?
    An Overview of How I Created the Cucumber Linux Distribution Scott Court February 16, 2018 Who am I? What is Cucumber Linux? ● A Linux distribution built entirely from source, from scratch ● An independent distribution: it’s not based on any other Linux distribution. ● Inspired by: a mixture of Slackware and Linux from Scratch. ● Architectures: i686 and x86_64 ● Package manager: pkgtools (borrowed from Slackware; uses tar archives as packages like Pacman). ● License: MIT ● Mission: provide a Linux distribution that follows the Unix Philosophy with a focus on simplicity, stability and security, and is usable as an every day, general purpose operating system. What can it Do? ● It’s functional as both a server and desktop operating system. ● Server Operating System: – Contains a fully functional LAMP stack as well as SSH, mail, DNS, FTP and Rsync servers. – Runs the web server and mail server for cucumberlinux.com. – Runs the primary mirror for Cucumber Linux (http and rsync). ● Desktop Operating System: – Comes with the XFCE desktop environment, a web browser, a mail client and an office suite. – It’s running this presentation right now. May 2016 – How it Began ● I had just completed my freshman year of college. ● I was looking for a project to work on that Summer. ● I had grown unhappy with the direction most every other Linux distribution was going in (namely the exodus from Sysvinit to Systemd). ● I had always had an interest in operating system development. ● So I set out to make my own Linux distribution, without Systemd. May 2016 – July 2016 ● May, June and July of 2016 were spent doing research and trying out different techniques for building a Linux system from scratch.
    [Show full text]
  • Building Embedded Linux Systems ,Roadmap.18084 Page Ii Wednesday, August 6, 2008 9:05 AM
    Building Embedded Linux Systems ,roadmap.18084 Page ii Wednesday, August 6, 2008 9:05 AM Other Linux resources from O’Reilly Related titles Designing Embedded Programming Embedded Hardware Systems Linux Device Drivers Running Linux Linux in a Nutshell Understanding the Linux Linux Network Adminis- Kernel trator’s Guide Linux Books linux.oreilly.com is a complete catalog of O’Reilly’s books on Resource Center Linux and Unix and related technologies, including sample chapters and code examples. ONLamp.com is the premier site for the open source web plat- form: Linux, Apache, MySQL, and either Perl, Python, or PHP. Conferences O’Reilly brings diverse innovators together to nurture the ideas that spark revolutionary industries. We specialize in document- ing the latest tools and systems, translating the innovator’s knowledge into useful skills for those in the trenches. Visit con- ferences.oreilly.com for our upcoming events. Safari Bookshelf (safari.oreilly.com) is the premier online refer- ence library for programmers and IT professionals. Conduct searches across more than 1,000 books. Subscribers can zero in on answers to time-critical questions in a matter of seconds. Read the books on your Bookshelf from cover to cover or sim- ply flip to the page you need. Try it today for free. main.title Page iii Monday, May 19, 2008 11:21 AM SECOND EDITION Building Embedded Linux SystemsTomcat ™ The Definitive Guide Karim Yaghmour, JonJason Masters, Brittain Gilad and Ben-Yossef, Ian F. Darwin and Philippe Gerum Beijing • Cambridge • Farnham • Köln • Sebastopol • Taipei • Tokyo Building Embedded Linux Systems, Second Edition by Karim Yaghmour, Jon Masters, Gilad Ben-Yossef, and Philippe Gerum Copyright © 2008 Karim Yaghmour and Jon Masters.
    [Show full text]
  • GNU/Linux for Beginners
    What is Linux? Awesome Applications Linux Manuals: Linux is an independent Unix-like operating system Debian Handbook that can be freely modified and redistributed. It works Debian Users' Manuals on all major 32-bit and 64-bit computer hardware Arch Linux platforms and is an implementation of the POSIX Linux Handbook specification with which all true versions of Unix UbuntuHandbook comply. Linux uses no code from proprietary Unix Making Installation Media: sources, and much of the software available for Linux After downloading the .img or .iso file, install to and is developed by the Free Software Foundation's GNU then boot from USB flash drive . Or b urn the .img project. The result of efforts by thousands of or .iso file to disc. Burning is NOT just copying. programmers coordinating via the Internet, Linux is Linux applications (apps) focus on doing one job well MS Windows® installation tools: now recognized as one of the most stable and flexible RaWrite operating systems available at any price. with communications between applications implemented using well-defined public protocols and balenaEtcher file formats. This modular design has a number of Rufus What Systems Run Linux? advantages, including flexibility, simplicity, and U niversal USB Installer Desktops and Laptops stability. A particular application can be replaced by U N etbootin Linux graphical interfaces such as GNOME or KDE any equivalent which follows the same rules. can replace Mac OS and Windows on the workstation Linux/Unix or Similar installation tools: for most users' needs. Runs on all major PC hardware The resulting freedom of choice leads to friendly The dd command line program.
    [Show full text]
  • 2017 Year in Review
    2017 YEAR IN REVIEW FROM THE DEAN CONTENTS 2 The Future of Data Science 4 Analyzing and Visualizing 1 Billion Tweets Using Cloudberry 5 Making Powerful Discoveries 6 Ensuring Cybersecurity Through Interdisciplinary Efforts 7 Fighting for Net Neutrality Almost 50 years since its founding as a department and 15 years 8 Protecting Millions of Mobile Users Behind the Scenes since its establishment as an independent school, the Donald Bren School of Information and Computer Sciences at UC Irvine continues 10 Digital Do-Gooders on a path of unprecedented growth. 12 Leveling the Playing Field in Computing As of fall 2017, undergraduate enrollment exceeds 3,000 students, more than 14 Faculty Highlights doubling within five years. Our computer science major is one of the five largest programs on campus, and our data science major is the fastest-growing program 16 Introducing Our New Faculty for 2017 in the school with an incoming cohort of about 70 students. Graduate enrollment 18 An All-Inclusive IoT Experience exceeds 600 students, with our professional master’s programs in computer science 19 The Future of UX and human-computer interaction and design enrolling close to 150 new students. Despite their rapid growth, our programs are more selective than ever and continue enrolling exceptional students, with Student News 20 five of them receiving National Science Foundation Graduate Fellowships in academic year 2016-17. 22 2017 Alumni Hall of Fame 23 Blending a Passion for Technology and the Arts “ The pages of this 2017 Year in Review are filled
    [Show full text]
  • Linux: Personal Security
    Linux: Personal Security Victor Y. Zamora CIS Professor & Department co-chair What is Linux? ● Created by Linus Torvalds from Finland ● OS Alternative to Windows and Apple ● Android - Linux based ● 90% of top 500 supercomputers ● Companies: Google, eBay, IBM, Panasonic, Cisco, Pixar, Weta Digital, Novell, Amazon ● Government: DOD, FAA, Spain, Brazil, USPS, US Federal Courts Tux - Linux mascot Linux Distros ● 300 active development distributions ● Desktop, server, laptop, tablet Interesting Linux distributions ● Pear Linux - like an Apple Mac ● Zorin - like Windows ● T(A)ILS - complete anonymity, uses TOR ● EasyPeasy - for netbooks ● Damn Small Linux (DSL) - 50 MB, for old PC ● CentOS - Red Hat Enterprise compatible ● Lightweight Portable Security - US Air Force http://distrowatch.com/ Why use Linux? ● Open source & mostly free ● More secure ○ Small general public installed base ~ 2% ○ Linus' Law - "given enough eyeballs, all bugs are shallow." ● Scalable - embedded, up to supercomputers ● Easy to install ● Intuitive use Linus Torvalds - Linux creator Personal use of Linux ● Install on older computers ● Virtual OS in Windows or Macs ○ VirtualBox ● Smartphones, tablets, & netbooks ● Install in USB flash drives for: ○ Public computers ○ Laptops using public wireless routers Linux on a stick ● Install on USB flash drive ● YUMI - Your Universal Multiboot Installer www.pendrivelinux.com ● As small as 128 MB ● Persistent vs. non-persistent ● Access to local drives Installation requirements ● Formatted USB flash drive or hard disk ● USB bootable PC ● Windows XP or newer ● Latest YUMI ● Linux distribution ISO files Linux installation on USB 1. Run YUMI & follow instructions 2. Format USB and choose distribution 3. Rerun YUMI to add another ISO or reboot Links ● http://www.linux.org/ ● http://en.wikipedia.org/wiki/Linux ● http://www.linuxfoundation.org/ ● http://distrowatch.com/ ● http://www.pendrivelinux.com/ Linux: Personal Security Victor Zamora 2:00 p.m., October 11, 2012 Bldg.
    [Show full text]
  • Internals of Firefox Mobile Operating System with NFC Components
    International Journal of Scientific and Research Publications, Volume 5, Issue 3, March 2015 1 ISSN 2250-3153 Internals of Firefox Mobile Operating System with NFC Components Saminath * Accenture, Bangalore Abstract- Firefox is the emerging mobile operating system from Mozilla Gecko Technology. It creates the new revolution for the handheld device product development. Open source operating system has great support to platform integrator and power full to the mobile Application developer. This paper highlights the Layers of the Firefox operating system with details of layered architecture system. In general this explains about the How Android BSP is coupled with Firefox Layers. It briefs about the Firefox specific changes on the Android BSP. Detailed explanation on the NFC components, NFC data structures, NDEF messages structure and NFC daemon in Firefox system. This paper elucidate the requirement of Firefox operating system and constraint on Hardware and software. Currently, Firefox Application runs in various target systems like, simulator, Emulator, Desktop System, Mobile Phones, Hardware Development platform, and Dual boot support with Android OS. Index Terms- NFC: Near Field Communication, HAL: Hardware Abstraction Layer, NDEF: NFC Data Exchange Format, I2C: Inter-Integrated Circuit communication protocol I. INTRODUCTION eveloper and consumer have very much expectation in Firefox, because of its potential and power of the open source community. DCurrently Firefox flavor comes only in ‘Smartphone’. The entire features are packed into single device other than else. The features are Social media supports in face-book, twitter, LinkedIn, Video Editor Software’s are pre-installed as free applications in the device. Maps supported from HERE-Maps application get the traffic information, local transit information and direction of the movement, apart from that music gallery support, Browser supports, SMS authenticating for mobile billing, conference calling.
    [Show full text]
  • Build Your Own Distro Tired of the Run-Of-The-Mill Stuff on Distrowatch? Why Not Heed Mayank Sharma and Create the Perfect Operating System for You?
    Build your own distro Tired of the run-of-the-mill stuff on Distrowatch? Why not heed Mayank Sharma and create the perfect operating system for you? few issues ago, [LXF171, 50 making it your own – by removing apps and Now traditional wisdom says that creating Distros Tested], we looked at drivers that you don’t need and adding the your own Linux system is a rather difficult the best Linux distributions for ones you do. You’ll also probably change the thing to do and shouldn’t be attempted by A all kinds of users. There were factory-fitted artwork that says more about anyone other than Linux veterans. distros that were designed with ease of use the distro vendor than you. We begin the feature with graphical point- in mind, some focused on productivity, Sure that’s one way to go about it. and-click tools. Yes, you read that right. All it while others catered to specialised use You tweak and customise the distro to suit takes is a couple of clicks to craft your very cases, such as security and privacy your requirements. But wouldn’t it be really own flavour of Linux that you can pass to conscious users. But we can guarantee great if you just create your very own, custom friends and family. We’ve got tools that’ll help that there wasn’t a distro designed Linux distribution? you create and distribute customised spins specifically and entirely for you! based on Ubuntu, Fedora and While most Linux users make do OpenSUSE – the three mainstream with one of the mainstream distros out “We’ve got tools that’ll Linux distributions that house there, there’s always something or the help you create and thousands of open source software in other that’s missing.
    [Show full text]
  • Mozilla to Kill Firefox Smartphone Operating System 4 February 2016
    Mozilla to kill Firefox smartphone operating system 4 February 2016 release" which means that "Firefox OS for smartphones will no longer have staff involvement beyond May." In 2013, Mozilla announced a tie-up with Spanish- based GeeksPhone to introduce two low-cost devices powered by Firefox. Firefox devices made by China's ZTE and TCL were announced in 2014 at a cost as low as $25. Roter said Mozilla made the decision as part of a push "to pivot from 'Firefox OS' to 'connected devices'" and would be focusing on developing open-source software for the Internet of Things—a Mozilla's mobile web browser failed to gain traction category which includes everything from connected cars to lightbulbs. "As of today, we have three projects that have The Firefox smartphone operating system is being passed the first gate including (a) smart TV and shut down, three years after a launch aimed at about a dozen more projects are prepping for challenging the dominant platforms powered by review," he said. Apple and Google, developers said Thursday. © 2016 AFP The operating system created by the Mozilla developer community as an open-source system failed to gain traction in mobile devices, according to a statement from Mozilla developer George Roter. "Through the work of hundreds of contributors we made an awesome push and created an impressive platform in Firefox OS," he said in a blog post. "However, as we announced in December, the circumstances of multiple established operating systems and app ecosystems meant that we were playing catch-up, and the conditions were not there for Mozilla to win on commercial smartphones." Roter said Mozilla has set "our plan to end-of-life support for smartphones after the Firefox OS 2.6 1 / 2 APA citation: Mozilla to kill Firefox smartphone operating system (2016, February 4) retrieved 28 September 2021 from https://phys.org/news/2016-02-mozilla-firefox-smartphone.html This document is subject to copyright.
    [Show full text]