krebs-pages: import from painload
This commit is contained in:
parent
0d8fccb35c
commit
7de2610029
8
krebs/5pkgs/simple/krebs-pages/default.nix
Normal file
8
krebs/5pkgs/simple/krebs-pages/default.nix
Normal file
@ -0,0 +1,8 @@
|
||||
{ bling, runCommand, ... }:
|
||||
|
||||
runCommand "krebs-pages-0" {} ''
|
||||
mkdir $out
|
||||
cp ${./fixtures}/* $out/
|
||||
ln -s ${bling}/krebs-v2.ico $out/favicon.ico
|
||||
ln -s ${bling}/krebs-v2.png $out/
|
||||
''
|
42
krebs/5pkgs/simple/krebs-pages/fixtures/index.html
Normal file
42
krebs/5pkgs/simple/krebs-pages/fixtures/index.html
Normal file
@ -0,0 +1,42 @@
|
||||
<!doctype html>
|
||||
<title>krebscode</title>
|
||||
<style>
|
||||
html {
|
||||
background: black url(krebs-v2.png) fixed no-repeat 50% 0%;
|
||||
background-size: 423px;
|
||||
}
|
||||
a:visited {
|
||||
color: white;
|
||||
}
|
||||
a:link {
|
||||
color: lightgrey;
|
||||
}
|
||||
</style>
|
||||
<script>
|
||||
var html;
|
||||
window.onload = function () {
|
||||
html = document.getElementsByTagName('html')[0];
|
||||
window.onresize();
|
||||
}
|
||||
window.onresize = function () {
|
||||
html.style.backgroundSize =
|
||||
Math.min(document.height - 23, document.width - 23) + 'px';
|
||||
}
|
||||
</script>
|
||||
<body>
|
||||
<p>
|
||||
<a href="http://krebscode.github.io/minikrebs/linuxtag">
|
||||
Linuxtag Heckenkrebs Presentation
|
||||
</a>
|
||||
</p>
|
||||
<p>
|
||||
<a href="http://krebscode.github.io/writeups">
|
||||
CTF Writeups
|
||||
</a>
|
||||
</p>
|
||||
<p>
|
||||
<a href="thesauron.html">
|
||||
Thesauron
|
||||
</a>
|
||||
</p>
|
||||
</body>
|
133
krebs/5pkgs/simple/krebs-pages/fixtures/thesauron.html
Normal file
133
krebs/5pkgs/simple/krebs-pages/fixtures/thesauron.html
Normal file
@ -0,0 +1,133 @@
|
||||
<p>Cholerab n.
|
||||
[de]
|
||||
- Kunstwort aus Kollaboration und Cholera. Beschreibt den Zustand, dass
|
||||
Zusammenarbeit niemals gut, einfach und ohne Schmerzen funktioniert.
|
||||
- Teamwork-Plattform für Krebscode.</p>
|
||||
|
||||
<p>eigentlich adv.
|
||||
[de]
|
||||
- Hinweis darauf, dass der Inhalt eines Satzes eine Soll-Realität beschreibt,
|
||||
die nicht der Fall ist.
|
||||
Antonym: tatsaechlich</p>
|
||||
|
||||
<p>ghost n.
|
||||
[de]
|
||||
- Host im Darknet welcher evtl. irgendwie noch da ist (als dd image auf anderen
|
||||
Festplatten) aber wohl nie wieder kommen wird.
|
||||
Siehe: Wiederbelebung</p>
|
||||
|
||||
<p>KD;RP abbr. (pronounciation: kah-derp)
|
||||
[en]
|
||||
- Short for Krebs Darknet / Retiolum Prefix.</p>
|
||||
|
||||
<p>krebs
|
||||
[de]
|
||||
- krebs ist ein soziales Experiment, eine Organisation, das zweit aelteste
|
||||
Softwareprojekt im Shack und viel verteilte infrastruktur.</p>
|
||||
|
||||
<p>kremium
|
||||
[en]
|
||||
- coinage derived from the words premium and krebs
|
||||
see: broken
|
||||
usage: Reaktor ircbot has unfixed broken behavior since ever->“Kremium Software”</p>
|
||||
|
||||
<p>KRI abbr. (pronounciation: [en] cry)
|
||||
[en]
|
||||
- Short for Krebs Request for Implementation.
|
||||
Derived from Scheme Requests for Implementation (SRFI).</p>
|
||||
|
||||
<p>litterate programming n.
|
||||
[en]
|
||||
- any code that has not been proved mathematically.</p>
|
||||
|
||||
<p>Nahziel n.
|
||||
[de]
|
||||
- Ziel mit höchst möglicher Priorität.</p>
|
||||
|
||||
<p>Nahzielerfahrung n.
|
||||
[de]
|
||||
- das Erlebnis der (endgültigen) Nichterreichung eines Nahziels (obwohl
|
||||
nur noch wenig ((quasi-) infinitesimal viel) nötig gewesen wäre).</p>
|
||||
|
||||
<p>parentheses of fear
|
||||
[en]
|
||||
- unnecessary parentheses, usually used when order of precedence is unknown.
|
||||
- Examples: 1 + (2 * 3)</p>
|
||||
|
||||
<p>Protip n.
|
||||
[en]
|
||||
- (Probably vague) description how a task can be solved.
|
||||
- Antonym: Spoiler
|
||||
- Example:
|
||||
- To defeat the Cyberdaemon, shoot at it until it dies.
|
||||
- RTFM</p>
|
||||
|
||||
<p>Punching Lemma n.
|
||||
[de]
|
||||
- Sozialer Druck zur Aufrechterhaltung der Ordnung in dem sozialen Geflaecht
|
||||
von Krebs</p>
|
||||
|
||||
<p>ref, n.
|
||||
[en]
|
||||
- A reference like an URI, ISBN, name of a person, etc.</p>
|
||||
|
||||
<p>reftrace, n.
|
||||
[en]
|
||||
- A stacktrace-like representation of refs that lead to some (any kind of)
|
||||
conclusion. Usually generated by a human. The conclusion can be either on
|
||||
the top or on the bottom of the stack. If the order is ambiguous, then it
|
||||
should be communicated explicitly.
|
||||
- Example: (conclusion first)
|
||||
- http://en.wikipedia.org/wiki/Stack_trace
|
||||
- google “stacktrace” (first entry / 2014–12–05T12:13:58Z)
|
||||
- think about some example [this could be omitted, as it’s obvious…]</p>
|
||||
|
||||
<p>Retiolum n.
|
||||
[en]
|
||||
- The official darknet of Krebs which utilizes the Retiolum Prefix to
|
||||
address individual nodes.</p>
|
||||
|
||||
<p>Retiolum Prefix n.
|
||||
[en]
|
||||
- The universally accepted IPv6-prefix, 42::/16. Anyone can has a
|
||||
/128-subnet and, if require, anything larger.</p>
|
||||
|
||||
<p>Retiolum Realtime Map n.
|
||||
[en]
|
||||
- The network map of the public visible part of Retiolum.</p>
|
||||
|
||||
<p>RRM [abbr.][en]
|
||||
- Short for Retiolum Retiolum Map.</p>
|
||||
|
||||
<p>Sanatorium n.
|
||||
[en]
|
||||
- The Krebs Control and Command Center.
|
||||
- An Retiolum-based IRC-channel where all Reaktor-enabled nodes gather
|
||||
and lurk for relevant input.</p>
|
||||
|
||||
<p>Spoiler n.
|
||||
[en]
|
||||
- A subset of walkthrough, i.e. any individual steps may be omitted.
|
||||
- Antonym: Protip</p>
|
||||
|
||||
<p>tatsaechlich, adv.
|
||||
[de]
|
||||
- Hinweis darauf, dass der Inhalt eines Satzes exakt der Realität entspricht.
|
||||
Antonym: eigentlich</p>
|
||||
|
||||
<p>Verkrebsung n.
|
||||
[de]
|
||||
- Synonym fuer die Installation von Krebs (oder eine einzelnen Krebs
|
||||
Komponente) auf einem beliebigem System.</p>
|
||||
|
||||
<p>Walkthrough n.
|
||||
[en]
|
||||
- Description of the individual steps to complete a task.
|
||||
- Examples:
|
||||
- program code
|
||||
- small-step semantics</p>
|
||||
|
||||
<p>Wiederbelebung n.
|
||||
[de]
|
||||
- Ein ghost wird im Darknet wieder erreichbar
|
||||
Siehe: ghost</p>
|
Loading…
Reference in New Issue
Block a user