-
2078550·text·5.2 KB·2011-08-26 16:05 UTC
sudo topi@genesi:~$ sudo fdisk /dev/mmcblk0
[sudo] password for topi:
Sorry, try again.
[sudo] password for topi:
WARNING: DOS-compatible mode is deprecated. It's strongly recommended to
-
2078549·text·1.1 KB·2011-08-26 16:03 UTC
(gdb) bt
#0 0x00007f978eee59e5 in raise () from /lib64/libc.so.6
#1 0x00007f978eee6ee6 in abort () from /lib64/libc.so.6
#2 0x0000000000413bbf in Fluxbox::handleSignal (this=0x7a0e80, signum=11)
-
2078527·javascript·55.9 KB·2011-08-26 13:39 UTC
-
2078521·actionscript·140 B·2011-08-26 13:15 UTC
The following is provided for informational purposes only and should not be construed as legal advice. ...
http://www.ateamairsoft.net
-
2078520·text·216 B·2011-08-26 12:17 UTC
sudo apt-get install git-core gnupg flex bison gperf build-essential zip curl zlib1g-dev gcc-multilib g++-multilib libc6-dev-i386 lib32ncurses5-dev ia32-libs x11proto-core-dev libx11-dev lib32readline
-
2078516·text·872 B·2011-08-26 11:20 UTC
alias_database = hash:/etc/aliases
alias_maps = hash:/etc/aliases
append_dot_mydomain = no
biff = no
config_directory = /etc/postfix
inet_interfaces = all
mailbox_size_limit = 51200000
mydestin
-
2078511·text·469 B·2011-08-26 10:16 UTC
<?php
// starting word
$word = new COM("word.application") or die("Unable to instantiate Word");
echo "Loaded Word, version {$word->Version}<br>\n";
//bring it to front
$word->Visible = 1;
-
2078508·text·768 B·2011-08-26 09:30 UTC
./autogen.sh \
--with-directx-home="/cygdrive/c/Programme/Microsoft DirectX SDK (March 2009)" \
--with-cl-home="/cygdrive/c/Programme/Microsoft Visual Studio 9.0/VC" \
--disable-activex \
--di
-
2078507·text·1.2 KB·2011-08-26 09:29 UTC
4787 fuo_furniture__by_ownerfuo 4787
3805 tid_tickets__by_dealertid 3805
2121 sys_computers_techsys 2121
1964 ele_electronicsele 1964
1646 msg_musical_instrumentsmsg 1646
1629 cto_cars_trucks__by
-
2078506·text·1.2 KB·2011-08-26 09:29 UTC
4787 fuo_furniture__by_ownerfuo 4787
3805 tid_tickets__by_dealertid 3805
2121 sys_computers_techsys 2121
1964 ele_electronicsele 1964
1646 msg_musical_instrumentsmsg 1646
1629 cto_cars_trucks__by
-
2078484·text·479.7 KB·2011-08-26 05:17 UTC
-
2078470·text·442 B·2011-08-26 03:52 UTC
Total of 300 station blocks, 296 free
Codes: P - permanent, S - self
Bridge Group 1:
Address Action Interface Age RX count TX count
7071.bc61.0008 forward Vlan1
-
2078469·text·4.1 KB·2011-08-26 03:51 UTC
Log Buffer (4096 bytes):
peer
*Aug 26 03:43:30.287: Vi2 PAP: Using hostname from interface PAP
*Aug 26 03:43:30.287: Vi2 PAP: Using password from interface PAP
*Aug 26 03:43:30.287: Vi2 PAP: O AU
-
2078466·text·4.1 KB·2011-08-26 03:03 UTC
Log Buffer (4096 bytes):
*Aug 26 02:57:10.434: Vi2 PPP: No remote authentication for call-out
*Aug 26 02:57:10.434: Vi2 LCP: O CONFREQ [Starting] id 1 len 10
*Aug 26 02:57:10.434: Vi2 LCP: Magic
-
2078465·text·9.7 KB·2011-08-26 03:02 UTC
fs/cifs/cifsfs.c: Devname: //localhost/alldrives/ flags: 64
fs/cifs/connect.c: CIFS VFS: in cifs_mount as Xid: 52 with uid: 0
fs/cifs/connect.c: Username: flash
fs/cifs/connect.c: UNC: \\localhost\
-
2078463·text·3.0 KB·2011-08-26 02:55 UTC
Daisy swallows the last of her pasta and settles back in her chair, satisfied and happy. Feliciano was sitting next to her, as was normal for these occasions, with Chiara on her other side. Lovino and
-
2078455·text·13.7 KB·2011-08-26 02:20 UTC
ATM0 is up, line protocol is up
Hardware is MPC ATMSAR, address is e8b7.488b.9594 (bia e8b7.488b.9594)
MTU 1520 bytes, sub MTU 1520, BW 865 Kbit/sec, DLY 420 usec,
reliability 255/255, t
-
2078454·text·150 B·2011-08-26 02:20 UTC
Start
Stop
10.10.0.34 - - [26/Aug/2011 12:13:59] "GET / HTTP/1.1" 200 -
Start
Stop
10.10.0.34 - - [26/Aug/2011 12:14:14] "GET / HTTP/1.1" 200 -
-
2078453·text·2.8 KB·2011-08-26 02:19 UTC
Bridge group 1 is executing the ieee compatible Spanning Tree protocol
Bridge Identifier has priority 32768, address e8b7.488b.9594
Configured hello time 2, max age 20, forward delay 15
We a
-
2078452·text·254 B·2011-08-26 02:17 UTC
from flask import Flask
import time
app = Flask(__name__)
@app.route("/")
def hello():
print "Start"
time.sleep(15)
print "Stop"
return "Hello World!"
if __name__ == "__