All pastesPublic feed

Public feed

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

    2101326·text·30 B·2012-01-09 03:08 UTC
    $ sudo /usr/sbin/adduser
    $
  • Untitled

    2101324·text·296 B·2012-01-09 03:06 UTC
    bash-4.1# lspci -v | grep -i 818
    01:0a.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8185 IEEE 802.11a/b/g Wireless LAN Controller (rev 20)
     Subsystem: Realtek Semiconductor Co., Ltd. R
  • Stuff

    2101320·text·941 B·2012-01-09 02:55 UTC
    bash-4.1# tail /var/log/messages; lspci -v | grep -i 8180
    Jan 8 21:40:09 kristen kernel: [ 256.600300] (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
    Jan 8 21:40:09 kristen ker
  • Untitled

    2101319·text·212 B·2012-01-09 02:53 UTC
    bash-4.1# lsmod | grep -i rtl818
    rtl8180 26557 0 
    mac80211 181473 1 rtl8180
    eeprom_93cx6 1004 1 rtl8180
    cfg80211 122542 2 rtl8180,mac80211
  • Stuff

    2101318·text·1.2 KB·2012-01-09 02:52 UTC
    bash-4.1# modprobe rtl8180 && tail /var/log/syslog
    Jan 8 21:36:07 kristen kernel: [ 7.156673] rtl8185B: WW:This driver has EXPERIMENTAL support for this chipset.
    Jan 8 21:36:07 kristen kernel:
  • Something

    2101316·text·259 B·2012-01-09 02:47 UTC
    bash-4.1# find /lib/modules | grep -i r818
    /lib/modules/2.6.37.6/kernel/drivers/staging/rtl8187se/r8187se.ko
    /lib/modules/2.6.37.6-smp/kernel/drivers/staging/rtl8187se/r8187se.ko
    /lib/modules/2.6.3
  • Unnamed

    2101315·text·720 B·2012-01-09 02:45 UTC
    bash-4.1# find /lib/modules | grep -i rtl818
    /lib/modules/2.6.37.6/kernel/drivers/staging/rtl8187se
    /lib/modules/2.6.37.6/kernel/drivers/staging/rtl8187se/r8187se.ko
    /lib/modules/2.6.37.6/kernel/dr
  • Miscellany

    2101314·text·428 B·2012-01-09 02:42 UTC
    bash-4.1# /sbin/lspci -v | grep -i rtl
    01:0a.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8185 IEEE 802.11a/b/g Wireless LAN Controller (rev 20)
     Subsystem: Realtek Semiconductor Co.,
  • Miscellany

    2101313·text·209 B·2012-01-09 02:30 UTC
    bash-4.1# lsmod | grep -i rtl
    rtl8180 26557 0 
    mac80211 181473 1 rtl8180
    eeprom_93cx6 1004 1 rtl8180
    cfg80211 122542 2 rtl8180,mac80211
    bas
  • Unnamed

    2101312·text·428 B·2012-01-09 02:29 UTC
    bash-4.1# /sbin/lspci -v | grep -i rtl
    01:0a.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8185 IEEE 802.11a/b/g Wireless LAN Controller (rev 20)
     Subsystem: Realtek Semiconductor Co.,
  • Untitled

    2101311·text·231 B·2012-01-09 02:27 UTC
    bash-4.1# cat /proc/modules | grep -i rtl
    rtl8180 26557 0 - Live 0xe02dc000
    mac80211 181473 1 rtl8180, Live 0xe061b000
    eeprom_93cx6 1004 1 rtl8180, Live 0xe027c000
    cfg80211 122542 2 rtl8180,mac802
  • Mine

    2101310·text·965 B·2012-01-09 02:21 UTC
    bash-4.1# /sbin/ifconfig
    eth0 Link encap:Ethernet HWaddr 00:11:09:9E:81:5E 
     inet addr:192.168.1.105 Bcast:192.168.1.255 Mask:255.255.255.0
     inet6 addr: fe80::211:9ff:fe9
  • tuggrearieden

    2101308·text·34 B·2012-01-09 02:15 UTC
    нужно проверить :)
  • Something

    2101307·text·83 B·2012-01-09 02:11 UTC
    for i in xrange(100,1000):
     for k in xrange(100,1000):
     print i, k, i*k
  • Mine

    2101302·text·359 B·2012-01-09 01:27 UTC
    # 
    
    deb http://http.us.debian.org/debian squeeze main contrib non-free
    deb-src http://http.us.debian.org/debian squeeze main contrib non-free
    
    deb http://security.debian.org/ squeeze/updates main
  • Untitled

    2101298·text·2.1 KB·2012-01-09 01:16 UTC
    Sun Jan 8 16:59:43 2012: amrecover: add_file: Pondering ditem->path=/HOSTNAME
    Sun Jan 8 16:59:43 2012: amrecover: add_file: Pondering ditem->path=/DIR_COLORS.orig
    Sun Jan 8 16:59:43 2012: amrecov
  • Untitled

    2101292·text·499 B·2012-01-08 23:50 UTC
    <?xml version="1.0" encoding="utf-8" ?>
    <configuration>
     <appSettings>
     <add key="ProjectName.Application.Configuration.IRCConnection.server" value="Tampa.FL.US.Undernet.org" />
     <add key="
  • Mine

    2101291·text·18.2 KB·2012-01-08 23:48 UTC
    // APPConfiguration.cs
    
    using System;
    using System.Collections.Generic;
    using System.Linq;
    using System.Text;
    using System.Configuration;
    
    using ProjectName.Base;
    
    namespace ProjectName.Appl
  • css

    2101290·css·2.5 KB·2012-01-08 23:45 UTC
    /*
     Supersized - Fullscreen Slideshow jQuery Plugin
     Version 3.1.3
     www.buildinternet.com/project/supersized
     
     By Sam Dunn / One Mighty Roar (www.onemightyroar.com)
     Released under MIT License
  • Someone

    2101286·text·2.4 KB·2012-01-08 21:50 UTC
    root@newubuntu:~/lin64/lin64-support# python vol.py --profile Linux32 --profile_file=tools/linux/profile.zip -f /dev/pmem pslist
    Volatile Systems Volatility Framework 2.1_alpha
    WARNING : volatility.

older pastes →