Skip to content

Commit

Permalink
Merge pull request #1361 from jcrussell/release-2.6
Browse files Browse the repository at this point in the history
doc: first cut of 2.6 release notes
  • Loading branch information
djfritz authored Aug 30, 2019
2 parents d9ae2f9 + d44565f commit 50f959e
Show file tree
Hide file tree
Showing 6 changed files with 389 additions and 6 deletions.
9 changes: 5 additions & 4 deletions doc/content/articles/installing.article
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,11 @@ up-to-date development version if desired.

minimega is available as a prebuilt, x86-64 debian package, or as a standalone
tarball. The debian package is known to work on debian 7-9 and is available
[[https://storage.googleapis.com/minimega-files/minimega-2.5.deb][here]].
[[https://storage.googleapis.com/minimega-files/minimega-2.6.deb][here]]. The
latest debian release, debian 10 (buster), is known not to work.

For other x86-64 systems, use the prebuilt tarball, available
[[https://storage.googleapis.com/minimega-files/minimega-2.5.tar.bz2][here]].
[[https://storage.googleapis.com/minimega-files/minimega-2.6.tar.bz2][here]].
Simply unpack minimega and run it from the top level directory:

$ tar xjf minimega.tar.bz2 && cd minimega
Expand All @@ -38,10 +39,10 @@ Having installed the dependencies, grab the minimega source:
$ git clone [email protected]:sandia-minimega/minimega.git
$ cd minimega

Next, check out the 2.5 release. If you wish to run the development version
Next, check out the 2.6 release. If you wish to run the development version
("tip") of minimega, skip this command.

$ git checkout 2.5
$ git checkout 2.6

Finally, compile minimega:

Expand Down
32 changes: 32 additions & 0 deletions doc/content/articles/publications.article
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
Publications

The minimega authors
28 Aug 2019

* Publications

List of publications by the minimega team, sorted by year in Chicago citation
format. In the future, we may create a separate page for works that use
minimega.

* Papers

Crussell, Jonathan, Thomas M. Kroeger, David Kavaler, Aaron Brown, and Cynthia Phillips. [[https://www.usenix.org/conference/cset19/presentation/crussell]["Lessons Learned from 10k Experiments to Compare Virtual and Physical Testbeds."]] In 12th USENIX Workshop on Cyber Security Experimentation and Test (CSET 19). 2019.

Crussell, Jonathan, Thomas M. Kroeger, Aaron Brown, and Cynthia Phillips. [[https://ieeexplore.ieee.org/stamp/stamp.jsp?arnumber=8685630]["Virtually the Same: Comparing Physical and Virtual Testbeds."]] In 2019 International Conference on Computing, Networking and Communications (ICNC), pp. 847-853. IEEE, 2019.

Raybourn, Elaine M., Michael Kunz, David Fritz, and Vince Urias. [[https://link.springer.com/chapter/10.1007/978-3-319-98935-8_5]["A Zero-Entry Cyber Range Environment for Future Learning Ecosystems."]] In Cyber-Physical Systems Security, pp. 93-109. Springer, Cham, 2018.

Bierma, Michael, Eric Gustafson, Jeremy Erickson, David Fritz, and Yung Ryn Choe. [[https://arxiv.org/pdf/1410.7751.pdf]["Andlantis: Large-scale Android dynamic analysis."]] In Workshop on Mobile Security Technologies (MOST). 2014.

* Talks

Fritz, David Jakob. [[/presentations/gt_2018.slide][I made the very model but the model was too general.]] No. SAND2018-3927PE. Sandia National Lab.(SNL-NM), Albuquerque, NM (United States), 2018.

Fritz, David Jakob. [[https://www.osti.gov/servlets/purl/1468319][Emulytics and IoT at Sandia National Laboratories.]] No. SAND2017-9164C. Sandia National Lab.(SNL-NM), Albuquerque, NM (United States), 2017.

Fritz, David Jakob. [[/presentations/miniplumber.slide][Introducing miniplumber.]] No. SAND2017-1449PE. Sandia National Lab.(SNL-NM), Albuquerque, NM (United States), 2017.

Floren, John Frank. [[/presentations/scale.slide][Scaling techniques for cyber emulation.]] No. SAND2017-8709C. Sandia National Lab.(SNL-NM), Albuquerque, NM (United States), 2017.

Crussell, Jonathan, Thomas M. Kroeger, Aaron Brown, and Cynthia A. Phillips. [[https://www.osti.gov/servlets/purl/1467789][Virtually the Same? The Empirical Differences Between Physical and Virtual Networks.]] No. SAND2017-8992C. Sandia National Lab.(SNL-NM), Albuquerque, NM (United States), 2017.
1 change: 1 addition & 0 deletions doc/content/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ <h2>What is minimega?</h2>

<p>The minimega repository also includes <a href="/tools.html">several more tools</a> and libraries to make VM creation and cluster management easier</p>
<h2>News</h2>
<p>29 Aug 2019 - <b>minimega 2.6 is released!</b> See the <a href="/releases/minimega-2.6.article">release notes</a> for more information.</p>
<p>03 Oct 2018 - <b>minimega 2.5 is released!</b> See the <a href="/releases/minimega-2.5.article">release notes</a> for more information.</p>
<p>11 May 2018 - <b>minimega 2.4 is released!</b> See the <a href="/releases/minimega-2.4.article">release notes</a> for more information.</p>
<p>14 Dec 2016 - <b>minimega 2.3 is released!</b> Updates include many new features and bugfixes to the 2.2 release. See the <a href="/releases/minimega-2.3.article">release notes</a> for more information.</p>
Expand Down
Loading

0 comments on commit 50f959e

Please sign in to comment.