デスクトップOSとしてLinuxを使用することは、かつては技術者や上級ユーザだけが行うことというイメージが強かった。しかし最近では、一般ユーザでも容易に使用できるデスクトップ環境が充実したり、非常に簡単にインストールできるディストリビューションが登場したり、各種ハードウェアへの対応や自動設定機能が大幅に向上するなどした結果、それまで縁遠いものとされてきた一般ユーザーの一部にも普及した。デスクトップ環境での使用を念頭に置いているディストリビューションは、典型的には X Window System を含んでおり、それに加えてGNOMEやKDEといったデスクトップ環境が付属している。非力なコンピュータでの使用を考えて、LXDEやXfceといった省リソースなデスクトップ環境を含んだディストリビューションもある。サーバでの利用を想定したディストリビューションなどでは、標準インストールからグラフィカルインタフェースをすべて排除しているものもある。更には、ユーザー自身がソースコードをビルドしてシステムを構成するLinux from Scratchというディストリビューションも存在する。また、Linuxは自由に再頒布できるので、独自のディストリビューションを作ることも自由である。
しかし、LinuxをOSプラットホームとして普及させるためには、ディストリビューションに依存しない一定の基準が必要である。そこで、Linux Foundationを活動母体として、LinuxのOSプラットホームとしての仕様をLinux Standard Base (LSB) として制定した。Linux Standard Baseは、2006年には、ISO/IEC 23360シリーズとして国際規格として認定された。現在、主要な商用ディストリビューションは、The Open Groupにより、Linux Standard Baseに準拠していることが認証されている[22]。なお、非商用ディストリビューションについては、Linux Standard Baseに準拠していても、時間や予算的な制約などによって、認証を受けていないものが多い。
ほとんどのLinuxディストリビューションは、何十ものプログラミング言語をサポートしている。Linuxアプリケーションおよびオペレーティングシステムを開発するのに使われているツール群の多くはGNUツールチェーンというものの中にみられる。これには、GNUコンパイラコレクション (GCC) や GNU build system が含まれている。GCCは、C言語、C++、Ada、Java、Fortranのコンパイラを提供している。今後GCCを置きかえる可能性がある候補として、2003年に初公開されたLLVMプロジェクトがある。LLVMプロジェクトは、LLVM基盤のひとつの利用例として、C言語/C++/Objective-Cに対応した近代的なオープンソースコンパイラであるClangを提供している。プロプライエタリなLinux用コンパイラとしては、Intel C++ Compiler、Sun Studio、IBM XL C/C++ Compilerなどがある。
1枚のCD-ROMメディアやUSBメモリからLinuxを起動できるLive CDやLive USBというものもある。Live CD/USBは、ハードディスクにシステムをインストールすることなしにOSを起動できるように作られている。一部のディストリビューションのインストール用メディアはLive CD/USBとしても動作するようになっており、ハードディスクにインストールする前にデスクトップ環境を試すことができる。特定の用途に特化した単機能のLinux Live CD/USBも存在する。例えば、ハードディスクのパーティションを編集するソフトウェアを搭載したGParted Live CD/USBがある。
1991年に、当時フィンランドのヘルシンキ大学の学生であったリーナス・トーバルズはオペレーティングシステムに好奇心を抱くようになっていた[81]。当時、近代的なOSを動作させる能力を持つ Intel 80386 CPU を搭載した32ビットPC/AT互換パーソナルコンピュータが登場していた。ワークステーションやミニコンピュータ等と比較すれば遥かに安価に入手できるものであったため、リーナス・トーバルズはこれを使ってUnix互換の機能を持つOSを動作させてみたいと考えていた。しかし商用Unixは高価であり、Unixを模して実装された安価なMINIXも教育用という仕様から機能が大幅に簡略化されていたり、教育目的での使用に制限されているという問題があり、いずれもリーナス・トーバルズの目的を果たすことは困難だった。このためリーナス・トーバルズは、既に使用していた自作のターミナルエミュレータを改造したり、ファイルシステムなどのUnix互換APIを実装したりして、独自のOSカーネルの開発を開始した。最終的にこれが現在のLinuxカーネルへと成長することとなった。
2001年のある研究によると、当時の Red Hat Linux には3000万行のソースコードが含まれており、開発工数見積り手法COCOMOを用いて、これをアメリカ内で開発した場合のコストを推定した。その推定値は 14億6万米ドル(2013年)であった。システムの大半 (71%) のコードはC言語で書かれていたが、他の言語も多く使われていた。例えば、C++、Lisp、アセンブリ言語、Perl、Python、Fortran、そして各種のシェルスクリプトなどである。全コード中、半分をわずかに越える量のコードがGPLでライセンスされていた。Linuxカーネル自体は240万行で、これは合計の8%であった[86]。
その後の研究で、同じ解析が Debian GNU/Linux version 4.0 (etch)(2007年リリース)に対して行なわれた。このディストリビューションは2億8300万行のコードを含んでおり、従来の方法で開発していたならば3万6千人月が必要であり、80億4万ドル (2013年) が必要と推定された[87]。
LinuxおよびほとんどのGNUソフトウェアは、ライセンスとして GNU General Public License (GPL) を採用している。GPLでライセンスされていることにより、Linuxを再頒布する者はソースコード(加えた修正も含む)を同じ条項で入手可能にすることが要求される。他の主要コンポーネントの中には別のライセンスを使っているものもある。例えば、多くのライブラリはGNU Lesser General Public License (LGPL)(GPLよりも許諾的)を採用しており、X.orgはMITライセンスを採用している。
米国では、「Linux」という名前はリーナス・トーバルズが登録している商標である。初期は誰もこの名前を登録していなかったが、1994年8月15日に William R. Della croce, Jrが出願を行い、Linuxディストリビュータ達にロイヤリティを要求するということが起きた。1996年にリーナス・トーバルズといくつかの団体が、商標をリーナス・トーバルズに譲渡することを求めて彼を告訴し、1997年にこの問題は解決した[105]。それ以降、商標のライセンス供与は Linux Mark Institute (LMI) によって処理されている。リーナス・トーバルズは、自分が商標を保有している目的は他人が勝手に使用するのを防ぐためだけだと述べている。LMIは、以前は「Linux」という名前を商標の一部として使用することに対してわずかなサブライセンス料を課していたが[106]、のちにこれを変更し、無期限のサブライセンスを無償で提供している[107]。
日本では「トルヴアルドズ リヌス」(リーナス・トーバルズ)を商標権者として「リナックス / L i n u x」が商標登録されている(第4657506号)。称呼(参考情報)は「リナックス、ライナックス」、検索用文字商標称呼(参考情報)は「リナックス、LINUX」となっている。
マスコット
LinuxカーネルVersion 2.x系列登場後のマスコットには、リーナス・トーバルズの嗜好を汲んで、タックス (Tux) と名付けられたペンギンのキャラクターが選ばれている。
また、Linuxカーネル Version 2.6.29限定のマスコットとして、タスマニアデビルのTuzが発表[108]されている。
^ abBarry Levine (2013年8月26日). “Linux' 22th Birthday Is Commemorated - Subtly - by Creator” (英語). CMSWiRE. 2015年10月4日閲覧。 “Originally developed for Intel x86-based PCs, Torvalds’ “hobby” has now been released for more hardware platforms than any other OS in history. It is dominant on servers, and more than 90 percent of the 500 fastest supercomputers are Linux-based.”
^Torvalds, Linus (5 January 1992). “Release notes for Linux v0.12”. Linux Kernel Archives. 23 July 2007閲覧。 “The Linux copyright will change: I've had a couple of requests to make it compatible with the GNU copyleft, removing the “you may not distribute it for money” condition. I agree. I propose that the copyright be changed so that it confirms to GNU ─ pending approval of the persons who have helped write code. I assume this is going to be no problem for anybody: If you have grievances ("I wrote that code assuming the copyright would stay the same") mail me. Otherwise The GNU copyleft takes effect since the first of February. If you do not know the gist of the GNU copyright ─ read it.”
^“GNU Hurd/ hurd/ status”. フリーソフトウェア財団. 2015年10月4日閲覧。 “It may not be ready for production use, as there are still some bugs and missing features. However, it should be a good base for further development and non-critical application.”
^“Linux Mark Institute”. 24 February 2008閲覧。 “LMI has restructured its sublicensing program. Our new sublicense agreement is: Free -- approved sublicense holders pay no fees; Perpetual -- sublicense terminates only in breach of the agreement or when your organization ceases to use its mark; Worldwide -- one sublicense covers your use of the mark anywhere in the world”
International athletics championship event2012 European Cross Country ChampionshipsOrganisersEAAEdition19thDate9 DecemberHost citySzentendre, HungaryEvents6Distances9.880 km – Men8.050 km – Women8.050 km – U23 men6.025 km – U23 women6.025 km – Junior men4.000 km – Junior women← 2011 Velenje 2013 Belgrade → The 2012 European Cross Country Championships was the 19th edition of the cross country running competition for European athletes which...
American gubernatorial election This article needs additional citations for verification. Please help improve this article by adding citations to reliable sources. Unsourced material may be challenged and removed.Find sources: 1876 South Carolina gubernatorial election – news · newspapers · books · scholar · JSTOR (November 2020) (Learn how and when to remove this template message) 1876 South Carolina gubernatorial election ← 1874 November 7...
Political party in France Liberal Democracy Démocratie libéralePresidentAlain MadelinVice PresidentJean-Pierre RaffarinFoundedJune 24, 1997 (1997-06-24)DissolvedNovember 17, 2002 (2002-11-17)Preceded byRepublican PartyMerged intoUnion for a Popular MovementHeadquartersParisYouth wingYoung LiberalsIdeologyConservative liberalism[1]Classical liberalismPolitical positionCentre-right[2]European Parliament groupEuropean People's Pa...
Student political society Cambridge University Liberal AssociationFounded1886ChairEmma Munday, Queens'PresidentJulian Huppert, JesusAffiliationsOxford University Liberal DemocratsWebsitewww.cula.org.uk Cambridge University Liberal Association (CULA) is the student branch of the Liberal Democrats for students at Cambridge University. It is the successor to the Cambridge Student Liberal Democrats, which in turn was formed from the merger of Cambridge University Liberal Club (known as CULC, foun...
Infinite sequence of numbers satisfying a linear equation The Fibonacci sequence is constant-recursive: each element of the sequence is the sum of the previous two. Hasse diagram of some subclasses of constant-recursive sequences, ordered by inclusion Unsolved problem in mathematics: Is there an algorithm to test whether a constant-recursive sequence has a zero? (more unsolved problems in mathematics) In mathematics and theoretical computer science, a constant-recursive sequence is an infinit...
هذه المقالة يتيمة إذ تصل إليها مقالات أخرى قليلة جدًا. فضلًا، ساعد بإضافة وصلة إليها في مقالات متعلقة بها. (مايو 2017) لمعانٍ أخرى، طالع تشالنجر (توضيح). تشالنجر Challenger صورة من اللعبة المطور هادسن سوفت الناشر هادسن سوفت الموسيقى تاكياكي كونيموتو النظام فايكومجيم بوي أدف...
Play by Samuel Johnson For the 1919 Broadway musical, see Irene (musical). Title page of Irene, first edition 1749 Irene is a Neoclassical tragedy written between 1726 and 1749 by Samuel Johnson. It has the distinction of being the work Johnson considered his greatest failure.[1] Since his death, the critical consensus has been that he was right to think so.[2] Irene was Johnson's only play, and was first performed on 6 February 1749 in a production by his friend and former pu...
Bandar Udara Yamagata山形空港IATA: GAJICAO: RJSCInformasiJenisMiliter/PublikMelayaniYamagataLokasiHigashine, Perfektur Yamagata, JepangKetinggian dpl mdplPetaRJSCLokasi di JepangLandasan pacu Arah Panjang Permukaan m kaki 01/19 2,000 7 Aspal konsentrat Sumber: Japanese AIP at AIS Japan[1] Bandar Udara Yamagata (IATA: GAJ, ICAO: RJSC) adalah bandar udara yang berada di Higashine, Perfektur Yamagata, Jepang. Bandar udara ini berlokasi 23 km di utara kota Yamagata...
Buccopharyngeal membraneHuman embryo about twenty-five days old. Brain and heart represented from right side. Digestive tube and yolk sac in median section. Oropharyngeal membrane labeled in upper left.DetailsIdentifiersLatinMembrana buccopharyngeaAnatomical terminology[edit on Wikidata] The region where the crescentic masses of the ectoderm and endoderm come into direct contact with each other constitutes a thin membrane, the buccopharyngeal membrane (or oropharyngeal membrane), which fo...
Bullpup sniper rifle VKS The VKS sniper rifleTypeBullpup sniper riflePlace of originRussiaService historyIn service2004–presentUsed byFederal Security Service of the Russian Federation[citation needed]Production historyDesignerCKIB SOO (Central Design Bureau of Sporting and Hunting Weapons)Designed2002ManufacturerCKIB SOO (Central Design Bureau of Sporting and Hunting Weapons)Produced2002SpecificationsMass7 kg (total weight)Length1120 mm (overall length...
7 First KissesGenreRomanKomediSutradaraJung Jung-hwaPemeranLee Cho-heeChoi Ji-wooNegara asalKorea SelatanBahasa asliKoreaJmlh. episode8ProduksiProduserGab LeeSong Byung-joonMario Jeong-soo OhDurasi9-12 menitRumah produksiLotteDaehong CommunicationsCreative Leaders Group EightThank You Very Much Contents CompanyDistributorNaver TV CastRilisJaringan asliNaver TV CastRilis asli5 Desember 2016 (2016-12-05) –5 Januari 2017 (2017-1-5) 7 First Kisses (Hangul: 첫키스만 ...
Further education college in BrightonBrighton MET CollegeMain entrance of Brighton MET College Central Brighton Campus on Pelham StreetAddressCentral Brighton Campus Pelham Street,Brighton, BN1 4FAInformationOther nameBrighton Metropolitan CollegeFormer nameCity College Brighton & Hove, Brighton College of Technology, before that Brighton Technical College, Brighton School of Art & ScienceTypeFurther Education CollegeEstablished1858PrincipalPaul RileyGenderCoeducationalAge16+Enrolment...
Artikel ini sebatang kara, artinya tidak ada artikel lain yang memiliki pranala balik ke halaman ini.Bantulah menambah pranala ke artikel ini dari artikel yang berhubungan atau coba peralatan pencari pranala.Tag ini diberikan pada Januari 2023. Daftar ini belum tentu lengkap. Anda dapat membantu Wikipedia dengan mengembangkannya. Kepulauan Riau merupakan salah satu provinsi di Indonesia. Walau Kepulauan Riau merupakan provinsi termuda ke-3, namun Kepulauan Riau sudah menerima beberapa penghar...
Marcelo Rossi has the best-selling album in Brazil with Músicas para Louvar ao Senhor. The following is an independently list of best-selling albums in Brazil. This list can contain any types of album, including studio albums, extended plays, greatest hits, compilations, various artists, soundtracks and remixes. The list is divided by claimed sales from diverse sources media and certified units from Pro-Música Brasil when their certification program started in 1990; and thereafter by domest...
This article needs additional citations for verification. Please help improve this article by adding citations to reliable sources. Unsourced material may be challenged and removed.Find sources: Beginish Island – news · newspapers · books · scholar · JSTOR (August 2012) (Learn how and when to remove this template message) Beginish IslandNative name: BeiginisBeginish from the Slate quarry (Valentia Harbour)Beginish IslandGeographyLocationAtlantic OceanC...
Microsoft Publisher Тип Настольное издательское программное обеспечение Разработчик Microsoft Интерфейс Графический Операционная система Microsoft Windows Последняя версия 2019 (16.0.x)/ (24 сентября, 2018;) Читаемые форматы файлов: Microsoft Publisher file format, version 11.0[d], Microsoft Publisher file format, version 12.0[d], Microsoft Publi...
This article is an orphan, as no other articles link to it. Please introduce links to this page from related articles; try the Find link tool for suggestions. (September 2015) SpeechSchool.TVTypePrivateIndustryOnline EducationFoundedAuckland, New Zealand 2009HeadquartersLondon, United Kingdom and Auckland, New ZealandArea servedWorldwideWebsitewww.speechschool.tv SpeechSchool.TV is an online speech training service based in New Zealand and the United Kingdom. It provides a subscription based ...
Private railroad police force For the Canadian federal law enforcement agency, see Royal Canadian Mounted Police. This article needs additional citations for verification. Please help improve this article by adding citations to reliable sources. Unsourced material may be challenged and removed.Find sources: Canadian National Police Service – news · newspapers · books · scholar · JSTOR (March 2014) (Learn how and when to remove this template message) Ca...