-
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/
-
2093938·text·7.2 KB·2011-11-12 04:39 UTC
// DON'T MESS WITH THIS.
// MONSTERS
// Alien Grunt
sk_agrunt_health1 "360"
sk_agrunt_health2 "360"
sk_agrunt_health3 "360"
sk_agrunt_dmg_punch1 "999"
sk_agrunt_dmg_punch2 "999"
sk_agrun
-
2093937·text·2.2 KB·2011-11-12 04:00 UTC
Case
CoolerMaster HAF 932 Full Tower Gaming Case - Black
Case Lighting
None
iBUYPOWER Labs - Noise Reduction
None
iBUYPOWER Labs - Internal Expansion
None
Processor
Intel® Core™ i7 960 Proces
-
2093936·text·2.2 KB·2011-11-12 03:57 UTC
Case
CoolerMaster HAF 932 Full Tower Gaming Case - Black
Case Lighting
None
iBUYPOWER Labs - Noise Reduction
None
iBUYPOWER Labs - Internal Expansion
None
Processor
Intel® Core™ i7 960 Proces
-
2093935·text·455 B·2011-11-12 03:37 UTC
Выделять можно <font size="+3">так</font>. Или <font size="-3">так</font>.
И (Bold, Italic, Underwrite, Strikethrough) например <b>так</b>, <i>вот так</i> и <u>разэтак.</u> <s>И поиздеваться вот та
-
2093922·text·2.7 KB·2011-11-12 03:15 UTC
[root@Amahi ~]# cat /var/log/messages | grep dns
Nov 11 18:56:11 Amahi avahi-daemon[1120]: WARNING: No NSS support for mDNS detected, consider installing nss-mdns!
Nov 11 19:26:01 Amahi avahi-daemon
-
2093918·text·2.0 KB·2011-11-12 02:46 UTC
x-store-info:sbevkl2QZR7OXo7WID5ZcdV2tiiWGqTnieztcb+E6N3qetDqhgWi/b4IVObPmry5pS3KUtsSOlD0epRheLl8cBGtTUoCzLVPnlqBEaaW0xPuqXaslqArKw==
Authentication-Results: hotmail.com; sender-id=permerror (sende
-
2093915·text·1007 B·2011-11-12 01:53 UTC
The word of the Poet
fear
Feel how the skin of the ancient civilization of yesterday peels off
Understand the imcomprehensible without trying to understand
Pick it up and put it in the deepest
-
2093910·text·1.2 KB·2011-11-12 01:25 UTC
package sqlquerygenerator;
import java.io.BufferedReader;
import java.io.FileNotFoundException;
import java.io.FileReader;
import java.io.IOException;
import java.util.Hashtable;
public clas
-
2093909·text·8.0 KB·2011-11-12 01:09 UTC
name start time end time playtime deck notes artist
------
-
2093908·text·464 B·2011-11-12 01:00 UTC
#include <iostream>
class A {
public:
void foo() {
std::cout << "A" << std::endl;
}
};
class B {
public:
void foo() {
std::cout << "B" << std::endl;
}
}