All pastesPublic feed

Public feed

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

    2093447·text·966 B·2011-11-09 22:45 UTC
    #talker on
    
    on 1:input:*: {
     if (!%co1) || (!%co2) { echo -a Please set the colors in the menu, or disable the talker. | halt }
     elseif (/ !iswm $left($1,1)) && (Status Window !iswm $active) {
  • Mine

    2093446·text·359 B·2011-11-09 22:35 UTC
    route -n get 172.21.27.10
     route to: 172.21.27.10
    destination: 172.21.27.0
     mask: 255.255.255.0
     gateway: 10.0.10.5
     interface: tun0
     flags: <UP,GATEWAY,DONE,STATIC,PRCLONING>
  • Untitled

    2093445·text·30.6 KB·2011-11-09 22:31 UTC
    00:00.056 [Main:UnityBootstrapper.Run] Logger was created successfully.
    00:00.075 [Main:UnityBootstrapper.Run] Creating module catalog.
    00:00.094 [Main:UnityBootstrapper.Run] Configuring module cata
  • Someone

    2093443·text·1.1 KB·2011-11-09 22:19 UTC
    daky@b0x00r:~/javalernen$ cat /etc/apt/sources.list
    #
    
    # deb cdrom:[Debian GNU/Linux 6.0.2.1 _Squeeze_ - Official i386 NETINST Binary-1 20110628-13:01]/ squeeze main
    
    #deb cdrom:[Debian GNU/Linux
  • Anonymous

    2093440·text·389 B·2011-11-09 22:02 UTC
    Nov 9 22:20:19 tron postfix/smtpd[7979]: connect from myserver[xxx.xxx.xxx.xxx]
    Nov 9 22:20:19 tron postfix/smtpd[7979]: NOQUEUE: reject: RCPT from myserver[xxx.xxx.xxx.xxx]: 554 5.7.1 <recipient@a
  • Untitled

    2093439·text·969 B·2011-11-09 21:55 UTC
    #!/usr/bin/perl
    use strict;
    
    my $malefile = "malefirst.txt";
    my $femalefile = "femalefirst.txt";
    my $lastfile = "alllast.txt";
    my $domain = "\@eastcentral.edu";
    
    my $gender_choice = 0;
    my $nu
  • Miscellany

    2093438·text·677 B·2011-11-09 21:47 UTC
    #!/bin/bash
    
    # Carlos Ferry Sauterel - Ingenieria Ejecución Informática #
    
    MODELNAME=$( awk '/model name/ {print $4}' < cpuinfo )
    KERNELVERSION=$( awk '/Linux version/ {print $3}' < version )
  • Untitled

    2093437·text·356 B·2011-11-09 21:47 UTC
    wine
    zsh: command not found: wine
    
    which wine
    /usr/bin/wine
    
    /usr/bin/wine
    zsh: no such file or directory: /usr/bin/wine
    
    file /usr/bin/wine
    /usr/bin/wine: ELF 32-bit LSB executable, Intel
  • Something

    2093436·text·677 B·2011-11-09 21:45 UTC
    $ git log --pretty=short --author='mansour'
    commit 674bc6a29e9a33e0c057508f46f3c9b6035a3e96
    Author: Mansour Moufid <mansourmoufid@gmail.com>
    
     Fix typo in whatsnew-2.0.txt
    
    commit c8953d1b486
  • Unnamed

    2093435·text·2.5 KB·2011-11-09 21:40 UTC
    address_verify_map = btree:/usr/lib/postfix/verify
    alias_database = hash:/etc/aliases
    alias_maps = hash:/etc/aliases
    allow_percent_hack = no
    append_dot_mydomain = no
    biff = no
    broken_sasl_auth_c
  • Miscellany

    2093432·text·2.6 KB·2011-11-09 21:34 UTC
    smtpd_banner = $myhostname ESMTP $mail_name (Debian/GNU)
    biff = no
    append_dot_mydomain = no
    delay_warning_time = 4h
    readme_directory = no
    smtpd_tls_cert_file = /etc/dovecot/dovecot.cert.pem
    smtp
  • Miscellany

    2093431·text·1.7 KB·2011-11-09 21:17 UTC
    02/11/2011 16:29 GMT - PayPal: Buyer escalated this dispute to a Claim.
    
     02/11/2011 16:29 GMT - Buyer: item cost £100 + delivery and is damaged as said in the previous message, i will glad
  • Something

    2093430·text·1.7 KB·2011-11-09 21:16 UTC
    02/11/2011 16:29 GMT - PayPal: Buyer escalated this dispute to a Claim.
     02/11/2011 16:29 GMT - Buyer: item cost £100 + delivery and is damaged as said in the previous message, i will glady ac
  • info2

    2093429·text·306 B·2011-11-09 21:13 UTC
    #include <iostream>
    using namespace std;
    
    int main ()
    {
     int G;
     cout << "BMI Berechnen lassen:" << endl;
     cout << "Gewicht:" << endl;
     cin >> G >> endl;
     int L;
     cout << "Lnge:" << endl;
  • Unnamed

    2093422·bash·36.1 KB·2011-11-09 20:54 UTC
    
        
  • Mine

    2093421·text·96.8 KB·2011-11-09 20:53 UTC
    
        
  • Mine

    2093420·text·26.3 KB·2011-11-09 20:47 UTC
    (gdb) thread apply all bt full
    
    Thread 2 (Thread 0x7ffff32d4700 (LWP 13933)):
    #0 0x00007ffff5d5a51d in nanosleep () from /lib/x86_64-linux-gnu/libc.so.6
    No symbol table info available.
    #1 0x000
  • Something

    2093419·text·541 B·2011-11-09 20:43 UTC
    Listen 8181
    NameVirtualHost *:8181
    <VirtualHost *:8181>
     AddHandler cgi-script .cgi -cgi
     DocumentRoot "/usr/local/google-sitemap-generator/admin-console"
     ScriptAlias /cgi-bin/ "/usr/local/go
  • pibarnas linux backup script

    2093418·text·1.5 KB·2011-11-09 20:36 UTC
    #!/bin/bash 
    ######################################################################################################
    ## 
    ## Script de backup criado por Paulo Igor Barra Nascimento (pibarnas@yahoo.c
  • Stuff

    2093413·text·462 B·2011-11-09 20:08 UTC
    #!/usr/bin/make -f
    # -*- makefile -*-
    # Sample debian/rules that uses debhelper.
    # This file was originally written by Joey Hess and Craig Small.
    # As a special exception, when this file is copied

older pastes →