-
2093989·text·1.8 KB·2011-11-12 15:24 UTC
monitor will print the received events for:
UDEV - the event which udev sends out after rule processing
KERNEL - the kernel uevent
KERNEL[1321111209.756250] add /devices/pci0000:00/0000:00:1
-
2093988·text·25.8 KB·2011-11-12 15:24 UTC
This is sane-find-scanner from sane-backends 1.0.22
# sane-find-scanner will now attempt to detect your scanner. If the
# result is different from what you expected, first make sure your
#
-
2093987·text·2.0 KB·2011-11-12 15:23 UTC
Bus 001 Device 007: ID 04e8:3413 Samsung Electronics Co., Ltd SCX-4100 Scanner
Device Descriptor:
bLength 18
bDescriptorType 1
bcdUSB 1.10
bDeviceClas
-
2093986·text·407 B·2011-11-12 15:23 UTC
[ 3932.447473] usb 1-1.2: new full speed USB device number 7 using ehci_hcd
[ 3932.534885] usb 1-1.2: New USB device found, idVendor=04e8, idProduct=3413
[ 3932.534891] usb 1-1.2: New USB device str
-
2093984·cpp·258 B·2011-11-12 14:32 UTC
LRESULT CALLBACK Fen::WndProc(HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam)
{
switch(msg)
{
case WM_DESTROY:
is_run = false;
return (0);
default:
break;
}
LRESULT res = DefW
-
2093979·text·110.7 KB·2011-11-12 13:12 UTC
-
2093977·text·5.2 KB·2011-11-12 12:48 UTC
create mode 100644 sql/atlantissCore/world/111_kajachunk.sql
create mode 100644 sql/atlantissCore/world/112_Tiki_Target.sql
create mode 100644 sql/atlantissCore/world/113_Young_and_vicious.sql
c
-
2093973·text·271 B·2011-11-12 12:29 UTC
fsck from util-linux-ng 2.17.2
e2fsck 1.41.14 (22-Dec-2010)
/dev/sda5 is mounted.
WARNING!!! The filesystem is mounted. If you continue you ***WILL***
cause ***SEVERE*** filesystem damage.
-
2093971·text·157 B·2011-11-12 12:12 UTC
sudo: unable to resolve host mint
mount: you didn't specify a filesystem type for /dev/sda5
I will try type ext4
/dev/sda5 on /mnt type ext4 (rw)
-
2093970·text·2.7 KB·2011-11-12 12:08 UTC
mint@mint ~ $ sudo fdisk -l
Disk /dev/sda: 500.1 GB, 500107862016 bytes
83 heads, 52 sectors/track, 226314 cylinders
Units = cylinders of 4316 * 512 = 2209792 bytes
Sector size (logical/physica
-
2093967·text·3.2 KB·2011-11-12 10:46 UTC
# apache2ctl -S
VirtualHost configuration:
174.28.215.15:443 is a NameVirtualHost
default server api.domain.com (/etc/apache2/sites-enabled/api.domain.com:11)
port 443 namev
-
2093966·text·3.1 KB·2011-11-12 10:39 UTC
# apache2ctl -S
VirtualHost configuration:
174.28.215.15:443 is a NameVirtualHost
default server api.domain.com (/etc/apache2/sites-enabled/api.domain.com:11)
port 443 namev
-
2093962·text·2.9 KB·2011-11-12 10:25 UTC
# apache2ctl -S
VirtualHost configuration:
174.28.215.15:443 is a NameVirtualHost
default server api.domain.com (/etc/apache2/sites-enabled/api.domain.com:11)
port 443 namev
-
2093961·text·935 B·2011-11-12 09:48 UTC
1 <1 ms <1 ms <1 ms 192.168.1.1
2 25 ms 25 ms 27 ms ABTS-North-Static-073.220.160.122.airtelbroadban
d.in [122.160.220.73]
3 25 ms 25 ms 25 ms ABTS-North-Static-
-
2093960·text·2.9 KB·2011-11-12 09:27 UTC
# apache2ctl -S
VirtualHost configuration:
174.28.215.15:443 is a NameVirtualHost
default server api.domain.com (/etc/apache2/sites-enabled/api.domain.com:11)
port 443 nam
-
2093949·text·532 B·2011-11-12 08:03 UTC
nix@nix-pc:~/Desktop$ egrep "Name|Handlers" /proc/bus/input/devices
N: Name="Power Button"
H: Handlers=kbd event0
N: Name="Power Button"
H: Handlers=kbd event1
N: Name="PC Speaker"
H: Handlers
-
2093948·text·5.5 KB·2011-11-12 07:29 UTC
#include <Client.h>
#include <Ethernet.h>
#include <Server.h>
#include <Udp.h>
#include <SPI.h>
/*
* Web Server
*
* A simple web server: Displays a button to open/close
* a door and door
-
2093947·text·1.3 KB·2011-11-12 06:43 UTC
man... self realization is a bitch... i think i'm kind of a dick... and i would like to change that.
the heart of the matter is; i appreciate when people are straightforward with me and talk withou
-
2093946·text·454 B·2011-11-12 06:43 UTC
$array=array();
$count=0;
if (preg_match("/mp3$/", "$file")){
$array[$count] = "http://localhost/?dir=$dir&play=$pathfromroot";
$count=$count+1;
}
}
$rand_keys = array_rand($arr
-
2093941·text·4.0 KB·2011-11-12 05:16 UTC
diff -Naur old-GNS3-0.7.4-src//src/GNS3/Ui/ConfigurationPages/Page_PreferencesDynamips.py GNS3-0.7.4-src/src/GNS3/Ui/ConfigurationPages/Page_PreferencesDynamips.py
--- old-GNS3-0.7.4-src//src/GNS3/Ui/