Page MenuHomeDevCentral
Paste Active Pastes
  • #!/bin/sh
    INTERFACE=ens192
    WEB_PORTS=80,443
    OPEN_PORTS=22,25,${WEB_PORTS}
    IFCONFIG=/sbin/ifconfig
    ...
    • Nov 29 2014, 08:06
    • 51 Lines
    • Bash Scripting
  • [Unit]
    Description=Setups the network firewall, routes and IPv6 tunnel.
    Documentation=http://agora.nasqueron.org/Dwellers
    After=network-online.target
    Wants=network-online.target
    ...
    • Nov 29 2014, 08:02
    • 11 Lines
    • Plain Text
  • Nov 28 15:47:46 dwellers.nasqueron.org kernel: vmw_pvscsi: msg type: 0x0 - MSG RING: 1/0 (5)
    Nov 28 15:47:46 dwellers.nasqueron.org kernel: vmw_pvscsi: msg: device added at scsi0:1:0
    Nov 28 15:47:46 dwellers.nasqueron.org kernel: scsi 2:0:1:0: Direct-Access VMware Virtual disk 1.0 PQ: 0 ANSI: 2
    Nov 28 15:47:46 dwellers.nasqueron.org kernel: sd 2:0:1:0: [sdb] 419430400 512-byte logical blocks: (214 GB/200 GiB)
    Nov 28 15:47:46 dwellers.nasqueron.org kernel: sd 2:0:1:0: [sdb] Write Protect is off
    ...
    • Nov 28 2014, 14:55
    • 15 Lines
  • Script started on Fri Nov 28 14:42:59 2014
    /home/dereckson ] ssh root@stormshear.nasqueron.org
    The time and date of this login have been sent to the system logs.
    VMware offers supported, powerful system administration tools. Please
    ...
    • Nov 28 2014, 14:51
    • 30 Lines
  • location /poudriere {
    alias /usr/local/share/poudriere/html;
    location ~* ^.+\.(jpg|jpeg|gif|png|ico|svg|woff|css|js|html)$ {
    ...
    • Nov 27 2014, 07:18
    • 33 Lines
  • ZPOOL=arcology
    ZROOTFS=/poudriere
    BASEFS=/usr/local/poudriere
    RESOLV_CONF=/etc/resolv.conf
    ...
    • Nov 26 2014, 14:56
    • 19 Lines
  • --- /dev/fd/63 2014-07-04 18:03:20.000000000 +0000
    +++ /dev/fd/62 2014-07-04 18:03:20.000000000 +0000
    @@ -1,4 +1,3 @@
    .
    ./foo
    ...
    • Nov 26 2014, 09:55
    • 7 Lines
  • Script started on Wed Nov 26 08:22:07 2014
    dereckson@graywell.dereckson.drake (logged on)
    dereckson@mosh [22233] (logged on)
    dereckson@graywell.dereckson.drake (logged on)
    /home/dereckson ] ssh root@stormshear.nasqueron.org
    ...
    • Nov 26 2014, 08:33
    • 32 Lines
  • #!/bin/sh
    #
    # Nasqueron Tools deployment script
    #
    ...
    • Nov 24 2014, 02:03
    • 59 Lines
    • Bash Scripting
  • <?php
    /**
    * Represents a page from the %%url%% site.
    */
    ...
    • Nov 23 2014, 21:33
    • 15 Lines
    • PHP
  • #!/bin/sh
    #
    # Nasqueron Tools helper script
    #
    # Handles a new site on wikimedia/write/sourcetemplatesgenerator
    ...
    • Nov 23 2014, 21:27
    • 45 Lines
    • Bash Scripting
    • Nov 23 2014, 11:15
    • 32 Lines
    • PHP
  • #!/bin/sh
    #
    # Nasqueron Tools deployment script
    #
    ...
    • Nov 23 2014, 11:05
    • 57 Lines
    • Bash Scripting
  • pushing to git+ssh://git@github.com/nasqueron/ViperServ.git
    ** Unknown exception encountered with possibly-broken third-party extension hggit
    ** which supports versions 3.0.1 of Mercurial.
    ** Please disable hggit and try your action again.
    ** If that fixes the bug please report it to https://bitbucket.org/durin42/hg-git/issues
    ...
    • Nov 18 2014, 02:32
    • 42 Lines
    • Plain Text
  • /home/dereckson ] tclsh8.6
    % package require http
    2.8.8
    % package require tls
    1.6
    ...
    • Nov 17 2014, 18:44
    • 10 Lines
    • TCL
  • error reading "sock804ca5090": software caused connection abort
    while executing
    "http::geturl $url -headers $header -query $query -method $method -timeout $oauth::timeout"
    (procedure "oauth::query" line 4)
    invoked from within
    ...
    • Nov 17 2014, 18:29
    • 15 Lines
    • Plain Text