All pastes›Public feed

Public feed

Pastes people chose to make public. Author names hidden.
  • Vermischtes

    1841150·text·30.6 KB·2010-03-15 13:04 UTC
    Warning: At least one delay-load dependency module was not found.
    Warning: At least one module has an unresolved import due to a missing export function in a delay-load dependent 
    
    module.
    
    -----
  • CcSsNET's livedvd kernel config.

    1841124·text·89.6 KB·2010-03-15 12:06 UTC
    
        
  • page.php (modified)

    1841115·php·1.4 KB·2010-03-15 11:44 UTC
    <?php
    
    function render_content() {
     
    ?>
     <?php if (have_posts()) : while (have_posts()) : the_post(); // the loop ?>
     
     <!--Post Wrapper Class-->
     <div class="post">
     
     <?php if (!(is_page('
  • page.php

    1841114·php·1.3 KB·2010-03-15 11:41 UTC
    <?php
    
    function render_content() {
     
    ?>
     <?php if (have_posts()) : while (have_posts()) : the_post(); // the loop ?>
     
     <!--Post Wrapper Class-->
     <div class="post">
     
     <!--Title-->
     <div c
  • Something

    1841109·text·1.5 KB·2010-03-15 11:37 UTC
    #!/bin/sh
    
    HOST=$1
    EXPECTED_ARGS=1
    
    if [ $# -ne $EXPECTED_ARGS ]
    then
     echo "Usage: $(basename $0) HOST" >&2
     exit 1
    fi
    
    # Request data
    URL="https://$HOST/heartbeat-server/heartbeat"
    POSTDATA='w
  • Klabusterbeeren

    1841108·text·1.6 KB·2010-03-15 11:36 UTC
    Klabusterbeerenmarmelade hat meist eine braune Farbe und einen intensiven Geruch. Sie schmeckt vorzüglich auf Schwarzbrot und ist kostengünstig in der Herstellung.
    Die Ernte der Klabusterbeeren ist d
  • Unnamed

    1841106·text·1.5 KB·2010-03-15 11:33 UTC
    #!/bin/sh
    
    HOST=$1
    
    EXPECTED_ARGS=1
    
    if [ $# -ne $EXPECTED_ARGS ]
    then
     echo "Usage: $(basename $0) HOST" >&2
     exit 1
    fi
    
    # Request data
    URL="https://$HOST/heartbeat-server/heartbeat"
    POSTDATA='
  • Mine

    1841104·text·1.5 KB·2010-03-15 11:32 UTC
    #!/bin/sh
    
    HOST=$1
    
    EXPECTED_ARGS=1
    
    if [ $# -ne $EXPECTED_ARGS ]
    then
     echo "Usage: $(basename $0) HOST" >&2
     exit 1
    fi
    
    # Request data
    URL="https://$HOST/heartbeat-server/heartbeat"
    POSTDATA='
  • Anonymous

    1841103·text·1.5 KB·2010-03-15 11:32 UTC
    #!/bin/sh
    
    HOST=$1
    
    EXPECTED_ARGS=1
    
    if [ $# -ne $EXPECTED_ARGS ]
    then
     echo "Usage: $(basename $0) HOST" >&2
     exit 1
    fi
    
    # Request data
    URL="https://$HOST/heartbeat-server/heartbeat"
    POSTDATA='
  • Miscellany

    1841102·text·1.5 KB·2010-03-15 11:30 UTC
    #!/bin/sh
    
    HOST=$1
    
    EXPECTED_ARGS=1
    
    if [ $# -ne $EXPECTED_ARGS ]
    then
     echo "Usage: $(basename $0) HOST" >&2
     exit 1
    fi
    
    # Request data
    URL="https://$HOST/heartbeat-server/heartbeat"
    POSTDATA='
  • Mine

    1841086·text·15.1 KB·2010-03-15 10:52 UTC
    X.Org X Server 1.7.5
    Release Date: 2010-02-16
    X Protocol Version 11, Revision 0
    Build Operating System: Linux 2.6.32.8-dsa-amd64 x86_64 Debian
    Current Operating System: Linux fry 2.6.32-trunk-amd6
  • nothize

    1841084·text·783 B·2010-03-15 10:49 UTC
    R:\csst\ms>xxd -g1 -l 0x50 certisw.bin
    0000000: 43 65 72 74 49 53 57 00 00 00 00 00 00 00 00 00 CertISW.........
    0000010: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
    0000020:
  • Whovian Omega

    1841079·text·345 B·2010-03-15 10:41 UTC
    ######################################################################
    # War: 13, Turn: 4 (final scores)
    ######################################################################
    Three Mile Island
     JSF:
  • Mine

    1841076·text·1.8 KB·2010-03-15 10:36 UTC
    #!/bin/sh
    IPTABLES="iptables"
    
    cat /proc/net/ip_tables_names | while read table; do
    
    $IPTABLES -t $table -L -n | while read c chain rest; do
    
    if test "X$c" = "XChain" ; then
     $IPTABLES -t $tab
  • Someone

    1841066·text·332 B·2010-03-15 10:22 UTC
    2.6.31.5-1mnb2 in main/backports, 2009.1 for i586; main/backports, 2009.1 for x86_64
    2.6.29.6-3mnb2 in main/updates, 2009.1 for i586; main/updates, 2009.1 for x86_64
    2.6.29.6-0.uc1mnb2 in main/testing
  • Untitled

    1841061·text·109.8 KB·2010-03-15 10:14 UTC
    
        
  • ray

    1840986·text·22.4 KB·2010-03-15 07:36 UTC
    !!################################
    !!ALSA Information Script v 0.4.59
    !!################################
    
    !!Script ran on: Mon Mar 15 07:36:15 UTC 2010
    
    !!Linux Distribution
    !!------------------
    
    Ub
  • CVS Script (Right)

    1840968·bash·629 B·2010-03-15 07:19 UTC
    yallara.cs.rmit.edu.au% cat make-cvs.sh 
    #!/bin/sh
    
    #reset group dir 
    cd /public/groups/SEPT/sept01/
    rm -rf *
    
    #set up directories
    mkdir cvs
    mkdir main
    
    #make test file in directory to im
  • CVS Script

    1840966·text·723 B·2010-03-15 07:18 UTC
    #!/bin/sh
     2 
     3 #reset group dir 
     4 cd /public/groups/SEPT/sept01/
     5 rm -rf *
     6 
     7 
     8 #set up directories
     9 mkdir cvs
     10 mkdir main
     11 
     12 #make test file in directory to
  • oviorus

    1840890·text·32.3 KB·2010-03-15 06:08 UTC
    
        

older pastes →