All pastesPublic feed

Public feed

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

    2076990·text·3.7 KB·2011-06-08 23:18 UTC
    00:00.0 RAM memory: nVidia Corporation C51 Host Bridge (rev a2)
     Subsystem: ASUSTeK Computer Inc. Device 81bf
    00:00.1 RAM memory: nVidia Corporation C51 Memory Controller 0 (rev a2)
     Subsystem: ASU
  • Untitled

    2076987·text·3.7 KB·2011-06-08 23:02 UTC
    [root@waklaver ~]# openvpn --config /etc/openvpn/openvpn.conf 
    Wed Jun 8 15:52:11 2011 OpenVPN 2.1.1 x86_64-redhat-linux-gnu [SSL] [LZO2] [EPOLL] [PKCS11] built on Jan 5 2010
    Wed Jun 8 15:52:11 2
  • Something

    2076983·text·311 B·2011-06-08 22:54 UTC
    Weather report for: Chester, United Kingdom.
    
    Observation station located in Liverpool, UNITED KINGDOM
    Last update: 08/06/11 at 23:20:00 Local Time.
    
    Temperature
     Temperature: 12 °C
     Windchill:
  • Anonymous

    2076982·cpp·315 B·2011-06-08 22:52 UTC
    switch(strWeekday)
    {
     case 'Lunes':
     // code
     break;
     case 'Martes':
     // code
     break;
     
     case 'Miercoles':
     case 'Jueves':
     case 'Viern
  • Something

    2076976·text·2.1 KB·2011-06-08 22:17 UTC
    +COMMENT +CONTENTS +DESC +MTREE_DIRS +REQUIRED_BY
    mail# cat +CONTENTS
    @comment PKG_FORMAT_REVISION:1.1
    @name php5-pgsql-5.3.5
    @comment ORIGIN:databases/php5-pgsql
    @cwd
  • Untitled

    2076972·text·802 B·2011-06-08 22:12 UTC
    I do the following: (this example is in phpsh)
    
    php> set_include_path('/usr/local/apache2/htdocs/lib/zfdev/trunk/library');
    php> require_once 'Zend/Session.php';
    php> Zend_Session::start();
    php>
  • Mine

    2076970·text·178 B·2011-06-08 22:12 UTC
    mail# pkg_info | grep postgres
    postgresql-client-8.1.23 PostgreSQL database (client)
    postgresql-server-8.1.23 The most advanced open-source database available anywhere
    mail#
  • Untitled

    2076969·text·46.6 KB·2011-06-08 22:08 UTC
    
        
  • Stuff

    2076967·text·184 B·2011-06-08 21:58 UTC
    mail# ldd /usr/local/lib/php/20090626/pgsql.so
    /usr/local/lib/php/20090626/pgsql.so:
     libpq.so.5 => not found (0x0)
     libc.so.7 => /lib/libc.so.7 (0x800647000)
    mail#
  • Untitled

    2076964·text·1.3 KB·2011-06-08 21:42 UTC
    #> ping6 ipv6.google.com
    PING ipv6.google.com(ber01s02-in-x6a.1e100.net) 56 data bytes
    From 2001:0:d91f:cc9a:20e2:6c5d:b17f:5e80 icmp_seq=11 Destination unreachable: Address unreachable
    From 2001:
  • Martin Blumenstingl

    2076963·diff·3.9 KB·2011-06-08 21:42 UTC
    Index: src/xf_p2p.cpp
    ===================================================================
    --- src/xf_p2p.cpp (revision 73)
    +++ src/xf_p2p.cpp (working copy)
    @@ -174,8 +174,14 @@
     memc
  • Untitled

    2076962·text·814 B·2011-06-08 21:41 UTC
    #> ping6 ipv6.google.com
    PING ipv6.google.com(ber01s02-in-x6a.1e100.net) 56 data bytes
    From 2001:0:d91f:cc9a:20e2:6c5d:b17f:5e80 icmp_seq=11 Destination unreachable: Address unreachable
    From 2001:
  • Something

    2076961·text·5.3 KB·2011-06-08 21:41 UTC
    /*******************************************************************************
     * Copyright (c) 2004 - 2010 IBM Corporation and others.
     * All rights reserved. This program and the accompanying ma
  • Someone

    2076960·text·515 B·2011-06-08 21:40 UTC
    name = "rhel54"
    kernel = "/usr/lib/xen/boot/hvmloader"
    builder='hvm'
    memory = 512
    vcpus = 1
    vif = [ 'mac=00:16:3e:00:00:76, bridge=xenbr0' ]
    disk = [ 'tap:aio:/root/rhel54.img,xvda,w' ]
    device_
  • Stuff

    2076955·text·2.7 KB·2011-06-08 21:29 UTC
    (14:26:03) util: Writing file prefs.xml to directory /home/cer/.purple
    (14:26:03) util: Writing file /home/cer/.purple/prefs.xml
    (14:26:07) jabber: jabber_actions: have pep: NO
    (14:26:07) jabber: j
  • Stuff

    2076952·text·162 B·2011-06-08 21:21 UTC
    SELECT
     COUNT(*)
    FROM
     products
    WHERE
     products.active = '1' AND
     d1 >= 0 AND
     EXISTS (SELECT * FROM prod_images WHERE products.id = prod_images.id_prod)
  • Stuff

    2076950·text·261 B·2011-06-08 21:18 UTC
    SELECT
     COUNT(*)
    FROM
     products
     LEFT JOIN prod_alltoys ON products.supnum = prod_alltoys.cataloguenumber
     LEFT JOIN prod_images ON products.id = prod_images.id_prod
    WHERE
     products.active = '1
  • Miscellany

    2076949·bash·198 B·2011-06-08 21:17 UTC
    for repo in $(wget -o /dev/null -O - http://git.gitbrew.org/ps3/ | grep .git | grep '<td>' | cut -d '>' -f 3 | cut -d '<' -f -1 | egrep -v '^$'); do git clone git://git.gitbrew.org/ps3/${repo}; done
  • Miscellany

    2076948·bash·198 B·2011-06-08 21:16 UTC
    for repo in $(wget -o /dev/null -O - http://git.gitbrew.org/ps3/ | grep .git | grep '<td>' | cut -d '>' -f 3 | cut -d '<' -f -1 | egrep -v '^$'); do git clone git://git.gitbrew.org/ps3/${repo}; done
  • Miscellany

    2076947·bash·198 B·2011-06-08 21:16 UTC
    for repo in $(wget -o /dev/null -O - http://git.gitbrew.org/ps3/ | grep .git | grep '<td>' | cut -d '>' -f 3 | cut -d '<' -f -1 | egrep -v '^$'); do git clone git://git.gitbrew.org/ps3/${repo}; done

older pastes →