All pastesPublic feed

Public feed

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

    2079332·text·267 B·2011-09-01 03:09 UTC
    class Question < ActiveRecord::Base
     belongs_to :user
     belongs_to :category
     has_many :answers
     before_save :create_question_slug
     
     def create_question_slug
     self.question_s
  • Miscellany

    2079320·text·11.3 KB·2011-09-01 00:46 UTC
    Sistema Operativo 1.
    ¿Cuántos bytes hay en 1 Kb?
    a.- 1.000
    b.- 1.024
    c.- 1.000.000
    d.- 1.024.000
     
    2. ¿Cuál de las siguientes capacidades va de mayor a menor
    a.- KB,MB,GB
    b.- GB,MB,KB
    c.-
  • Something

    2079315·text·322 B·2011-08-31 23:20 UTC
    Trying: t:Gtk.Widget
    +----------------------------------------------+
    | Here we should locate the provider for the |
    | link. Maybe using this document as a base? |
    | Maybe having a locator int
  • Stuff

    2079314·text·2.2 KB·2011-08-31 22:50 UTC
    time rpm -qa |grep libreoffice
    libreoffice-common-3.4.2-1-mdv2011.0.x86_64
    libreoffice-style-crystal-3.4.2-1-mdv2011.0.x86_64
    libreoffice-core-3.4.2-1-mdv2011.0.x86_64
    libreoffice-calc-3.4.2-1-mdv
  • Untitled

    2079311·text·283 B·2011-08-31 22:01 UTC
    #OpenVPN Server conf
    tls-client
    client
    dev tun
    proto udp
    tun-mtu 1400
    remote 192.168.6.1 1194
    remote spitfire-ipfire1.mieszko.homelinux.org 1194
    pkcs12 mieszkolaptopone.p12
    cipher AES-256-CBC
  • postfix issue

    2079307·text·3.6 KB·2011-08-31 21:55 UTC
    Aug 31 10:26:49 linuxrelay postfix/smtpd[23772]: connect from 
    engrepos02.sf.companyname.com[10.0.5.19] 
    Aug 31 10:27:32 linuxrelay postfix
  • Mine

    2079304·text·15.9 KB·2011-08-31 21:23 UTC
    Wed Aug 31 23:21:01 2011 us=591000 Current Parameter Settings:
    Wed Aug 31 23:21:01 2011 us=591000 config = 'mieszkolaptopone-TO-IPFire.ovpn'
    Wed Aug 31 23:21:01 2011 us=591000 mode = 0
    Wed Aug
  • Something

    2079303·text·742 B·2011-08-31 21:21 UTC
    Wed Aug 31 23:21:01 2011 us=606000 OpenVPN 2.2.1 Win32-MSVC++ [SSL] [LZO2] built on Jul 1 2011
    Wed Aug 31 23:21:01 2011 us=606000 IMPORTANT: OpenVPN's default port number is now 1194, based on an of
  • Stuff

    2079301·text·15.9 KB·2011-08-31 21:18 UTC
    Wed Aug 31 23:17:49 2011 us=248000 Current Parameter Settings:
    Wed Aug 31 23:17:49 2011 us=248000 config = 'mieszkolaptopone-TO-IPFire.ovpn'
    Wed Aug 31 23:17:49 2011 us=248000 mode = 0
    Wed Aug
  • Someone

    2079299·text·685 B·2011-08-31 21:14 UTC
    Wed Aug 31 23:14:32 2011 OpenVPN 2.2.1 Win32-MSVC++ [SSL] [LZO2] built on Jul 1 2011
    Wed Aug 31 23:14:32 2011 IMPORTANT: OpenVPN's default port number is now 1194, based on an official port number a
  • Mine

    2079297·text·14 B·2011-08-31 20:41 UTC
    lilaliebe dir!
  • Anonymous

    2079295·text·10.4 KB·2011-08-31 20:29 UTC
    root@OpenWrt:/# dmesg
    Linux version 2.6.32.10 (levinse@TFLNS3) (gcc version 4.3.3 (GCC) ) #2 Sat Jun 26 23:51:00 EDT 2010
    CPU revision is: 00029029 (Broadcom BCM3302)
    ssb: Core 0 found: ChipCommon
  • x11-drivers/xf86-video-ati/xf86-

    2079286·diff·1.4 KB·2011-08-31 18:46 UTC
    --- xf86-video-ati-6.13.0.ebuild 2011-07-02 16:28:50.000000000 +0900
    +++ xf86-video-ati-9999.ebuild 2011-09-01 03:37:50.000000000 +0900
    @@ -3,6 +3,34 @@
     # $Header: /var/cvsroot/gentoo-x86/x11-driv
  • Someone

    2079285·text·9.7 KB·2011-08-31 18:38 UTC
    dumph_recv: SNMP Version
    dumpx_recv: 02 01 01 
    dumpv_recv: Integer: 1 (0x01)
    dumph_recv: SNMPv2c message
    
    dumph_recv: SNMP version
    dumpx_recv: 02 01 01 
    dumpv_recv: Integer: 1 (0x
  • xf86-video-ati-6.13.0_for-1.9-se

    2079283·text·593.3 KB·2011-08-31 18:28 UTC
    
        
  • xf86-video-ati-6.13.0_for-1.9-se

    2079280·text·593.3 KB·2011-08-31 18:26 UTC
    
        
  • Something

    2079265·text·387 B·2011-08-31 15:23 UTC
    using System;
    
    enum Foo {
     Bar,
     Baz,
     Gazonk,
     Truc,
     Chose,
     Bidule,
    }
    
    class Program {
    
     static void Main ()
     {
     var foos = new [] {
     Foo.Bar,
     Foo.Gazonk,
     Foo.Truc,
     F
  • Something

    2079262·text·189 B·2011-08-31 14:40 UTC
    #!/bin/bash
    
    REALMD5="md5hash"
    CURRMD5=$( curl "imageurl" | md5sum)
    if [ $REALMD5 -eq $CURRMD5 ] then
      echo "OK"
    else
      echo "CRITICAL - MD5 does not match"
    fi
    ~
  • guillaume

    2079257·text·502 B·2011-08-31 13:59 UTC
    diff -Naur -x '*~' -x '*.orig' httpd-2.2.20/include/httpd.h httpd-2.2.20-suexec/include/httpd.h
    --- httpd-2.2.20/include/httpd.h 2011-05-19 04:17:37.000000000 +0200
    +++ httpd-2.2.20-suexec/include/htt
  • August 31

    2079245·text·12 B·2011-08-31 13:01 UTC
    Yes.
    Enjoy!

older pastes →