This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env ruby | |
require 'open-uri' | |
require 'json' | |
def tcgplayer card | |
$stderr.puts card | |
uri = URI::encode('http://magictcgprices.appspot.com/api/tcgplayer/price.json?cardname=%s' % card) | |
fd = open(uri) | |
JSON.parse(fd.read) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
... | |
Making install in man | |
/bin/mkdir -p '/usr/ports/mail/dovecot2/work/stage/usr/local/man/man1' | |
install -o root -g wheel -m 444 deliver.1 doveadm-config.1 doveadm-reload.1 doveadm-stop.1 doveadm.1 doveadm-altmove.1 doveadm-auth.1 doveadm-deduplicate.1 doveadm-director.1 doveadm-dump.1 doveadm-exec.1 doveadm-expunge.1 doveadm-fetch.1 doveadm-flags.1 doveadm-import.1 doveadm-instance.1 doveadm-index.1 doveadm-force-resync.1 doveadm-help.1 doveadm-kick.1 doveadm-log.1 doveadm-mailbox.1 doveadm-mount.1 doveadm-move.1 doveadm-penalty.1 doveadm-purge.1 doveadm-pw.1 doveadm-quota.1 doveadm-search.1 doveadm-user.1 doveadm-who.1 doveconf.1 dovecot.1 dovecot-lda.1 dsync.1 '/usr/ports/mail/dovecot2/work/stage/usr/local/man/man1' | |
/bin/mkdir -p '/usr/ports/mail/dovecot2/work/stage/usr/local/man/man7' | |
install -o root -g wheel -m 444 doveadm-search-query.7 '/usr/ports/mail/dovecot2/work/stage/usr/local/man/man7' | |
cd /usr/ports/mail/dovecot2/work/dovecot-2.2.6/doc && install -o root -g wheel -m 555 dovecot-openssl.cnf |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <stdlib.h> | |
#include <stdio.h> | |
#include <errno.h> | |
int | |
main(int argc, char *argv[]) | |
{ | |
(void)printf("errno=%d\n", errno); | |
(void)malloc(42); | |
(void)printf("errno=%d\n", errno); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[alex@Freesbee ~] % cat test.c | |
#include <errno.h> | |
int | |
main(int argc, char *argv[]) | |
{ | |
return (errno); | |
} | |
[alex@Freesbee ~] % cc test.c -o test |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
loopback = lo0 | |
ext_if = re0 | |
ext_ipv4 = 91.121.10.176 | |
ext_ipv6 = 2001:41d0:1:5db0::1 | |
ext_ip = "{" $ext_ipv4 $ext_ipv6 "}" | |
table <pf_ssh_abuse> persist | |
table <pf_http_abuse> persist | |
table <fail2ban> persist | |
table <fail2ban_ssh> persist |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
X-AntiAbuse: This header was added to track abuse, please include it with any abuse report | |
X-AntiAbuse: Primary Hostname - server.nodeposit--casino.info | |
X-AntiAbuse: Original Domain - huongviet.ch | |
X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] | |
X-AntiAbuse: Sender Address Domain - welcome-bonus.info | |
X-Get-Message-Sender-Via: server.nodeposit--casino.info: authenticated_id: [email protected] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Sample config file for rmilter | |
# $Id$ | |
# | |
# .include - directive to include other config file | |
#.include ./rmilter-grey.conf | |
# pidfile - path to pid file | |
# Default: pidfile = /var/run/rmilter.pid |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
GET /rspamd/login HTTP/1.1 | |
Host: mail.br0c0.li | |
Connection: keep-alive | |
Accept: application/json, text/javascript, */*; q=0.01 | |
X-Requested-With: XMLHttpRequest | |
Password: q1 | |
User-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.172 Safari/537.22 | |
Referer: http://mail.br0c0.li/webui/ | |
Accept-Encoding: gzip,deflate,sdch | |
Accept-Language: en-US,en;q=0.8,fr-CH;q=0.6,fr;q=0.4 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
HTTP/1.0 200 OK | |
Content-Length: 256 | |
Content-Type: text/html; charset=ISO-8859-1 | |
Connection: close | |
{"auth": "ok","version":"0.5.4","uptime": 15748,"error":"none", "clean":0,"probable":1,"greylist":0,"reject":0,"scanned":1,"learned":0} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[...] | |
<IfModule proxy_module> | |
ProxyPass /rspamd http://localhost:11336 | |
ProxyPassReverse /rspamd http://localhost:11336 | |
</IfModule> | |
Alias /rspamdadmin "/usr/local/www/rspamdadmin" | |
<Directory "/usr/local/www/rspamdadmin"> | |
Options none | |
AllowOverride Limit |