bomblab-release.html
来自「二进制炸弹实验。可以构建一个实验平台」· HTML 代码 · 共 85 行
HTML
85 行
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html> <head> <title>Bomb Lab Release Notes</title> </head> <body bgcolor=white> <h1>Bomb Lab Release Notes</h1><h2>3/12/2003</h2><ul><li> Rewrote the bomb request daemon, <kbd>bomb-requestd.pl</kbd> tobe more robust and easier for the students to use. The new daemon isbased on HTTP, and is extremely simple:<ul><li> Students request a bomb by pointing their Web browser at the hostand port number of the request daemon, and then filling out a form withtheir team member information.<li> The request daemon builds a bomb, packs it up in a tar file, andreturns it to the student's Web browser.</ul><p>This new version has significant advantages over the previous emailbased version:<ul><li> Students receive their bombs immediately.<li> Students no longer need to use <kbd>uudecode</kbd> to save theirbombs.<li> Some email clients apply unexpected encodings to Subject linesthat caused the old daemon to miss some requests. This is no longer anissue in the new daemon. <i>Thanks to Prof. Umberto Villano, Universita' del Sannio</i>.<li> The old daemon maintained hard state in the form of disk filecontaining the number of requests in the spool file that it hadresponded to. If this file were removed or reset, the daemon wouldsend new bombs to everyone who had previously requested a bomb, andworse, erase its record of the old bombs. This can no longer happenwith the new request daemon.<i>Thanks to Prof. Al Davis, Univ of Utah</i>.</ul><p><li> Made a minor change to the <kbd>makebomb.pl</kbd> script so thatit now includes a <kbd>README</kbd> file in each bomb<k> directoryidentifying the bomb number and the bomb owners.<p><li> Changed <kbd>initbomblab.pl</kbd> so that it will NOT delete anexisting "bombs" directory.<p><li> Updated the writeup to reflect the new procedure forstudents to request bombs.<p><li> The overall way an instructor runs the lab has NOT changed.As before, "make init" intializes the lab, "make start" startsthe reporting and request daemons, and "make stop" kills them.</ul><h2>9/30/2002</h2><ul><li> The reporting daemon is now more robust when it encounters bogus notification messages in the spool file.</ul><h2>6/3/2002</h2><ul><li> Initial release.</ul><hr><!-- hhmts start -->Last modified: Thu Jun 12 17:39:27 EDT 2003<!-- hhmts end --> </body></html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?