All pastesPublic feed

Public feed

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

    1883564·text·918 B·2010-06-15 12:45 UTC
    how do I save installed packages in a list and restore ...
     
    rpm -qa > installed-software.log
    yum install $(cat installed-software.log)
     
    sorting rpm packages by size
    rpm -qa --qf '%{SIZE}\t%{NAME}\n'
  • martin

    1883562·text·955 B·2010-06-15 12:44 UTC
    Linux instructions
     
    If you are already running a Linux machine, follow these instructions:
     
    1. Plug your USB stick and learn how your USB stick is recognized by the system:
    # ls -l /dev/disk/
  • martin

    1883561·text·939 B·2010-06-15 12:43 UTC
    Linux instructions
     
    If you are already running a Linux machine, follow these instructions:
     
    1. Plug your USB stick and learn how your USB stick is recognized by the system:
    # ls -l /dev/disk/by-id
  • martinmartiini

    1883557·text·2.5 KB·2010-06-15 12:21 UTC
    # deb cdrom:[Ubuntu 10.04 LTS _Lucid Lynx_ - Release i386 (20100429)]/ lucid main restricted
    # See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
    # newer versions of the distrib
  • martin

    1883555·text·2.5 KB·2010-06-15 12:19 UTC
    # deb cdrom:[Ubuntu 10.04 LTS _Lucid Lynx_ - Release i386 (20100429)]/ lucid main restricted
    # See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
    # newer versions of the distribut
  • Stuff

    1883552·text·254 B·2010-06-15 12:11 UTC
    #include <stdlib.h>
    #include <time.h>
    #include <errno.h>
    
    int main()
    {
     struct tm tm;
     tm.tm_year = 3000; tm.tm_mon = 0; tm.tm_mday = 0;
     tm.tm_hour = 0; tm.tm_min = 0; tm.tm_sec = 0; tm.tm
  • bob

    1883514·text·1.5 KB·2010-06-15 10:57 UTC
    From fac1275822d8f38b8834350a0364d39d1be4e218 Mon Sep 17 00:00:00 2001
    From: Robert Bragg <robert@linux.intel.com>
    Date: Tue, 15 Jun 2010 02:31:48 +0100
    Subject: [PATCH] texture cache: don't dereferen
  • CANPAN Blog Comment HTML

    1883497·text·5.6 KB·2010-06-15 10:10 UTC
    <!-- コメント関連 Start -->
     <BlogEntryIfAllowComments>
     <div class="comment">
    
     <!-- コメントする Start-->
     <div class="comment_title"><a id="commentform"></a>コ
  • rewrite of CS AKICK with pipes

    1883415·diff·841 B·2010-06-15 06:40 UTC
    Index: chanserv.pm
    ===================================================================
    --- chanserv.pm (revision 3493)
    +++ chanserv.pm (working copy)
    @@ -3639,6 +3639,9 @@ sub do_nick_akick($$;$)
  • Mine

    1883404·php·437 B·2010-06-15 06:14 UTC
    object(UserGroup)#31 (6) {
     ["member_ids:private"]=>
     NULL
     ["permissions:private"]=>
     NULL
     ["fields:protected"]=>
     array(2) {
     ["id"]=>
     string(1) "2"
     ["name"]=>
     string(9) "anony
  • Stuff

    1883303·text·1.2 KB·2010-06-15 01:16 UTC
    root@debian:/etc# modinfo iwl3945
    filename: /lib/modules/2.6.32-5-amd64/kernel/drivers/net/wireless/iwlwifi/iwl3945.ko
    firmware: iwlwifi-3945-2.ucode
    license: GPL
    author:
  • Stuff

    1883287·text·1.8 KB·2010-06-15 00:45 UTC
    root@debian:/etc# wpa_supplicant -iwlan0 -cwpa_supplicant.conf -Dwext
    Trying to associate with 00:21:29:96:8a:ee (SSID='linux' freq=2462 MHz)
    Associated with 00:00:00:00:00:00
    CTRL-EVENT-DISCONNECT
  • nabber

    1883283·javascript·1.1 KB·2010-06-15 00:28 UTC
    var s={
    "b":["Bing Search","http://m.bing.com/search/search.aspx?a=webresults&q=%s"],
    "bi":["Bing Image","http://m.bing.com/search/search.aspx?a=imageresults&q=%s"],
    "bn":["Bing News","http://m.bin
  • Untitled

    1883282·xml·253 B·2010-06-15 00:28 UTC
    <?xml version = "1.0" encoding = "ISO-8859-1"?>
    <!DOCTYPE editors SYSTEM "dtds/converters.dtd">
    <converters>
     <for-type type="java.lang.String" converter-class="hypernova.model.persistence.UUIDConv
  • UUIDConverter

    1883280·java·490 B·2010-06-15 00:24 UTC
    package hypernova.model.persistence;
    
    import java.util.UUID;
    
    import org.openxava.converters.ConversionException;
    import org.openxava.converters.IConverter;
    
    public class UUIDConverter implemen
  • Hibernate PostgreSQL UUID Suppor

    1883276·java·1.7 KB·2010-06-15 00:14 UTC
    package hypernova.model.persistence;
    
    import java.io.Serializable;
    import java.sql.PreparedStatement;
    import java.sql.ResultSet;
    import java.sql.SQLException;
    import java.sql.Types;
    import java
  • Hibernate PostgreSQL UUID Suppor

    1883274·java·281 B·2010-06-15 00:13 UTC
    package hypernova.model.persistence;
    
    import java.sql.Types;
    
    import org.hibernate.dialect.PostgreSQLDialect;
    
    public class PostgreSQLDialectUUID extends PostgreSQLDialect {
    
     public PostgreSQ
  • Miscellany

    1883236·text·6.2 KB·2010-06-14 22:17 UTC
    Beau Sisk I wonder how many of you fake Itlialians will be sporting an American flag when we win the world cup..or ever this July 4th.
    Beau Sisk Yes fake. If you were born in America...you are undoub
  • Mine

    1883233·text·2.5 KB·2010-06-14 22:15 UTC
    /*
     * This program is free software: you can redistribute it and/or modify it under
     * the terms of the GNU General Public License as published by the Free Software
     * Foundation, either version 3
  • Deneb Kernel Panic

    1883213·text·4.7 KB·2010-06-14 21:42 UTC
    Jun 1 13:17:00 deneb.sun.tjhsst.edu unix: [ID 836849 kern.notice]
    Jun 1 13:17:00 deneb.sun.tjhsst.edu ^Mpanic[cpu4]/thread=ffffffffb62c0a20:
    Jun 1 13:17:00 deneb.sun.tjhsst.edu genunix: [ID 68341

older pastes →