-
Notifications
You must be signed in to change notification settings - Fork 68
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1361 from jcrussell/release-2.6
doc: first cut of 2.6 release notes
- Loading branch information
Showing
6 changed files
with
389 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
@@ -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: | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.