All pastesPublic feed

Public feed

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

    2131706·text·531 B·2012-03-24 02:29 UTC
    #php_value upload_max_filesize 300M
    #php_value post_max_size 300M
    #ErrorDocument 404 "Not found (this is your .htaccess file)
    
    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
  • Something

    2131696·text·2.5 KB·2012-03-24 01:44 UTC
    # Package generated configuration file
    # See the sshd_config(5) manpage for details
    
    # What ports, IPs and protocols we listen for
    Port 22
    # Use these options to restrict which interfaces/protoco
  • Something

    2131695·text·1.7 KB·2012-03-24 01:42 UTC
    # This is the ssh client system-wide configuration file. See
    # ssh_config(5) for more information. This file provides defaults for
    # users, and the values can be changed in per-user configuratio
  • Someone

    2131694·text·2.1 KB·2012-03-24 01:35 UTC
    Facebook Programming Challenge
    Back to Question List
    Time Remaining: 01:56:34
    
    ByteLand
    
    Byteland consists of N cities numbered 1..N. There are M roads connecting some pairs of cities. There are
  • Miscellany

    2131684·text·2.3 KB·2012-03-23 23:51 UTC
    Connection-specific DNS Suffix . :
     Description . . . . . . . . . . . : Atheros AR8132 PCI-E Fast Ethernet Contro
    ller (NDIS 6.20)
     Physical Address. . . . . . . . . : 00-26-22-0F-6E-11
  • Something

    2131682·text·1.2 KB·2012-03-23 23:33 UTC
    class ldap::params {
     case $::operatingsystem {
     /(CentOS|RedHat)/: {
     $packages = [ 'nss_ldap', 'openldap-clients', 'python-ldap', 'nscd' ]
     $config_files = [ '/etc/nsswitch.conf',
  • Anonymous

    2131681·text·975 B·2012-03-23 23:33 UTC
    #!/usr/bin/perl 
    
    my $student = $ARGV[0]; # Student ID
    my $code = $ARGV[1]; # Code 
    my $num_qns = $ARGV[2]; # Number of questions
    my @grades = ();
    my @idxs = ();
    my $ctr =0;
    
    # Display what
  • 1011TSABC

    2131674·python·534 B·2012-03-23 23:03 UTC
    #!/usr/bin/python
    #
    # Use the Serial Number output from wpscan
    # ./serial2key.py 1011TSABC
    #
    # By h3mp3r 2012-02-06
    # Based on a script from Hubert Seiwert, hubert.seiwert@nccgroup.com 2008-04-1
  • Stuff

    2131672·text·8.3 KB·2012-03-23 22:51 UTC
    # Mozilla User Preferences
    
    /* Do not edit this file.
     *
     * If you make changes to this file while the application is running,
     * the changes will be overwritten when the application exits.
     *
  • Something

    2131670·text·5.5 KB·2012-03-23 22:27 UTC
    PANEL = {}
    PANEL.HeaderHieght = 15
    PANEL.ItemIconPadding = 1
    PANEL.ItemIconSize = 39
    
    function PANEL:Init()
     self.CraftingList = CreateGenericListView(self, 0, 0, false)
     self.CraftingList:SetS
  • Miscellany

    2131669·text·109 B·2012-03-23 22:05 UTC
    20060001 7948 1bc2d3-4bc5a
    20060002 8087 1b2ab3-4-5ab
    20060003 9294 1a2a3b4ad5d
    20060004 1063 1d2ac3b4ab5b
  • Miscellany

    2131663·c·709 B·2012-03-23 21:26 UTC
    #include <stdio.h>
    #include <time.h>
    int main()
    {
     time_t rawtime;
     struct tm *timeinfo;
     time(&rawtime);
     timeinfo = localtime(&rawtime);
     int day = timeinfo->tm_mday;
     int month = timeinfo-
  • Untitled

    2131642·html·324 B·2012-03-23 13:28 UTC
    <script type="text/javascript">
    window.onload = function(){
     document.forms[0].onsubmit = function(){
     if(this.elements[0].value == 4) return true;
     return false;
     };
    };
    </s
  • kamil

    2131624·text·2.3 KB·2012-03-23 11:24 UTC
    # Create your views here.
    from django.core.paginator import Paginator, InvalidPage, EmptyPage
    from django.shortcuts import render_to_response, get_object_or_404
    from django.http import HttpResponse, H
  • kamil

    2131623·perl·2.3 KB·2012-03-23 11:23 UTC
    # Create your views here.
    from django.core.paginator import Paginator, InvalidPage, EmptyPage
    from django.shortcuts import render_to_response, get_object_or_404
    from django.http import HttpResponse, H
  • Something

    2131579·text·3.0 KB·2012-03-23 10:45 UTC
    HTML FILE:
    <!DOCTYPE html>
    <html>
    <head>
    <meta charset="utf-8" />
    <title>blah blah blah</title>
    <link rel="stylesheet" type="text/css" href="legalq.css">
    </head>
    <body>
    <style type="text/css"
  • Unnamed

    2131548·text·453 B·2012-03-23 10:27 UTC
    proto udp
    dev tun
    remote domainname # host to connect to
    
    tls-client
    ns-cert-type server
    #tls-auth keys/ta.key 1
    ca keys/ca.crt
    cert keys/clientcert.crt
    key keys/clientcert.key
    
    pull # this
  • Anonymous

    2131547·text·7.8 KB·2012-03-23 10:25 UTC
    # This is OpenVPN server, over UDP(better performance because of less overhead) with a tun device(routing).
  • Miscellany

    2131471·text·291 B·2012-03-23 09:57 UTC
    [marco@miranda ~]$ telnet 10.87.55.1 7001
    Trying 10.87.55.1...
    Connected to 10.87.55.1.
    Escape character is '^]'.
    HTTP/1.1 302 found
    Location: http://www.nstrein.ns.nl
    Content-Length: 0
    Date: F
  • Something

    2131469·text·8.2 KB·2012-03-23 09:57 UTC
    +-------+-------+--------------------+-------+---------+------+--------------+------------------------------------------------------------------------------------------------------+
    | Id | User |

older pastes →