-
2080848·text·5.9 KB·2011-09-18 18:53 UTC
root@COLO9322:/etc/postfix# cat main.cf | egrep -v '^#' | egrep -v '^$'
smtpd_banner = $myhostname ESMTP $mail_name (COLO9322)
biff = no
append_dot_mydomain = no
readme_directory = no
smtpd_tls_c
-
2080843·text·1.4 KB·2011-09-18 18:40 UTC
I'm going to change today.
I'm not going to wait until tomorrow, and I'm not going to delude myself into thinking tomorrow will be any different with no effort on my part.
I'm going to stop be
-
2080842·text·5.4 KB·2011-09-18 18:35 UTC
root@COLO9322:/etc/postfix# cat main.cf | egrep -v '^#' | egrep -v '^$'
smtpd_banner = $myhostname ESMTP $mail_name (COLO9322)
biff = no
append_dot_mydomain = no
readme_directory = no
smtpd_tls_c
-
2080825·text·56 B·2011-09-18 17:15 UTC
this is just a test of the emergency broadcast system.
-
2080824·text·1.1 KB·2011-09-18 17:14 UTC
### localhost >> Ip: '127.0.0.1' ###
Target[TCP_Connections]: 1.3.6.1.2.1.6.5.0&1.3.6.1.2.1.6.6.0:lösenord@127.0.0.1:::::2
SetEnv[TCP_Connections]: MRTG_INT_IP="127.0.0.1"
MaxBytes[TCP_Co
-
2080822·text·10 B·2011-09-18 17:07 UTC
test again
-
2080821·text·7 B·2011-09-18 17:06 UTC
testing
-
2080820·text·490 B·2011-09-18 17:02 UTC
================================================================================
= =
= To install with C++ bson parser d
-
2080817·text·30 B·2011-09-18 16:36 UTC
Ho hum, its off to work I go..
-
2080816·text·21 B·2011-09-18 16:23 UTC
fala lalala
sigh
-
2080815·text·4 B·2011-09-18 16:21 UTC
sigh
-
2080800·text·2.9 KB·2011-09-18 15:38 UTC
Come posso prelevare fondi?
Per prelevare fondi e trasferirli sul tuo conto bancario:
Accedi al tuo conto PayPal.
Clicca su Preleva nella parte superiore della pagina.
Clicca su Preleva fondi da t
-
2080763·text·492 B·2011-09-11 12:48 UTC
@view_config(context=HTTPNotFound)
def notfound_view(request):
if authenticated_userid(request)
-
2080759·text·212 B·2011-09-11 11:07 UTC
string filescan()
{
char [] flist;
auto scan = new FileScan;
scan (".", ".d");
foreach(file; scan.files)
{
flist[]++ = file; // I need to move all files in array!
}
return f
-
2080757·text·1.5 KB·2011-09-11 11:00 UTC
Hi ian,
I have question about the use in ff (fixed function) with those extensinons.
So quoting two hunks and asking them from you.
####
If ARB_separate_shader_objects (or OpenGL 4.1)
-
2080755·text·10.4 KB·2011-09-11 10:53 UTC
kaveh@kaveh-apa:~/Desktop/MV$ ls -R
.:
Armored 2009.mkv series Triangle[2009][Proper]DVDRip[Eng]-SaifDVD[TheFalcon007].avi
Blood And Bone 2009.avi
-
2080754·text·1.3 KB·2011-09-11 10:10 UTC
bret: just make sure you all communicate properly
bret: dont shout fodase every time you die, call the enemy
bret: dont face when the bombs down, use your cuonter flashes cleverly
bret: your T side
-
2080748·text·22.3 KB·2011-09-11 09:03 UTC
!!################################
!!ALSA Information Script v 0.4.60
!!################################
!!Script ran on: Sun Sep 11 09:00:45 UTC 2011
!!Linux Distribution
!!------------------
-
2080746·text·2.4 KB·2011-09-11 08:36 UTC
#!/usr/bin/python
import lxml.html
import os
import sys
from pprint import pprint
import fnmatch
def locate(pattern, root=os.curdir, filesonly=True):
for path, dirs, files in os.walk(
-
2080745·python·322 B·2011-09-11 08:30 UTC
def locate(pattern, root=os.curdir, filesonly=True):
for path, dirs, files in os.walk(os.path.abspath(root)):
for filename in fnmatch.filter(files, pattern):
yield os.path