All pastesPublic feed

Public feed

Pastes people chose to make public. Author names hidden.
  • necro config

    2046189·text·45.6 KB·2011-04-14 00:23 UTC
    
        
  • Stuff

    2046186·text·776 B·2011-04-14 00:03 UTC
    >> puts $:
    /Library/Ruby/Gems/1.8/gems/mysql-2.8.1/lib
    /Library/Ruby/Gems/1.8/gems/mysql-2.8.1/ext
    /Library/Ruby/Site/1.8
    /Library/Ruby/Site/1.8/powerpc-darwin10.0
    /Library/Ruby/Site/1.8/universa
  • Unnamed

    2046182·text·3.8 KB·2011-04-13 23:41 UTC
    # /etc/config/batman-adv
    
    config 'mesh' 'bat0'
     option 'interfaces' 'wlan0'
     option 'aggregated_ogms'
     option 'bonding'
     option 'fragmentation'
     option 'gw_ba
  • Unnamed

    2046181·text·3.4 KB·2011-04-13 23:36 UTC
    # /etc/config/network
    config 'interface' 'loopback'
     option 'ifname' 'lo'
     option 'proto' 'static'
     option 'ipaddr' '127.0.0.1'
     option 'netmask' '255.0.0.0'
    
    config
  • Unnamed

    2046180·text·3.8 KB·2011-04-13 23:28 UTC
    # /etc/config/network
    config 'interface' 'loopback'
     option 'ifname' 'lo'
     option 'proto' 'static'
     option 'ipaddr' '127.0.0.1'
     option 'netmask' '255.0.0.0'
    
    config
  • Anonymous

    2046179·text·70 B·2011-04-13 23:27 UTC
    http://ubuntulogy.org/wp-content/uploads/2010/09/AmbianceStyle.tar.gz
  • Untitled

    2046178·text·514 B·2011-04-13 23:20 UTC
    ddns-update-style none;
    
    option domain-name "toyotaguerrero.com.mx";
    option domain-name-servers 208.67.222.222, 208.67.220.220;
    
    default-lease-time 600;
    max-lease-time 7200;
    log-facility local7
  • Mine

    2046177·html·1.4 KB·2011-04-13 23:16 UTC
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    
    <head>
    <meta content="text/ht
  • Mine

    2046173·text·1.4 KB·2011-04-13 23:05 UTC
    msf > db_connect REDACT:REDACT@localhost/msf3
    [-] Error while running command db_connect: Failed to connect to the database: uninitialized constant MysqlCompat::MysqlRes
    
    Call stack:
    /Users/savant
  • greg

    2046170·text·7.2 KB·2011-04-13 22:53 UTC
    #!/usr/bin/env python
    #
    # pastebin, a script to upload a file to pastebin.ca from the console.
    #
    # Copyright (C) 2005 Raphael Slinckx <raphael@slinckx.net>
    # Thanks to Gustavo J. A. M. Carneiro <
  • Anonymous

    2046169·text·2.6 KB·2011-04-13 22:52 UTC
    [erik.lat@litebox ~]$ whois bing.com
    [Querying whois.verisign-grs.com]
    [Redirected to whois.markmonitor.com]
    [Querying whois.markmonitor.com]
    [whois.markmonitor.com]
    
    MarkMonitor is the Global L
  • Mine

    2046164·text·548 B·2011-04-13 22:44 UTC
    # BEGIN WordPress
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ - [L]
    
    # uploaded files
    RewriteRule ^([_0-9a-zA-Z-]+/)?files/(.+) wp-includes/ms-files.php?file=$2 [L]
    
    # add a traili
  • Someone

    2046163·text·653 B·2011-04-13 22:41 UTC
    <VirtualHost *:80>
     ServerAdmin info@s.com 
     ServerName www.dev-s.com
     ServerAlias dev-s.com
    
     DirectoryIndex index.php index.html
     DocumentRoot /home/[username]/pub
  • Unnamed

    2046160·text·529 B·2011-04-13 22:19 UTC
    http://docs.google.com/viewer?a=v&q=cache:lZwDBDTLdRsJ:www.doc.ic.ac.uk/~frk/frank/da/hci/The%2520PACT%2520framework%2520-%2520Handout.pdf+Homogeneous+pact+analysis&hl=en&gl=au&pid=bl&srcid=ADGEEShqI9
  • Something

    2046156·text·5.6 KB·2011-04-13 22:12 UTC
    [32;01m * [39;49;00mPackage: media-tv/boxee-0.9.23_beta15885
    [32;01m * [39;49;00mRepository: sabayon
    [32;01m * [39;49;00mUSE: amd64 elibc_glibc kernel_linux multilib opengl userland_
  • Anonymous

    2046151·text·234 B·2011-04-13 21:55 UTC
    /op /mode # +ooo $$1 $2 $3
    /dop /mode # -ooo $$1 $2 $3
    /j /join #$$1 $2-
    /p /part #
    /n /names #$$1
    /w /whois $$1
    /k /kick # $$1 $2-
    /q /query $$1
    /send /dcc send $1 $2
    /chat /dcc chat $1
    /pi
  • Mine

    2046149·text·2.0 KB·2011-04-13 21:30 UTC
    $ cat zmqtest.c
    #include <zmq.h>
    #include <stdio.h>
    #include <unistd.h>
    #include <string.h>
    
    int main (void)
    {
     void *context = zmq_init(1);
     
     void *responder = zmq_socket(context, ZMQ_REP)
  • Mine

    2046148·text·1.4 KB·2011-04-13 21:30 UTC
    $ gcc -I/usr/local/include -L/usr/local/lib -lzmq zmqtest.c -ozmqtest
    /tmp/ccDrcKnc.o:zmqtest.c:(.text+0x1e): undefined reference to `_zmq_init'
    /tmp/ccDrcKnc.o:zmqtest.c:(.text+0x34): undefined ref
  • Someone

    2046143·text·3.1 KB·2011-04-13 21:12 UTC
    2011-04-13 18:12:30.370 MythSocket(835f778:48): DownRef: 1
    2011-04-13 18:12:30.370 MythSocket(835f778:48): UpRef: 2
    2011-04-13 18:12:30.371 MythSocket(835f778:48): write -> 48 40 QUERY_REMOTEEN
  • Miscellany

    2046141·text·902 B·2011-04-13 21:03 UTC
    # Database upgrades
     repo_id = 'Vigilia'
     repo_path = 'vigilia/upgrades'
     upgrades_path = os.path.join(os.path.dirname(__file__), 'upgrades')
     mver = model.MigrateVersion.query.fil

older pastes →