All Pastes
Welcome On LodgeIt
Welcome to the LodgeIt pastebin. In order to use the notification feature a 31 day cookie with an unique ID was created for you. The lodgeit database does not store any information about you, it's just used for an advanced pastebin experience :-). Read more on the about lodgeit page. Have fun :-)
Paste #917, pasted on Jan 31, 2012 6:56:57 PM
root=# select '2012-07-31'::date - '1 month'::interval; ?column? --------------------- 2012-06-30 00:00:00 (1 row) ...Paste #914, pasted on Jan 24, 2012 9:20:17 PM
==== 1st Round ==== Entry level questions: * What syscall is given a pathname and returns most data of an inode? ...
Paste #910, pasted on Jan 12, 2012 10:01:42 PM
21:56 < iceblox> JUNOS Software Release [11.2R3.3] 21:56 < iceblox> IS-IS sleeps. 21:56 < iceblox> BGP peers are quiet. 21:56 < iceblox> Something must be wrong. 21:58 < iceblox> hmm... ...
Paste #909, pasted on Jan 11, 2012 3:37:07 PM
configure channel device type disk format 'F:\oracle\archdb\backup\%U'; configure controlfile autobackup format for device type disk to ‘F:\oracle\archdb\backup\%F’; configure controlfile autobackup on; run ...
Paste #908, pasted on Jan 11, 2012 3:36:49 PM
run { allocate channel disk1 device type disk format 'F:\oracle\archdb\backup\%U'; BACKUP AS COMPRESSED BACKUPSET DATABASE PLUS ARCHIVELOG; } ...Paste #907, pasted on Jan 11, 2012 12:56:58 PM
kolkhoz:/etc/shorewall# cat start run_iptables -I net2srv 1 -d 86.59.21.20 -p udp --dport 27000:28000 -i eth0 -m string --string getstatus --algo bm --to 40 -m recent --set run_iptables -I net2srv 2 -d 86.59.21.20 -p udp --dport 27000:28000 -i eth0 -m string --string getstatus --algo bm --to 40 -m recent --update --seconds 60 --hitcount 15 -j DROP kolkhoz:/etc/shorewall#
Paste #906, pasted on Jan 11, 2012 12:46:23 PM
iptables -I net2srv 1 -d 86.59.21.20 -p udp --dport 27000:28000 -i eth0 -m string --string getstatus --algo bm --to 40 -m recent --set iptables -I net2srv 2 -d 86.59.21.20 -p udp --dport 27000:28000 -i eth0 -m string --string getstatus --algo bm --to 40 -m recent --update --seconds 60 --hitcount 15 -j DROP
Paste #905, pasted on Jan 11, 2012 12:09:57 PM
Installed /Library/Python/2.7/site-packages/pbundler-0.0.1-py2.7.egg Processing dependencies for pbundler==0.0.1 Traceback (most recent call last): File "/usr/bin/easy_install-2.7", line 10, in <module> load_entry_point('setuptools==0.6c12dev-r85381', 'console_scripts', 'easy_install')() ...Paste #904, pasted on Jan 10, 2012 5:19:45 PM
A_Nr | A_Matchcode -------+----------------------------------- 91000 | BIO-1/2 RINDSHÄLFTE 92200 | BIO-BEIRIED 85070 | BIO-DEFTI NEU ...
Paste #903, pasted on Jan 10, 2012 12:35:20 PM
SELECT kv.kdvzahlbed FROM kundver kv,kdstamm ks WHERE kv.kdvmandant = '00' AND ks.kdmandant = kv.kdvmandant AND ks.KDKUNDNR = kv.KDVKUNDNR AND kv.kdvstakz = 'A' ...