All pastesPublic feed

Public feed

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

    2128905·text·164 B·2012-03-16 19:38 UTC
    #!/usr/bin/make -f
    
    %:
     dh $@
    
    override_dh_installinit:
     dh_installinit --name=mythbuntu-bare-console
     dh_installinit --name=mythbuntu-bare-console-processor
  • Untitled

    2128903·text·325 B·2012-03-16 19:35 UTC
    # hdparm -I /dev/sdc | grep 'sector size' -i
     Logical Sector size: 512 bytes
     Physical Sector size: 4096 bytes
    # echo 'p' | fdisk /dev/sdc | grep '
  • Someone

    2128901·text·37 B·2012-03-16 19:30 UTC
    apt-get install flashplugin-installer
  • Someone

    2128900·text·37 B·2012-03-16 19:29 UTC
    apt-get install flashplugin-installer
  • Someone

    2128899·text·37 B·2012-03-16 19:29 UTC
    apt-get install flashplugin-installer
  • Mine

    2128898·text·37 B·2012-03-16 19:28 UTC
    apt-get install flashplugin-installer
  • Mine

    2128897·text·37 B·2012-03-16 19:28 UTC
    apt-get install flashplugin-installer
  • root

    2128896·text·19.6 KB·2012-03-16 19:21 UTC
    ===> License check disabled, port has not defined LICENSE
    ===> Extracting for autoconf-2.68
    => SHA256 Checksum OK for autoconf-2.68.tar.bz2.
    ===> autoconf-2.68 depends on file: /usr/local/bin/p
  • Mine

    2128892·text·201 B·2012-03-16 19:12 UTC
    [macro-callfwd]
    exten => s,1,Wait(2)
    exten => s,n,Gotoif($[${DB(${ARG1}/2)}] = "ON"]?yes:no)
    exten => s,n(yes),Dial(SIP/${TRUNK}/${DB(${ARG1}/1)},60,twr)
    exten => s,n(no),Dial(SIP/${ARG1],25,twr)
  • Mine

    2128891·text·1.2 KB·2012-03-16 19:10 UTC
    if not ShipMetatable then ShipMetatable = {} end
    
    function ShipMetatable.__index(t, k)
     if rawget(t, k) then return rawget(t, k) end
     return ShipMetatable[k]
    end
    
    function ShipMetatable:init(
  • frankfrankf

    2128888·actionscript·111 B·2012-03-16 19:01 UTC
    You can't separate pease from freedom because no one can be at peace unless he has his freedom.
  • Someone

    2128886·text·197 B·2012-03-16 18:40 UTC
    $project
     src
     ... // all code and libraries live here
     web // point the webserver to here, rather than project
     js
     css
     img
     index.php // includes things from '../src/...'
  • Stuff

    2128884·text·2.9 KB·2012-03-16 18:30 UTC
    import java.util.Scanner;
    
    public class Control1 {
     public static void main (String args[]) {
     
     Scanner input = new Scanner (System.in);
     UserInfo UserInfoObject = new UserInfo () ;
     
     S
  • Mine

    2128883·text·707 B·2012-03-16 18:25 UTC
    [i]After 90 minutes in the Aels–Astograth quarterfinal[/i]
    
    "Well done lads. From where we were before we came here, to where we are now, no matter what the result of this match is you've outdone ev
  • Miscellany

    2128882·text·12.2 KB·2012-03-16 18:20 UTC
    Making install in doc
    make[1]: Entering directory `/var/tmp/portage/sys-apps/file-5.09/work/build-i686 -pc-linux-gnu/doc'
  • Something

    2128881·javascript·1.4 KB·2012-03-16 18:20 UTC
    (function($) {
    
     $.fn.previewTextareas = function() {
     var $el = this;
    
     var run = function(){
     var textareas = $('textarea', $el);
     textareas.each(initia
  • Mine

    2128880·text·1.4 KB·2012-03-16 18:20 UTC
    (function($) {
    
     $.fn.previewTextareas = function() {
     var $el = this;
    
     var run = function(){
     var textareas = $('textarea', $el);
     textareas.each(initia
  • Anonymous

    2128878·text·1.1 KB·2012-03-16 18:16 UTC
    -- Below example fails when postgres returns more than 1 row with lua Dbh
    -- Latest checkout from repository: Sat Mar 10 22:56:29 2012 -0500 (commit 5e4a514531de2a1d8040c3d306a9e8de426de566)
    
    db =
  • Something

    2128877·bash·171 B·2012-03-16 18:15 UTC
    #!/bin/bash
    
    echo '*** ' "$1" ' ###';
    cat "$1" > /dev/null
    exit 0
    
    mplayer -vc null -vo null -ao "pcm:file=$1.wav" "$1";
    lame -b 32 "$1.wav" "$1.mp3";
    rm "$1.wav";
  • Unnamed

    2128875·text·332 B·2012-03-16 18:10 UTC
    int main()
    { int nro;
     int fact;
     printf("escriba un numero");
     scanf("%d",&nro);
     fact = factoria(nro);
     printf("\n\nEl factorial es %d",fact);
    return 0;
    }
    
    int factoria(int n)

older pastes →