forked from mitre/mitre.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgras.html
73 lines (64 loc) · 3.7 KB
/
gras.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>Generally Recognized as Safe Open Source Software</title>
<link rel="stylesheet" href="stylesheets/styles.css">
<link rel="stylesheet" href="stylesheets/pygment_trac.css">
<script src="javascripts/scale.fix.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<div class="wrapper">
<header>
<h1 class="header">Generally Recognized as Safe Open Source Software</h1>
<ul>
<li><a class="buttons github" href="https://github.com/mitre">GitHub Profile</a></li>
</ul>
</header>
<section>
<h1>Generally Recognized As Safe Open Source Software</h1>
<p>The MITRE Corporation is seeking to curate a list of Open Source Software that is in wide deployment and use, and could therefore be reasonably "Generally Recognized As Safe" for general use. MITRE is compiling this list as a general reference and is seeking input into what should be included in it. If you would like to add to the list, submit an <a href="https://github.com/mitre/mitre.github.com/issues">issue</a> or (better yet) a <a href="https://github.com/mitre/mitre.github.com/pulls">pull request</a> with the appropriate changes.</p>
<h2>Projects</h2>
<ul>
<li><a href="http://httpd.apache.org/">Apache HTTPD Server</a> Hypertext Transfer Protocol (HTTP) server</li>
<li><a href="http://www.blender.org/">Blender</a> 3D animation suite</li>
<li><a href="http://www.gnu.org/software/software.html">GNU Software</a> Software packages that provide a complete operating environment for computer systems. Often combined with the Linux Kernel to form the GNU/Linux operating system.<br />Notable packages include:
<ul>
<li>bash - GNU's UNIX compatible shell</li>
<li>coreutils - Base commands</li>
<li>cpio - archiving program</li>
<li>diffutils - contains utilies to compare files</li>
<li>findutils - contains search utilities</li>
<li>finger - user information</li>
<li>grep - search for strings in files</li>
<li>groff - document processing system (groff)</li>
<li>GRUB - GRand Unified Bootloader</li>
<li>gzip - compression program (gzip)</li>
<li>inetutils - useful utils for networking</li>
<li>plotutils - useful utils for plotting to different devices</li>
<li>readline - useful library for reading command lines</li>
<li>screen - a terminal multiplexer</li>
<li>sysutils 3 - system utilities to manage users, groups, passwords, shells</li>
<li>tar - Archiver able to create and handle file archives in various formats</li>
<li>texinfo - documentation system for producing online and printed manuals</li>
<li>time - program to determine the duration of execution of a particular command</li>
</ul>
</li>
<li><a href="https://www.kernel.org/">Linux Kernel</a> UNIX-like kernel behind the Linux operating system </li>
<li><a href="http://nodejs.org/">Node.js</a> Server-side JavaScript programming platform </li>
</ul>
<h3>Contact</h3>
<p>This site is maintained by <a href="https://github.com/jricher" class="user-mention">@jricher</a> and <a href="https://github.com/ttaylor249" class="user-mention">@ttaylor249</a> for <a href="http://www.mitre.org/">The MITRE Corporation</a>.</p>
</section>
<footer>
<p><small>Hosted on <a href="https://pages.github.com">GitHub Pages</a></small></p>
</footer>
</div>
<!--[if !IE]><script>fixScale(document);</script><![endif]-->
</body>
</html>