This file contains hidden or 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
<!DOCTYPE html> | |
<meta charset="utf-8"> | |
<script src="http://d3js.org/d3.v2.js?2.9.1"></script> | |
<style> | |
.link { | |
fill: none; | |
stroke: #666; | |
stroke-width: 1.5px; | |
} |
This file contains hidden or 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
class dns::server($master_zones=undef,$slave_zones=undef, $options="default") { | |
package { "bind9": | |
ensure => "installed", | |
} | |
file { "/etc/bind/db.d": | |
ensure => directory, | |
owner => "bind", | |
group => "bind", |
This file contains hidden or 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
node nodename { | |
class { "dns::server": | |
master_zones => {'zone1' => ['192.168.0.208', '192.168.0.209', '192.168.105.225', '192.168.105.201'], 'zone2' => [], '168.192.in-addr.arpa' => [], }, | |
} | |
} |
This file contains hidden or 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
Environment: | |
Request Method: GET | |
Request URL: http://norrsnav/ | |
Django Version: 1.2.3 | |
Python Version: 2.6.6 | |
Installed Applications: | |
['nav.django'] | |
Installed Middleware: | |
('django.middleware.common.CommonMiddleware',) |
This file contains hidden or 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
Hei | |
Det er et ønske for å vise topologigrafer inne i ipdevinfo, men her trenger vi | |
litt innspill på hva som ønskes direkte av funksjonalitet og hvordan løse noen | |
problemstillinger. | |
Det første er hvordan dere ser for dere at de to toplogigrafene skal | |
representeres i ipdevinfo. | |
Next-hop graphen er relativ enkel og en liten graf, denne kan lett vises |
This file contains hidden or 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
Package files: | |
100 /var/lib/dpkg/status | |
release a=now | |
500 http://dl.google.com/linux/chrome/deb/ stable/main i386 Packages | |
release v=1.0,o=Google, Inc.,a=stable,n=stable,l=Google,c=main | |
origin dl.google.com | |
500 http://dl.google.com/linux/chrome/deb/ stable/main amd64 Packages | |
release v=1.0,o=Google, Inc.,a=stable,n=stable,l=Google,c=main | |
origin dl.google.com | |
990 http://security.debian.org/ wheezy/updates/non-free i386 Packages |
This file contains hidden or 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
Mad3 | Rockj: nye naming schemen til nettverksenheter i linux med udev 197 | |
Mad3 | konsistente names basert på hvor i hardwaren/datamaskinen/slot den er plassert | |
Mad3 | og hvilken type det er etc | |
+Rockj | humre, er det ikke bare ev. et ekstra alias? | |
Mad3 | nei | |
+Rockj | håper de beholder eth# | |
Mad3 | det gjør de ikke :p | |
+Rockj | argh, skal vi få sånn navngiving som i *BSD no :( | |
Mad3 | da må du ordne det selv med egne udevregler | |
+Rockj | der navngives de vel etter drivernavn modulen bruker. |
This file contains hidden or 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
[LightDM] | |
seats=Seat:0 Seat:1 | |
[Seat:0] | |
autologin-user=xbmc | |
autologin-user-timeout=0 | |
user-session=XBMC | |
greeter-session=lightdm-gtk-greeter | |
# doing it twice, seems to be the hack to make it work :O | |
greeter-session=lightdm-gtk-greeter |
This file contains hidden or 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
class dns::server($master_zones=undef,$slave_zones=undef, $options="default") { | |
package { "bind9": | |
ensure => "installed", | |
} | |
file { "/etc/bind/db.d": | |
ensure => directory, | |
owner => "bind", | |
group => "bind", |